Commit graph

1998 commits

Author SHA1 Message Date
Boy132
67b2d944a6
ui(client): allow MassActionBar to be clicked through (#4753) 2023-08-22 19:12:57 -06:00
Vadym
2d4071ca25 do not show strings with password in notification text 2023-08-22 15:03:47 -10:00
Boy132
a83058668f only files check for "read-content", check folders for "read"
fixes #4792
2023-08-22 15:00:25 -10:00
Devonte W
aea5c474db
fix(resources/api): allow svg xml format (#4705) 2023-02-23 12:19:58 -07:00
Matthew Penner
fbdac5b63f
ui(server): fix reinstall_failed conflict state 2023-01-17 15:21:31 -07:00
Matthew Penner
63a179d7f3
app: fix email config keys 2022-12-12 14:21:47 -07:00
Matthew Penner
598c956e4e
ui(server): fix file uploads being canceled instead of completed 2022-12-04 16:36:53 -07:00
Charles Morgan
a4e547dc67
ui(server): fix console searchbar z-index (#4587) 2022-11-27 19:38:28 -07:00
Dane Everitt
df9a7f71f9
Support canceling file uploads (#4441)
Closes #4440
2022-11-21 13:58:55 -07:00
Matthew Penner
2f4a60c961
ui(admin): change MB suffixes to MiB
Closes #4542
2022-11-21 13:10:00 -07:00
Matthew Penner
df2402b54f
Streaming Transfers (#4548) 2022-11-14 18:25:07 -07:00
Boy132
032e4f2e31
Apply node maintenance mode to servers (#4421) 2022-11-06 16:02:30 -07:00
Lance Pioch
9b218f2190
URL encode password in JDBC connection string (#4527) 2022-11-06 15:24:33 -07:00
Boy132
f2095e815e
Allow users to change the server description (#4420) 2022-10-31 10:20:53 -06:00
Lance Pioch
e49ba65709
Fix config key names (#4464) 2022-10-23 18:51:20 -06:00
Dane Everitt
d1beb2e1ad
Fix file verification on upload; just block folders (#4442) 2022-10-16 17:24:49 -06:00
Matthew Penner
cbcf62086f
Upgrade to Laravel 9 (#4413)
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
2022-10-14 10:59:20 -06:00
Cubxity
597821b3bb
fix: byte units (#4419) 2022-10-09 16:09:24 -06:00
DaneEveritt
2e61a4db13
fix: eslint errors 2022-10-08 11:30:14 -07:00
Aspect
d7b387be3e
Show UptimeDuration for starting servers (#4284) 2022-10-04 20:12:07 -06:00
diamkil
6aede6b63d
Allow uploading multiple files via web UI (#4392) 2022-09-29 17:43:20 -06:00
Matthew Penner
9bcafd983f
admin: fix rendering of egg descriptions 2022-09-25 19:00:49 -06:00
Matthew Penner
68e9100e57
admin(eggs): add force_outgoing_ip option (#4323)
Closes #3841
2022-09-25 13:24:54 -06:00
Boy132
b04a47a4a4
Handle "in:true,false" variable rules as checkbox (#4334) 2022-09-25 13:18:13 -06:00
Harry W
a6b250913b
fix: page title for SSH keys (#4391) 2022-09-25 13:05:53 -06:00
DaneEveritt
e040fd1ebd
Fix display of database rows when password is not available
closes #4381
2022-09-17 11:50:40 -07:00
DaneEveritt
be29fe1db2
Break activity log values ignoring word boundaries
Not my favorite approach, but it'll work. closes #4305
2022-08-07 15:00:43 -04:00
DaneEveritt
03a6e26c4d
Improve create directory dialog 2022-07-24 19:23:45 -04:00
DaneEveritt
8d82aa2124
Improve design of drag & drop overlay 2022-07-24 18:59:20 -04:00
DaneEveritt
4458822c60
Cleanup file upload behavior 2022-07-24 18:50:47 -04:00
DaneEveritt
1cfa4100ad
Show an error if a user attempts to upload a folder 2022-07-24 18:22:50 -04:00
DaneEveritt
1d5d92f678
Use a different styling for file uploads 2022-07-24 18:03:45 -04:00
Boy132
12242848b0
File upload status (v2 backport) (#4219) 2022-07-24 17:18:32 -04:00
DaneEveritt
f8c48214a5
Track file uploads on Wings, not the panel 2022-07-24 17:13:17 -04:00
Alex
6a11c32bb2
fix: do not style 2fa QR code (#4278)
Dark rounded background shadow around the QR code makes it more difficult or impossible to scan on some devices. Replaces it with a white shadow to make easier scanning.
2022-07-24 17:10:59 -04:00
simonmicro
1250713299
Changed scroll down indicator icon (#4231)
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
2022-07-16 08:48:10 -04:00
Simon Stjernholm
5700dd6a8e
fixes loading overlay to console only (#4246)
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
2022-07-16 08:30:00 -04:00
DaneEveritt
d6c30092ec
Utilize a unique ID for activity logs to improve rendering perf 2022-07-10 14:53:29 -04:00
DaneEveritt
e878015109
Correctly wrap content in pre tag so it doesn't overflow 2022-07-10 14:53:15 -04:00
DaneEveritt
edbbe520a7
Fix missing padding on overflowing dialogs 2022-07-10 14:52:57 -04:00
DaneEveritt
7558c0380e
Don't log SFTP logins, it just is noisy 2022-07-10 14:30:11 -04:00
DaneEveritt
8b59c1c1a8
Support new sftp event types 2022-07-10 13:47:19 -04:00
DaneEveritt
33ab762f5a
Add support for tracking more SFTP specific events 2022-07-09 19:30:38 -04:00
DaneEveritt
26d7d7e0e0
Fix SWR key logic 2022-07-04 18:22:58 -04:00
DaneEveritt
d6b6ac6dab
Key activity log cache to the server instance, not the user instance. 2022-07-04 18:13:15 -04:00
DaneEveritt
4a8c3c4a34
Add activity tracking for console/power actions 2022-07-04 18:11:53 -04:00
DaneEveritt
15aaa2b3c3
Fix display issues due to removal of quirks mode 2022-07-03 14:44:00 -04:00
DaneEveritt
2d836156d2
Update totp disable modal; require password for enable operation 2022-07-03 14:27:37 -04:00
DaneEveritt
92926ca193
Cleanup logic powering totp enabling modal 2022-07-03 13:43:54 -04:00
DaneEveritt
a4feed24a8
Improve dialog logic, add "asDialog" helper 2022-07-03 13:29:23 -04:00