2042 Commits

Author SHA1 Message Date
Elliot DeNolf
95a6f60c0d Add schemaBaseFields and timestamps 2019-01-30 23:02:54 -05:00
Dan Ribbens
1e1572146d issue#52-update lang to locale 2019-01-29 06:23:37 -05:00
Dan Ribbens
3ec9cfb159 issue #39-parsing request array paramters 2019-01-28 19:44:56 -05:00
Elliot DeNolf
9ba48d51f0 Support subschema parsing 2019-01-27 23:34:08 -05:00
Elliot DeNolf
d336d7cbbd Functioning 'exclude' 2019-01-26 01:09:16 -05:00
Elliot DeNolf
dc79e55ffe Functioning 'include' 2019-01-26 00:52:35 -05:00
Elliot DeNolf
c9b91e905e Support 'order_by' 2019-01-25 23:40:06 -05:00
Elliot DeNolf
af9630bde8 Clean up logging and formatting 2019-01-25 23:05:51 -05:00
Elliot DeNolf
2bd800a2d2 Clean up query object being passed around 2019-01-25 22:39:20 -05:00
Elliot DeNolf
6d185c0cc2 Split out parsing helpers into proper functions 2019-01-25 22:14:18 -05:00
Elliot DeNolf
0282811bd1 Better test schema, exact by default 2019-01-25 21:29:26 -05:00
Elliot DeNolf
ad4b7e2ecd Introduce separately testable param parser 2019-01-25 12:53:27 -05:00
Elliot DeNolf
b604b1bcc8 Backfill tests for mongoose-string-query package 2019-01-25 01:43:41 -05:00
Elliot DeNolf
a70eb6577d Add initial tests 2019-01-24 23:41:34 -05:00
Elliot DeNolf
48817f62e6 Convert package to file, some simple improvements 2019-01-24 21:05:00 -05:00
Elliot DeNolf
90a416f1fa Fix indentation 2019-01-22 20:44:10 -05:00
Elliot DeNolf
72929f58bd Adjust naming of resized images 2019-01-22 20:24:15 -05:00
Elliot DeNolf
b110b530a2 Implement image resizing 2019-01-22 20:24:15 -05:00
Elliot DeNolf
68f7a5a16b Load static dir and url from config 2019-01-22 20:22:10 -05:00
James
2f9fff391e fixes field-type null values on validate, adds locale to data retrieval for edit / archive: 2019-01-21 20:53:10 -05:00
James
6cd9d1d27b fixes route changing lang 2019-01-21 19:26:55 -05:00
James
15c79f2de9 finishes redux and router implementation of language 2019-01-21 19:24:39 -05:00
James
2d5d63b72b adds SetLocale, begins Localizer, waits for rendering until config loads 2019-01-21 18:55:04 -05:00
James
10be4f041f moves collections to redux 2019-01-21 17:55:53 -05:00
James
7bc3ed07a0 moves config to redux 2019-01-21 17:45:10 -05:00
Dan Ribbens
1999468d09 adds all or * to lang query param to return the full documents 2019-01-14 21:11:12 -05:00
Dan Ribbens
fdb807c8c8 adds tests and handles more scenarios 2019-01-14 20:41:24 -05:00
Dan Ribbens
caf26b8402 package and configuration for i18n, work in progress 2019-01-12 14:46:40 -05:00
Elliot DeNolf
8b99ff6a03 Split out uploads controller and clean up 2019-01-09 20:04:13 -05:00
Elliot DeNolf
4a63317ae3 Functioning uploads 2019-01-08 22:52:03 -05:00
Elliot DeNolf
54d679b576 Add file upload route 2019-01-07 23:26:45 -05:00
James
3813f0da91 sets JWT on all client api requests, saves cookie with jwt 2019-01-06 15:55:28 -05:00
Elliot DeNolf
bb7e18765d Remove tests 2019-01-06 13:40:26 -05:00
Elliot DeNolf
0c64ad14d4 Remove 'at least' middleware 2019-01-06 13:36:27 -05:00
Elliot DeNolf
9bdf3c270f Use proper jest mock assertion 2019-01-04 02:35:59 -05:00
Elliot DeNolf
83524bc25a Add role middleware tests 2019-01-04 02:19:26 -05:00
Elliot DeNolf
7bd4bda08e Fix jest and remove tests as they weren't really unit tests 2019-01-04 01:39:56 -05:00
Elliot DeNolf
7f3e2cb60d Allow tree shaking and default export of middleware 2019-01-04 01:14:45 -05:00
Elliot DeNolf
e6c5857974 Add exact and at least role middleware 2019-01-03 22:55:55 -05:00
Elliot DeNolf
c87d3a5421 Move role middleware to package 2018-12-26 23:41:26 -05:00
Elliot DeNolf
58d13f4ceb Add sample role middleware to router 2018-12-26 23:24:58 -05:00
Elliot DeNolf
3b782d001d Pass user back from jwt strategy 2018-12-26 23:02:00 -05:00
Elliot DeNolf
d8bdf45283 Properly authenticate user against DB 2018-12-16 21:51:00 -05:00
James
46dc80d46d simplifies jwt auth 2018-12-11 22:49:21 -05:00
James
4316a7691a provides User model access to jwt authentication route 2018-12-11 22:43:22 -05:00
James
6c775d21e5 adds auth, jwt 2018-12-10 21:52:36 -05:00
James
976646de0f misc fixes in Form 2018-12-10 17:20:43 -05:00
James
c018db6839 wires up frontend for repeater, need to handle backend 2018-12-09 19:56:30 -07:00
James
9c5dfa2db0 begins repeater, extracts Section into own component 2018-12-09 19:32:53 -07:00
James
302bcd5757 adds column width approach so fields can be less than full width 2018-12-09 13:41:30 -08:00