3968 Commits

Author SHA1 Message Date
Davide Bellini
f165547aab Fixed login button style 2016-10-04 09:07:54 +02:00
James Brooks
707b4a88bb Merge pull request #2127 from billmn/patch-1
Fixed Component Group’s order
2016-10-03 18:03:15 +01:00
Davide Bellini
cc96ebb8f8 Fixed Component Group’s order
500 error after a reorder caused by a missing parameter on UpdateComponentGroupCommand instance
2016-10-03 18:18:58 +02:00
Marius Palade
ad0954eb20 Add visibility to component groups (#2027)
Implement visibility for the components groups. Closes #1892

Add functional test that asserts a guest can only see public items.

* Fix tests not running due to hitting the Setup page.

The missing `boostrap/cachet/testing.php` file is now generated the first time tests are ran.

* Add a functional test that asserts logged in users can see all items.

Add constants for possible values for the visible column/field of the ComponentGroup model.
Code review changes.

* Add API tests for component group visibility feature.

* Implement the visibility hidden option for a component group. Fixes #1892.

Add migration for the created_by column, in component_groups table.
Add methods to the ComponentGroup and User models to be able to work with the created_by column.
Hidden component groups are no longer displayed on the index page for loggedin users.
Add functional test for the dashboard page.
Save owner on create/edit component group.
Update the API tests for Component group visibility feature.

* Replace auth() usage with app(Guard::class).

* Apply StyleCI fixes.

* Drop the hidden visibility feature and fix all tests.

Some code review fixes too.

* Rename public to visible since it's a reserved keyword. Apply StyleCI fixes and correct typo.

* Code review changes.

* Tidy up component and component groups gathering.

* Code review changes and StyleCI fixes.

* Code review changes.

* Remove extra whitespace

* Remove useless method.
2016-10-02 13:57:32 +01:00
James Brooks
bf769e1470 Updated deps 2016-10-02 11:29:12 +01:00
James Brooks
5666321b39 Merge pull request #2122 from abhimanyu003/2.4
HTML Fixes
2016-10-02 09:38:19 +01:00
Abhimanyu Sharma
0f4c14ac08 Lowercase email for gravatar 2016-10-02 01:07:16 +05:30
Abhimanyu Sharma
cf216077c3 Typo 2016-10-01 21:39:29 +05:30
Abhimanyu Sharma
1438caf5ca HTML CS fix 2016-10-01 21:37:36 +05:30
Abhimanyu Sharma
1407871e1c Fixed closing span tag 2016-10-01 21:35:06 +05:30
Abhimanyu Sharma
ad1babaf0d Removed unwanted closing form 2016-10-01 21:34:35 +05:30
James Brooks
f21a2b4b44 Revert "Check for unique user and email. Closes #2118"
This reverts commit 6ce4348a2801c8a84e77720ad2a39ae51efeca14.
2016-10-01 11:55:43 +01:00
James Brooks
6ce4348a28 Check for unique user and email. Closes #2118 2016-09-29 23:19:52 +01:00
James Brooks
b40066b20e Don't fire component update emails if the status hasn't changed.
Fixes #2113
2016-09-29 10:03:47 +01:00
James Brooks
8ce7e5e82e Test with different status 2016-09-29 09:52:25 +01:00
James Brooks
7625bdc8df Rewrite the stickied incident demo text 2016-09-29 09:51:33 +01:00
James Brooks
86013db148 Fix subscriber api. Closes #2112 2016-09-28 20:19:57 +01:00
Graham Campbell
1bdb2d6a0b Updated deps 2016-09-12 18:15:16 +01:00
James Brooks
904cf6a7db Remove .github templates, they're never filled in right 2016-09-06 23:16:43 +01:00
James Brooks
a8e53ec063 Update deps 2016-09-06 23:05:22 +01:00
James Brooks
0cb2e942f8 Merge pull request #2068 from CachetHQ/crowdin-integration
Added crowdin configuration for their GitHub integration
2016-09-06 22:47:33 +01:00
James Brooks
21b785a867 Merge pull request #2065 from sapk/stick-incident
Stick incident
2016-09-06 22:32:38 +01:00
Antoine GIRARD
1954cf26f3 Add stickied incident 2016-09-06 22:45:52 +02:00
James Brooks
268e0c1747 Language changes 2016-09-05 19:36:41 +01:00
James Brooks
a7464e4bfc Update deps 2016-09-01 20:31:55 +01:00
James Brooks
b77848ebd3 Increase size of setup logo 2016-09-01 20:28:25 +01:00
James Brooks
69bf212eb5 Rebuild assets 2016-08-31 16:42:31 +01:00
James Brooks
945d160e22 Some changes in _github-markdown.scss 2016-08-31 16:42:07 +01:00
James Brooks
423714f330 Don't use ES6 syntax yet 2016-08-31 16:41:02 +01:00
James Brooks
d1cef64e4b Merge pull request #2089 from CachetHQ/split-gulp
Split css between dashboard and status page
2016-08-31 07:00:28 +01:00
Joseph Cohen
588ab6d404 Split css between dashboard and status page 2016-08-30 13:11:49 -05:00
James Brooks
a1e8806a84 Clean layout doesn't need dashboard class and was missing head 2016-08-27 09:06:17 +01:00
James Brooks
44230fa22e We don't need the head partial 2016-08-27 08:53:50 +01:00
James Brooks
ec5bc2dfc2 Update deps 2016-08-27 08:53:43 +01:00
James Brooks
936ecfae35 Show the latest log output. Closes #2045 2016-08-23 13:40:10 +01:00
James Brooks
ae8aa53bdd Merge pull request #2081 from CachetHQ/welcome-users-login
Welcome all users to their status page
2016-08-23 13:28:25 +01:00
James Brooks
a515f416c6 Fix markdown 2016-08-23 13:25:24 +01:00
James Brooks
49e47f643f Fix showing of version number linking to releases 2016-08-23 13:24:42 +01:00
James Brooks
49a19ad654 Update deps 2016-08-23 13:12:33 +01:00
James Brooks
3b9b4f005d Order dependencies and require predis/predis 2016-08-23 13:12:30 +01:00
James Brooks
6685ae96d8 Welcome all users to their status page 2016-08-23 13:09:47 +01:00
James Brooks
1b96420fc9 Tidy up the subscribe page 2016-08-22 19:25:24 +01:00
James Brooks
c928409b13 Re-build assets 2016-08-22 18:35:16 +01:00
James Brooks
34a6c50005 Upgrade bootstrap-datetimepicker. Fixes #2062 2016-08-22 18:35:03 +01:00
James Brooks
d205338514 Merge pull request #2069 from ConnorVG/modular-views
Modular Views
2016-08-22 16:47:40 +01:00
Connor S. Parks
6ded0051ef extracts the dashboard routes
removes hhvm check
2016-08-22 16:36:41 +01:00
James Brooks
00ffc17f1b Prevent Composer from suggesting 2016-08-22 16:36:40 +01:00
James Brooks
58802cd98d $TRAVIS_PHP_VERSION will now never be HHVM
Removed old test skip
2016-08-22 16:36:28 +01:00
Connor S. Parks
fa1b32c11a implements a modular view system 2016-08-22 16:36:01 +01:00
James Brooks
935434a961 Merge pull request #2075 from ConnorVG/routes-extraction
Extracts the Dashboard routes
2016-08-22 16:22:20 +01:00