Commit Graph

24 Commits

Author SHA1 Message Date
ab39ceee71 feat(config): Split mod and admin config. 2023-10-16 21:43:54 +03:00
1b4cfd0453 fix: Protect all acmpl lengths. 2023-10-08 12:00:32 +03:00
7e82acd9f8 fix(tasklist): Fix ui exception typo. 2023-10-08 07:38:35 +03:00
f4802ce794 fix(tasklist): Fix some error path typos. 2023-10-02 07:38:07 +03:00
494484fc3c feat(tasklist): Show tasklists in private rooms.
Also adds a `get_rooms` method to the `RoomCog`.
2023-09-11 15:16:19 +03:00
8e54186649 fix(tasklist): Fix sub menu labelling. 2023-09-11 11:17:59 +03:00
a9a21b1735 fix(tasklist): Harden update propagator.
Fixes an issue where updates would fail when listeners updated.
Fixes a typo where the wrong UI was closed on HTTPException.
2023-09-11 10:29:53 +03:00
d14b0880eb fix(tasklist): Fix error handling.
Also adds better pathway for selecting all tasks.
2023-09-11 10:17:01 +03:00
8d873a3505 fix (tasklist): Catch lack of permissions. 2023-09-03 04:07:41 +03:00
df9b835cd5 fix (data): Parallel connection pool. 2023-08-23 17:31:38 +03:00
8af1e73c17 fix (dashboard): Clean up names. 2023-08-18 23:47:49 +03:00
34f490fb7f fix (tasklist): Cut cycles in label alg. 2023-08-18 20:20:50 +03:00
78fb398e03 fix (tasklist): More bugfixes.
Fix issue where save did not send all tasks.
Fix issue where tasklist update would also affect deleted tasks.
2023-07-07 23:33:10 +03:00
c6f462d131 fix (tasklist): Various bugfixes.
Fix issue where empty tasklist would raise ZeroDivisionError.
Fix issue where empty tasklist UI would error.
Fix issue where >4000 char tasklists would error on bulk edit.
Fix `/tasks edit` not responding to interaction.
Fix task acmpl going over 100 chars.
Fix empty tasklist text and UI layout.
Add `/tasks upload` for editing long tasklist.
Small UI tweaks.
Make `LionContext.error_reply` always ephemeral if possible.
2023-07-07 22:53:34 +03:00
ce68813788 refactor (tasklist): Various UI adjustments. 2023-07-06 00:19:55 +03:00
7c039dd0da fix (tasklist): Bound checks in task hook. 2023-06-09 05:17:38 +03:00
4bfc240530 rewrite: Ward refactor. 2023-06-06 14:27:57 +03:00
e1a23695ee rewrite: Setting input strings and localisation. 2023-06-06 12:57:29 +03:00
fe8cf35885 rewrite: Various bug fixes. 2023-05-25 16:45:54 +03:00
6683d27dfd rewrite: Small bugfixes. 2023-05-14 12:33:05 +03:00
5bf3ecbdfd rewrite: Create guild timezone setting. 2023-03-03 19:47:24 +02:00
b0dcbaa727 rewrite (core): Split and refactor Lion and config. 2023-03-03 15:35:08 +02:00
b777bd33e4 rewrite: Integrate GUI plugin. 2022-12-23 20:34:58 +02:00
f328324747 rewrite: Restructure to include GUI. 2022-12-23 06:44:32 +02:00