Commit graph

491 commits

Author SHA1 Message Date
Griatch
e5d07603ca Run black. Resolve circular import issues in components contrib. 2024-02-25 19:03:11 +01:00
InspectorCaracal
25e60e007d custom webclient style overrides 2024-01-16 18:08:36 -07:00
InspectorCaracal
9a35b269cd make webclient pages unique 2023-12-20 11:18:11 -07:00
Griatch
3e6ea6a8bf Fix preposition for seasonal names in extended room prefix 2023-12-04 15:26:01 +01:00
Andrew Bastien
44ebefe561 Overhauled IP matching feature. 2023-11-24 22:00:40 -05:00
Griatch
f6b43b0416 Ran black on sources 2023-11-02 20:58:03 +01:00
Andrew Bastien
2bf96f7c7f Added CharactersHandler to account and altered all calls of add/remove characters to use it. 2023-10-29 13:02:18 -04:00
Andrew Bastien
376d1d1ec3 Fixed a borked test. 2023-10-29 13:02:18 -04:00
Andrew Bastien
4b80b200d8 Cleaned up tests to use newly-renamed Account hooks for add/remove characters. 2023-10-29 13:02:18 -04:00
Andrew Bastien
f782cd8fc8 Removing direct access to Account.db._playable_characters in favor of Account.add_character(char) and Account.remove_character(char). Account.characters already handles all filtering so am cleaning up lots of repeated list comprehensions which remove/filter deleted characters. 2023-10-29 13:02:17 -04:00
Andrew Bastien
5bfe5602b8 Refactoring adminsite.py to allow all models and be configurable via settings.py 2023-10-26 13:05:42 -04:00
Johnny Voruz
fa1d6e6c3a Merge remote-tracking branch 'origin/main' into default-save-quirk 2023-10-03 15:21:01 -05:00
Johnny Voruz
d686eab374 Removed console Log and added additional code comments 2023-10-03 15:13:57 -05:00
Johnny Voruz
29e7a2dd78 added listener + logic to Save Layout button to disable save when name = default 2023-09-30 21:37:32 -05:00
Johnny Voruz
4b74d6ca9f Index.html template split up into new widgitized templates found in evennia\web\templates\website\homepage 2023-09-23 16:48:49 -05:00
Griatch
22a20c9094 Fix bug in default_out.js. Resolve #3098 2023-08-06 16:16:38 +02:00
Griatch
b624d3dd5c Merge pull request #3192 from friarzen/main
BugFix: Restore dynamic class kwarg assignment to goldenlayout clients
2023-05-21 10:57:13 +02:00
Brenden Tuck
5a0cf6ba82 BugFix: Restore dynamic class kwarg assignment to goldenlayout-enabled clients 2023-05-13 17:20:44 -04:00
Andrew Bastien
53d963e14c Changed importing of SESSION_HANDLER to avoid circular imports when extending Portal or Server SessionHandler. 2023-05-11 20:39:30 -04:00
Griatch
616daf723a Fix username-validator errors not showing in web registration form 2023-04-21 00:26:08 +02:00
Griatch
f66db3344d Update djangodoc references also in READMEs, as per #3126 2023-03-04 20:10:12 +01:00
InspectorCaracal
07af134027 update setting name, tests 2023-01-06 11:37:24 -07:00
InspectorCaracal
0b12e2827f update test 2023-01-02 21:42:03 -07:00
InspectorCaracal
edc212f1ff add registration setting to context 2023-01-02 20:48:33 -07:00
InspectorCaracal
04e036978c registration setting 2023-01-02 20:48:33 -07:00
Griatch
eafe390db4 Use isort, run format on code 2022-11-18 12:02:46 +01:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
selberhad
b7dfef47ba feat: consolidate input tab close buttons 2022-10-06 20:53:37 -04:00
selberhad
2e9bc79cb9 remove lodash dependency and add once helper 2022-10-06 20:47:51 -04:00
selberhad
4e58b70a06 Merge branch 'develop' of https://github.com/evennia/evennia into fix_multi_input_focus 2022-10-06 20:45:33 -04:00
selberhad
17791e71b7 fix: multiple inputs now retain focus correctly 2022-10-05 22:23:07 -04:00
selberhad
0cb6c92e9d fix: use more widely supported unicode characters in webclient 2022-10-05 12:35:17 -04:00
Griatch
2855a08eba Merge pull request #2887 from VexiaOnline/webclient-copy-fix
Webclient copy fix
2022-10-03 19:23:19 +02:00
InspectorCaracal
55c80ce30e fix querysets 2022-09-27 11:30:01 -06:00
Vexia
7a34be7657 Fix for Evennia issue #2611 2022-09-24 18:45:43 -05:00
Griatch
43378b4c41 Ran black on sources 2022-09-18 23:58:32 +02:00
Griatch
a0a0a248a0 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Brenden Tuck
922e75ebb0 Add a simple raw HTML message renderer 2022-08-13 22:26:17 -04:00
InspectorCaracal
232d80041a check if cmdid has callback 2022-06-01 12:48:18 -06:00
InspectorCaracal
4224feb25d preserve output whitespace 2022-04-03 16:18:09 -06:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
f7c01c2ee4 Clean up admin frontpage 2022-02-05 01:13:41 +01:00
Griatch
b76c5d2bab Up min versions to py3.9, Django 4 2022-02-04 23:24:48 +01:00
Griatch
5859de7054 Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
541e5a116a Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
Griatch
a0c70ce465 Add webclient browser name identifier. Resolve #1650 2021-11-03 20:09:47 +01:00
Griatch
3474ffa008 Include error messages in form. Resolve #2368 2021-11-02 21:21:31 +01:00
Griatch
36e985557f Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454. 2021-10-31 22:18:58 +01:00
Griatch
063c44f38d Add SERVER_HOSTNAME setting. Update website index to show telnet connect info 2021-10-31 10:38:38 +01:00