Matthew Penner
|
3c2a6e1136
|
ui(files): add pull file modal
|
2021-07-25 13:24:52 -06:00 |
|
Matthew Penner
|
790f109e66
|
api(remote): update sftp auth controller
|
2021-07-17 17:22:47 -06:00 |
|
Matthew Penner
|
f9114e2de0
|
feat(ssh-keys): add ssh key endpoints and ui components
|
2021-07-17 15:45:46 -06:00 |
|
Matthew Penner
|
a3b59f24af
|
Merge branch 'develop' into feature/react-admin
|
2021-05-18 17:07:25 -06:00 |
|
Dane Everitt
|
5d5e4ca7b1
|
Add support for locking backups to prevent any accidental deletions
|
2021-05-03 21:26:09 -07:00 |
|
Dane Everitt
|
94ea9c37d0
|
Don't require auto-allocation settings if not enabled; closes #3085
|
2021-02-17 21:11:23 -08:00 |
|
Matthew Penner
|
5f56ff0fed
|
nodes: rename port columns, add public_ port columns
|
2021-02-11 10:21:32 -07:00 |
|
Matthew Penner
|
a87fef37ec
|
Merge branch 'develop' into feature/react-admin
|
2021-02-07 16:16:22 -07:00 |
|
Matthew Penner
|
f3e7aab27c
|
api(application): remove old database node endpoints
|
2021-02-05 09:43:48 -07:00 |
|
Dane Everitt
|
be26921fcc
|
Merge branch 'develop' into dane/restore-backups
|
2021-01-30 10:10:29 -08:00 |
|
Dane Everitt
|
b00def2537
|
Switch to JSON from TEXT when storing denylist items for an egg; closes #3034
|
2021-01-26 21:08:53 -08:00 |
|
Dane Everitt
|
663143de0b
|
Merge branch 'develop' into dane/restore-backups
|
2021-01-25 19:16:40 -08:00 |
|
Matthew Penner
|
18bdde8b81
|
api(application): fix requests, again
|
2021-01-24 15:30:58 -07:00 |
|
Matthew Penner
|
5737b5dc5d
|
api(application): fix requests
|
2021-01-23 18:17:35 -07:00 |
|
Matthew Penner
|
8feb87de7c
|
Merge branch 'develop' into feature/react-admin
|
2021-01-23 14:39:23 -07:00 |
|
Dane Everitt
|
c449ca5155
|
Use more standardized phpcs
|
2021-01-23 12:33:34 -08:00 |
|
Dane Everitt
|
a043071e3c
|
Update to Laravel 8
Co-authored-by: Matthew Penner <me@matthewp.io>
|
2021-01-23 12:12:54 -08:00 |
|
Dane Everitt
|
87371901c0
|
Add base logic to support sending a request to restore a backup for a server
|
2021-01-17 17:51:09 -08:00 |
|
Matthew Penner
|
e123367f40
|
db_hosts: add ability to link more than one node
|
2021-01-15 09:21:07 -07:00 |
|
Matthew Penner
|
a71392d632
|
api(application): add endpoints for (de)attaching eggs and nodes on mounts
|
2021-01-14 11:04:19 -07:00 |
|
Matthew Penner
|
c40e4bd2c0
|
Merge branch 'develop' into feature/react-admin
|
2021-01-12 11:47:49 -07:00 |
|
Dane Everitt
|
239984f92c
|
Add internal support for file denylist on eggs; closes #569
|
2021-01-10 17:02:14 -08:00 |
|
Dane Everitt
|
ff21d83e2d
|
Add endpoint to get all nodes meeting memory & disk requirements for a server; closes #1012
|
2021-01-10 13:08:43 -08:00 |
|
Matthew Penner
|
0759ecb1e1
|
api(application): fix database requests returning 404
|
2021-01-09 09:38:50 -07:00 |
|
Matthew Penner
|
e1b33c9346
|
admin(ui): implement RoleEditContainer.tsx
|
2021-01-08 15:09:02 -07:00 |
|
Matthew Penner
|
bbd14c41c8
|
admin: delete old routes and controllers
|
2021-01-08 14:55:05 -07:00 |
|
Matthew Penner
|
0e366f69ee
|
api(application): fix 'PATCH' nest endpoint
|
2021-01-08 09:44:05 -07:00 |
|
Matthew Penner
|
58cfa98b9c
|
api(application): relocate egg endpoints
|
2021-01-08 09:26:57 -07:00 |
|
Matthew Penner
|
59de9576c9
|
Add tables for almost every admin change, update composer dependencies
|
2021-01-05 14:53:52 -07:00 |
|
Matthew Penner
|
95c55e7d28
|
Add table to admin/UsersContainer.tsx
|
2021-01-04 11:50:43 -07:00 |
|
Matthew Penner
|
0511f75747
|
Add more application api routes for Nests
|
2021-01-03 16:45:07 -07:00 |
|
Matthew Penner
|
88ac1ce1fd
|
Cleanup code, add basic functionality for Nests
|
2021-01-01 15:55:30 -07:00 |
|
Matthew Penner
|
9c7b49e2b9
|
Add proper permissions for role application routes, allow admins to access application api
|
2020-12-28 12:47:08 -07:00 |
|
Matthew Penner
|
e7aeeace26
|
tmp
|
2020-12-27 22:02:30 -07:00 |
|
Dane Everitt
|
087c41d5ac
|
Add endpoint to pull a remote file down
|
2020-12-24 09:15:03 -08:00 |
|
Dane Everitt
|
5bbb36b3cf
|
Support updating docker image for a server from the frontend
|
2020-12-13 11:07:29 -08:00 |
|
Dane Everitt
|
638ea2e815
|
Support creating/updating docker images on eggs
|
2020-12-13 10:13:32 -08:00 |
|
Dane Everitt
|
78c4ac80bc
|
Basic implemention of multiple selectable images for an egg
The admin side of this is quite ugly when creating/editing a server, but I'm not putting effort into that right now with React Admin soon™
|
2020-12-13 09:53:17 -08:00 |
|
Matthew Penner
|
ac8b7fec28
|
Merge branch 'develop' into matthewpi/server-details-patch-1
|
2020-12-06 13:30:56 -07:00 |
|
Matthew Penner
|
f9a1bc6c9b
|
Show installing status instead of offline when a server is installing
|
2020-12-04 09:48:47 -07:00 |
|
Matthew Penner
|
3e1dbbaedd
|
Fix validation rules for ChmodFilesRequest.php, again..
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
bd0b7127d2
|
Fix validation rules for ChmodFilesRequest.php
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
8611ebb2d6
|
Add /api/client/servers/{server}/files/chmod endpoint
|
2020-12-04 09:24:06 -07:00 |
|
Dane Everitt
|
7ebe04fb91
|
Don't allow blank passwords on the password change endpoint; closes #2750
|
2020-11-29 13:28:46 -08:00 |
|
Charles Morgan
|
f029b7239e
|
re-remove console limiting options
|
2020-11-01 03:16:30 -05:00 |
|
Dane Everitt
|
c6bd7ff661
|
Improve logic handle auto-allocation of ports for a server
|
2020-10-31 14:58:15 -07:00 |
|
Dane Everitt
|
665a4dd8a4
|
Merge branch 'develop' into develop
|
2020-10-31 13:47:12 -07:00 |
|
Dane Everitt
|
5763493c6c
|
Allow setting the backup limit via the API; closes #2535
|
2020-10-17 14:23:00 -07:00 |
|
Dane Everitt
|
e7c64bc60e
|
Add test coverage for schedule execution
|
2020-10-14 21:06:27 -07:00 |
|
Dane Everitt
|
c1ee0ac4f8
|
Add support for executing a scheduled task right now
|
2020-10-14 20:38:59 -07:00 |
|