Commit Graph

371 Commits

Author SHA1 Message Date
Dane Everitt 9c303456fb Update codebase to L5.4 (#367) 2017-04-01 17:59:43 -04:00
Dane Everitt cbeecfe5e4 Implement front-end server searching 🍬 2017-04-01 13:14:49 -04:00
Dane Everitt 536865b22a Remove deletion queue for servers. Just immediately delete. 2017-03-31 22:12:31 -04:00
Jakob Schrettenbrunner fe6a19096f update CHANGELOG 2017-04-01 02:04:51 +02:00
Dane Everitt 1f0e95790a 🔒 Don't disclose if account exists when resetting passwords, closes #358 2017-03-30 17:44:20 -04:00
Dane Everitt 9106971565 closes #362 2017-03-30 16:30:22 -04:00
Dane Everitt 95c739a3f3 Update subusers view 2017-03-30 15:31:02 -04:00
Dane Everitt 4e916cbf08 Fix auto-deploy checkbox triggering error 2017-03-19 12:39:22 -04:00
Dane Everitt a554f242a8 Fix typo in migration script that deleted regex from non-required vars 2017-03-19 11:21:05 -04:00
Dane Everitt e8a80c6a20 Fix allocation parsing bug. 2017-03-19 11:13:18 -04:00
Dane Everitt 377fe92f5b Don't try to render 200 lines per second in the console... 💣
Corrects a math mistake on my end, and makes the console speed
configurable again. Now sends 50 messages per second.

Console will notify when being throttled, and refreshing the page will
clear the queue if necessary.
2017-03-19 11:13:17 -04:00
Dane Everitt 82b3cbc246 Minor fixes 2017-03-18 20:52:02 -04:00
Dane Everitt c06c39def6 Update changelog 2017-03-18 15:58:51 -04:00
Dane Everitt 0c6e6f39fe Fix multiple clients causing all consoles to refresh 2017-03-17 19:05:54 -04:00
Dane Everitt 202dd52e2b Fixes bug causing MySQL user accounts to be corrupted when resetting a password via the panel.
closes #352
2017-03-17 17:17:36 -04:00
Dane Everitt 48e261bb91 closes #288 2017-03-16 19:59:24 -04:00
Dane Everitt b8c3ab6960 closes #339 2017-03-16 19:56:58 -04:00
Dane Everitt 1aa191210a closes #344 2017-03-16 19:54:31 -04:00
Dane Everitt 198a021a97 Add database host management to panel. 2017-03-16 19:35:29 -04:00
Dane Everitt 4094a49e9c Update changelog 2017-03-15 20:59:16 -04:00
Dane Everitt cd0a45a777 Fixes caching to actually clear the cache for *all* users, rather than the logged in user by using cache tags. 2017-03-04 19:24:46 -05:00
Dane Everitt 5d59d364f8 Fixes bug preventing proper updating of caches and models due to undefined Auth::user() 2017-03-04 19:04:11 -05:00
Dane Everitt e688468920 Push updated server views 2017-03-04 19:03:49 -05:00
Dane Everitt cb6b44d4f0 Completed new server page with new theme. 2017-02-24 18:19:03 -05:00
Dane Everitt ed4068bdb9 Fix bug preventing server container rebuilds. 2017-02-18 22:33:15 -05:00
Dane Everitt 644c07ea3a Fix broken port deletion 2017-02-18 22:32:16 -05:00
Dane Everitt efdc3e6fd8 Add cache policy for ServerPolicy
10 second cache, just long enough to handle the page load without
making more than one MySQL call.
2017-02-18 22:26:07 -05:00
Dane Everitt f91e4c511e Attach user to cache to prevent showing servers they can't access. 2017-02-18 21:45:11 -05:00
Dane Everitt 824041f6ca Fix service creation/updates, closes #306 2017-02-17 20:40:50 -05:00
Dane Everitt e9762b4277 Fixes port deletion for node allocations as well as server notes on allocations.
closes #305
2017-02-17 19:59:40 -05:00
Dane Everitt 008cccb098 Fix up email sending and add more notifications to the panel.
Closes #265
2017-02-17 19:23:27 -05:00
Dane Everitt 95171a3e41 Better user creation email. 2017-02-17 18:48:57 -05:00
Dane Everitt 3240601d03 Fix bug when trying to add new subuser. 2017-02-17 18:26:47 -05:00
Dane Everitt 9af06b4b59 Add in query caching on server view 2017-02-17 18:19:53 -05:00
Dane Everitt 232e9a05ed Update filemanager to be a little cleaner 2017-02-17 13:08:07 -05:00
Dane Everitt 008b18e19a Fixes deployment issue with new servers due to DB changes. 2017-02-17 12:08:11 -05:00
Dane Everitt f5eb309950 Fix changelog numbering 2017-02-16 18:34:46 -05:00
Dane Everitt 4ea2ea1dd9 Update changelog 2017-02-16 18:28:27 -05:00
Dane Everitt ba288e5bef Courageous Carniadactylus 2017-02-16 14:50:38 -05:00
Dane Everitt 242294598f Merge branch 'develop' into feature/updated-models 2017-02-02 19:47:10 -05:00
Dane Everitt 3114b7e52a Complete implementation of new Server model. 2017-02-02 19:41:38 -05:00
Jakob 8cac2a3669 Merge pull request #285 from Pterodactyl/feature/phrase-in-context
add phraseapp in context editor
2017-02-03 00:36:50 +01:00
Jakob Schrettenbrunner 600cc75637 update changelog 2017-02-03 00:29:50 +01:00
Dane Everitt d4bcf0be59 Initial implementation of improved sever model and logic 2017-02-02 18:21:36 -05:00
Dane Everitt fb589a7f4e Fix session timeout issues on browser close. 2017-02-02 16:29:37 -05:00
Dane Everitt 4abdee0efb Better 2FA implementation on logins 2017-02-01 22:58:48 -05:00
Dane Everitt 19da4eda04 Update views, remove old theme views 2017-01-21 15:51:05 -05:00
Dane Everitt 4979811885 Add ability to add a location via the CLI.
closes #242
2017-01-13 23:16:57 -05:00
Dane Everitt d1e5253ca1 Add support for creating node through CLI. 2017-01-13 23:10:42 -05:00
Dane Everitt b71604566e Improved code to generate SFTP usernames
Fixes edge case where specific server names could cause daemon errors
due to an invalid SFTP username being created by the panel.
2017-01-13 22:22:25 -05:00