amcmanu3
d998d82de0
Fix code quaity issues
2024-04-20 17:04:30 -04:00
amcmanu3
2134c4226d
Fix audit log raw
2024-04-20 16:54:33 -04:00
amcmanu3
3fac1a39a8
Setup drop table migrations
2024-04-20 16:21:06 -04:00
--unset
227d642546
Set audit logging to logfile instead of DB
2024-04-17 18:03:10 -04:00
Silversthorn
aa7f47a4f4
Reworking id to use uuid
2023-11-01 18:44:56 +01:00
Andrew
6a81a5b337
Add accent color option
2023-09-28 19:07:03 -04:00
Zedifus
65bea2a11a
Merge branch 'dev' into feature/discord-webhooks
2023-09-21 23:42:04 +01:00
Andrew
096de18c2c
Merge branch 'dev' into feature/discord-webhooks
2023-09-05 20:39:20 -04:00
Silversthorn
2d77c456ca
Merge branch 'dev' into bugfix/issue_255_status_page_update
2023-09-05 20:05:12 +02:00
Andrew
a8894757cf
Rename activity logs
2023-08-20 17:01:32 -04:00
Silversthorn
eccac2508d
Fix Issue #255
...
Rework how the websockets are managed
2023-08-09 23:47:53 +02:00
amcmanu3
a1f0e7399f
Merge branch 'dev' into feature/discord-webhooks
2023-08-04 15:19:33 -04:00
Andrew
6f506eecbd
Add autofield to appease linter
2023-06-18 11:09:00 -04:00
amcmanu3
210fc306c4
Add model option
2023-06-03 18:11:20 -04:00
amcmanu3
50c515b2aa
Add database methods
2023-06-03 15:05:08 -04:00
amcmanu3
cc157f86bb
Setup webhooks database
2023-06-03 13:35:29 -04:00
Zedifus
34f1acd3e2
Appease black
2023-02-16 23:29:06 +00:00
amcmanu3
3a763178d7
Merge branch 'dev' into tweak/master-server-dir-config
2023-01-30 12:14:58 -05:00
amcmanu3
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
Zedifus
b5d259bce7
Merge branch 'dev' into feature/backup-echo
2023-01-27 19:39:05 +00:00
Zedifus
84592c178e
Merge branch 'dev' into refactor/scheduled-task-queue
2023-01-27 19:30:03 +00:00
Andrew
8a5cc6d1e6
Set up back end for master server dir
2023-01-26 19:21:39 -05:00
Andrew
248a5a63a9
Include option for after command
2023-01-21 13:13:02 -05:00
Andrew
cf9ad77879
Add option to run command before backup
2023-01-20 17:35:30 -05:00
amcmanu3
634edb0e8b
Remove unused import
2023-01-19 12:06:37 -05:00
amcmanu3
60785500b9
Remove commands table
2023-01-19 11:47:07 -05:00
amcmanu3
dfa2f5fb1e
Remove antequeted code after moving from db
2023-01-19 11:28:00 -05:00
Silversthorn
7984ca8157
Add Personalized Transparency for Login Page's Form
2023-01-17 20:40:16 +01:00
amcmanu3
bf0255a26b
Add custom login image feature
2022-11-09 14:13:35 -05:00
amcmanu3
c58e4e3ebf
Clean up backup configs when deleting servers
2022-10-04 16:37:53 -04:00
amcmanu3
75c8cdef53
Add names to schedules
2022-08-05 13:52:50 -04:00
amcmanu3
6c0cd54e7e
Add next run to schedule info
2022-08-04 18:15:59 -04:00
amcmanu3
7670b91cc6
Add backup shutdown feature
...
Add backup notif for failed backup
2022-06-20 17:16:56 -04:00
Andrew
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
luukas
166272e12c
Replace .count() != 0
with .exists()
2022-05-25 14:24:34 +03:00
luukas
02f5318f76
Merge branch 'dev' into merge/pretzel-lukas-cleanup-nosquash
2022-05-20 22:04:41 +03:00
luukas
74198ff81c
Add a try..except to audit log broadcast
2022-05-18 16:51:46 +03:00
luukas
fbf820fd38
Make some model removals way more efficient
2022-05-16 01:18:08 +03:00
luukas
0115421243
Make queries narrower
2022-05-16 01:02:17 +03:00
luukas
53459d83dc
Merge branch 'feature/api-v2' into merge/api-v2
2022-05-05 03:32:09 +03:00
Andrew
2dc85e6f27
Add table name for audit_log
2022-04-14 19:34:30 -04:00
luukas
1aa0d65cf7
Merge branch feature/external-frontend to feature/api-v2 without the frontend
2022-04-14 15:33:53 +03:00
Zedifus
92c8fc04f3
Refactor to standardize class/variable naming ✨
2022-04-14 03:10:25 +01:00
computergeek125
42ca4bb973
Refactored the yes to not pass objects in import
...
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
Andrew
19d2c9ec1c
Revert "Merge branch 'bug/DB_Lock' into 'dev'"
...
This reverts merge request !241
2022-04-10 22:00:44 +00:00
amcmanu3
3826cb3486
Change all databases to queue
2022-04-10 16:33:54 -04:00
Zedifus
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
Zedifus
0c540293d8
Fix Singleton value testing
...
Truthy falsy truthy falsy, apparently wants 'is'
2022-04-02 02:34:12 +01:00
Zedifus
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
Zedifus
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