Commit Graph

76 Commits

Author SHA1 Message Date
James Brooks 782d05368e Move sections of HTML into imports directory. 2014-11-24 17:48:26 +00:00
James Brooks d9b71ff792 Merge pull request #20 from manavo/components
Only show components section if we have some
2014-11-24 17:41:25 +00:00
manavo 301eb264ec Better counting of total (don't convert collection to array) 2014-11-24 17:38:35 +00:00
manavo 93b0d3af13 Only show components section if we have some 2014-11-24 17:37:49 +00:00
James Brooks 040345dc68 Link back to the status page for now 2014-11-24 17:33:22 +00:00
James Brooks e82c7d6e57 Merge pull request #18 from manavo/master
Login functionality, and some small things
2014-11-24 17:26:32 +00:00
manavo 2176e63ad9 Login page 2014-11-24 17:21:50 +00:00
manavo 66ddd7bd04 Don't save passwords in plaintext 2014-11-24 17:21:36 +00:00
James Brooks 971b4ac685 Switch to using Lang::get for view-composer 2014-11-24 17:14:11 +00:00
James Brooks 7634b93852 Added some missing route models 2014-11-24 17:09:32 +00:00
manavo ad115bc915 Don't show login page if you're already logged in 2014-11-24 17:02:21 +00:00
James Brooks d67b36ad42 Cache the amount of incidents we have 2014-11-24 17:02:03 +00:00
manavo c7036ad68a Open Cachet GitHub page in a new tab 2014-11-24 17:01:58 +00:00
James Brooks 2a3cf0a52b Lower-case the null constant 2014-11-24 17:01:18 +00:00
James Brooks ff37e13221 Merge pull request #16 from manavo/remember-input
Remember data inputted in the setup form when there are errors
2014-11-24 16:54:58 +00:00
manavo abb20ab92d Remember data inputted in the setup form when there are errors 2014-11-24 16:53:57 +00:00
James Brooks 0bb95937b0 Create IncidentTemplate migration and model. 2014-11-24 16:49:07 +00:00
James Brooks cbb7032119 Fix logout method call 2014-11-24 16:43:55 +00:00
manavo 2d4f364ffe Fix controller name 2014-11-24 16:34:34 +00:00
James Brooks 035f80ff50 Create the admin user on setup. 2014-11-24 15:54:56 +00:00
James Brooks 27b3a128bd Create the users table 2014-11-24 15:43:24 +00:00
James Brooks 49c74da90e Added AuthController 2014-11-24 15:33:36 +00:00
James Brooks f5765be597 Adds the DashboardController 2014-11-24 15:30:03 +00:00
James Brooks ef5beddb07 Add basic setup page. NoSetupFilter now prevents access too. 2014-11-24 09:58:32 +00:00
James Brooks 5ef5f53e3b Create empty production.sqlite database 2014-11-24 09:57:55 +00:00
James Brooks e86b87fb87 Add webhook route model 2014-11-24 09:26:07 +00:00
James Brooks dd7f99db3a Flesh out the WebHook stuff, add fire and ping methods 2014-11-24 09:15:05 +00:00
James Brooks 3e22652a9b Rename WebHookContent to WebHookResponse, whoops. 2014-11-24 09:14:54 +00:00
James Brooks 29b0d3f2f0 Fix the class loader for filters 2014-11-23 21:51:22 +00:00
James Brooks e5a70aef0b Preparing a SetupController 2014-11-23 21:34:31 +00:00
James Brooks 8d4bf3f5ea Docbloc some things 2014-11-23 20:21:06 +00:00
James Brooks defac177fd Don't throw any errors on settings until we have settings page 2014-11-22 23:14:53 +00:00
James Brooks 558058d10c Fix bad variable name 2014-11-22 23:13:41 +00:00
James Brooks 18fa32b57b Fixes #14 2014-11-22 22:59:41 +00:00
James Brooks 784b0df10c Better Setting model which will lookup the settings and env 2014-11-22 14:37:44 +00:00
James Brooks 38770c6dcc WebHook belongs to WebHookContent 2014-11-22 14:01:43 +00:00
James Brooks 69105b3828 Create migrations and models for Web Hooks 2014-11-22 14:01:01 +00:00
James Brooks 67cd73d50b Set the app title with an environment var 2014-11-20 19:35:14 +00:00
James Brooks 12975ca98a Fix the tinyInteger default value on MySQL 2014-11-20 19:32:29 +00:00
James Brooks b24c7da952 Fix parse_url function 2014-11-20 19:31:06 +00:00
James Brooks 957f81f730 Having a quick go with Heroku buttons! 2014-11-20 19:29:06 +00:00
James Brooks 86baa25621 Include database.php config 2014-11-19 19:30:42 +00:00
James Brooks 5b0929eb54 Don't set status limit, we may have more in the future 2014-11-19 16:51:14 +00:00
James Brooks f4f5b6dbcb Don't throw errors when fetching settings etc 2014-11-19 16:50:54 +00:00
James Brooks 4ab353c954 New design. 2014-11-19 16:26:42 +00:00
James Brooks 189890154e Break up incidents on the same day 2014-11-19 14:41:04 +00:00
James Brooks 4d967c08bd Fix the view composer, don't poorly check incident statuses 2014-11-19 13:36:45 +00:00
James Brooks 410843516b Design changes, it's a bit cleaner... 2014-11-19 13:26:53 +00:00
James Brooks 6c2a022ef2 Compile some CSS to start working on the design 2014-11-19 12:46:29 +00:00
James Brooks 589a47cabc Added ComponentTableSeeder 2014-11-19 12:05:09 +00:00