Boy132
|
c93a836ad8
|
Remove DaemonConnectionException (#885)
* remove DaemonConnectionException
* update tests
|
2025-01-07 22:58:04 +01:00 |
|
Boy132
|
d09227659e
|
Add database notifications (#817)
* add database notifications to all panels
* add successful param to Installed event
* add listener for Installed event
* create event for subuser creation
* add listener for SubUserAdded event
* always send Installed event
* create event for subuser removal
* add listener for SubUserRemoved event
* add prefix to server name
* remove view action from SubUserRemoved notification
|
2024-12-12 14:38:45 +01:00 |
|
Boy132
|
d555c42644
|
Update all dependencies (#712)
* update composer.lock
* run pint
* fix phpstan
* update migrations (sqlite `dropForeign`)
* fix migrations
* Reset these back for now
* Alphabetize the rules
* run `php artisan filament:upgrade`
---------
Co-authored-by: Lance Pioch <git@lance.sh>
|
2024-11-22 09:27:57 +01:00 |
|
Lance Pioch
|
dd8f28b864
|
Increase cache
|
2024-04-29 15:02:12 -04:00 |
|
Lance Pioch
|
5d2248ab1f
|
Implement container statuses from wings
|
2024-04-29 14:29:04 -04:00 |
|
Lance Pioch
|
c5008a43e7
|
Use new enum
|
2024-04-18 03:50:20 -04:00 |
|
Lance Pioch
|
e1eb79e4e5
|
Simplify using helper
|
2024-03-23 17:25:10 -04:00 |
|
Lance Pioch
|
3a95105931
|
Style fixes
|
2024-03-19 04:48:57 -04:00 |
|
Lance Pioch
|
2aa9be62a1
|
Use route model binding
|
2024-03-17 20:57:06 -04:00 |
|
Lance Pioch
|
b8d0cb0745
|
Styling
|
2024-03-17 13:49:19 -04:00 |
|
Lance Pioch
|
3cea8ca979
|
Better static analysis
|
2024-03-17 12:52:22 -04:00 |
|
Lance Pioch
|
f7c2c1a84c
|
Formatting
|
2024-03-17 00:40:18 -04:00 |
|
Lance Pioch
|
1172fec6e5
|
Remove record not found exception
|
2024-03-16 23:34:45 -04:00 |
|
Lance Pioch
|
80c5a97038
|
Use logger helper
|
2024-03-16 23:27:24 -04:00 |
|
Lance Pioch
|
666634ae88
|
Small fixes
|
2024-03-16 19:28:31 -04:00 |
|
Lance Pioch
|
2aa06fc009
|
Small replacement fixes
|
2024-03-16 18:54:57 -04:00 |
|
Lance Pioch
|
4e42cd784a
|
Remove server repository and interface
|
2024-03-16 15:01:41 -04:00 |
|
Lance Pioch
|
4ea5341e97
|
Remove daemon transfer repository
|
2024-03-16 14:35:13 -04:00 |
|
Lance Pioch
|
c83dd86a41
|
Switch namespace back to App
|
2024-03-12 22:39:16 -04:00 |
|
Matthew Penner
|
6272bb6710
|
api(remote): cleanup
|
2022-12-01 11:52:22 -07:00 |
|
Matthew Penner
|
3c278a8c51
|
api(remote): check if transfer is present before trying to update status
|
2022-12-01 11:51:26 -07:00 |
|
Lance Pioch
|
a4f6870518
|
server: track reinstall failures differently from initial install failures (#4531)
|
2022-11-21 13:53:54 -07:00 |
|
Matthew Penner
|
df2402b54f
|
Streaming Transfers (#4548)
|
2022-11-14 18:25:07 -07:00 |
|
Matthew Penner
|
cbcf62086f
|
Upgrade to Laravel 9 (#4413)
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
|
2022-10-14 10:59:20 -06:00 |
|
Matthew Penner
|
8e1a21563e
|
server: add configuration for install notifications (#4331)
* server: track `installed_at`, only send install notification on first install
* server: add configuration for install notifications
|
2022-09-25 13:16:58 -06:00 |
|
DaneEveritt
|
271197e823
|
Fix cs-fix run
|
2022-06-26 16:21:07 -04:00 |
|
DaneEveritt
|
0b2c0db170
|
Remove last references to audit logs
|
2022-05-29 18:20:54 -04:00 |
|
DaneEveritt
|
2fc5a734f9
|
Update backup logic to use activity logs, not audit logs
|
2022-05-29 16:19:04 -04:00 |
|
DaneEveritt
|
530558b0f8
|
Update deprecated JSON response creation and unnecessary middleware
|
2022-05-04 19:23:01 -04:00 |
|
DaneEveritt
|
34ffaebd3e
|
Run cs-fix, ensure we only install dependency versions supporting 7.4+
|
2022-05-04 19:01:29 -04:00 |
|
Dane Everitt
|
e96ead4c4d
|
Update API calls to Wings to only pass the required details with the changes to the installer system
|
2021-08-29 14:09:43 -07:00 |
|
Matthew Penner
|
b4cae916ac
|
transfers: fix allocation array merging logic (#3551)
|
2021-08-18 12:58:41 -06:00 |
|
Dane Everitt
|
25d9ba4779
|
Run php-cs-fixer
|
2021-08-15 17:20:36 -07:00 |
|
Lance Pioch
|
77a3ca682f
|
Change to actual function names to support MariaDB
|
2021-04-08 17:34:25 -04:00 |
|
xcgc
|
397df3bf71
|
Update ServerInstallController.php
|
2021-03-06 15:52:24 +08:00 |
|
Dane Everitt
|
1b2c4931ee
|
Add endpoint logic necessary to reset server states if they get stuck installing/restoring when wings restarts
|
2021-02-23 21:20:02 -08:00 |
|
Matthew Penner
|
352910f897
|
api(remote): fix inproper reading of boolean for installation status
|
2021-02-06 10:16:08 -07:00 |
|
Dane Everitt
|
663143de0b
|
Merge branch 'develop' into dane/restore-backups
|
2021-01-25 19:16:40 -08: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
|
8db3a05498
|
;-;
|
2021-01-17 16:08:41 -08:00 |
|
Dane Everitt
|
cb40b280a4
|
Fix single failing test
|
2021-01-17 15:55:46 -08:00 |
|
Dane Everitt
|
2ee08a1a3d
|
Update logic for server transfer controller
|
2020-12-24 10:10:40 -08:00 |
|
Matthew Penner
|
d8f75fa0b7
|
Fix failed transfers locking a server into a unaccessible state
|
2020-12-17 11:14:58 -07:00 |
|
Matthew Penner
|
8d297a0918
|
Release reserved allocations upon archive failure
|
2020-12-17 10:35:54 -07:00 |
|
Matthew Penner
|
01926e2896
|
Improve logic for logging into the websocket of the target node
|
2020-12-17 10:35:54 -07:00 |
|
Matthew Penner
|
5c5e2e24f1
|
📯 tRaNsFeR lOgS 📯
|
2020-12-17 10:35:54 -07:00 |
|
Matthew Penner
|
e6c4a68e4a
|
Update logic for tracking a server's transfer state
|
2020-12-17 10:35:54 -07:00 |
|
Dane Everitt
|
23d2352a9b
|
Don't ever return per_page as a string here...
|
2020-11-01 14:27:14 -08:00 |
|
Dane Everitt
|
ff64220741
|
Avoid N+1 location query for servers
|
2020-10-31 11:28:31 -07:00 |
|