Commit Graph

  • 523ab7f03a Partial thread support jude 2023-05-11 15:02:26 +01:00
  • 6e831c8253 Add migration for threads. Add ability to load .env from wd jude 2023-05-11 13:53:52 +01:00
  • 4416e5d175 Remove need to supply webhook avatar jude 2023-05-08 17:32:59 +01:00
  • 734a39a001 Change default Python location. Update build instructions. Add container build instructions jude 2023-05-08 17:04:51 +01:00
  • 98191d29ee deb-related stuff jude 2023-05-07 21:08:59 +01:00
  • 1c4c4a8b31 Add deb stuff. Correct dependency on database name jude 2023-05-07 20:59:07 +01:00
  • d496c81003 Correct typo in path jude 2023-05-07 20:38:08 +01:00
  • 094d210f64 Fix orphaned channels issue again jude 2023-03-24 19:52:41 +00:00
  • 314c72e132 Changed data import to add alongside rather than removing. jude 2023-03-24 19:41:34 +00:00
  • 4e0163f2cb Rename some environment variables. Add partial deb metadata jude 2023-03-24 17:44:43 +00:00
  • e5b8c418af Merge remote-tracking branch 'origin/next' into next jude 2023-03-24 11:11:59 +00:00
  • 3ef8584189 Use SQLx migrations jude 2023-03-24 11:11:51 +00:00
  • df2ad09c86
    Update README.md Jude Southworth 2023-01-21 12:25:24 +00:00
  • d70fb24eb1 Fix todo viewing not working for large entries jude 2023-01-06 17:08:09 +00:00
  • 3150c7267d Add validating to length-validated fields on edit jude 2022-12-18 13:38:43 +00:00
  • 6e65e4ff3d update some help pages jude 2022-12-18 13:09:02 +00:00
  • 67a4db2e9a Ensure interval updating is performed properly jude 2022-12-11 10:09:26 +00:00
  • e9bcb1973f Update web for daily intervals jude 2022-12-10 16:21:43 +00:00
  • 9b87fd4258 Ver bump jude 2022-12-10 15:38:21 +00:00
  • a49a849917 Support daily intervals jude 2022-12-10 15:32:49 +00:00
  • aa74a7f9a3 Use timezones wherever possible. jude 2022-11-22 20:41:07 +00:00
  • 08e4c6cb57 ver bump jude 2022-11-20 12:20:52 +00:00
  • 6e087bd2dd Fix character counting on /look. Initial support for jumping over DST boundaries jude 2022-11-20 12:20:10 +00:00
  • e9792e6322 ver bump jude 2022-09-26 16:59:57 +01:00
  • 130504b964 Add notice to macro initial run jude 2022-09-26 16:44:30 +01:00
  • 2a8117d0c1 Revert multiline changes jude 2022-09-20 17:00:33 +01:00
  • b0a04bb289 Default channel command jellywx/guild-table jude 2022-09-12 21:28:23 +01:00
  • eef1f6f3e8 Correct migration. Add guilds on interaction. Correct queries jude 2022-09-12 20:42:48 +01:00
  • 3d08027325 Add migration for guild IDs to use discord ID jude 2022-09-12 16:25:58 +01:00
  • 94bfd39085 Patch compilation against live schema jude 2022-09-17 13:05:14 +01:00
  • 40cd5f8a36 Patch compilation against live schema jude 2022-09-17 13:03:52 +01:00
  • 133b00a2ce Patch compilation against live schema jude 2022-09-17 12:50:16 +01:00
  • 57336f5c81 Change macro list to use fields to prevent going over limit jude 2022-09-17 12:37:58 +01:00
  • b62d24c024 Add an autocomplete for time hints jude 2022-09-12 17:49:10 +01:00
  • e2bf23f194 Add macro install command stub jellywx/macro-install jude 2022-09-12 17:20:43 +01:00
  • 8f8235a86e Move macro commands to own module jude 2022-09-12 16:45:00 +01:00
  • c8f646a8fa Override timezone per command jude 2022-09-11 18:59:46 +01:00
  • ecaa382a1e Add join message jude 2022-09-11 17:38:53 +01:00
  • 8991198fd3 Use autocomplete to ensure content box is shown jude 2022-09-11 15:24:02 +01:00
  • f20b95a482 Upgrade poise. Combine remind/multiline into one command jude 2022-09-08 17:58:05 +01:00
  • 8dd7dc6409 Added command for multiline reminders jude 2022-09-07 18:27:13 +01:00
  • c799d10727 Move extra processes to user data setup jude 2022-09-03 16:19:59 +01:00
  • ceb6fb7b12 bump version jude 2022-09-03 15:49:05 +01:00
  • 6708abdb0f
    Merge pull request #10 from reminder-bot/jellywx/fix-dm-reminders Jude Southworth 2022-09-03 15:44:00 +01:00
  • a38f6024c1 Migrate natural commands jude 2022-09-03 15:40:29 +01:00
  • 7d8748e3ef group by channel instead of guild #10 jellywx/fix-dm-reminders jude 2022-08-19 09:04:12 +01:00
  • bb3386c4e8 migration for $r commands jude 2022-08-14 16:22:00 +01:00
  • 25b84880a5 Don't send non-interval disabled reminders jude 2022-08-04 19:06:29 +01:00
  • 7b6e967a5d Block/allow DM reminders jude 2022-07-29 19:22:15 +01:00
  • 2781f2923e Restrict reminder selection to one-per-guild during fetch loop jude 2022-07-28 19:19:46 +01:00
  • 03f08f0a18 Update deps. Drop limiter on reminder query jude 2022-07-27 21:42:09 +01:00
  • 79c86d43f2 Changed return types to results jude 2022-07-24 20:06:37 +01:00
  • e19af54caf Import todo lists. Export other data. jude 2022-07-22 23:30:45 +01:00
  • f4213c6a83 Cache channel in todo list command jude 2022-07-02 08:31:17 +01:00
  • f56db14720 Webhook command jude 2022-06-17 17:15:48 +01:00
  • 2d1668a63a new global models postgres jude 2022-05-20 21:13:15 +01:00
  • 6f7d0f67b3 mentions jude 2022-05-15 12:14:07 +01:00
  • bfc2d71ca0 patreon jude 2022-05-14 12:02:46 +01:00
  • 8eb46f1f23 delete reminders when the user cannot be direct messaged jude 2022-05-14 10:56:03 +01:00
  • c4087bf569 pos mysql jude 2022-05-14 08:12:50 +01:00
  • f25cfed8d7 edit button jude 2022-05-13 23:30:01 +01:00
  • d2a8bd1982 update readme with better build instructions jude 2022-05-13 23:13:39 +01:00
  • 437ee6b446 ver bump jude 2022-05-13 23:10:29 +01:00
  • 7d43aa5918 cleared up all unwraps from the reminder sender. cleared up clippy lints. added undo button jude 2022-05-13 23:08:52 +01:00
  • 1007b75069 downgrade some stuff master jude 2022-05-13 14:38:36 +01:00
  • 0e7a4d02de ? jude 2022-05-13 14:21:34 +01:00
  • 37e5c50800 added message content intent jude 2022-05-13 14:11:39 +01:00
  • 8bad95510d configure playing status jude 2022-05-13 12:43:27 +01:00
  • 88255032de update for new database models jude 2022-05-13 10:03:45 +01:00
  • d7a0b727fb
    Merge pull request #7 from reminder-bot/poise-2 Jude Southworth 2022-05-13 09:00:26 +01:00
  • 1c1f5662d3 removed guild only hook. permissions on commands. fix for macro command count. #7 poise-2 jude 2022-05-13 08:59:46 +01:00
  • ded750aa2d update dependencies jude 2022-04-19 15:23:27 +01:00
  • 4c4f0927f1 fix attachments. remove webhook sending for speedup jude 2022-04-09 12:21:28 +01:00
  • 0f05018cab removed remainder of old personal dashboard code. fixed big lighthouse issues. jude 2022-04-07 21:41:24 +01:00
  • 85d27c5bba fields are now json and work. fix for intervals. moved some code together jude 2022-04-07 17:13:02 +01:00
  • d946ef1dca process intervals. inlining fields jude 2022-04-03 21:53:28 +01:00
  • f21d522435 mobile appearence jude 2022-03-27 19:17:30 +01:00
  • 3add718cdf interval field client processing jude 2022-03-27 18:03:42 +01:00
  • f4ef7afea0 show newly created reminders. fix color rendering. jude 2022-03-27 14:15:01 +01:00
  • f8547bba70 upload attachments jude 2022-03-26 20:03:58 +00:00
  • 08fd88ce54 styling interval inputs jude 2022-03-24 22:40:05 +00:00
  • abfe492192 put a plain background on images jude 2022-03-24 21:36:22 +00:00
  • afb2fbe4ff patch reminders jude 2022-03-22 22:21:47 +00:00
  • 878ea11502 graceful shutdown jude 2022-03-21 23:11:52 +00:00
  • 93da746bdc support articles jude 2022-03-20 21:41:38 +00:00
  • 9e6a387f82 support articles jude 2022-03-20 21:04:24 +00:00
  • af9d8bea62 collapse/expand elements. moved the embed color picker jude 2022-03-20 18:29:27 +00:00
  • 318be1fa5e prettier for javascript formatting. sorting jude 2022-03-20 15:46:22 +00:00
  • 3b6e02e16e working on editing reminders jude 2022-03-20 00:10:19 +00:00
  • a56f84f659 timezone help. moved javascript to separate file jude 2022-03-19 23:47:40 +00:00
  • 3e4dd0fa48 channel selection shows properly. loader jude 2022-03-19 21:28:11 +00:00
  • d0d2d50966 create reminders :) jude 2022-03-19 17:41:34 +00:00
  • e2e5b022a0 create reminder route. formatting on frontend jude 2022-03-05 19:43:02 +00:00
  • 6ae2353c92 add distinct identifying names. log errors in run_macro jude 2022-02-20 12:19:39 +00:00
  • 06c4deeaa9 component models jude 2022-02-19 22:11:21 +00:00
  • afc376c44f everything except component model actions jude 2022-02-19 18:21:11 +00:00
  • 84ee7e77c5 2nd attempt at doing poise stuff jude 2022-02-19 14:32:03 +00:00
  • 620f054703 extracted event handler. removed custom sharding code. extracted util functions jude 2022-02-19 13:28:24 +00:00
  • cb471c52f3 optionally dont run web/postman jude 2022-02-19 12:45:33 +00:00
  • 37420b2b1f ..... jude 2022-02-11 20:03:53 +00:00