Commit Graph

1816 Commits

Author SHA1 Message Date
James Brooks
986fb4c588 Fix CS 2015-06-20 11:58:47 +01:00
James Brooks
5b1c7a69dd Doh. Factories are dev only. 2015-06-20 11:57:14 +01:00
James Brooks
f7b53c06f6 Improve the MetricPointSeeder show actual metrics! 2015-06-20 11:54:42 +01:00
James Brooks
dc85aa79c8 Merge pull request #749 from ldidry/dont-html-escape-stylesheet
Don't HTML escape custom stylesheet
2015-06-19 22:26:26 +01:00
Luc Didry
261b38b308 Don't HTML escape custom stylesheet
If you HTML escape the custom stylesheet, you can't have quotes in it.
You need quotes if you want to add something with url('foo') (in a
background-image by exemple).
2015-06-19 23:07:37 +02:00
James Brooks
05a103c47d Merge pull request #748 from cachethq/version-one
Version one.
2015-06-19 21:17:11 +01:00
James Brooks
f51fc34f6d Update readme and dependencies. 2015-06-19 21:16:04 +01:00
James Brooks
1b8e474223 Tidy up code 2015-06-19 11:59:28 +01:00
Graham Campbell
83c671c977 Ignore the dist folder 2015-06-19 11:51:47 +01:00
Graham Campbell
e13a47aecb Update .gitignore 2015-06-19 11:51:05 +01:00
James Brooks
2579b8a48e Move bower_components into vendor. Closes #747 2015-06-19 11:47:38 +01:00
Graham Campbell
9f528584f0 Updated dependencies 2015-06-19 11:16:00 +01:00
Graham Campbell
a27fe6f8ad Merge pull request #744 from cachethq/auth
Deal with 401 exceptions in a better way
2015-06-18 22:48:10 +01:00
Graham Campbell
7578b640bd Derp fix 2015-06-18 22:45:27 +01:00
Graham Campbell
e1681a7021 Deal with 401 exceptions in a better way 2015-06-18 22:37:31 +01:00
Graham Campbell
a99aa6be1f Typo fix 2015-06-18 22:36:44 +01:00
James Brooks
60f6bec8bc Don't show components div if we have no components 2015-06-18 20:50:43 +01:00
Graham Campbell
26857597f0 Merge pull request #738 from cachethq/errors
Respond with the correct responses on error
2015-06-18 20:08:18 +01:00
James Brooks
60409c14fe Merge pull request #743 from rtrauntvein/dockercompose
Add support for docker-compose
2015-06-18 20:07:30 +01:00
Ryan Trauntvein
da2eab97aa Add support for docker-compose 2015-06-18 11:18:00 -07:00
James Brooks
8ab422143d Merge pull request #731 from amondnet/master
add Korean translation
2015-06-18 18:42:10 +01:00
Graham Campbell
14494cc74b CS fix 2015-06-18 18:18:59 +01:00
Graham Campbell
77834fb493 Added more api tests 2015-06-18 18:15:16 +01:00
Graham Campbell
62ac2780cf Removed unneeded checks 2015-06-18 18:13:37 +01:00
Graham Campbell
2b43b83455 Added middleware to the kernel 2015-06-18 18:13:15 +01:00
Graham Campbell
ddf64cc653 Make sure we only return a response from the api if the user understands it 2015-06-18 18:13:01 +01:00
Graham Campbell
c52f0ada07 Added an acceptable middleware 2015-06-18 18:12:40 +01:00
Graham Campbell
a7effcce7a Fixed unauthorized exceptions 2015-06-18 18:12:10 +01:00
James Brooks
1df2d71285 Remove resolution 2015-06-18 17:20:51 +01:00
James Brooks
9a1e6d4549 Use bootstrap-sass 3.3.5 2015-06-18 17:19:27 +01:00
Graham Campbell
fad3ed9a51 Typo fixes 2015-06-18 17:13:49 +01:00
Graham Campbell
8c4653c18c Respond with the correct responses on error 2015-06-18 17:13:48 +01:00
Graham Campbell
0acc419bab Rebuilt css and js 2015-06-18 17:12:38 +01:00
Graham Campbell
70003c6b9c Updated npm packages 2015-06-18 17:12:25 +01:00
Graham Campbell
5a9e18a592 Removed extra resolution 2015-06-18 17:12:14 +01:00
Graham Campbell
19f21f9096 Updated dependencies 2015-06-18 17:04:32 +01:00
James Brooks
2f2c4c2557 Merge pull request #742 from blaskovicz/feat/dashboard/quick-edit
feat(views/index): add quick-update buttons for incidents
2015-06-18 16:42:54 +01:00
Zach Auclair
027b0b6363 feat(views/index): add quick-update buttons for incidents
These buttons only appear if the current user is logged in
and are similar to `resources/views/dashboard/incidents/index.blade.php`.
2015-06-18 11:40:16 -04:00
James Brooks
5d7964ea53 Fixes #739 2015-06-18 16:25:34 +01:00
James Brooks
f52f5a1c80 Check for notify setting. Also close #741 (send notification via API) 2015-06-18 16:24:10 +01:00
James Brooks
44109dd9fb Cast visible to integer 2015-06-18 16:13:02 +01:00
Graham Campbell
b91e128c72 Merge pull request #735 from cachethq/api-exceptions
Make sure only "application/*" error pages are returned from the api
2015-06-17 10:00:57 +01:00
Graham Campbell
f13e0cce2c Make sure only "application/*" error pages are returned from the api 2015-06-17 09:11:17 +01:00
James Brooks
bbb7616f93 Merge pull request #727 from Jasperswaagman/master
Remove container after initializing
2015-06-17 08:42:38 +01:00
James Brooks
4284fdbb27 Merge pull request #726 from cachethq/class-syntax
Use the ::class syntax
2015-06-16 19:42:15 +01:00
amond
c4628d4f5a fix the cs. 2015-06-17 01:43:39 +09:00
amond
a4cd730665 add Korean translation 2015-06-17 01:35:19 +09:00
James Brooks
7cd7e595f2 Downgrade bootstrap-datetimepicker 2015-06-16 15:09:49 +01:00
James Brooks
ea56ca4cec Update bootstrap-datetimepicker and fix #675 2015-06-16 14:28:26 +01:00
Jasper Swaagman
915f84fc07 Remove container after initializing 2015-06-16 11:11:04 +02:00