Boy132
1db1a1a3e0
set default db username to "pelican" to match docs ( #254 )
2024-05-18 12:38:11 -07:00
Boy132
712b6a285b
Add artisan command to create queue worker service ( #253 )
...
* add command to create queue worker service file
* remove comments from service file that are no longer needed
* only create queue worker service file if queue driver is not "sync"
* make "database" the recommended queue driver, again
2024-05-18 10:31:02 -07:00
notCharles
38b92ae21d
Fix user->admin
...
closes https://github.com/pelican-dev/panel/issues/197
2024-05-17 22:58:17 -04:00
notCharles
c18d291f8f
database page updates
v1.0.0-beta2
2024-05-17 20:56:12 -04:00
Charles
45c0cfe4d8
Merge pull request #240 from Boy132/backport/ptero-backup-node-check
...
backups: ensure requesting node is checked
2024-05-17 20:21:57 -04:00
Charles
89d555f308
Merge pull request #244 from pelican-dev/charles/fix-newuser
...
fix: Creating User
2024-05-17 20:20:10 -04:00
notCharles
9b2e00ead2
pint
2024-05-17 20:10:53 -04:00
notCharles
d0997dca1a
Remove hints
2024-05-17 19:59:41 -04:00
notCharles
cca723d21e
Update unique, remove dehydrates
2024-05-17 19:59:04 -04:00
Lance Pioch
68dbd6e329
Remove ref
2024-05-17 19:50:34 -04:00
Lance Pioch
544364f061
Merge branch 'main' of github.com:pelican-dev/panel
2024-05-17 19:49:36 -04:00
Lance Pioch
649f319776
Swap route key
2024-05-17 19:49:33 -04:00
notCharles
6ffe800e0d
Forgot to delete these.
2024-05-17 19:14:29 -04:00
notCharles
12af8fe51e
This is better...
2024-05-16 20:34:37 -04:00
notCharles
9f5d27896a
Pint
2024-05-16 18:44:59 -04:00
notCharles
15969da41e
Fix New User
...
Removes the required password field for making new accounts, triggers email for user to make their own password.
2024-05-16 18:43:05 -04:00
Charles
628a6e54e3
Merge pull request #243 from pelican-dev/charles/remove-log
...
Remove Log Viewer
2024-05-16 18:04:46 -04:00
notCharles
edcd406b82
Remove Log Viewer
2024-05-16 17:18:27 -04:00
Boy132
1742061807
Merge branch 'pelican-dev:main' into backport/ptero-backup-node-check
2024-05-16 17:32:19 +02:00
Charles
289eda64ad
Merge pull request #238 from Boy132/fix/236
...
Add default for disk/ memory and overallocation
2024-05-16 11:31:25 -04:00
Boy132
cc46c463ac
run pint
2024-05-16 17:28:49 +02:00
Boy132
e6dded61a4
backups: ensure requesting node is checked
...
Co-authored-by: matthewpi <matthew@pterodactyl.io>
2024-05-16 11:53:18 +02:00
Boy132
921b76f1e1
add default for disk/ memory and overallocation
2024-05-16 08:43:09 +02:00
Lance Pioch
91a3bb969e
Better scrambling to fix #235
2024-05-16 00:23:29 -04:00
Lance Pioch
8b62df6c53
Composer update
2024-05-16 00:15:35 -04:00
Lance Pioch
3c14e1ffa4
Update edit images to match create and fix #229
2024-05-16 00:04:13 -04:00
Lance Pioch
095fff7ad6
Merge branch 'main' of github.com:pelican-dev/panel
2024-05-15 22:33:59 -04:00
notCharles
0cd03e95f4
Update database view
2024-05-15 21:21:57 -04:00
notCharles
00dda7dbe4
update composer file
2024-05-15 20:26:44 -04:00
notCharles
eee1260fcc
upgrade
2024-05-15 19:58:17 -04:00
notCharles
71c91e086f
Update sidebar width
2024-05-15 19:51:12 -04:00
Lance Pioch
94bbf46659
Small adjustments for now
2024-05-15 15:14:17 -04:00
Lance Pioch
558b8b2ea7
Update funding
2024-05-15 14:16:30 -04:00
Lance Pioch
4bb16887c4
Add top navigation config
2024-05-15 14:14:31 -04:00
Lance Pioch
0c72833af7
Show blank if only 0
2024-05-15 14:11:09 -04:00
Lance Pioch
ee3f8cd3ec
No longer need this
2024-05-15 14:10:56 -04:00
Lance Pioch
b513366f35
Merge branch 'main' of github.com:pelican-dev/panel
2024-05-15 13:24:44 -04:00
Lance Pioch
b1d056a301
Merge pull request #232 from Poseidon281/Navigation-Sidebar
...
Update: Navigation sidebar
2024-05-15 13:24:25 -04:00
Poseidon281
c72d3f1338
Added topNavigation
2024-05-15 16:57:30 +02:00
Poseidon281
7e6231e6de
Run Pint
2024-05-15 16:48:32 +02:00
Poseidon281
4ad837ff14
Added count badge to navigation sidebar
2024-05-15 16:45:35 +02:00
Poseidon281
d7ebde5f5f
Composer update because of error
2024-05-15 16:40:48 +02:00
Boy132
6bdd1b3ccb
Add api for server transfers ( #153 )
...
* add application api endpoint to start server transfer
* add basics for "cancel transfer" endpoint
* wire up wings cancel
* lint
2024-05-15 07:37:56 -07:00
Boy132
afd9f2eb0e
Add api for database hosts ( #159 )
...
* add application api endpoints for database hosts
* run pint
* forgot to lint this one
* Update app/Http/Controllers/Api/Application/DatabaseHosts/DatabaseHostController.php
Co-authored-by: Devonte W <devnote.dev75@gmail.com>
* Update routes/api-application.php
Co-authored-by: Devonte W <devnote.dev75@gmail.com>
* rename all "databaseHost" to "database_host"
---------
Co-authored-by: Devonte W <devnote.dev75@gmail.com>
2024-05-15 07:37:38 -07:00
notCharles
8a617d416e
Add Log Viewer
...
If you `ln /var/log/pelican/wings.log /var/www/pelican/storage/logs/wings.log` & `chmod 755 /var/log/pelican/wings.log` They will show in the viewer <3
2024-05-14 22:08:26 -04:00
Charles
7f4cc64d11
Update readme.md
2024-05-14 21:19:50 -04:00
Charles
38e117e304
Update readme.md
...
Does an SVG work?
2024-05-14 21:16:39 -04:00
notCharles
4d272a1234
WIP: show databases on database host edit screen
2024-05-14 20:10:27 -04:00
notCharles
e9dc6cd32c
Update database hosts
2024-05-14 19:30:07 -04:00
notCharles
98ba2c1b8b
Update node pages
2024-05-14 19:22:14 -04:00