Commit Graph

3878 Commits

Author SHA1 Message Date
James Brooks
d7c1cedc9b Merge pull request #2163 from abhimanyu003/2.4
Added placeholders
2016-10-10 13:32:39 +01:00
Abhimanyu Sharma
dd7943632a Added placeholders 2016-10-10 15:51:02 +05:30
James Brooks
f66ae54c15 Fix syntax in PHP 5.5 2016-10-09 12:35:15 +01:00
James Brooks
1327ea985e Truncate incident updates before seeding 2016-10-09 11:19:16 +01:00
James Brooks
20e585a879 Use the auth.logout route 2016-10-09 11:11:54 +01:00
James Brooks
a0b6ce9601 Alias the feed routes better 2016-10-09 11:11:46 +01:00
James Brooks
4a539b3826 Use the auth.two-factor route 2016-10-09 11:11:33 +01:00
James Brooks
580c23f102 Don't use the SVG for 2fa page 2016-10-08 18:57:14 +01:00
James Brooks
c432702740 Don't indent 2016-10-08 18:54:18 +01:00
James Brooks
70f2f1d32e Merge pull request #2158 from CachetHQ/remember-me
Add remember me functionality to login
2016-10-08 18:25:01 +01:00
James Brooks
1794622ed0 Use route helper more 2016-10-08 18:24:45 +01:00
James Brooks
8b8114576d Don't use the config facade for settings 2016-10-08 17:55:46 +01:00
James Brooks
a5d3a71063 Formatting 2016-10-08 17:45:40 +01:00
James Brooks
e12c94827d Merge pull request #2159 from CachetHQ/setup-modifications
Setup modifications
2016-10-08 17:40:44 +01:00
James Brooks
16d5737727 Merge pull request #2160 from abhimanyu003/2.4
Minor HTML tweaks
2016-10-08 17:40:07 +01:00
James Brooks
b457f5d7a2 Applied fixes from StyleCI
[ci skip] [skip ci]
2016-10-08 16:30:44 +00:00
James Brooks
0371d86be0 Making changes to the setup screen 2016-10-08 17:30:32 +01:00
Abhimanyu Sharma
22cbe16007 Minor HTML tweaks 2016-10-08 21:39:39 +05:30
James Brooks
e0fa69bc37 Applied fixes from StyleCI
[ci skip] [skip ci]
2016-10-08 15:40:07 +00:00
James Brooks
b0d5306023 Add remember me functionality to login 2016-10-08 16:39:53 +01:00
James Brooks
318227f067 Boolean settings should be bools! (#2157)
Boolean settings should be bools!
2016-10-08 14:17:04 +01:00
James Brooks
dfeab93d88 Remove references to component in the Maintenance emails. Fixes #2153 2016-10-08 11:01:19 +01:00
James Brooks
4f807e6d93 Fix imports 2016-10-08 10:44:37 +01:00
James Brooks
96c0444783 Added middleware class headers 2016-10-08 10:37:21 +01:00
James Brooks
dbc488b6b7 Don't use the config facade and redirect to the route 2016-10-08 10:36:54 +01:00
Graham Campbell
aafae8097e Update all the things (#2155)
* Updated deps

* Rebuilt js
2016-10-07 20:07:34 +01:00
Davide Bellini
3700f1485f Fixed incident update (#2151)
… and now tests are green :)
2016-10-07 17:53:19 +01:00
Davide Bellini
34d2d997c9 Fixed SweetAlert styles on Status Page (#2150)
Closes #2145
2016-10-07 17:52:21 +01:00
James Brooks
2913193b3c Merge pull request #2152 from abhimanyu003/patch-1
Using filter_var to validate emails
2016-10-07 17:50:59 +01:00
Abhimanyu Sharma
adf3d194a8 Using internal
Using internal PHP function to validate for email.
2016-10-07 22:01:58 +05:30
James Brooks
d9db453709 Merge pull request #2147 from CachetHQ/outage-typo
Fixed outage translation typo
2016-10-07 15:27:36 +01:00
Graham Campbell
b482dc8c79 Fixed outage translation typo 2016-10-07 15:15:39 +01:00
James Brooks
42713f51e3 Fix some docblocks 2016-10-07 13:51:59 +01:00
James Brooks
b1e23e4145 Added missing Arctic timezone 2016-10-07 12:48:56 +01:00
James Brooks
eb470abf09 Clean up the timezone listings 2016-10-07 12:47:55 +01:00
James Brooks
a8261d23c0 Condense validation rules into array 2016-10-07 12:39:16 +01:00
James Brooks
985881c557 Fix validation of setup values at step 1 2016-10-07 12:38:36 +01:00
James Brooks
f7a8b7ed19 Fix setup location 2016-10-07 12:29:18 +01:00
James Brooks
bed038653a Standardise @joecohens name in the class headers 2016-10-07 12:25:40 +01:00
James Brooks
c60c519755 Added console kernel header 2016-10-07 12:25:15 +01:00
James Brooks
0d9cd8fad9 Reword console command descriptions 2016-10-07 12:24:19 +01:00
James Brooks
b19d321bae Added header 2016-10-07 12:23:04 +01:00
James Brooks
f08fdbd524 Don't indent 2016-10-07 12:20:58 +01:00
James Brooks
ca34f5279a Move the setup views into own namespace 2016-10-07 12:20:47 +01:00
James Brooks
c6c439017a Only show the incidents headline if we have anything to show 2016-10-07 12:19:47 +01:00
James Brooks
1e7e9e8fe3 Updated deps 2016-10-07 10:40:59 +01:00
James Brooks
766dd60f0c Merge pull request #2142 from CachetHQ/incident-updates
Incident updates
2016-10-06 22:41:07 +01:00
James Brooks
c94919f1b9 Backport Incident Updates from v3.0.0 2016-10-06 22:40:56 +01:00
James Brooks
c778ce91c3 Merge pull request #2138 from billmn/api-groups-order
Api groups order
2016-10-06 08:56:50 +01:00
Davide Bellini
7cdd537b42 Fixed groups order on API
Issue: if the request use “?sort=order” returns groups ordered by “order DESC”.

This is unexpected.
If I would a reversed order I have to use “sort=order&order=desc”
2016-10-05 09:26:52 +02:00