Dane Everitt
|
d3c749ac56
|
Code cleanup & fix frontend searching servers; closes #2100
|
2020-07-06 21:25:00 -07:00 |
|
Dane Everitt
|
2ed3763d21
|
cs fix
|
2020-06-28 15:43:44 -07:00 |
|
Dane Everitt
|
b9a451b528
|
Add test coverage for schedules
|
2020-06-28 13:50:07 -07:00 |
|
Dane Everitt
|
8cfdb3acce
|
Add test cases for sending a command to a server
|
2020-06-27 12:04:41 -07:00 |
|
Dane Everitt
|
693b9eab0c
|
Fix handling of backup tasks; closes #2067
|
2020-06-18 21:00:04 -07:00 |
|
Oreo Oreoniv
|
2dbfe232f1
|
fixed typo, close #1986
|
2020-05-03 00:38:26 +03:00 |
|
Dane Everitt
|
973591d86e
|
Add basic support for backups via the scheduled tasks system
|
2020-04-19 19:43:41 -07:00 |
|
Dane Everitt
|
00b0d30c60
|
Fix handling for backups; correctly send along ignored files & directories
|
2020-04-18 23:26:59 -07:00 |
|
Dane Everitt
|
81f7734df2
|
Update endpoints for managing backups
|
2020-04-17 10:21:51 -07:00 |
|
Matthew Penner
|
c46ece0d6b
|
Fix stupid query that makes me want to punch my monitor
|
2020-04-10 13:47:08 -06:00 |
|
Dane Everitt
|
9ba6aaebde
|
Move actions into context menu, add support for deleting a backup
|
2020-04-09 22:08:09 -07:00 |
|
Dane Everitt
|
be05d2df81
|
Add support for generating a signed URL for downloading a file from the daemon
|
2020-04-04 19:54:59 -07:00 |
|
Dane Everitt
|
15b436d26e
|
Add endpoints required to store the results of a backup
|
2020-04-04 16:07:09 -07:00 |
|
Dane Everitt
|
25b0e86730
|
backup names don't actually matter all that much, they don't get used as file names
|
2020-04-04 12:30:29 -07:00 |
|
Dane Everitt
|
d27f0c6f2a
|
Basic backend support to at least store a backup model in the DB
|
2020-04-04 12:26:39 -07:00 |
|
Dane Everitt
|
9991989f89
|
Very basic implemention of frontend logic required to display backups and create a new one
|
2020-04-04 10:59:25 -07:00 |
|
Dane Everitt
|
85e3945cd7
|
Add support for client-side server reinstallation
|
2020-04-03 14:43:24 -07:00 |
|
Dane Everitt
|
78d6e59fc5
|
Merge branch 'develop' into cputhreads
|
2020-04-03 13:48:06 -07:00 |
|
Dane Everitt
|
171b21e7ee
|
Add permissions handling to the console; remove kill permission (wrapped in with stop)
|
2020-03-29 22:12:50 -07:00 |
|
AreYouScared
|
2561e3e8d5
|
Add CPU Thread assignments
Added CPU Thread assignments for each server
|
2020-03-29 14:41:55 -04:00 |
|
Dane Everitt
|
cb945b1f13
|
Fix permissions handling; do not allow a subuser to assign permissions they do not have
|
2020-03-27 16:57:49 -07:00 |
|
Dane Everitt
|
1270e51248
|
Add support for deleting a subuser from a server
|
2020-03-27 15:32:33 -07:00 |
|
Dane Everitt
|
a6f46d36ba
|
Implement basic code for creating/updating a subuser
|
2020-03-27 14:23:13 -07:00 |
|
Dane Everitt
|
933a4733e8
|
Add base support for creating a new API key for an account
|
2020-03-22 18:15:38 -07:00 |
|
Dane Everitt
|
23d594f655
|
Update all of the permissions checking to be constant based
|
2020-03-22 15:31:25 -07:00 |
|
Dane Everitt
|
1e0d630e1f
|
Finish building out schedule management functionality
|
2020-03-22 13:56:15 -07:00 |
|
Dane Everitt
|
ef38a51d6d
|
Add base support for editing an existing task
|
2020-03-18 22:28:32 -07:00 |
|
Dane Everitt
|
78ed343a34
|
Support deleting a task from a schedule
|
2020-03-18 21:08:32 -07:00 |
|
Dane Everitt
|
dbc7c597d0
|
Route and handle install state updates
|
2020-01-19 13:50:38 -08:00 |
|
Dane Everitt
|
81bd67cc76
|
Add ability for user to change server's name
|
2019-12-09 22:03:10 -08:00 |
|
Dane Everitt
|
867dbf3bd2
|
Update all the client API endpoints to use new permissions codes
|
2019-11-03 17:13:47 -08:00 |
|
Dane Everitt
|
543884876f
|
Add basic subuser listing for servers
|
2019-11-03 12:20:11 -08:00 |
|
Dane Everitt
|
086018751d
|
Add underlying code to handle authenticating websocket credentials
|
2019-09-08 17:48:37 -07:00 |
|
Dane Everitt
|
b99ea53ca1
|
Update client API endpoints to not use deprecated function
|
2019-09-05 21:41:20 -07:00 |
|
Dane Everitt
|
7543ef085d
|
Format files
|
2019-09-05 21:32:57 -07:00 |
|
Dane Everitt
|
0d6cf54314
|
[L6] Update even more areas of codebase using custom model validation logic
|
2019-09-04 22:26:28 -07:00 |
|
Dane Everitt
|
81143e231a
|
Merge branch 'master' into develop
|
2019-08-04 13:49:26 -07:00 |
|
Dane Everitt
|
81409947cf
|
Default to OOM killer being disabled, add back configuration option per-server
|
2019-08-03 13:41:24 -07:00 |
|
Dane Everitt
|
2198269a65
|
Fix allocations requiring an alias when generated via API.
|
2019-08-03 13:03:54 -07:00 |
|
Dane Everitt
|
48c39abfcb
|
Add database password rotation to view
|
2019-07-27 15:17:50 -07:00 |
|
Dane Everitt
|
bfdc1f766b
|
Support saving existing files
|
2019-05-27 15:30:49 -07:00 |
|
Dane Everitt
|
a8462bf109
|
Add initial support for opening a file in the file manager, still needs more work
|
2019-05-25 16:24:13 -07:00 |
|
Dane Everitt
|
d79fe6982f
|
Add support for file copy and deletion
|
2019-05-04 17:26:24 -07:00 |
|
Dane Everitt
|
811026895b
|
Update support for moving/renaming files and folders
|
2019-05-04 16:04:59 -07:00 |
|
Dane Everitt
|
95d19bf09e
|
Update logic that handles creation of folders for a server
|
2019-05-01 21:45:39 -07:00 |
|
Dane Everitt
|
c80c8564b8
|
Switch file manager listing to use panel API endpoint
|
2019-05-01 20:54:40 -07:00 |
|
Dane Everitt
|
0757d8856b
|
Add base code to support retrieving allocations as a client
|
2019-03-23 17:47:20 -07:00 |
|
Dane Everitt
|
8955b5a660
|
Initial attempt trying to get file downloading to work
|
2019-03-16 17:10:04 -07:00 |
|
Dane Everitt
|
a66d7a3417
|
Merge branch 'develop' into feature/vuejs
|
2019-03-09 11:19:07 -08:00 |
|
Dane Everitt
|
8253246955
|
Prevent an exception when creating databases with the same name on multiple hosts.
closes #1456
|
2019-03-02 15:31:25 -08:00 |
|
Dane Everitt
|
91c9cbba6f
|
[#1500] Correctly require disk_overallocate
|
2019-03-02 14:48:05 -08:00 |
|
Dane Everitt
|
50c5ab92aa
|
[#1500] Add support for limits array or base level values
|
2019-03-02 14:44:59 -08:00 |
|
Michael (Parker) Parker
|
62e68ec66f
|
Fix for Locations PATCH endpoint (#1499)
|
2019-03-02 13:27:36 -08:00 |
|
Dane Everitt
|
21ffa08d66
|
Merge branch 'develop' into feature/vuejs
|
2018-12-16 14:20:35 -08:00 |
|
Oreo Oreoniv
|
04326a0786
|
Fixed PHPUnit test (Coverage) #1393
|
2018-12-03 21:09:25 +03:00 |
|
Matthew Penner
|
4ad9b2627b
|
Fix StoreLocationRequest namespace
|
2018-11-19 22:03:03 -07:00 |
|
Dane Everitt
|
9b654d2c76
|
Fix bug with client API denying access to routes, closes #1366
|
2018-11-10 15:27:50 -08:00 |
|
Dane Everitt
|
5ca13839cf
|
Merge branch 'develop' into feature/vue-serverview
|
2018-09-05 21:34:59 -07:00 |
|
Dane Everitt
|
f9542c98e2
|
Fix tests broken by bad namespaces
|
2018-09-03 15:59:30 -07:00 |
|
Dane Everitt
|
0999ec93c3
|
More logic for deleting databases
|
2018-08-25 15:07:42 -07:00 |
|
Dane Everitt
|
9be2aa4ca9
|
Push beginning of DB deletion stuff
|
2018-08-25 14:43:21 -07:00 |
|
Dane Everitt
|
c28e9c1ab7
|
Add ability to create new database through the UI
|
2018-08-22 22:29:20 -07:00 |
|
Dane Everitt
|
17796fb1c4
|
Add basic database listing for server
|
2018-08-21 21:47:01 -07:00 |
|
Dane Everitt
|
be2c76c24a
|
Add tests for password changing
|
2018-07-15 11:44:18 -07:00 |
|
Dane Everitt
|
603b8a3094
|
Merge branch 'feature/vuejs' into feature/vuejs-account
|
2018-07-02 21:01:04 -07:00 |
|
Dane Everitt
|
0cc895f2d5
|
Finalize email/password changing in UI
|
2018-06-17 16:53:24 -07:00 |
|
Dane Everitt
|
fce394f6bd
|
Change email handling and logout function
|
2018-06-16 14:30:20 -07:00 |
|
Dane Everitt
|
b8b9acd0e6
|
Get the base email update working through the API.
Still going to need to determine the best course of action to update the token on the client side.
|
2018-06-11 22:56:57 -07:00 |
|
Jacob Gee-Clarke
|
d73e5a2274
|
Fixed my fix to fix the 500 error on /api/application/nodes when not specifying a daemon_base (#1182)
|
2018-06-02 14:34:01 -07:00 |
|
Dane Everitt
|
6967b9ba12
|
Fix exception thrown due to lack of pre-validation on the model.
closes #1158
|
2018-05-20 17:11:52 -07:00 |
|
Lance Pioch
|
e2dc0638d9
|
Fix app/ spelling errors
|
2018-05-13 11:12:41 -04:00 |
|
Dane Everitt
|
dff7e8f734
|
Fix server creation in UI and API
|
2018-03-02 23:11:30 -06:00 |
|
Dane Everitt
|
87b96bdfc8
|
Add core logic to allow for limited databases and allocations
|
2018-03-01 20:08:27 -06:00 |
|
Dane Everitt
|
5f6c153537
|
Validate resource existence before validating data sent
|
2018-03-01 20:00:14 -06:00 |
|
Dane Everitt
|
0a39a9b6bf
|
Don't require an environment variable to be present if none are required anyways, closes #1007
|
2018-03-01 18:35:53 -06:00 |
|
Dane Everitt
|
2017e640b6
|
Add client API
|
2018-02-28 22:51:04 -06:00 |
|
Dane Everitt
|
4e12c289ed
|
Add command sending
|
2018-02-27 22:09:34 -06:00 |
|
Dane Everitt
|
cef3e4ced4
|
Add base routes for managing servers as a client
|
2018-02-27 21:28:43 -06:00 |
|
Dane Everitt
|
8daf97021a
|
Add ability to modify external id for a server
|
2018-02-25 14:45:16 -06:00 |
|
Dane Everitt
|
6a4b5e04e2
|
Fix broken external_id handling when creating servers
|
2018-02-25 14:43:40 -06:00 |
|
Dane Everitt
|
fb1b2406b5
|
Add API endpoint to get a server by external ID
|
2018-02-24 14:09:09 -06:00 |
|
Dane Everitt
|
baeffef24b
|
Fix bad permissions check on server API route
|
2018-02-24 12:15:21 -06:00 |
|
Dane Everitt
|
633bba6d6e
|
Add support for external_id on servers, closes #975
|
2018-02-24 11:57:12 -06:00 |
|
Dane Everitt
|
620c624e6f
|
Fix exception thrown when accessing /nests/:id/eggs/:id API endpoint
|
2018-02-24 11:11:57 -06:00 |
|
Dane Everitt
|
cfb7415e2a
|
Fix data integrity exception, closes #922
|
2018-02-10 14:01:49 -06:00 |
|
Dane Everitt
|
db29b04c39
|
Fix improper allocation id validation on API
|
2018-02-07 22:50:22 -06:00 |
|
Dane Everitt
|
a9c1946319
|
Add support for finding a user by external ID.
|
2018-02-07 21:56:11 -06:00 |
|
Dane Everitt
|
2ec76d283b
|
Fix bad API behavior
|
2018-02-04 15:38:38 -06:00 |
|
Dane Everitt
|
c599112021
|
Finalize server management API
|
2018-01-30 20:36:59 -06:00 |
|
Dane Everitt
|
5ed164e13e
|
Implement server creation though the API.
Also implements auto-deployment to specific locations and ports.
|
2018-01-28 17:14:14 -06:00 |
|
Dane Everitt
|
8afced3410
|
Add nests & eggs
Cleanup middleware handling and parameters on controllers...
|
2018-01-27 12:38:56 -06:00 |
|
Dane Everitt
|
de07b3cc7f
|
Add server database management support to API.
|
2018-01-25 22:34:53 -06:00 |
|
Dane Everitt
|
aca0819bcd
|
Add server build management to API
|
2018-01-21 16:02:03 -06:00 |
|
Dane Everitt
|
d3dba3fcf9
|
Fix bug when modifying server descriptions
|
2018-01-21 14:45:20 -06:00 |
|
Dane Everitt
|
17f6f3eeb6
|
Add server details modification endpoint to API.
|
2018-01-20 16:03:23 -06:00 |
|
Dane Everitt
|
17544481b5
|
More server management via the API
|
2018-01-20 13:48:02 -06:00 |
|
Dane Everitt
|
a497a3d153
|
Make server listing and single server view API endpoints work
|
2018-01-19 21:47:06 -06:00 |
|
Dane Everitt
|
74bdbea6a4
|
Sneaky files
|
2018-01-19 20:01:56 -06:00 |
|
Dane Everitt
|
0e7f8cedf0
|
Reorganize API files
|
2018-01-19 19:58:57 -06:00 |
|