Commit graph

4738 commits

Author SHA1 Message Date
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
Boy132
67b2d944a6
ui(client): allow MassActionBar to be clicked through (#4753) 2023-08-22 19:12:57 -06:00
Matthew Penner
57d27293d2
github(template): update paste domain (#4757)
Switch from `bin.ptdl.co` to `pteropaste.com`
2023-08-22 15:08:14 -10:00
Boy132
1af200c464 Replace bin.ptdl.co with pteropaste.com
ptdl.co always has cert issues. pteropaste is used anywhere else (e.g. in Discord bot commands)
Also increased the line number to 150.
2023-08-22 15:05:55 -10:00
Matthew Penner
97049f48c3
ui(server): hide sensitive information in copy-on-click notifications (#4761) 2023-08-22 15:04:35 -10:00
Vadym
2d4071ca25 do not show strings with password in notification text 2023-08-22 15:03:47 -10:00
Matthew Penner
5cd2697be3
api(client): allow setting empty server description
Closes https://github.com/pterodactyl/panel/issues/4752
2023-08-22 15:02:56 -10:00
Robert Nisipeanu
85f1259709 fix(4752): check if description field present on request 2023-08-22 15:01:49 -10:00
Matthew Penner
bf1768406b
ui(server): fix permissions check on file manager (#4793) 2023-08-22 15:01:14 -10:00
Boy132
a83058668f only files check for "read-content", check folders for "read"
fixes #4792
2023-08-22 15:00:25 -10:00
Matthew Penner
987440c8ca
app: fix formatting 2023-08-22 18:59:34 -06:00
Matthew Penner
341fa0a52d
docker: fix log directory (#4839) 2023-08-22 14:59:12 -10:00
Michael Parker
aa2f797f6f fix panel log folder
resolves #4838

Fixes an issue with the log symlink as well
2023-08-22 14:57:45 -10: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
15860613b6
Update README.md 2023-08-22 18:50:11 -06:00
Angelillo15
a3b81929ab Fix navigation bar in mobile devices 2023-08-07 21:47:02 +02:00
Angelillo15
6169663f16 Fix readme.md 2023-08-07 16:08:00 +02:00
Angelillo15
da6f027324 Fix height of progress bar 2023-08-07 15:58:51 +02:00
Angelillo15
f173a5e496 Fix height and make smaller the icons height 2023-08-07 15:58:16 +02:00
Angelillo15
9b00a38d3c Added a clean before the build 2023-08-07 15:54:01 +02:00
Angelillo15
883bb53c5c Changed scrollbar color 2023-08-07 15:53:43 +02:00
Angelillo15
34a559f3e8 Added json clean command 2023-08-06 18:57:05 +02:00
Angelillo15
a6db4e2382 Edited the readme.md 2023-08-06 18:34:25 +02:00
Angelillo15
f5fda554fa Added icon bg 2023-08-06 18:10:29 +02:00
Angelillo15
bab2b21098 Edited colors of Networking statics 2023-08-05 13:37:01 +02:00
Angelillo15
f92af06eda Edited load bar 2023-08-05 13:36:39 +02:00
Angelillo15
6c624fd31b Added margin top of 4 2023-08-05 13:36:23 +02:00
Angelillo15
36ea087179 added topbar classname 2023-08-05 13:35:59 +02:00
Angelillo15
64dc2500a1 Added class nook-container 2023-08-05 13:35:42 +02:00
Angelillo15
d68c63c401 Remove margin and added top of 6vh 2023-08-05 13:35:27 +02:00
Angelillo15
7601e3fe76 added orange color 2023-08-05 13:35:01 +02:00
Angelillo15
4ac857da5b Added console 2023-08-04 23:53:40 +02:00
Angelillo15
8595f2a09a Added love command 2023-08-04 23:46:42 +02:00
Angelillo15
d2984af12c Change colors of Stat element in the panel 2023-08-04 23:27:50 +02:00
Angelillo15
f8312b1cb2 Added new icons to router 2023-08-04 20:33:10 +02:00
Angelillo15
d777b3b55e Change account router 2023-08-04 20:32:58 +02:00
Angelillo15
6c04718c35 Change content container class to use sidebar 2023-08-04 20:24:08 +02:00
Angelillo15
099cda8ebb Change className 2023-08-04 20:23:27 +02:00
Angelillo15
72d086d292 Added sidebar id to the id list 2023-08-04 20:23:14 +02:00
Angelillo15
860b337b1f Added NavBar buttons 2023-08-04 20:22:50 +02:00
Angelillo15
638bf4cb59 added content container 2023-08-04 20:22:31 +02:00
Angelillo15
aa13ce4698 Implements new ServerRouter 2023-08-04 19:23:13 +02:00
Angelillo15
da0be11d29 Deleted Sidebar from dashboard 2023-08-04 19:22:54 +02:00
Angelillo15
dc6b5e704f Create SideBar with Children props 2023-08-04 19:22:32 +02:00
Angelillo15
cc4c5eac21 Added icon prop 2023-08-04 19:22:12 +02:00
Angelillo15
ae53bd8034 Added icon 2023-08-04 19:21:53 +02:00
Matthew Penner
3cd15d6f21
ci(docker): skip login on pull requests 2023-07-11 20:52:09 -06:00
Matthew Penner
29783ed240
egg(rust): add support for Carbon
Rebased version of #4734 to 1.0-develop
2023-07-11 20:37:14 -06:00
Angelillo15
37b9ef5585 Add sidebar base logic 2023-07-09 03:02:17 +02:00