amcmanu3
45aacb97c8
Refactor upload route
...
Import uploads broke
2024-05-26 23:08:43 -04:00
amcmanu3
7c8781e09e
Merge branch 'refactor/backups' into refactor/upload-api
2024-05-26 21:01:00 -04:00
amcmanu3
9ebaf38553
Fix files methods
2024-05-26 20:59:58 -04:00
amcmanu3
c30d17cbf8
Chunked uploads
2024-05-26 20:54:06 -04:00
amcmanu3
5d82d79afd
Add backup configs/remove backup configs
2024-05-25 22:10:35 -04:00
amcmanu3
3cf4ebf073
Backups are editable!
2024-05-25 16:33:28 -04:00
amcmanu3
334d4b69c8
Allow three arguments on server actions
2024-05-25 15:12:46 -04:00
amcmanu3
60d3ee1aa8
Working default backup
2024-05-25 14:40:14 -04:00
Silversthorn
0a3512a18e
Merge branch 'dev' into refactor/server_ids
2024-02-02 20:50:08 +01:00
amcmanu3
3d4153f941
Add lockout user for forgot password
...
Hide lockout user from users list
2024-01-16 15:36:14 -05:00
Silversthorn
aa7f47a4f4
Reworking id to use uuid
2023-11-01 18:44:56 +01:00
Andrew
13214e9e86
Fix authentication issues on webhook get/post
2023-09-28 14:57:18 -04:00
Andrew
628c234400
Refactor management classname
2023-09-27 17:35:44 -04:00
Zedifus
65bea2a11a
Merge branch 'dev' into feature/discord-webhooks
2023-09-21 23:42:04 +01:00
Andrew
6c1508f061
Remove extra handler
2023-09-19 18:35:41 -04:00
Silversthorn
1bf8f3bf44
Merge branch 'dev' into bugfix/issue_255_status_page_update
2023-09-19 22:08:49 +02:00
Andrew
8c2cfacb4e
Use Jar naming schema for refresh
2023-09-08 20:27:47 -04:00
Silversthorn
99ef2db016
Adding host stats to the API
2023-09-06 23:28:46 +02: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
amcmanu3
3c5560d3e2
Merge branch 'dev' into feature/arcadia-notifications
2023-09-04 20:38:33 -04:00
amcmanu3
76526916eb
Add customize to handlers
2023-09-04 13:31:05 -04:00
amcmanu3
adaaff3d23
Add master server dir to API v2
2023-09-04 12:34:39 -04:00
amcmanu3
153781c78e
Add cache refresh to api v2
2023-09-04 12:12:02 -04:00
amcmanu3
a6b7b84b3b
Add get/delete functions for api keys
2023-09-04 11:42:07 -04:00
amcmanu3
6a4a9f77d9
Add create new API key from api v2
2023-09-03 23:30:26 -04:00
amcmanu3
afb7b91b7a
Add files functions to API v2
2023-09-03 16:15:38 -04:00
Silversthorn
34fe9c1326
Using API Call for Status Page
2023-09-02 21:51:28 +02:00
Andrew
f03e8d48a2
Appease the linter
2023-09-01 17:04:56 -04:00
Andrew
6c1e1b4737
Add Arcadia Notifications to Front end
2023-09-01 14:48:20 -04:00
amcmanu3
27f6c4c926
Add unzip/dir request handler to api v2
2023-08-31 21:35:30 -04:00
Silversthorn
58cdfe9ee5
Fixing Black issues
2023-08-27 14:10:20 +02:00
Silversthorn
29f7399708
Adding API route for history stats
...
Fixing close db connexion for stats
2023-08-27 13:50:22 +02:00
Andrew
52e44f090e
Add audit log end point
2023-08-20 17:03:01 -04:00
amcmanu3
93428b2e05
Use API for config.json
2023-08-15 16:09:06 -04:00
amcmanu3
768d3c0d14
Move files request to files API
2023-06-04 20:55:48 -04:00
amcmanu3
1ff9bc9e83
Setup backup file trees through API
2023-06-04 14:43:45 -04:00
amcmanu3
cbd988ee5b
Add api routes
2023-06-03 15:05:33 -04:00
Andrew
e6723d9ebc
Add new backup routes
2023-05-20 17:49:13 -04:00
luukas
147f178c87
Add a basic API for modifying schedules.
...
THIS IS VERY UNTESTED AND WILL BE EXPANDED TO FULL CRUD FOR SCHEDULES
2022-06-23 01:57:29 +03:00
luukas
e0b0e52bd5
Add stdin route for the API
2022-05-31 00:11:17 +03:00
luukas
cbc73b7e92
Fix routing for the user permissions handler
2022-05-25 00:58:10 +03:00
luukas
57ef5e27dd
Add route for viewing user Crafty permissions
...
The route includes the permission mask, counters and limits
2022-05-25 00:55:49 +03:00
luukas
4c397ff454
Only allow number IDs to the user handlers
2022-05-18 22:54:44 +03:00
luukas
2bc26ef3fd
Check invalid IDs on roles
...
* Only allow number IDs to the role handlers
* Catch DoesNotExist errors
2022-05-18 22:34:33 +03:00
luukas
4c64497a2f
Add a JSON schema route
2022-05-18 15:58:54 +03:00
luukas
bf59e2de6c
Add and fix API v2 and db
...
* Add basic role routes
* Add API v2 404 handler
* Add API v2 home handler pointing to the wiki
* Add tons more todos
* Add get_*_columns and get_*_column functions for many db models
* Modify and add tons of model and controller functions
2022-05-08 00:07:55 +03:00
luukas
1aa0d65cf7
Merge branch feature/external-frontend to feature/api-v2 without the frontend
2022-04-14 15:33:53 +03:00