Dan Ribbens
|
faace33d75
|
first pass at flexible content fields
|
2019-10-22 18:55:08 -04:00 |
|
Elliot DeNolf
|
4825d36504
|
feat(config-route): add config route
|
2019-10-17 17:13:36 -04:00 |
|
Elliot DeNolf
|
136a6748a0
|
feature(first-register): add first-register routes and pull out auth.routes.js
|
2019-10-17 16:43:48 -04:00 |
|
Dan Ribbens
|
db65a1b213
|
Merge pull request #103 from keen-studio/globals-separate-routes
globals with paths for subdocs supported
|
2019-10-17 14:48:58 -04:00 |
|
Dan Ribbens
|
96334e2f37
|
globals with paths for subdocs supported
|
2019-10-17 14:43:18 -04:00 |
|
Elliot DeNolf
|
55aa823584
|
fix(pw-reset): add back missing fields after large refactor
|
2019-10-17 12:00:27 -04:00 |
|
Dan Ribbens
|
f6564c660f
|
progress made for handling media by configuration
|
2019-10-15 19:40:19 -04:00 |
|
Dan Ribbens
|
15d4e28722
|
cleanup global routes
|
2019-10-15 11:16:38 -04:00 |
|
Dan Ribbens
|
edb225fb70
|
removes globals subdoc routes, will be available via graphQL the future
|
2019-10-15 11:08:24 -04:00 |
|
Dan Ribbens
|
299fba054c
|
add some notes about unfinished global work
|
2019-10-10 12:44:17 -04:00 |
|
Dan Ribbens
|
ad6a943704
|
correctly adds localization to the global schema
|
2019-10-10 12:41:23 -04:00 |
|
Dan Ribbens
|
86dd9aac8d
|
fix int
|
2019-10-10 12:36:37 -04:00 |
|
Dan Ribbens
|
0aeb032752
|
global schema is handled correctly
|
2019-10-10 11:34:13 -04:00 |
|
Dan Ribbens
|
d49dae7577
|
begin set up of media model and start of global configs
|
2019-10-07 20:59:38 -04:00 |
|
Dan Ribbens
|
0e49050cb6
|
Merge branch 'master' into move-frontend-to-src
|
2019-10-07 10:04:40 -04:00 |
|
James
|
69f8ef881a
|
begins refactoring frontend into src, moves babel-register to src
|
2019-10-04 16:07:06 -04:00 |
|
Dan Ribbens
|
ad752c7b83
|
add model localization middleware to integrate mongoose model binding and localization
|
2019-10-04 10:49:30 -04:00 |
|
Dan Ribbens
|
f593909e78
|
cleanup and change all require() to import
|
2019-10-03 15:50:49 -04:00 |
|
Dan Ribbens
|
b4a4ac6102
|
refactor directory structure
|
2019-09-30 09:49:36 -04:00 |
|
Dan Ribbens
|
c848989637
|
add placeholder for model validation function, clean up and consistency changes
|
2019-09-23 22:07:59 -04:00 |
|
Dan Ribbens
|
3d026a201b
|
cleanup unused user files in demo
|
2019-09-23 13:56:35 -04:00 |
|
Dan Ribbens
|
bf37985dd8
|
fix /me route
|
2019-09-23 12:58:05 -04:00 |
|
Dan Ribbens
|
59ac3050ce
|
user auth, email, password resets all controlled by the user config
|
2019-09-23 12:52:53 -04:00 |
|
James
|
89d2b9f20a
|
revises the order of schema creation, adds intl and unique support
|
2019-09-16 21:46:30 -04:00 |
|
James
|
8677964e8c
|
dynamically creates routes and models via config
|
2019-09-16 20:30:08 -04:00 |
|
Elliot DeNolf
|
aaa25ee5e4
|
Raw, working password reset link implementation
|
2019-06-02 14:37:50 -04:00 |
|
Elliot DeNolf
|
4b2a1c0761
|
Implement smtp e-mail support using nodemailer
|
2019-06-02 14:37:50 -04:00 |
|
Elliot DeNolf
|
f1fcf5e71d
|
Fix media route casing
|
2019-06-02 14:36:12 -04:00 |
|
Elliot DeNolf
|
bf35cf0b1f
|
Resolve merge conflicts
|
2019-04-27 11:51:23 -04:00 |
|
Dan Ribbens
|
c7fad183d7
|
removes import from demo in payload
|
2019-04-23 19:29:20 -04:00 |
|
James
|
4afbe86fd3
|
scaffolds graphql
|
2019-04-09 22:07:14 -04:00 |
|
James
|
06c23d195f
|
updates naming conventions for Media
|
2019-03-31 11:52:20 -04:00 |
|
Elliot DeNolf
|
2623c7d49c
|
Make media a proper model, use /media instead of /uploads
|
2019-03-29 17:13:39 -04:00 |
|
James
|
5be6aa7ed2
|
enables cors specificity
|
2019-02-11 19:35:31 -05:00 |
|
Dan Ribbens
|
0afb943dfc
|
handles post and update of specific language on page model
|
2019-02-02 16:29:48 -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
|
68f7a5a16b
|
Load static dir and url from config
|
2019-01-22 20:22:10 -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
|
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
|
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
|
33451d5f38
|
enables PUT requests on frontend
|
2018-12-06 17:52:10 -08:00 |
|
James
|
65f4afd4b6
|
restores elliot's init
|
2018-11-07 19:59:57 -05:00 |
|