Commit graph

16 commits

Author SHA1 Message Date
Dane Everitt
6fd7c78f0c
Add server deletion to a queue.
This action allows servers to be deleted, but only be soft-deleted for
10 minutes. After that time period the server will be completely
removed from the database and daemon. This allows some safety if a
server is accidentally deleted.

Force deleting a server will still work. If the daemon is in-accessible
the server will fail to be deleted. When server is soft-deleted admins
can still view its information page in the admin CP, however the server
will be suspended and inaccessible on the front-end or though the
daemon.

Admins can manually delete the server ahead of the delete timer, or if
it failed to delete previously they can do an immediate retry.
2016-10-27 20:05:29 -04:00
Dane Everitt
f80e481263
Add support for SQS and Redis in queue system 2016-10-27 17:16:47 -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
e81545f832 should fix timezone bug, closes #63 2016-02-25 23:32:17 -05:00
DDynamic
e737b866d5 Add theme key in ENV 2016-02-06 15:24:08 -06:00
Dane Everitt
35de668622 Change version handling; bump to 0.1.1-beta 2016-01-23 21:42:56 -05:00
Dane Everitt
28d45fed54 Fix cipher exception that gets thrown if APP_KEY is too short 2016-01-23 19:45:58 -05:00
Dane Everitt
2ab4ac6f08 Update .env.example 2016-01-23 15:46:28 -05:00
Dane Everitt
e40e487661 store sessions in database
Will allow for us to log users out manually in future versions if
needed.
2016-01-23 15:43:00 -05:00
Dane Everitt
5ce6b00f54 A few final changes prior to release 2016-01-23 14:42:26 -05:00
Dane Everitt
ac6edc4d64 Completed subuser system 2016-01-18 19:57:10 -05:00
Dane Everitt
861af87e93 Fix password reset system 2016-01-16 21:57:10 -05:00
Dane Everitt
0389f1417d Fully remove JWT 2016-01-16 00:31:10 -05:00
Dane Everitt
98b3355158 very basic initial push of API 2016-01-12 01:05:44 -05:00
Dane Everitt
24fadc0cb2 Add homestead support 2016-01-11 22:37:12 -05:00
Dane Everitt
a3eb4b7dc4 Update to Laravel 5.2 2016-01-11 22:04:11 -05:00