Commit graph

75 commits

Author SHA1 Message Date
Sarah Faey
300ab2370f fixed deleting users 2022-12-03 16:24:06 +01:00
Sarah Faey
2246624917 added error message if signing up fails 2022-12-03 14:47:19 +01:00
Sarah Faey
2a9cd89783 reminders now always include the raid name 2022-12-03 11:02:59 +01:00
Sarah Faey
f9e05ab545 fixed deleting the user 2022-12-01 23:30:46 +01:00
Sarah Faey
26780fae6e discord raids are now deleted when the raid is deleted 2022-12-01 23:08:47 +01:00
Sarah Faey
4b135fb1bd template in DbInitializer now contains the owner Id 2022-12-01 22:49:40 +01:00
Sarah Faey
26dd595057 Added delete user button 2022-12-01 21:42:43 +01:00
Sarah Faey
601b6b87ed creating a raid from a template now creates discord messages 2022-11-30 18:11:06 +01:00
Sarah Faey
893ec1f16d fixed crash when deleting Raids
removed Raid from Reminders and DiscordMessages
2022-11-29 23:59:28 +01:00
Sarah Faey
57d8df1463 the discord message gets updated less often if the user was already signed up 2022-11-29 00:19:52 +01:00
Sarah Faey
dc2563e16c added needed rights for slash commands
added functions for account select in the bot
2022-11-29 00:04:22 +01:00
Sarah Faey
fc5e75cc9d fixed errors while logging raids
SQlite is now also used in production
2022-11-24 17:56:06 +01:00
Sarah Faey
f4cf2620d9 added database migrations 2022-11-22 22:37:24 +01:00
Sarah Faey
85eaf8b36e Added main account select 2022-11-21 22:27:56 +01:00
Sarah Faey
c4ecb512d7 Added renaming users and main gw2 accounts 2022-11-21 18:27:26 +01:00
Sarah Faey
aad07809d2 added logging to raid and template changes 2022-11-19 00:47:52 +01:00
Sarah Faey
803332bc5c Raid messages are now deleted after the raid ends.
Raids are deleted after a year
2022-11-19 00:22:08 +01:00
Sarah Faey
25a381124d Added sign up logging to discord 2022-11-18 23:04:49 +01:00
Sarah Faey
c3ed05fa7e Added discord settings 2022-11-18 00:14:16 +01:00
Sarah Faey
07a0e685f2 Added reminders and discord messages to templates 2022-11-17 22:01:26 +01:00
Sarah Faey
5a5c3df1a9 Added Raid Reminders 2022-11-17 21:42:09 +01:00
Sarah Faey
f40903851e fixed Add external user command 2022-11-15 22:11:21 +01:00
Sarah Faey
a504925752 reworked Logging changes 2022-11-15 20:23:48 +01:00
Sarah Faey
b8feed971c reworked the commandHandler
added Slash Commands
2022-11-15 19:00:56 +01:00
Sarah Faey
17dceda408 Added SendChannelMessage 2022-11-14 09:25:52 +01:00
Sarah Faey
e9b353527f Added SendMessageToRaidUsers
Message is sent, if furure Raid is deleted
2022-11-14 09:12:17 +01:00
Sarah Faey
ed7a1905fd changed reminders to use DateTimeOffset 2022-11-13 22:07:31 +01:00
Sarah Faey
62dc3d1efa added support for External users
fixed potential errors
2022-11-13 21:48:56 +01:00
Sarah Faey
a47bc3207d removed warnings 2022-11-11 20:40:20 +01:00
Sarah Faey
56cb43a479 added account creation to the Discord bot 2022-11-10 21:47:44 +01:00
Sarah Faey
69337e69ae signing up through the discord bot works now 2022-11-07 00:16:49 +01:00
Sarah Faey
e445b2a181 Added Discord Bot 2022-11-06 19:10:58 +01:00
t.ruspekhofer
d54ce50336 merged LiebUserId with DiscordId 2022-05-17 23:14:58 +02:00
t.ruspekhofer
dcdc891925 Renamed PlannedRaidRole to RaidRole 2022-04-06 23:20:29 +02:00
t.ruspekhofer
7533d5a704 Moved Models to Shared Project 2022-04-02 19:23:53 +02:00
t.ruspekhofer
bae69648d0 Renamed RaidRole and RaidSignUpHistory 2022-03-23 21:48:29 +01:00
t.ruspekhofer
2bf630f3a1 Raids and RaidTemplates are now only editable by their owner or moderators
reworked user rights
2022-03-21 01:12:35 +01:00
t.ruspekhofer
2dfcf13f79 fixed a bug with moving Flex users.
async was seemingly not allowed
2022-03-17 14:46:30 +01:00
t.ruspekhofer
2e7c6f6640 added free and overall spots 2022-03-14 22:48:54 +01:00
t.ruspekhofer
212e1a393d no tusable SignUp Buttons are now disabled 2022-03-14 22:21:10 +01:00
t.ruspekhofer
8d443781a4 Random Raid Role is no longer falesly deleted 2022-03-13 23:38:18 +01:00
t.ruspekhofer
e22eea7fca reworked RaidDetails Layout 2022-03-13 20:20:14 +01:00
t.ruspekhofer
c00f987f16 renamed Frequency to Interval 2022-03-13 17:46:38 +01:00
t.ruspekhofer
6e4dce5b1f Reworked random raids to be randomizable multiple times 2022-03-13 17:21:17 +01:00
t.ruspekhofer
dd79b0e333 Added RaidTemplate sites 2022-03-13 14:57:48 +01:00
t.ruspekhofer
b126822e51 Added filter to RaidOverview 2022-03-13 01:26:47 +01:00
t.ruspekhofer
2cf4018e33 reworked GetTimeZoneValue to ust the date to determine daylight saving times 2022-03-12 23:00:37 +01:00
t.ruspekhofer
35a1ff111b Fixed IsRaidSignUpAllowed 2022-03-12 21:55:11 +01:00
t.ruspekhofer
ab6602710d Added RaidTemplates and TimerService to create weekly raids 2022-03-12 21:16:45 +01:00
t.ruspekhofer
c215ed058f Added TimeZone Functionality 2022-03-10 22:34:47 +01:00