Commit Graph

9126 Commits

Author SHA1 Message Date
Dan Ribbens
897ef934f0 debugging issues with autoload for flexible schemas 2019-10-28 18:59:01 -04:00
Dan Ribbens
c10d6fd34f flexible schema nearly working with relation field 2019-10-28 11:23:52 -04:00
Dan Ribbens
5c1dbefdc4 refactor flexible schema and add test for registering mongoose schema and models 2019-10-25 15:03:47 -04:00
Dan Ribbens
a3089c3db7 clean up dependancies 2019-10-25 11:52:44 -04:00
Dan Ribbens
427cb32903 refactor mongoose schema code to be done outside index.js 2019-10-25 11:51:35 -04:00
Dan Ribbens
3bb37e3ac8 fix double negative condition 2019-10-23 14:00:06 -04:00
Dan Ribbens
bc70680adf nested flexible content blocks working, could use a refactor 2019-10-22 22:19:42 -04:00
Dan Ribbens
e10dda291f globals and flexible content blocks now support flexible contenet 2019-10-22 21:59:30 -04:00
Dan Ribbens
4b1e1682c8 localization plugin no longer mishandling schema type String as an array 2019-10-22 21:38:55 -04:00
Dan Ribbens
e2012b205c adds localization to flexible content blocks 2019-10-22 19:43:17 -04:00
Dan Ribbens
faace33d75 first pass at flexible content fields 2019-10-22 18:55:08 -04:00
Dan Ribbens
1d8df3355b adds hasMany attribute to config schema map to handle array of referenced relationship 2019-10-22 10:57:27 -04:00
Dan Ribbens
de1bbda00a add some more basic field types 2019-10-21 16:40:04 -04:00
Dan Ribbens
5b08c33a72 dynamic schema file uploads 2019-10-21 13:50:42 -04:00
James
8bcf92a2ed retrieves config from newly created route 2019-10-18 17:26:46 -04:00
James
57d42a7596 finishes webpack dev config 2019-10-18 16:54:00 -04:00
James
e1abff2486 updates lots of client side resource URLs, implements webpack-dev-middleware halfway 2019-10-18 12:36:51 -04:00
James
c58f103b76 implements webpack-dev-middleware 2019-10-17 21:04:24 -04:00
Elliot DeNolf
e216e11076 First user (#104)
First user
2019-10-17 17:14:09 -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
ac831498c6 Fix password reset (#102)
Fix password reset
2019-10-17 14:26:23 -04:00
Elliot DeNolf
9f4957dfe7 refactor(pw-reset): remove token validity route 2019-10-17 14:24:29 -04:00
Elliot DeNolf
16156beca2 fix(pw-reset): remove password reset fields from User.js and use from package 2019-10-17 12:53:51 -04:00
Elliot DeNolf
5ba1f86da1 refactor(pw-reset): organize password reset util functions 2019-10-17 12:25:19 -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
0e1dab2177 Merge pull request #101 from keen-studio/media-model-config
Globals
2019-10-17 11:51:45 -04:00
Dan Ribbens
f6564c660f progress made for handling media by configuration 2019-10-15 19:40:19 -04:00
Dan Ribbens
f3eb2e399d correctly sets up schema for repeater field type 2019-10-15 19:12:49 -04:00
Dan Ribbens
6b05e493d7 recovered postman collections 2019-10-15 19:12:10 -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
53ec7e4e32 standardizes module exports for groups of models consumed in payload config 2019-10-10 11:54:56 -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
c20db16891 Merge pull request #98 from keen-studio/move-frontend-to-src
begins refactoring frontend into src, moves babel-register to src
2019-10-07 10:59:45 -04:00
Dan Ribbens
50da2f0b90 remove copied fields from page in header config 2019-10-07 10:58:29 -04:00
Dan Ribbens
0e49050cb6 Merge branch 'master' into move-frontend-to-src 2019-10-07 10:04:40 -04:00
Dan Ribbens
aa469ea121 Merge pull request #97 from keen-studio/replace-require-with-import
Replace require with import
2019-10-07 10:03:30 -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
5be80a30c7 rename mongooseIntl to localization in localization plugin 2019-10-04 10:02:04 -04:00
Dan Ribbens
c300b8136e remove use strict 2019-10-03 16:03:40 -04:00
Dan Ribbens
f593909e78 cleanup and change all require() to import 2019-10-03 15:50:49 -04:00
Dan Ribbens
08c112bdaa Merge pull request #95 from keen-studio/src-directory-restructure
refactor directory structure
2019-10-03 15:48:35 -04:00