Tim Van Baak
|
4b57c6a5de
|
Reorganize session-descended forms into submodule
|
2020-04-27 19:54:27 -07:00 |
Tim Van Baak
|
82129aba40
|
Move join forms to server.lexicon
|
2020-04-27 17:16:02 -07:00 |
Tim Van Baak
|
da236a83ba
|
Move lexicon create form to server.home
|
2020-04-27 17:13:11 -07:00 |
Tim Van Baak
|
b6d7a4a54e
|
Move the constraint analysis code to the lexicon module
|
2020-04-27 16:05:27 -07:00 |
Tim Van Baak
|
fc9c344a1d
|
Add skeleton draft analysis
|
2020-04-25 21:52:54 -07:00 |
Tim Van Baak
|
5ead3c02a8
|
Add get_draft
|
2020-04-25 20:58:28 -07:00 |
Tim Van Baak
|
d580949de0
|
Refactor editor functions into another file
|
2020-04-25 20:06:26 -07:00 |
Tim Van Baak
|
9f785b1f4e
|
Get editor hooked up again
|
2020-04-25 19:02:22 -07:00 |
Tim Van Baak
|
7f76db7af7
|
Add two getter methods to lex.gameloop
|
2020-04-25 15:37:41 -07:00 |
Tim Van Baak
|
c47f9a7e5a
|
Rearrange module-local imports
|
2020-04-25 10:16:05 -07:00 |
Tim Van Baak
|
768006ffbe
|
Clean up forms a bit and move auth forms to .auth
|
2020-04-25 10:07:42 -07:00 |
Tim Van Baak
|
1a289cb5c7
|
Fix a bunch of attribute references
|
2020-04-25 10:06:26 -07:00 |
Tim Van Baak
|
4fc5f80538
|
Refactor lexicon submodule into two
|
2020-04-24 23:07:25 -07:00 |
Tim Van Baak
|
4e0bc56dcd
|
Move top-level templates to server module
|
2020-04-24 17:55:56 -07:00 |
Tim Van Baak
|
1ead09cf47
|
Move home templates into server submodule
|
2020-04-24 17:53:46 -07:00 |
Tim Van Baak
|
07d590bee4
|
Rename lexicon templates
|
2020-04-24 17:50:07 -07:00 |
Tim Van Baak
|
8732d998cf
|
Rename templates outside of lexicon/
|
2020-04-24 13:50:14 -07:00 |
Tim Van Baak
|
63745d2865
|
Move auth templates into new server submodule
|
2020-04-24 13:46:30 -07:00 |
Tim Van Baak
|
3077b02508
|
Kick off the server refactor with home and auth
|
2020-04-24 11:37:55 -07:00 |
Tim Van Baak
|
07e62b9665
|
Add factory.try_user for non-exception user lookup
|
2020-04-24 10:54:11 -07:00 |
Tim Van Baak
|
9252e524ae
|
Unnecessary to pass both root and model factory
|
2020-04-24 10:53:19 -07:00 |
Tim Van Baak
|
6d0aa3eb34
|
Add load_all_users
|
2020-04-24 10:52:13 -07:00 |
Tim Van Baak
|
46f7b54556
|
Add get_all_lexicons
|
2020-04-24 10:40:14 -07:00 |
Tim Van Baak
|
081a54c9c3
|
Add character add checker
|
2020-04-24 00:53:39 -07:00 |
Tim Van Baak
|
7d633f5201
|
Move publish functions to lexicon.gameloop
|
2020-04-24 00:35:28 -07:00 |
Tim Van Baak
|
cae12b960d
|
Update lexicon-char cli commands
|
2020-04-24 00:00:06 -07:00 |
Tim Van Baak
|
30d7c53919
|
Remove unused linting file
|
2020-04-23 23:35:07 -07:00 |
Tim Van Baak
|
8b069132a9
|
Update lexicon-player cli commands
|
2020-04-23 23:30:32 -07:00 |
Tim Van Baak
|
afb49a86db
|
Move player join code to lexicon.setup
|
2020-04-23 23:24:05 -07:00 |
Tim Van Baak
|
97ac9bf7e3
|
Update remaining lexicon CRUD commands
|
2020-04-23 23:04:13 -07:00 |
Tim Van Baak
|
668feadda9
|
Update lexicon-create cli
|
2020-04-23 22:49:06 -07:00 |
Tim Van Baak
|
a58761d7a5
|
Reorganize lexicon module
|
2020-04-23 22:48:54 -07:00 |
Tim Van Baak
|
4886e27e5d
|
Fix LexiconModel.title
|
2020-04-23 22:47:15 -07:00 |
Tim Van Baak
|
7a17b48a4d
|
Move lexicon status strings to class constants
|
2020-04-23 21:35:29 -07:00 |
Tim Van Baak
|
dcf039c9de
|
Update user cli commands
|
2020-04-23 21:07:07 -07:00 |
Tim Van Baak
|
773e6a23e0
|
Fix two missed method renames
|
2020-04-23 20:46:04 -07:00 |
Tim Van Baak
|
1dd87fc6f0
|
Move user creation code to new submodule
|
2020-04-23 20:42:08 -07:00 |
Tim Van Baak
|
50216281b2
|
Separate config read and edit to distinguish return types
|
2020-04-23 20:35:55 -07:00 |
Tim Van Baak
|
1f24f4f9b1
|
Fix logger default log levels
|
2020-04-23 20:03:56 -07:00 |
Tim Van Baak
|
f7611bb79b
|
CLean up server cli commands
|
2020-04-23 20:02:44 -07:00 |
Tim Van Baak
|
850d07b171
|
Remove obsolete functions
|
2020-04-23 20:02:17 -07:00 |
Tim Van Baak
|
da34711974
|
Fix a bunch of config-related imports
|
2020-04-23 19:41:52 -07:00 |
Tim Van Baak
|
ab25d5174a
|
Refactor config module to encapsulate
|
2020-04-23 19:27:28 -07:00 |
Tim Van Baak
|
28c1ef2dd5
|
Remove logging config from global.json
|
2020-04-23 17:47:34 -07:00 |
Tim Van Baak
|
fdff9e5374
|
Convert main to new logging and model modules
|
2020-04-23 17:47:22 -07:00 |
Tim Van Baak
|
bfe065583a
|
Add alternative logging module
|
2020-04-23 10:17:40 -07:00 |
Tim Van Baak
|
d8a18854cb
|
Refactor the auth component init a bit
|
2020-04-22 22:47:51 -07:00 |
Tim Van Baak
|
96db62fb35
|
Experiment with using the new model in a few places
|
2020-04-22 22:30:38 -07:00 |
Tim Van Baak
|
23873f7a52
|
Add new lexicon model to request context
|
2020-04-22 22:18:28 -07:00 |
Tim Van Baak
|
4b33f17169
|
Add models module to replace current models later
|
2020-04-22 15:47:54 -07:00 |