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
dece74c185
Remove config repository
2024-03-16 23:29:54 -04:00
Lance Pioch
80c5a97038
Use logger helper
2024-03-16 23:27:24 -04:00
Lance Pioch
80d3827e4e
Remove config repository usage
2024-03-16 23:24:10 -04:00
Lance Pioch
38d68d8221
Use view helper instead
2024-03-16 23:23:07 -04:00
Lance Pioch
8808a94154
Small clean up
2024-03-16 23:20:58 -04:00
Lance Pioch
67c2bb53e0
Remove unused repository interface
2024-03-16 23:09:32 -04:00
Lance Pioch
49749ebfcc
Remove these repository references
2024-03-16 23:02:17 -04:00
Lance Pioch
aa93cd65c1
Remove backup and mount repositories
2024-03-16 23:01:45 -04:00
Lance Pioch
9d3a6ae494
Remove DatabaseHost Repository
2024-03-16 22:41:36 -04:00
Lance Pioch
449f875d20
Remove egg variable repository
2024-03-16 22:13:13 -04:00
Lance Pioch
50fa260a38
Remove node repository
2024-03-16 21:34:09 -04:00
Lance Pioch
f988cc8cfa
Remove database repository
2024-03-16 20:56:37 -04:00
Lance Pioch
ba95045583
Remove settings repository
2024-03-16 20:30:31 -04:00
Lance Pioch
df37de4d2d
Remove egg repository
2024-03-16 20:14:50 -04:00
Lance Pioch
89477421e1
Remove api key repository
2024-03-16 20:00:31 -04:00
Lance Pioch
ea417cf45e
Remove allocation repository
2024-03-16 19:52:32 -04:00
Lance Pioch
384612360e
Remove server variable repository
2024-03-16 19:32:24 -04:00
Lance Pioch
666634ae88
Small fixes
2024-03-16 19:28:31 -04:00
Lance Pioch
191e0adc58
Remove recovery token repository
2024-03-16 19:28:25 -04:00
Lance Pioch
a496be67b8
Remove api permission repository
2024-03-16 19:22:52 -04:00
Lance Pioch
60c32cdb81
Remove schedule and task repositories
2024-03-16 19:20:55 -04:00
Lance Pioch
1813e6f549
Remove user repository
2024-03-16 19:10:31 -04:00
Lance Pioch
2aa06fc009
Small replacement fixes
2024-03-16 18:54:57 -04:00
Lance Pioch
521aa203b8
Better handling of our permissions
2024-03-16 18:53:53 -04:00
Lance Pioch
9b2dfb4212
Simplify this
2024-03-16 18:53:20 -04:00
Lance Pioch
4969aed383
Remove daemon command repo
2024-03-16 15:11:10 -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
41c3f1336a
More static analysis
2024-03-16 14:26:08 -04:00
Lance Pioch
095bc89aee
Basic fixes from phpstan
2024-03-16 14:19:40 -04:00
Lance Pioch
a9774718d2
Fix the repo links
2024-03-16 14:05:38 -04:00
Lance Pioch
e4cee4d69d
Remove locations
2024-03-14 02:23:30 -04:00
Lance Pioch
a296084d6e
Remove nests
2024-03-14 01:27:50 -04:00
Lance Pioch
2f3d4e2819
Remove telemetry
2024-03-12 22:47:49 -04:00
Lance Pioch
883314b74a
Small updates
2024-03-12 22:47:32 -04:00
Lance Pioch
c83dd86a41
Switch namespace back to App
2024-03-12 22:39:16 -04:00
Boy132
5a417e9adb
app(setup): replace mail
with sendmail
driver ( #4750 )
2023-08-22 19:18:05 -06:00
Boy132
51cee7688a
app: update prune-backup command description ( #4754 )
2023-08-22 19:17:18 -06:00
Robert Nisipeanu
85f1259709
fix(4752): check if description field present on request
2023-08-22 15:01:49 -10:00
Matthew Penner
987440c8ca
app: fix formatting
2023-08-22 18:59:34 -06:00
Matthew Penner
04d83edd36
app: fix getMySQLTimezoneOffset()
truncating seconds
...
Previously the `getMySQLTimezoneOffset()` function would truncate the
seconds part of a time offset (returning `+9:00` instead of `+9:30`) for
example. This only affects timezones with offsets that contain minutes.
Closes https://github.com/pterodactyl/panel/issues/4821
Superseeds https://github.com/pterodactyl/panel/pull/4827
Co-authored-by: danny6167 <daniel@barteck.com.au>
2023-08-22 18:54:59 -06:00
Matthew Penner
1d38b4f0e2
Laravel 10 ( #4706 )
2023-02-23 12:30:16 -07:00
Devonte W
b746c3ead1
fix(api/client): add validation for backup request body ( #4704 )
2023-02-23 12:23:12 -07:00
Matthew Penner
866b6df4b0
api(task): ensure sequence_id
always starts at 1
2023-01-24 16:19:34 -07:00
Matthew Penner
2b14e46eec
api: fix sequence_id
being ignored in server task API
...
Closes #4434
2023-01-24 15:57:24 -07:00
Jelco
c74314d2ab
Fix file repository not catching 404 responses ( #4637 )
2023-01-17 15:12:22 -07:00
Boy132
2ed7f1c912
Fix MAIL_FROM_ADDRESS
in EmailSettingsCommand ( #4648 )
2023-01-17 15:01:53 -07:00
Omar Kamel
e43da311fe
api(client): keep existing server description when empty ( #4619 )
2022-12-14 14:19:45 -07:00