Commit Graph

199 Commits

Author SHA1 Message Date
f6947271a1 Style join and settings forms 2020-01-31 13:53:00 -08:00
d819308639 Placeholder text 2020-01-31 13:52:31 -08:00
8a052feb3c Dissociate default character from editor 2020-01-31 13:51:58 -08:00
bc62063ed0 Add create character UI 2020-01-31 11:56:06 -08:00
c6bbccb6c3 Add chars_per_player setting 2020-01-30 23:28:57 -08:00
92e12ae83c Fix CLI character creation 2020-01-30 23:21:16 -08:00
eb5c52ea85 Alias lexicon commands 2020-01-30 22:31:44 -08:00
9e53e1bb61 Touch up lexicon-player-* 2020-01-30 22:29:21 -08:00
0fd744537c Give settings page a real form-based UI 2020-01-30 22:06:22 -08:00
3c2458ae58 Remove turn.start, no point in values other than 1 2020-01-30 13:32:55 -08:00
41bf7b4bd0 Add player capacity to non-anonymous lexicon view 2020-01-30 13:32:13 -08:00
9f1ec44786 Rename log() to add_log() to avoid name conflict 2020-01-30 13:31:39 -08:00
540be5ff02 Implement game joins and respect join.public 2020-01-29 23:23:30 -08:00
2c63556548 Add anonymous mode for lexicon dashboard 2020-01-29 23:19:17 -08:00
a0e13329a4 Human-readable dates in admin dashboard 2020-01-29 23:18:33 -08:00
478213f77b Make games private by default 2020-01-29 23:16:16 -08:00
1431dab8f8 Remove dependency of .user on .lexicon 2020-01-29 23:16:00 -08:00
7a2e1905ca Update lexicon CRUD for new @requires semantics 2020-01-29 17:15:07 -08:00
4a49433cde Fix delete_lexicon 2020-01-29 17:13:32 -08:00
027933b645 str/repr changes 2020-01-29 14:35:19 -08:00
e9142a7f56 Update user-list 2020-01-29 08:22:51 -08:00
22d140480d Add high-level catching and rename error type 2020-01-29 08:22:34 -08:00
02e7065b21 Only validate email if it was provided 2020-01-29 01:03:59 -08:00
1b1332a42d Forbid guids as usernames 2020-01-29 01:03:20 -08:00
1068dacade Add str and repr to user model 2020-01-29 01:02:37 -08:00
a5dda4098c Linting pass 2020-01-28 13:29:32 -08:00
cdfe3037b8 Fix ternary 2020-01-28 13:26:32 -08:00
1e70b95548 Refactor lexicon loading into wrapper 2020-01-28 13:24:01 -08:00
fe65ec2696 Remove obsolete tl_user check 2020-01-28 13:14:57 -08:00
5aae0f8326 Add command aliases 2020-01-28 13:05:53 -08:00
272ec492f8 Refactor user loading into req_user wrapper 2020-01-28 13:05:13 -08:00
298352caed Fix header css 2020-01-28 00:59:30 -08:00
fce6e7145b Connect create form to internal call 2020-01-27 18:11:20 -08:00
b69b6155b3 Add linting 2020-01-27 12:30:40 -08:00
8730e0974f Expand documentation 2020-01-27 09:55:54 -08:00
aa1667d795 Refactor extant forms into form submodule 2020-01-26 23:27:47 -08:00
d7557784bd Refactor textarea css 2020-01-26 23:17:21 -08:00
6f326f91bd Add lexicon create page shell 2020-01-26 23:15:52 -08:00
aaac4b6568 Add user list to dashboard lexicon display 2020-01-26 22:18:52 -08:00
817e74f6d7 Add player_requires 2020-01-24 13:30:21 -08:00
45b7e43df4 Move session_edit to settings 2020-01-24 13:14:04 -08:00
9004f60a0c Admin dashboard improvements 2020-01-24 13:11:50 -08:00
f7aa7f2471 Config updates 2020-01-24 10:53:18 -08:00
246b9c22ae Fix lexicon logs being overwritten by duplicate rw contexts 2020-01-24 10:53:18 -08:00
a73f7b6cdc Allow setting password via CLI for scripting 2020-01-24 10:53:18 -08:00
0cb6e78752 Add more info in setup.py 2020-01-24 10:53:07 -08:00
8ac48a0305 Add debug flag to run command 2020-01-24 10:53:02 -08:00
9be848e5e2 Fix namespaces 2020-01-24 10:53:02 -08:00
125de90a18 Make module installable 2020-01-23 15:13:29 -08:00
f0cdcb8d8c Allow require wrappers to check and load models 2020-01-22 17:21:25 -08:00