Dane Everitt
f9b8ddc917
Let the daemon send the initial logs
2019-05-27 18:03:23 -07:00
Dane Everitt
d284083d20
Fix the logic on database modals
2019-05-27 16:43:28 -07:00
Dane Everitt
7e89e1bc00
Fix firefox focus ring on links
2019-05-27 16:32:27 -07:00
Dane Everitt
06337e45d8
Add support for non-existent files being edited
2019-05-27 16:30:23 -07:00
Dane Everitt
bfdc1f766b
Support saving existing files
2019-05-27 15:30:49 -07:00
Dane Everitt
a8f523e2aa
Prevent opening file edit modal when clicking on row options dots
2019-05-27 15:06:10 -07:00
Dane Everitt
89194b4c55
Show a cleaner interface while loading file contents
2019-05-27 15:02:32 -07:00
Dane Everitt
a8462bf109
Add initial support for opening a file in the file manager, still needs more work
2019-05-25 16:24:13 -07:00
Dane Everitt
6606eb1b1b
Switch to ace editor and improve build process for it
2019-05-14 18:36:48 -07:00
Dane Everitt
487128d00f
Fix modal design
2019-05-14 16:51:38 -07:00
Dane Everitt
da2044fb10
Support modals with content outside the white background area
2019-05-14 16:48:38 -07:00
Dane Everitt
be03dba5b5
Add styling for dropdown menus
2019-05-14 16:48:23 -07:00
Dane Everitt
c6633057b6
Add very basic working example of inline file editor
2019-05-10 22:51:09 -07:00
Dane Everitt
32db345238
Update modal code
2019-05-10 22:50:59 -07:00
Dane Everitt
2c73991f2b
Add minimum code needed to open new file modal
2019-05-10 21:20:37 -07:00
Dane Everitt
d280a91115
Add socket reconnect logic
2019-05-09 22:42:53 -07:00
Dane Everitt
d79fe6982f
Add support for file copy and deletion
2019-05-04 17:26:24 -07:00
Dane Everitt
811026895b
Update support for moving/renaming files and folders
2019-05-04 16:04:59 -07:00
Dane Everitt
95d19bf09e
Update logic that handles creation of folders for a server
2019-05-01 21:45:39 -07:00
Dane Everitt
c80c8564b8
Switch file manager listing to use panel API endpoint
2019-05-01 20:54:40 -07:00
Dane Everitt
e87c5f6657
Implement basic support for connecting to wings console via websocket rather than socketio
2019-05-01 20:12:20 -07:00
Dane Everitt
743ae040be
Add accessability buttons to the file rows
2019-03-17 17:49:04 -07:00
Dane Everitt
ce911f827e
Fix file downloading permissions
2019-03-16 17:16:34 -07:00
Dane Everitt
8955b5a660
Initial attempt trying to get file downloading to work
2019-03-16 17:10:04 -07:00
Dane Everitt
4e669771ca
Add support for moving files via the file manager
2019-03-16 16:36:08 -07:00
Dane Everitt
5aa40800c8
Add support for copying a file or folder
2019-03-10 18:42:53 -07:00
Dane Everitt
3970a24218
Migrate the rename action to follow better structure
2019-03-10 15:44:49 -07:00
Dane Everitt
f3159bcec3
Fix prop modification error
2019-03-10 15:15:04 -07:00
Dane Everitt
d6630341b4
Combine logic so we aren't constantly duplicating it
2019-03-10 14:50:44 -07:00
Dane Everitt
25621f4c1c
Push the user into the newly created directory once made
2019-03-10 14:28:24 -07:00
Dane Everitt
66320972be
Improve file deletion logic to not require a refresh
2019-03-10 14:14:47 -07:00
Dane Everitt
6b4bf3eaa7
Add basic file deletion logic
2019-03-09 12:04:29 -08:00
Dane Everitt
a66d7a3417
Merge branch 'develop' into feature/vuejs
2019-03-09 11:19:07 -08:00
Sir3lit
babf1262f0
Update Notice
...
Updates notice to reflect the correct name of the value to edit, less confusion
2019-03-03 23:03:48 -05:00
Dane Everitt
d9593b23ab
Paginate server results when viewing a node, closes #1404
2019-03-02 15:58:56 -08:00
Dane Everitt
d34c737f16
Base delete file view, not actually connected to anything
2019-02-18 21:23:42 -08:00
Dane Everitt
ff820f30ad
Add support for renaming files on the fly in the file manager
2019-02-18 20:41:58 -08:00
Dane Everitt
52115b5c77
This wasnt used
2019-02-18 19:38:03 -08:00
Dane Everitt
c47ceda302
Remove forgotten debugger
2019-02-17 13:29:42 -08:00
Dane Everitt
866b3a3aac
Add support for actually creating that folder on the daemon
2019-02-17 13:29:11 -08:00
Dane Everitt
0b11532a48
Get modal base logic all worked out
2019-02-17 13:03:15 -08:00
Dane Everitt
be7f7d8da8
Add initial support for tracking current FM directory for creating a folder (and other stuff eventually)
2019-02-16 17:54:15 -08:00
Dane Everitt
767e466fd8
Lets be smarter with modals here...
2019-02-16 17:15:56 -08:00
Havila
04fb5de9a1
Add missing ∞ ( #1485 )
...
I guess it was left out of https://github.com/pterodactyl/panel/pull/1260
2019-02-16 11:10:12 -08:00
Dane Everitt
b6773b56c1
Format all the files
2019-02-09 21:15:45 -08:00
Dane Everitt
5bff8d99cc
Move everything back to vue SFCs
2019-02-09 21:14:58 -08:00
Dane Everitt
761704408e
Fix HMR and backtrack for SFC support now that PHPStorm supports them
...
Of course I wasted forever migrating OUT of SFCs only to go back to them.
2019-02-09 19:43:11 -08:00
Dane Everitt
626a63ddd9
Some code cleanup
2019-02-09 19:15:18 -08:00
Dane Everitt
40aa3da5de
Migrate last of the SFC's to TS files
2019-02-09 18:46:06 -08:00
Dane Everitt
5cb57af193
Fix power button actions
2019-02-09 17:37:44 -08:00
Dane Everitt
8385ec7feb
Cleanup more filemanager design
2019-02-09 17:26:08 -08:00
Dane Everitt
caca6cff8a
Make the file manager look better
2019-02-09 17:07:11 -08:00
Dane Everitt
ac13f5dce4
Fix a bunch of design inconsistencies and horrible code on server boxes
2019-02-09 16:38:45 -08:00
Dane Everitt
a9fda52065
Begin fixing design to match new colors
2019-02-09 15:17:38 -08:00
Dane Everitt
e62e3babcc
More fixes
2019-02-09 14:48:47 -08:00
Dane Everitt
6e26f1929d
Blues
2019-02-09 14:44:35 -08:00
Dane Everitt
d6feaec202
Fix colors
2019-02-09 14:37:30 -08:00
Dane Everitt
f62c8a0d55
Greens
2019-02-09 14:36:39 -08:00
Dane Everitt
8dcd445df6
Migrate yellows
2019-02-09 14:33:39 -08:00
Dane Everitt
32b43cff9a
Convert color schema, begin migrating old classes (finishes grey & red)
2019-02-09 14:32:18 -08:00
Dane Everitt
6c7a5d5bb9
Finish UI stuff for today
2019-02-03 17:45:22 -08:00
Dane Everitt
89d29cf46b
Assorted UI tweaking
2019-02-03 17:27:19 -08:00
Dane Everitt
a28a9887c1
Rearrange the navigation bar to be laid out more normally
2019-02-03 16:29:08 -08:00
Dane Everitt
378a26a7c5
Finish migrating most everything to TS
2019-02-03 15:39:59 -08:00
Dane Everitt
0407e97aa1
oopsie
2019-02-03 15:16:03 -08:00
Dane Everitt
3e61bfdeaa
Replace console view with proper ts
2019-02-03 15:10:21 -08:00
Dane Everitt
d7ce62c047
Re-add socket mixin, works fine?
2019-02-03 14:49:04 -08:00
Dane Everitt
1c6fa6c0bb
Revert "Temporarily remove socketio until this can be fixed"
...
This reverts commit 0e1d35c8a0
.
2019-02-03 14:31:47 -08:00
Dane Everitt
9f2eaa5c40
Transform server base page to TS
2019-02-03 14:31:39 -08:00
Dane Everitt
ea923053eb
Miscelaneous fixes for WP
2019-02-02 18:49:51 -08:00
Dane Everitt
91cf735646
Fix webpack compliation for prod, chunk out massive files for perf
2019-02-02 18:25:33 -08:00
Dane Everitt
cc6d10d7f8
Initial Webpack 4 configuration
2019-02-02 17:33:12 -08:00
stashenko
7b4e69b5d2
Add russian translation ( #1460 )
2019-02-02 14:07:58 -08:00
Dane Everitt
327a324cb4
Merge pull request #1443 from zKoz210/develop
...
Fixed skip_scripts in creating and startup the server
2019-02-02 14:04:54 -08:00
Dane Everitt
c33e9fc4f5
Merge branch 'develop' into feature/zhimprove
2019-02-02 13:36:22 -08:00
F0rb1d
d281cfded5
Merge fix.
2019-02-03 00:34:35 +08:00
F0rb1d
44c2f74c21
Hugely improved Simplified Chinese translation quality.
2019-02-03 00:10:51 +08:00
F0rb1d
851f292ee3
Hugely improved Simplified Chinese translation quality.
2019-02-02 23:47:11 +08:00
Magnus Leßmann
5a23fdae6e
Fix missing encoding of file editing urls
2019-01-24 09:29:35 +01:00
Oreo Oreoniv
186418ee50
Fixed skip_scripts in startup the server
2019-01-18 08:02:09 +03:00
Oreo Oreoniv
27882467e5
Fixed skip_scripts in creating the server
2019-01-18 08:00:35 +03:00
Dane Everitt
2a0d649b2a
Migrate more components to TS
2018-12-30 15:31:41 -08:00
Dane Everitt
085da72934
Fix modal closing
2018-12-30 15:07:18 -08:00
Dane Everitt
0c2b2b4341
Get account pages working
2018-12-30 15:07:12 -08:00
Dane Everitt
11a70b0343
Get dashboard converted
2018-12-30 13:41:24 -08:00
Dane Everitt
33e09b5619
Migrate more core components
2018-12-30 13:10:16 -08:00
Dane Everitt
136e4b5b7b
Fix some issues
2018-12-30 12:45:57 -08:00
Dane Everitt
da45855034
Use computed, not method so it is accessible
2018-12-30 12:27:18 -08:00
Dane Everitt
75ba2eac39
Finish auth migration, now to make it work
2018-12-30 12:13:10 -08:00
Dane Everitt
3b553beac6
Update bootstrap.ts
2018-12-30 10:41:36 -08:00
Dane Everitt
6330d6579f
Undo the ts setting in vue components, begin migration to Vue.component setup
2018-12-29 19:24:52 -08:00
Dane Everitt
0e1d35c8a0
Temporarily remove socketio until this can be fixed
2018-12-29 19:24:25 -08:00
Dane Everitt
f7ba30fbbe
Change flash mixin
2018-12-29 19:24:09 -08:00
Dane Everitt
96468ab4b3
Try some more changes
2018-12-29 17:00:50 -08:00
Dane Everitt
e6502a3713
Shim sham fix the jam
2018-12-29 16:34:22 -08:00
Dane Everitt
ce949ba920
Switch i18n provider
2018-12-29 16:11:49 -08:00
Dane Everitt
ed5ebe9155
More progress, committing to get assistance with TS
2018-12-29 15:51:13 -08:00
Dane Everitt
5e4ca8ef83
Cleanup socketio stuff for typescript
2018-12-16 18:57:34 -08:00
Dane Everitt
3ad4422a94
Begin transfering things to TS
2018-12-16 15:29:44 -08:00
Dane Everitt
81f5e49768
Port to TS
2018-12-16 14:30:21 -08:00
Dane Everitt
21ffa08d66
Merge branch 'develop' into feature/vuejs
2018-12-16 14:20:35 -08:00
Dane Everitt
cc7f7d7123
Remove flow defs and usage, will be using TS
2018-12-16 14:11:56 -08:00
Jamsheed Mistri
34b166cde9
StyleCI fixes
2018-12-02 23:42:35 -08:00
Jamsheed Mistri
9cf7432835
Adding bulk reinstall command
2018-12-02 23:39:40 -08:00
zKoz210
0b4b1a3443
Initial update
2018-11-26 03:25:18 +03:00
Dane Everitt
d2991eafa1
Merge pull request #1363 from pterodactyl/feature/remove-phraseapp
...
Remove phraseapp because we no longer use it
2018-11-10 12:16:18 -08:00
Lance Pioch
e5cf512fed
Update master.blade.php
2018-10-24 11:27:47 -04:00
Lance Pioch
33f86a93a0
Update auth.blade.php
2018-10-24 11:27:07 -04:00
Sir3lit
e777d3342b
Fix typo
2018-10-16 02:20:41 -04:00
Sir3lit
9efce47b30
Fix typo
2018-10-16 02:19:35 -04:00
Dane Everitt
8fd0e5ff57
Fix flexbox view when there are three items
2018-10-14 13:17:37 -07:00
ayan4m1
61facddf24
use a swal() loader to show test-in-progress state to user
2018-10-13 21:31:08 -04:00
ayan4m1
006832de21
fix mail settings save failure message construction
2018-10-13 21:31:08 -04:00
ayan4m1
abd9deb447
remove now-unused translation entries
2018-10-13 21:31:08 -04:00
ayan4m1
7db14bed8b
handle cases where single text exception message is returned
2018-10-13 21:31:08 -04:00
ayan4m1
c5608b1827
rework UI of mail settings page to allow for saving settings before testing
2018-10-13 21:30:47 -04:00
ayan4m1
8b61175c3b
add exception message to fail message for mail test
2018-10-13 21:30:47 -04:00
ayan4m1
fd3e5fc73e
add SMTP mail tester
2018-10-13 21:30:47 -04:00
Dane Everitt
aee42df3ad
Implement some flow and cleanup API call for file manager
2018-09-23 16:06:23 -07:00
Dane Everitt
b6205463db
Merge branch 'develop' into feature/vuejs
2018-09-23 13:14:46 -07:00
Stijn van Nieulande
2d469cc951
Dutch translations update ( #1339 )
2018-09-23 13:12:41 -07:00
Andrew DeLisa
262ef78fae
Allow deletion of multiple allocations at once ( #1322 )
2018-09-18 21:43:18 -07:00
Knot3n
053d7917ae
Translation improved - extended ( #1317 )
2018-09-18 21:42:03 -07:00
Dane Everitt
bba8797f7b
Revert "Update navigation icons"
...
This reverts commit 63375d0f37
.
2018-09-13 21:53:00 -07:00
Dane Everitt
63375d0f37
Update navigation icons
2018-09-13 21:23:13 -07:00
Dane Everitt
201c8a7c4c
Make search work correctly when clicking on results
2018-09-11 22:24:48 -07:00
Dane Everitt
31092df5df
Show loading indicator when searching
2018-09-11 21:32:01 -07:00
Dane Everitt
0b0b80dc6d
Add search box to server pages
2018-09-11 21:25:02 -07:00
Dane Everitt
b1b6a7eecd
Biggerify the navigation
2018-09-11 20:08:01 -07:00
Dane Everitt
dae780249f
Less colors
2018-09-11 19:23:22 -07:00
Dane Everitt
395a2860e7
Start working on a better design for the server boxes on the dashboard
2018-09-05 22:55:59 -07:00
Dane Everitt
5ca13839cf
Merge branch 'develop' into feature/vue-serverview
2018-09-05 21:34:59 -07:00
Dane Everitt
c305320cc6
Remove debug
2018-09-03 16:23:27 -07:00
Dane Everitt
44a00c3957
Plop the languages into the project
2018-09-03 15:44:29 -07:00
Dane Everitt
368b9892e1
Rename cn to zh for language
2018-09-03 15:14:19 -07:00
Dane Everitt
4d62e4c7b9
Merge branch 'develop' into pr/1128
2018-09-03 15:10:23 -07:00
Dane Everitt
5c4d5f733f
Move some files around
2018-08-31 20:30:38 -07:00
Dane Everitt
b731659135
Finish up deletion logic
2018-08-26 14:11:18 -07:00
Dane Everitt
039650bf75
More animate
2018-08-26 14:05:10 -07:00
Dane Everitt
5170d40bb2
Cleaner animation
2018-08-26 14:03:43 -07:00
Dane Everitt
e906ada528
Better handling when deleting a database
2018-08-26 14:01:00 -07:00
Dane Everitt
9be2aa4ca9
Push beginning of DB deletion stuff
2018-08-25 14:43:21 -07:00
Tom Chilvers
1c6159f46b
Typo ( #1298 )
2018-08-23 10:34:04 -07:00
Dane Everitt
c28e9c1ab7
Add ability to create new database through the UI
2018-08-22 22:29:20 -07:00
Dane Everitt
17796fb1c4
Add basic database listing for server
2018-08-21 21:47:01 -07:00
Dane Everitt
04f56ffe99
Cleanup
2018-08-18 22:03:38 -07:00
Dane Everitt
cf32742132
More file manager updates
2018-08-18 22:03:19 -07:00
Dane Everitt
58f8ec338b
Cleanup
2018-08-18 21:13:05 -07:00
Dane Everitt
68b23de55d
Significantly less atrocious resource checking for servers...
2018-08-18 21:02:58 -07:00
Dane Everitt
dc52e238ac
Change socket implementation for servers
2018-08-18 20:13:40 -07:00
Dane Everitt
e0fda5865d
Add initial logic for rendering the context menu
2018-08-14 22:27:25 -07:00
Dane Everitt
5aa57e0681
Break out file manager file/directory rows into individual components
2018-08-14 21:17:10 -07:00
Dane Everitt
e9f8751c4c
More filemanager work, directory browsing working
2018-08-13 22:58:58 -07:00
Dane Everitt
ceef2edf2e
Add error handling for file manager
2018-08-13 21:06:11 -07:00
mrkrabs
24b213fbc6
change smtp.google.com to smtp.gmail.com ( #1281 )
2018-08-13 10:00:05 -07:00
Dane Everitt
92a9146b61
Improve filemanager, get first level folders listing
2018-08-06 23:14:13 -07:00
Dane Everitt
00a3d7df87
Properly handle the console when the socket disconnects/reconnects
2018-08-06 22:21:13 -07:00
Dane Everitt
f20d40460e
Better handling of connection errors
2018-08-06 21:33:43 -07:00
月光兔-lunarbunnys
a8373ec726
Add Simplified Chinese translation for the panel ( #1263 )
...
* Add Simplified Chinese translation for the panel
* Update passwords.php
* The pterodactyl theme incomplete translation.Part 1.
* Deleteing pterodactyl theme translation.
2018-08-06 17:15:03 -07:00
Dane Everitt
f1ec968f38
Add beginning of the file manager
2018-08-03 22:32:01 -07:00
Dane Everitt
ce77ab21b3
Rearrange
2018-08-03 21:32:50 -07:00
Dane Everitt
7e6902cc90
Adjustments to the UI
2018-08-03 21:30:06 -07:00
Dane Everitt
c772376aa7
Add the expected buttons, reset color on each line
2018-08-03 20:48:27 -07:00
Jakob Schrettenbrunner
4c357e9231
add color scheme to termx on ConsolePage
2018-08-02 21:56:23 +02:00
Dane Everitt
38d7985e66
More socket and console improvements for server
2018-08-01 23:37:14 -07:00
Dane Everitt
f866ad5b34
Fix spinners, change socket emit names
2018-08-01 21:10:28 -07:00
Alex
5d9d4da5da
Use appropiate infinity signs ( #1260 )
2018-08-01 09:03:36 -07:00
Dane Everitt
5ca6538965
Autofocus search box when navigating to dashboard
2018-07-21 22:43:16 -07:00
Dane Everitt
034e759298
Show a spinner on the console when loading the contents initially
2018-07-21 22:37:41 -07:00
Dane Everitt
71d2a648ca
Fix spinner component to allow it to be positioned correctly
2018-07-21 22:31:03 -07:00
Dane Everitt
b9368eca45
Reset history to end when command is sent
2018-07-21 16:23:15 -07:00
Dane Everitt
3a97a89d20
Add command history
2018-07-21 16:22:41 -07:00
Dane Everitt
38d50c8fc2
Hide the cursor entirely
2018-07-21 15:26:54 -07:00
Dane Everitt
a94c6d80f5
Add xterm for console support (holy shit this is speedy)
2018-07-21 15:20:37 -07:00
Dane Everitt
c2ebf1cbcd
Neaten up the console a bit more
2018-07-21 00:04:56 -07:00
Dane Everitt
2744280362
Styling tweaks
2018-07-20 23:49:12 -07:00
Dane Everitt
8db9d9bbee
Very rough go at connecting to socket and rendering console data for server
2018-07-20 23:45:07 -07:00
Dane Everitt
784c73becd
Break console page into a component
2018-07-20 22:34:30 -07:00
Dane Everitt
2ab66ba8c8
Add logic to load server data into vuex for the request when visiting a server page
2018-07-18 22:48:19 -07:00
Dane Everitt
a42280dd84
Begin working on sidebar styling for server view
2018-07-15 19:47:31 -07:00
Dane Everitt
92905a6c2a
Add the server routes
2018-07-15 19:03:38 -07:00
Dane Everitt
79ea4cbe1a
Correct N+1 utilization checking
2018-07-15 18:11:29 -07:00
Dane Everitt
7f5485d648
Fix dashboard to track server state
2018-07-15 17:53:40 -07:00
Dane Everitt
8b3713e3ff
FOrmat and disable server store temporarily
2018-07-15 17:09:53 -07:00
Dane Everitt
d0348a4505
Fix 2FA on login
2018-07-15 17:09:41 -07:00
Dane Everitt
4c4f6d3afe
Fix login
2018-07-15 16:57:00 -07:00
Dane Everitt
ca27346e49
Remove empty css
2018-07-15 16:51:27 -07:00
Dane Everitt
f2d2725ca0
Merge branch 'feature/vuejs' into feature/vue-serverview
2018-07-15 16:50:11 -07:00
Dane Everitt
d9a09e92bd
Add tests for all of the account actions
2018-07-15 15:58:24 -07:00
Dane Everitt
be2c76c24a
Add tests for password changing
2018-07-15 11:44:18 -07:00
Dane Everitt
6336e5191f
Strip out JWT usage and use cookies to track the currently logged in user
2018-07-14 22:42:58 -07:00
Dane Everitt
a44b4c4426
Fix changing email address error handling
2018-07-14 22:03:19 -07:00
Dane Everitt
8b9c2465f3
Correct behavior of errors on the login form
2018-07-14 21:26:08 -07:00
Dane Everitt
ec8e434375
Set the 2fa image to always have a consistent height, less jarring transition
2018-07-04 19:00:20 -07:00
Dane Everitt
5010c0c756
Merge branch 'feature/vuejs' into feature/vuejs-account
2018-07-04 18:12:57 -07:00
Dane Everitt
6419b1cf81
Handle password reset logic change for 2fa
2018-07-04 18:11:43 -07:00
Dane Everitt
603b8a3094
Merge branch 'feature/vuejs' into feature/vuejs-account
2018-07-02 21:01:04 -07:00
Dane Everitt
48cb01f438
Merge branch 'develop' into feature/vuejs
2018-07-02 21:00:42 -07:00
Jan
422e5dd99f
Update strings.php ( #1227 )
...
Fixed typo.
2018-07-02 15:04:16 -07:00
Lance Pioch
b5022766df
Do not keep processing the file/folder paths if the user has cancelled the operation and fix #1124 ( #1177 )
2018-07-01 14:42:01 -07:00
Matthew Penner
1da05a2ee2
Fix typo ( #1210 )
2018-06-30 13:25:51 -07:00
Stan
ad9ed5ea00
Fixed the permission ( #1217 )
2018-06-30 13:23:48 -07:00
Dane Everitt
7711b697ad
Finalize two-factor handling on account.
2018-06-20 23:05:35 -07:00
Dane Everitt
0cc895f2d5
Finalize email/password changing in UI
2018-06-17 16:53:24 -07:00
Dane Everitt
81da55d46b
Actually fix the endless redirect loop when the application needs a fresh JWT.
2018-06-17 15:06:34 -07:00
Dane Everitt
5c3d3f6ce9
Better support for mobile devices on login and account pages
2018-06-16 18:04:48 -07:00
Dane Everitt
074a929315
Fix icon size in production compiled assets
2018-06-16 17:05:06 -07:00
Dane Everitt
7d509e8ae5
Remove the glow on inputs in Safari/Chrome
2018-06-16 17:00:35 -07:00
Dane Everitt
462e59e330
Make modals look sane on phones
2018-06-16 16:50:18 -07:00
Dane Everitt
ac7cefb83f
Make the account page mobile friendly
2018-06-16 16:43:52 -07:00
Dane Everitt
4e4a183f48
Put the modal more at the top, looks funky in middle
2018-06-16 16:27:53 -07:00
Dane Everitt
d6959ea3dd
Add a basic modal template to be used
2018-06-16 16:25:26 -07:00
Dane Everitt
84fecb7a92
Import only the needed things from lodash
2018-06-16 15:05:36 -07:00
Dane Everitt
fce394f6bd
Change email handling and logout function
2018-06-16 14:30:20 -07:00
Dane Everitt
ca0c35bf82
Avoid getting stuck in an endless redirect loop...
2018-06-16 14:27:23 -07:00
Dane Everitt
1acedc2de2
Remove luxon completely.
2018-06-16 14:11:58 -07:00
Dane Everitt
e7faf979a1
Change login handling to automatically redirect a user if their session will need renewal.
2018-06-16 14:05:39 -07:00
Dane Everitt
24bb8da43d
Fix CSS issue with login page due to input classes
2018-06-16 12:43:32 -07:00
Dane Everitt
b8b9acd0e6
Get the base email update working through the API.
...
Still going to need to determine the best course of action to update the token on the client side.
2018-06-11 22:56:57 -07:00
Dane Everitt
14927c3e7e
Add base UI for account management
2018-06-11 22:36:43 -07:00
Dane Everitt
e5e66fdb58
Fix error handling in dashboard
2018-06-11 20:42:01 -07:00
Jakob Schrettenbrunner
05478e3277
Merge branch 'feature/vuejs' into feature/vue-serverview
2018-06-11 21:06:12 +02:00
Dane Everitt
03c83c084a
Revert use of cookies, go back to using a JWT
2018-06-06 22:49:44 -07:00
Dane Everitt
871147f2d9
Remove old storage
2018-06-06 22:18:43 -07:00
Dane Everitt
48982ecc00
Dont track ziggy, compiled asset
2018-06-06 21:46:14 -07:00
Dane Everitt
4ffe6c96ad
Fix support for hot reloading without requiring anything special in the app
2018-06-06 21:44:52 -07:00
Jakob Schrettenbrunner
cbdf4d4e1a
Merge branch 'feature/vuejs' into feature/move-to-webpack
2018-06-06 22:41:15 +02:00
Jakob Schrettenbrunner
6ed46c2e75
start adding webpack-serve for hot reloading
2018-06-06 22:33:24 +02:00
Dane Everitt
5bcabbde35
Get dashboard in a more working state
2018-06-05 23:42:34 -07:00
Dane Everitt
e948d81d8a
Base attempt at using vuex to handle logins
2018-06-05 23:00:01 -07:00
Jayden Downes
5f90d841d0
Fixed Search Bar Scaling in Firefox ( #1187 )
...
Fixed scaling issue with Firefox where it would scale the search bar to 30% of the width of the box-tools container instead of 30% of the row container. (Note this is not a fix for the issue with it appearing on a separate line on mobiles).
2018-06-04 19:33:34 -07:00
Dane Everitt
80b0816718
Better support for CSS and JS
2018-06-03 19:35:50 -07:00
Dane Everitt
bbdade398a
Name files correctly
2018-06-03 18:53:27 -07:00
Jakob Schrettenbrunner
855af7cb4d
commit files that were out of view
2018-06-04 00:46:24 +02:00
Jakob Schrettenbrunner
58ad7a4b27
start to properly use vuex
2018-06-04 00:45:01 +02:00
Jakob Schrettenbrunner
20472a903c
merge remote changes
2018-06-03 18:31:43 +02:00
Dane Everitt
7b6c14cf7b
Don't do weird things with container height.
2018-06-02 23:38:01 -07:00
Dane Everitt
0bf4764bfb
Add navigation to the server view
2018-06-02 23:36:20 -07:00
Dane Everitt
349ec7da38
ungoof navigation
2018-06-02 23:31:30 -07:00
Dane Everitt
e65854c8c2
Merge branch 'feature/vuejs' into feature/vue-serverview
2018-06-02 23:28:55 -07:00
Dane Everitt
ee9a34716d
Add navigation to vue, improve responsiveness of the design
2018-06-02 23:15:10 -07:00
Dane Everitt
be5a9108f9
Dont refresh server statuses unless the page is active
...
Reduces the number of polling requests happening on the server by only sending those requests if the user is actively viewing the dashboard.
There was no point in updating the resource usage if no one is viewing it. After 30 seconds away from the window when a user comes back it will update instantenously, otherwise it'll just update after 5 seconds.
2018-06-02 22:23:54 -07:00
Dane Everitt
02b29a66ea
Use client API to get resource use for a server
2018-06-02 19:08:53 -07:00
Dane Everitt
bcd3b055dd
Break out the server box into a component
2018-06-02 17:41:06 -07:00
Dane Everitt
0d56ed19a7
Fix flash margins on login page
2018-06-02 17:15:04 -07:00
Dane Everitt
6b2649ad2c
Merge branch 'feature/vuejs' into feature/vuejs-serverlist
2018-06-02 17:12:45 -07:00
Dane Everitt
6005def7bc
Merge branch 'feature/vuejs' into feature/dusk-vuejs
2018-06-02 17:06:30 -07:00
Dane Everitt
dec969bf9f
Fix checkpoint behavior to only work when a token is provided
2018-06-02 17:01:54 -07:00
Dane Everitt
4209be021e
Add handlers for non-successful responses from the panel
2018-06-02 16:59:16 -07:00
Dane Everitt
92c03d4953
Add tests for password reset page functionality
2018-06-02 16:39:49 -07:00
stanjg
3bb9e5e8a8
Merge branch 'develop' of https://github.com/stanjg/panel into feature/user-specific-language
2018-06-01 15:58:09 +02:00
Dane Everitt
e0d67ff857
Merge branch 'feature/vuejs' into feature/vue-serverview
2018-05-31 23:01:24 -07:00
Dane Everitt
316bb9c11e
Merge branch 'feature/vuejs' into feature/dusk-vuejs
2018-05-31 23:00:08 -07:00
Dane Everitt
6c598f9100
Merge branch 'feature/vuejs' into feature/vuejs-serverlist
2018-05-31 22:59:39 -07:00
Dane Everitt
5f70502f20
Merge branch 'develop' into feature/vuejs
2018-05-31 22:59:16 -07:00
Dane Everitt
fd8d7c3571
Merge pull request #1130 from stanjg/feature/stats-page
...
Added a statistics page to monitor the panel usage
2018-05-31 22:56:58 -07:00
Dane Everitt
8aadc62882
Merge branch 'develop' into feature/node-maintenance
2018-05-31 22:49:07 -07:00
Lance Pioch
357c9e1aed
Enable undo history after loading initial file and fix #1159 ( #1180 )
2018-05-31 22:43:18 -07:00
Dane Everitt
f8fa62e3d6
First round of authentication tests
2018-05-31 22:42:52 -07:00
Matthew Penner
6e6ce652b2
Fix logo-mini image ( #1183 )
2018-05-31 20:35:24 -07:00
Jakob Schrettenbrunner
c58ef1f8a8
Merge branch 'feature/vuejs-serverlist' into feature/vue-serverview
2018-05-31 18:26:07 +02:00
stanjg
013dde75ae
Renamed the field and made some improvements
2018-05-31 16:34:35 +02:00
Dane Everitt
9831adb91c
Cleanup dashboard, make flash more customizable for pages
2018-05-28 16:28:36 -07:00
Dane Everitt
caa0d21ac9
Handle state mutations for users better in Vuex
2018-05-28 15:37:09 -07:00
Jakob Schrettenbrunner
11d96c44d1
Merge branch 'feature/vuejs-serverlist' into feature/vue-serverview
2018-05-29 00:04:51 +02:00
Jakob Schrettenbrunner
378a1859cf
Merge branch 'feature/vuejs-serverlist' into feature/vue-serverview
2018-05-29 00:04:41 +02:00
Dane Everitt
a1444b047e
Fix JWT handling for API access when logging in
2018-05-28 14:59:48 -07:00
Dane Everitt
aa61afb58f
Add proper server models
2018-05-28 14:11:23 -07:00
Dane Everitt
6e5c365018
Use the client API to load servers on the listing page
2018-05-28 13:23:40 -07:00
Dane Everitt
ad69193ac0
Add JWT to login forms
2018-05-28 12:48:42 -07:00
Dane Everitt
47c1ecc9bc
Make server blocks clickable, break out routes into their own file
2018-05-28 11:34:24 -07:00
Jakob Schrettenbrunner
89f47c6dbb
mocked server page and better navigation and overall layout
2018-05-28 00:37:03 +02:00
Jakob Schrettenbrunner
d2c770d218
add new favicon
2018-05-28 00:35:54 +02:00
Dane Everitt
6f2fcabf22
Add very basic server search and dynamic rendering functionality
2018-05-26 23:17:02 -07:00
Dane Everitt
f337a89320
Add search bar to dash
2018-05-26 22:19:33 -07:00
Dane Everitt
d78189df23
Improve dash design
2018-05-26 22:09:29 -07:00
Dane Everitt
9d8830a2d7
Get initial mockup of new server list up
2018-05-26 17:20:36 -07:00
Dane Everitt
64175ce35a
Tweak colors
2018-05-26 16:11:44 -07:00
stanjg
60e1ffa564
Added a test for the controller and cleaned up the controller
2018-05-27 00:16:13 +02:00
Dane Everitt
0b7dbd65ff
Final cleanup
2018-05-26 15:00:41 -07:00
Dane Everitt
7a077f3281
Remove the flash plugin store correctly
2018-05-26 14:59:58 -07:00
Dane Everitt
0a706d1b45
Add custom flash library that works as expected
2018-05-26 14:50:38 -07:00
Dane Everitt
bab20812a0
More UI fixes for consistency
2018-05-26 13:06:41 -07:00
Dane Everitt
b35eb77a70
Remove the pterodactyl directory when handling assets
...
This supports moving away from multiple-theme support in the Panel since that is no longer going to be offered.
2018-05-26 12:33:27 -07:00
Dane Everitt
cf90f56777
Merge branch 'develop' into feature/vuejs-auth
2018-05-26 12:17:14 -07:00
stanjg
7a81c61ad8
Wording changes and fix of major fail last commit
2018-05-26 21:02:47 +02:00
Dane Everitt
e648e50d90
Write some example tests for @stanjg
2018-05-26 11:00:28 -07:00
Dane Everitt
e3bbd85f3f
Merge branch 'develop' into pr/1129
2018-05-26 10:34:29 -07:00
Dane Everitt
0e1b4661ce
Don't allow access to manage page if server failed installing
2018-05-23 22:23:26 -07:00
Leon Baronick
866c2f6a89
Changed "User" to "Benutzer" in the whole German localization
2018-05-23 13:05:03 +02:00
Leon Baronick
e2370fb22f
Fixed typos and made minor changes
2018-05-23 13:00:04 +02:00
Leon Baronick
e6dd67b6ee
Fixed typo in auth.php
2018-05-23 12:20:28 +02:00
Leon Baronick
a69a067fbc
Fix mistakes in the German lang files and add missing translations
2018-05-22 22:09:16 +02:00
Lance Pioch
608ad33d31
Spellcheck themes
2018-05-13 11:12:29 -04:00
Lance Pioch
c6c37e1b88
occurred
2018-05-13 11:12:25 -04:00
Lance Pioch
84edec6323
Spelling fixes in the english translation
2018-05-13 11:12:19 -04:00
Lance Pioch
351099ccf5
Rename identitity to identity
2018-05-13 11:12:12 -04:00
stanjg
06a67bb4bb
Cleaned up some duplicate code
2018-05-05 10:39:20 +02:00
stanjg
ee50da0a7c
Fixed a typo
2018-05-04 23:35:45 +02:00
stanjg
28a97fea54
Polished it up
2018-05-04 22:48:43 +02:00