Commit Graph

79 Commits

Author SHA1 Message Date
aa7f47a4f4 Reworking id to use uuid 2023-11-01 18:44:56 +01:00
6a81a5b337 Add accent color option 2023-09-28 19:07:03 -04:00
65bea2a11a Merge branch 'dev' into feature/discord-webhooks 2023-09-21 23:42:04 +01:00
096de18c2c Merge branch 'dev' into feature/discord-webhooks 2023-09-05 20:39:20 -04:00
2d77c456ca Merge branch 'dev' into bugfix/issue_255_status_page_update 2023-09-05 20:05:12 +02:00
a8894757cf Rename activity logs 2023-08-20 17:01:32 -04:00
eccac2508d Fix Issue #255
Rework how the websockets are managed
2023-08-09 23:47:53 +02:00
a1f0e7399f Merge branch 'dev' into feature/discord-webhooks 2023-08-04 15:19:33 -04:00
6f506eecbd Add autofield to appease linter 2023-06-18 11:09:00 -04:00
210fc306c4 Add model option 2023-06-03 18:11:20 -04:00
50c515b2aa Add database methods 2023-06-03 15:05:08 -04:00
cc157f86bb Setup webhooks database 2023-06-03 13:35:29 -04:00
34f1acd3e2 Appease black 2023-02-16 23:29:06 +00:00
3a763178d7 Merge branch 'dev' into tweak/master-server-dir-config 2023-01-30 12:14:58 -05:00
2d9529ba0c Add cookie secret to DB
Allow users to reset cookie and api secret
Add Crafty row to table on fresh install
Change inserts to updates for crafty settings table.
2023-01-29 16:54:02 -05:00
b5d259bce7 Merge branch 'dev' into feature/backup-echo 2023-01-27 19:39:05 +00:00
84592c178e Merge branch 'dev' into refactor/scheduled-task-queue 2023-01-27 19:30:03 +00:00
8a5cc6d1e6 Set up back end for master server dir 2023-01-26 19:21:39 -05:00
248a5a63a9 Include option for after command 2023-01-21 13:13:02 -05:00
cf9ad77879 Add option to run command before backup 2023-01-20 17:35:30 -05:00
634edb0e8b Remove unused import 2023-01-19 12:06:37 -05:00
60785500b9 Remove commands table 2023-01-19 11:47:07 -05:00
dfa2f5fb1e Remove antequeted code after moving from db 2023-01-19 11:28:00 -05:00
7984ca8157 Add Personalized Transparency for Login Page's Form 2023-01-17 20:40:16 +01:00
bf0255a26b Add custom login image feature 2022-11-09 14:13:35 -05:00
c58e4e3ebf Clean up backup configs when deleting servers 2022-10-04 16:37:53 -04:00
75c8cdef53 Add names to schedules 2022-08-05 13:52:50 -04:00
6c0cd54e7e Add next run to schedule info 2022-08-04 18:15:59 -04:00
7670b91cc6 Add backup shutdown feature
Add backup notif for failed backup
2022-06-20 17:16:56 -04:00
7d286e60e0 Backup/Config.json rework for API key hardening
See merge request crafty-controller/crafty-4!369
2022-06-20 19:26:21 +00:00
166272e12c Replace .count() != 0 with .exists() 2022-05-25 14:24:34 +03:00
02f5318f76 Merge branch 'dev' into merge/pretzel-lukas-cleanup-nosquash 2022-05-20 22:04:41 +03:00
74198ff81c Add a try..except to audit log broadcast 2022-05-18 16:51:46 +03:00
fbf820fd38 Make some model removals way more efficient 2022-05-16 01:18:08 +03:00
0115421243 Make queries narrower 2022-05-16 01:02:17 +03:00
53459d83dc Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
2dc85e6f27 Add table name for audit_log 2022-04-14 19:34:30 -04:00
1aa0d65cf7 Merge branch feature/external-frontend to feature/api-v2 without the frontend 2022-04-14 15:33:53 +03:00
92c8fc04f3 Refactor to standardize class/variable naming 2022-04-14 03:10:25 +01:00
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
19d2c9ec1c Revert "Merge branch 'bug/DB_Lock' into 'dev'"
This reverts merge request !241
2022-04-10 22:00:44 +00:00
3826cb3486 Change all databases to queue 2022-04-10 16:33:54 -04:00
23ecef6826 Revert Singleton testing operators on db querys
These are not compatible with peewee querys, see MR !233 for details
2022-04-02 17:54:30 +01:00
0c540293d8 Fix Singleton value testing
Truthy falsy truthy falsy, apparently wants 'is'
2022-04-02 02:34:12 +01:00
09bba7fdb0 Further fix files to conform with Black pylintrc
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:16:22 +00:00
2a512d7273 Fix files to conform with new Black pylintrc
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
e06fe8a52a Black codebase
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
b306d1f313 Tidy imports & dep auto-installer 2022-03-08 04:40:44 +00:00
1bf40ffda9 Fix task update polling
Fix task update polling after a change while linting broke it :/
2022-03-04 20:41:27 -05:00
6cf778f068 appease the linter 2022-03-02 13:07:00 -05:00