James
|
8989a09bf1
|
adds theme override functionality
|
2018-12-05 15:29:10 -08:00 |
|
James
|
1e5544464a
|
adds scss webpack handling, revises components to import scss instead of css
|
2018-12-05 15:26:25 -08:00 |
|
James
|
172a37be19
|
adds entrypoint for css framework in demo folder
|
2018-12-05 13:26:17 -08:00 |
|
James
|
76a0c27608
|
Merge branch 'master' of github.com:keen-studio/payload into combine-add-edit
|
2018-12-04 14:50:48 -08:00 |
|
James Mikrut
|
977450f33c
|
Merge pull request #34 from keen-studio/permissions
adds policy object to page
|
2018-11-26 17:35:06 -05:00 |
|
Dan Ribbens
|
3441d9868b
|
removes console log
|
2018-11-22 10:10:56 -05:00 |
|
Dan Ribbens
|
d63c534cf5
|
changes to page policy to leave off for discussion
|
2018-11-20 19:57:32 -05:00 |
|
Dan Ribbens
|
3b35f80a36
|
makes page api more consistent and updates postman collection
|
2018-11-20 18:44:59 -05:00 |
|
Dan Ribbens
|
724926bcae
|
adds put and delete methods to pages
|
2018-11-19 18:26:06 -05:00 |
|
Dan Ribbens
|
1fae951a1c
|
renames find one method names
|
2018-11-19 17:55:06 -05:00 |
|
Dan Ribbens
|
c3fbc7defc
|
adds 404 response to pages when findbyid errors
|
2018-11-19 17:50:21 -05:00 |
|
Dan Ribbens
|
6b9e4add2f
|
adds a get by id method to pages
|
2018-11-19 17:46:07 -05:00 |
|
Dan Ribbens
|
d8ddc74ac3
|
adds policy object to page
|
2018-11-18 11:41:26 -05:00 |
|
James
|
d3dd96847c
|
enables uid / slug generation for input, textarea
|
2018-11-12 22:08:53 -05:00 |
|
James
|
611785d124
|
Merge branch 'master' of github.com:keen-studio/payload into combine-add-edit
|
2018-11-12 21:05:15 -05:00 |
|
James
|
5a2f211ec5
|
adds testing console log
|
2018-11-12 21:05:12 -05:00 |
|
James
|
788dcd2349
|
enables onChange within input, updates APIUrl when keyed input changes
|
2018-11-12 21:02:50 -05:00 |
|
Elliot DeNolf
|
ffb9287769
|
Add mongo query strings to Page get route
|
2018-11-12 20:58:09 -05:00 |
|
James
|
085a6e3f0c
|
refactors and simplifies client architecture, combines Edit / Add
|
2018-11-12 20:44:23 -05:00 |
|
James
|
d5f2342221
|
re-introduces step nav to combined add / edit views
|
2018-11-12 17:09:38 -05:00 |
|
James
|
9921a5b93f
|
bug with import statement in form component
|
2018-11-12 16:47:47 -05:00 |
|
James
|
792733441e
|
moves post controller to user package
|
2018-11-07 20:05:41 -05:00 |
|
James
|
65f4afd4b6
|
restores elliot's init
|
2018-11-07 19:59:57 -05:00 |
|
James
|
19a7c409b0
|
connects login, createUser to client, moves register to User model
|
2018-11-07 19:45:26 -05:00 |
|
James
|
509369f4ca
|
combines add and edit views
|
2018-11-07 17:48:16 -05:00 |
|
James
|
9d113f8d2a
|
moves CORS to above all routes in app.js
|
2018-11-07 16:47:05 -05:00 |
|
James
|
51dca78bcf
|
adds postman to demo folder
|
2018-11-07 16:38:11 -05:00 |
|
James
|
387065ed75
|
fixes error state in textarea
|
2018-11-06 09:05:14 -05:00 |
|
James
|
3d79f47cec
|
refactors some Auth methods to package
|
2018-10-29 20:31:58 -04:00 |
|
James Mikrut
|
d10336fe9f
|
Merge pull request #32 from keen-studio/module-based-structure
Module based structure
|
2018-10-29 18:47:58 -04:00 |
|
James
|
2741b3bcc6
|
removes dist, moves all exporter files to /src
|
2018-10-29 18:46:31 -04:00 |
|
James
|
637ee4908f
|
moves LoadContent from /src to /demo
|
2018-10-25 10:37:10 -04:00 |
|
James
|
88f7195133
|
flattens /src and moves Auth, User into /demo
|
2018-10-22 19:35:06 -04:00 |
|
James
|
88687e53ef
|
refactors folder structure to module basis
|
2018-10-22 18:58:42 -04:00 |
|
James
|
8d52db954f
|
removes unnecessary page controller from src
|
2018-10-22 18:02:20 -04:00 |
|
James
|
d147b6dfe6
|
adds reliance on config for server URLs on frontend
|
2018-10-22 17:35:46 -04:00 |
|
James
|
c040b98fd8
|
fixes alignment on Collection Add
|
2018-10-22 17:21:07 -04:00 |
|
James
|
c1fc954bf4
|
fixes misc eslint errors
|
2018-10-22 17:19:33 -04:00 |
|
James
|
61cb2a3c5e
|
negligence
|
2018-09-27 18:59:22 -04:00 |
|
James
|
7d63a31aad
|
adds CORS to 8080 for dev purposes - may need to move to new file
|
2018-09-27 18:58:47 -04:00 |
|
James
|
d622b70300
|
Merge branch 'master' of github.com:keen-studio/payload into field-types
|
2018-09-27 18:04:21 -04:00 |
|
Elliot DeNolf
|
e8c937f5ed
|
Merge pull request #31 from keen-studio/auth
Auth
|
2018-09-27 12:09:28 -04:00 |
|
Elliot DeNolf
|
d6c0bca47d
|
Fix merge conflicts
|
2018-09-27 12:00:58 -04:00 |
|
Elliot DeNolf
|
cdd8097331
|
Relax eslint
|
2018-09-27 01:08:47 -04:00 |
|
Elliot DeNolf
|
17f78725f4
|
Fix tests and do some clean up
|
2018-09-27 01:03:41 -04:00 |
|
Elliot DeNolf
|
423f56f978
|
Implement passport auth against mongo
|
2018-09-26 22:08:08 -04:00 |
|
James
|
9a1896a9d7
|
fixes eslint issues
|
2018-09-25 12:03:02 -04:00 |
|
James
|
423c7401aa
|
removes html validation from form
|
2018-09-25 11:56:20 -04:00 |
|
James
|
a407097408
|
refactors components index to eliminate duplicative export / import, enables form submission and validation
|
2018-09-25 11:47:51 -04:00 |
|
James
|
c6b0639c90
|
resolves circular dependency
|
2018-09-25 10:55:01 -04:00 |
|