Commit Graph

67 Commits

Author SHA1 Message Date
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
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
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
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
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
d6c0bca47d Fix merge conflicts 2018-09-27 12:00:58 -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
James
10032744d7 adds Form component to Filter and rolled back frustrating Webpack bug dealing with FormConsumer 2018-09-25 00:11:57 -04:00
James
8badbf9329 refactors form components to handle any number of nested field components 2018-09-24 22:07:01 -04:00
James
70e76d80ef converts all filters in collection views to find 2018-09-17 20:11:56 -04:00
James
e44dfb46c6 es6-ified demo, flattened collections scaffold files 2018-09-17 18:45:55 -04:00
Dan Ribbens
faa685cb9f progress on merging backend and frontend 2018-08-20 18:24:42 -04:00
James
400b8a12eb adds specificity to fonts include 2018-08-15 15:09:38 -04:00
James
a561e3334a fixes scss compilation issue 2018-08-14 09:47:29 -04:00
James
283d5d3152 collapses multiple dependencies into one import 2018-08-13 16:18:10 -04:00
James
28aa56c7ac refactors all client paths to incorporate new import structure 2018-08-13 14:33:15 -04:00
James
256f9fe5b4 POC for better module import syntax 2018-08-13 12:21:55 -04:00
James
ae5a469cd2 fixes code organization for default template widths 2018-08-07 11:26:55 -04:00
James
f916469fe4 fixes responsiveness with sticky header 2018-08-07 11:15:22 -04:00
James
9ebbf3ab3c builds stick on scroll component 2018-08-07 10:59:20 -04:00
James
ea55b6f327 fixes css bug with input controls 2018-08-07 09:29:03 -04:00
James
88c2f78a35 begins form component styling 2018-08-07 09:15:23 -04:00
James
9d3b481efd removes components declarations from scaffold files for collections, revises form to remove data-fillable attr 2018-08-07 08:54:22 -04:00
James
3f197bf875 revises content max width 2018-08-02 13:32:19 -04:00
James
4c6cd032ec styles default template max width and adds regular fonts 2018-08-02 13:26:05 -04:00
James
f90e3c6819 fixes typo 2018-08-02 11:30:02 -04:00
James
acd5a53234 updates form to allow custom button component 2018-08-02 11:03:18 -04:00
James
5f4ddcea4d switches collections list to object instead of array 2018-08-01 18:13:02 -04:00
James
15e8ab6a85 improves buttons, adds route for add new 2018-08-01 18:03:07 -04:00
James
20a0ac9776 adds arrows to sidebar 2018-08-01 17:17:00 -04:00
James
67fa50fa6b builds icon system and css 2018-08-01 17:08:19 -04:00
James
1af2270e8d revises top-down data within collection views 2018-08-01 16:55:30 -04:00
James
6723dee304 builds collection editor, builds stepnav 2018-08-01 16:11:20 -04:00
James
648ee44d95 renames default icon / logo to avoid confusion 2018-08-01 13:55:43 -04:00
James
29ecbe684e loads collections via redux, begins sidebar construction 2018-08-01 13:42:53 -04:00