Commit Graph

9085 Commits

Author SHA1 Message Date
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
6d932076c2 Merge pull request #56 from keen-studio/image-resize
Image resize
2019-01-22 20:45:56 -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
Dan Ribbens
baf32319f7 Merge pull request #55 from keen-studio/update-endpoints-use-ids
reverts page controller to use id instead of slug in update, delete, find
2019-01-21 23:34:13 -05:00
Dan Ribbens
59b5b552aa reverts page controller to use id instead of slug in update, delete and find 2019-01-21 23:31:30 -05:00
James
7dd67710de removes package-lock.json 2019-01-21 21:06:06 -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
1a33129af4 Merge pull request #48 from keen-studio/file-upload
File upload
2019-01-09 20:58:37 -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
1531ee9e32 locks down client side routes 2019-01-06 16:18:36 -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
3ac2392126 Merge pull request #47 from keen-studio/roles
Roles
2019-01-06 13:41:36 -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
646d51ff52 Remove unused method 2019-01-04 02:36:12 -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
96ab6e56ab Update postman collection 2018-12-26 23:44:13 -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
e747ae8bb3 Merge pull request #45 from keen-studio/authTokenAgainstDb
Properly authenticate user against DB
2018-12-17 14:49:50 -05:00
Elliot DeNolf
db0222a6a4 Use nodemon.json to properly restart back-end on changes 2018-12-16 22:18:28 -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
1055e7eaed merges master 2018-12-11 22:43:58 -05:00
James
4316a7691a provides User model access to jwt authentication route 2018-12-11 22:43:22 -05:00
James Mikrut
cc5c1b4d8e Merge pull request #40 from keen-studio/archive
Archive
2018-12-10 21:53:05 -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
788f5176e1 mystery 2018-12-10 17:07:44 -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