Commit Graph

310 Commits

Author SHA1 Message Date
dd00a6edeb
Fix config get command 2020-10-16 18:57:50 +02:00
7f1bb9668f
Make ConfigurationRepository internal to ConfigHelpers 2020-10-16 18:04:52 +02:00
80a8a5f6db
Add wrapper for DeleteValue 2020-10-16 18:04:04 +02:00
f0d01f1a65
Refactor out checking logic 2020-10-16 18:02:38 +02:00
fe59799e1f
Move ConfigurationRepository to ConfigHelpers namespace 2020-10-16 17:59:49 +02:00
47e6d2bed5
Move Configuration wrapper class to separate namespace 2020-10-16 17:57:57 +02:00
afbb92b1e9
Rework all usages of configuration 2020-10-16 17:55:00 +02:00
5019ea3d3e
Remove *some* duplicate code 2020-10-16 17:25:34 +02:00
9b604b67a7
Rework PermissionChecker to not be dumb... 2020-10-16 17:21:42 +02:00
29c5a0a102
Allow regex in keys 2020-10-16 17:04:54 +02:00
2a468f1a95
Implement everything that now requires the typed fields 2020-10-16 16:50:21 +02:00
194d025660
Rework configuration through a root level helper 2020-10-16 16:43:54 +02:00
062dd56767
Add optional validation rule 2020-10-14 22:21:29 +02:00
f4d4ff031f
Fix delete endpoint 2020-10-13 01:43:49 +02:00
89175ef9da
Fix upsert 2020-10-13 01:35:48 +02:00
8d072d48eb
Implement the dynamic crud endpoint 2020-10-13 01:15:40 +02:00
e78c0d8746
Start refactoring to base api controller 2020-10-13 00:04:36 +02:00
7f47fa6753
Change form and remove unused stuff 2020-10-12 22:45:23 +02:00
7c2e994888
Add field for image in embed 2020-10-11 23:44:10 +02:00
b4c5b16340
Fix authentication messages to user 2020-10-11 23:10:09 +02:00
78bec91c71
Rename controller 2020-10-11 23:09:25 +02:00
389755a30c
Utilize DI 2020-10-11 22:49:59 +02:00
674b8c0af9
Rework templates of frontend 2020-10-11 22:11:03 +02:00
4474d84257
Configure the frontend for loosly defined CRUD functionality and implement embed colors 2020-10-11 21:38:58 +02:00
f417cab646
Fix some inconsistencies in spelling 2020-09-30 18:05:56 +02:00
dc0674950a
Fix frontend for custom commands to actually function 2020-09-30 17:44:54 +02:00
dc73b3e507
Replace guild response ID to string 2020-09-29 22:58:52 +02:00
7c4d007863
Fix problem with ulongs on frontend... js does not handle them... at all 2020-09-29 22:56:15 +02:00
818f71c75a
Configure frontend for custom commands 2020-09-29 22:47:58 +02:00
63ce0e4c87
Fix the wrong files being included in dotnet publish a.k.a. image creation 2020-09-29 21:08:24 +02:00
87472b6d45
Fix some yarn related stuff 2020-09-29 21:08:00 +02:00
60ffbd8a88
Remove dist folder 2020-09-29 19:55:14 +02:00
f17e828c23
Update entire frontend template, change to md-app 2020-09-27 23:13:27 +02:00
16f48e0140
Add endpoint for discord invite 2020-09-27 22:51:42 +02:00
838c4847f8
Implement failsafe for large message output from custom commands 2020-09-27 15:44:44 +02:00
fe5dde6918
Implement a limited context to give to the Lua context 2020-09-27 15:44:30 +02:00
b7a9575c15
Trim output to treat \n as empty message 2020-09-27 12:33:42 +02:00
8062e6d980
Remove metatable functionality from lua context 2020-09-27 12:33:06 +02:00
94bbfb18ae
Add context variable to lua context 2020-09-27 12:32:42 +02:00
118aa28a11
Fix logging level of debug message 2020-09-27 12:32:05 +02:00
a1a3cc61cb
Fix print not working 2020-09-27 12:27:17 +02:00
29813a599c
Switch lua library to NLua and implement cancellation 2020-09-27 12:13:20 +02:00
514a835233
Store my changes 2020-09-26 18:27:24 +02:00
ceee0caace
Fix output of print not being used as message content 2020-09-23 20:50:25 +02:00
18f4a82c78
Add Embed support for CustomCommands 2020-09-22 22:05:01 +02:00
c0f8a49d92
Utilize new api 2020-09-05 01:38:09 +02:00
71b05a2bbd
Do not exit after user failure on command perm 2020-09-04 21:55:21 +02:00
2cbe6c0aa5
Remove the timezone name, just leave UTC+xxxx in 2020-09-04 21:34:05 +02:00
5923b91f32
Fix rendering of RankCheck command 2020-09-04 20:32:50 +02:00
ebbf2c858a
Get basic Lua interpreter set up 2020-09-03 23:14:11 +02:00