Commit Graph

414 Commits

Author SHA1 Message Date
8e99788fcd Rname User to UserModel, revamp factory function 2020-01-18 12:39:54 -08:00
5972a309f1 Add documentation to custom errors 2020-01-18 12:19:42 -08:00
51b2bfe875 Simplify @requires 2020-01-18 11:51:54 -08:00
2a314da910 Add basis for admin lexicon config web editor 2020-01-18 01:18:54 -08:00
69524d03d7 Refactor admin check into a wrapper 2020-01-17 16:05:06 -08:00
157e1b2480 Add prompt setting 2020-01-17 15:59:10 -08:00
3122379da1 Implement lexicon-create 2020-01-17 14:43:15 -08:00
01c5df1e5d Add LexiconModel 2020-01-17 14:43:05 -08:00
34d3a08416 Move config dir init logic to config.init 2020-01-17 14:01:52 -08:00
d60340e9e9 Add index assignment settings 2020-01-17 13:22:17 -08:00
b041d5d784 Implement user-config 2020-01-17 06:58:11 -08:00
759d7d77f9 Refactor config --get/set to cli.helpers 2020-01-17 01:23:48 -08:00
3abc07eb39 Remove uneeded override 2020-01-16 23:53:55 -08:00
58911a2da4 Bring user creation entirely under user module 2020-01-16 23:49:37 -08:00
4c41407d69 Unify path argument behavior across config helpers 2020-01-16 23:27:47 -08:00
11d231aba8 Create lexicon module with publish workflow spec 2020-01-16 16:00:19 -08:00
383bc7a0eb Fix resource access 2020-01-16 11:20:22 -08:00
2c2e87209c Add default configs for lexicon and user 2020-01-16 10:53:59 -08:00
28610f6baf Add configs for future email integration 2020-01-16 06:44:53 -08:00
69eb28208e Fix css on the half-baked admin dashboard 2020-01-15 22:20:25 -08:00
67c802c67f Switch to using user getattr for configs 2020-01-15 22:12:52 -08:00
594e6f6a9e Add stubs for initial command set 2020-01-15 22:06:30 -08:00
7b6e9e644e Add @requires command wrapper 2020-01-15 21:53:45 -08:00
6429bf7d6b Enable multiline command descriptions 2020-01-15 20:36:46 -08:00
18b4f12823 Replace dump command with config get/set 2020-01-15 20:04:01 -08:00
173b306c5b Refactor cli command loading 2020-01-15 19:30:03 -08:00
db83c99b95 Split cli package into topical files 2020-01-15 18:11:09 -08:00
51d8c1a378 Make cli into a module 2020-01-15 17:40:34 -08:00
d4e597db16 Add requirements.txt 2020-01-15 17:35:09 -08:00
2c5a211c16 Add user-delete 2020-01-15 17:16:19 -08:00
f59716e096 Add user getattr to make config access easier 2020-01-15 17:16:09 -08:00
634c00ae53 Add admin dashboard skeleton 2020-01-15 17:15:51 -08:00
c305212130 Add README 2020-01-14 20:00:40 -08:00
d1fcba082f Flesh out login flow with password checks 2020-01-14 19:08:54 -08:00
5031a7a5e7 Fix import in user-passwd 2020-01-14 19:07:18 -08:00
ede475f910 Add real page templates and home and logout pages 2020-01-14 16:37:51 -08:00
fcaa68850e Wire up basic user login 2020-01-13 13:06:15 -08:00
65049d8202 Dump args on verbose log 2020-01-13 12:40:43 -08:00
5d042326e9 Fix duplicate verbose logging 2020-01-13 11:48:52 -08:00
02871798a6 Minor fixes to user-add 2020-01-11 22:36:39 -08:00
02ca885599 Add user-passwd 2020-01-09 13:28:15 -08:00
9b97768438 Fill out user-add and add user-list 2020-01-08 22:48:00 -08:00
4bd7330229 Rename app package to server 2020-01-08 21:44:08 -08:00
872e055a3f Fix app pathing 2020-01-08 21:42:21 -08:00
fe0967d625 Missed adding config package to source control 2020-01-08 21:41:38 -08:00
a4fa72b072 Start submodule for server app code 2020-01-04 11:53:53 -08:00
04cb0cb696 Add basic user creation command 2020-01-03 17:07:28 -08:00
5ed084147d Make command names easier to type 2020-01-03 17:06:45 -08:00
0501b62c8b Load secret key in app 2020-01-03 17:06:18 -08:00
ed106cf787 Add secret key config and generate_secret command 2020-01-03 17:05:36 -08:00