Commit Graph

78 Commits

Author SHA1 Message Date
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
Dane Everitt e91362eee6
Update user controller 2017-01-12 15:40:24 -05:00
Dane Everitt 8323477d0c
Better display of configuration button for services 2017-01-12 13:38:59 -05:00
Dane Everitt 673b9e2d7c
Reflect API update 2017-01-03 17:45:51 -05:00
Dane Everitt c1bf757623
Fix service option name being set wrongly after adding a new variable. closes #208 2017-01-03 17:44:48 -05:00
Dane Everitt 130aa6cc8a
Transpile ES6 to ES5 for filemanager. Closes #224 2017-01-03 17:32:23 -05:00
Dane Everitt e282f774af
Update changelog 2017-01-03 16:45:52 -05:00
Dane Everitt a1dff5cda0
Push updated languages 2016-12-30 17:17:36 -05:00
Dane Everitt 0afa568095
Address two bugs in subuser system.
1.) Prevents adding the owner of a server as a subuser which could
potentially break things.
2.) Prevents adding duplicate subusers for a server.
2016-12-30 16:28:43 -05:00
Dane Everitt ef8e0b5a74
Update changelog 📝 2016-12-30 16:04:24 -05:00
Dane Everitt 0472706807 Update CHANGELOG.md 2016-12-07 19:30:55 -05:00
Dane Everitt e3587966e2
Update changelog 2016-12-02 19:46:27 -05:00
Dane Everitt 777e7138e6
Update regex checking for minecraft services
closes #193
2016-12-02 19:06:14 -05:00
Dane Everitt 3cd0a8337f
Add ability to filter user list 2016-12-02 18:41:52 -05:00
Dane Everitt ed5b7559ec
Fixes potential for generated password to not meet own validation requirements 2016-12-01 19:16:40 -05:00
Dane Everitt 90460bef43
New button in file manager that triggers the right click menu
Enable’s support on mobile devices and those who cannot right click
(blessed be them)

closes #182
2016-12-01 19:11:48 -05:00
Dane Everitt 1eb1f96e71
Add support for updating the daemon's configuration file automatically. 2016-12-01 18:33:32 -05:00
Dane Everitt 72ad6d5c87
Show file upload size limit when uploading files
Also handle errors better.
2016-12-01 18:32:05 -05:00
Dane Everitt 8f1419b931
Update changelog 2016-11-28 14:00:33 -05:00
Dane Everitt c107dbfa74
Fixes database server deletion 2016-11-26 20:26:45 -05:00
Dane Everitt 946512bac9
search for owner:<email> correctly. 2016-11-26 20:18:46 -05:00
Dane Everitt b2e74d79e9
Update changelog 2016-11-26 20:12:13 -05:00
Dane Everitt c52dfe6799
Update changelog 2016-11-07 15:59:52 -05:00
Dane Everitt 01a60549cf
Update changelog 2016-11-04 21:59:28 -04:00
Dane Everitt e30fb43c24
Prepare changelog for v0.5.0 release 2016-11-04 21:02:27 -04:00
Dane Everitt 873ddd204d
Hotfix for broken rc.1 installs and upgrades 2016-10-31 17:15:30 -04:00
Dane Everitt 1c9f916dcb Update CHANGELOG.md 2016-10-30 16:27:17 -04:00
Dane Everitt 0741ab6833
Revamped resource graphing, uses chart.js 2016-10-30 00:06:55 -04:00
Dane Everitt 013c36fe81
💣 destroy player listing 2016-10-29 21:46:53 -04:00
Dane Everitt 2e288f4146 Update changelog 2016-10-27 20:39:13 -04:00
Dane Everitt 6b011fcd36
Add file manager refresh without reload; ❤️ @parkervcp 2016-10-21 18:09:35 -04:00
Dane Everitt ad906e0680
FQDN support for allocations, and JS bug fix. 2016-10-21 17:33:26 -04:00
Dane Everitt 176d92176e
Run tasks every minute as needed
Clear logs every month (configurable) for old tasks logs.
2016-10-21 16:36:40 -04:00
Dane Everitt bef717b202
add typeahead support for owner email when adding new server
closes #144
pic: http://s3.pterodactyl.io/UpPSJ.png
2016-10-21 15:22:47 -04:00
Dane Everitt f9f751b7f2
fixes server overview listing location as the node 2016-10-21 14:48:04 -04:00
Dane Everitt 125856d92f
Support for server info and minor changes to API setup 2016-10-20 16:42:54 -04:00
Dane Everitt e5ffb15020
Add support for new file upload mechanics 2016-10-13 21:03:49 -04:00
Dane Everitt f65e41a1af
flags for setup scripts, closes #134 2016-10-12 19:02:18 -04:00
Dane Everitt 649b18c8d1
support for server filtering
closes #125
2016-10-12 17:12:27 -04:00
Dane Everitt 84a4c8b7f4
API enhancements, return node config, return 200 not 201 2016-10-12 15:42:23 -04:00
Dane Everitt ab19e2ee96
Update changelog 2016-10-07 17:02:06 -04:00
Dane Everitt 0fe0f750c4
node status in list, closes #124 2016-10-07 15:15:04 -04:00
Dane Everitt 06422b2055
fix up API route return 2016-10-07 14:26:50 -04:00
Dane Everitt 9d55e93e9e
Fix auto-deploy not throwing proper exception 2016-10-07 14:26:37 -04:00