7249 Commits

Author SHA1 Message Date
James Brooks
e8df78658d Apply fixes from StyleCI 2020-08-01 08:21:02 +00:00
James Brooks
740ac1ff75 fix test 2020-08-01 09:20:46 +01:00
James Brooks
90b450031f wip 2020-08-01 09:14:58 +01:00
James Brooks
dd1248a919 wip 2020-08-01 09:13:50 +01:00
James Brooks
97a7a79b9d Apply fixes from StyleCI 2020-08-01 08:09:08 +00:00
James Brooks
3d9fdf3f2a
Merge pull request #3698 from CachetHQ/l10n_2.4
New Crowdin translations
2020-08-01 09:08:53 +01:00
James Brooks
30482cba9e
Merge pull request #4000 from langemeijer/2.4
Increase days of incidents limit from 100 to 10000
2020-08-01 09:08:26 +01:00
James Brooks
576a91ccdd
Merge pull request #4004 from nalysius/fix-3690-mail-notification-translation
Translate missing words in e-mail notifications
2020-08-01 09:08:09 +01:00
James Brooks
9a83bb3171
Merge pull request #4022 from langemeijer/no-disable-compontents-in-global
Ignore disabled components when determining if a subscription is 'global'
2020-08-01 09:07:35 +01:00
James Brooks
583bc58268
Merge pull request #4026 from marek-knappe/fixing-issue-3842
Fixing issue #3842
2020-08-01 09:07:21 +01:00
James Brooks
54553e3a69
Merge pull request #4027 from marek-knappe/fixing-issue-3254-for-2.4
Fixing issue to be able to have mterics work for recommended docker /…
2020-08-01 09:06:48 +01:00
James Brooks
3146ea75c3
Merge pull request #4066 from CachetHQ/rm-cov
Disable code coverage runs
2020-08-01 09:05:02 +01:00
James Brooks
62040dfca0 Update deps 2020-08-01 08:59:53 +01:00
James Brooks
1534332677 Move Bugsnag into main dependencies 2020-08-01 08:59:53 +01:00
James Brooks
c5c2355d8a Apply fixes from StyleCI 2020-08-01 07:58:34 +00:00
Cachet Bot
59fa667afa Apply fixes from StyleCI 2020-07-19 21:59:28 +00:00
Graham Campbell
4fe7977fce
Disable code coverage runs 2020-07-19 22:59:07 +01:00
Marek Knappe
367c1dd31f Fixing issue to be able to have mterics work for recommended docker / postgresql setup 2020-05-20 19:12:49 +10:00
Marek Knappe
8079f22003 Fixing issue #3842 2020-05-20 14:30:00 +10:00
Casper Langemeijer
0b38e41e5d Ignore disabled components when determining if a subscription is 'global' 2020-05-13 18:10:26 +02:00
Anthony Bocci
670a3133d3 Translate missing words in e-mail notifications
Some "Thanks" were written in e-mail notifications but was not
translated. The "@lang" directive was added around.

See #3690
2020-04-30 03:46:53 +02:00
Casper Langemeijer
8d97adf940
Increase days of incidents limit from 100 to 10000 2020-04-25 11:25:54 +02:00
James Brooks
616c7afc91 wip 2020-04-07 19:14:41 +01:00
James Brooks
c7ad51e876
Merge pull request #3873 from CachetHQ/dependabot/npm_and_yarn/chart.js-2.9.3
Bump chart.js from 2.8.0 to 2.9.3
2020-04-07 19:10:45 +01:00
dependabot-preview[bot]
a515200782
Bump chart.js from 2.8.0 to 2.9.3
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.8.0 to 2.9.3.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v2.8.0...v2.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 18:10:38 +00:00
James Brooks
7f789f7b96 Update deps 2020-04-07 19:10:31 +01:00
James Brooks
fdd6a6d64f
Merge pull request #3935 from defulmere/2.4
Fix missing update author username on single incident view
2020-04-07 19:09:55 +01:00
James Brooks
1d9e1c798e
Merge pull request #3957 from black-snow/patch-1
fix script tag after closed body
2020-04-07 19:09:09 +01:00
James Brooks
d0146c56b9
Merge pull request #3972 from CachetHQ/dependabot/npm_and_yarn/es5-shim-4.5.14
Bump es5-shim from 4.5.13 to 4.5.14
2020-04-07 19:08:51 +01:00
Cachet Bot
03092466f5 Apply fixes from StyleCI 2020-04-01 10:44:53 +00:00
dependabot-preview[bot]
686ba076d2
Bump es5-shim from 4.5.13 to 4.5.14
Bumps [es5-shim](https://github.com/es-shims/es5-shim) from 4.5.13 to 4.5.14.
- [Release notes](https://github.com/es-shims/es5-shim/releases)
- [Changelog](https://github.com/es-shims/es5-shim/blob/master/CHANGELOG.md)
- [Commits](https://github.com/es-shims/es5-shim/compare/v4.5.13...v4.5.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 10:44:29 +00:00
Ronald
8db3391967
fix script tag after closed body
Fix script tag (all.js) placed after body was closed.
2020-03-04 10:25:45 +01:00
James Brooks
5ff2289eeb Apply fixes from StyleCI 2020-02-27 09:44:35 +00:00
James Brooks
4435526b0e
Merge pull request #3950 from ipunkt/2.4
Fix RemoteUserAuthenticate running after Authenticate
2020-02-27 09:43:55 +00:00
Sven Speckmaier
5f426f9be9
moved RemoteUserAuthenticate before Authenticate
Having RemoteUserAuthenticate after Authenticate does nothing - a request requiring a login was already redirected away before reaching the logic to load the user from the REMOTE_USER server setting.

Moving RemoteUserAuthenticate before Authenticate fixes this.
2020-02-27 10:36:38 +01:00
Cachet Bot
a955c5e342 New translations dashboard.php (Czech) 2020-02-18 13:10:35 +00:00
Cachet Bot
6ad805a57c New translations cachet.php (Czech) 2020-02-18 13:10:34 +00:00
Cachet Bot
59652741a6 New translations validation.php (Czech) 2020-02-18 13:00:22 +00:00
Cachet Bot
d369082748 New translations setup.php (Czech) 2020-02-18 13:00:20 +00:00
Cachet Bot
d68b7d726e New translations pagination.php (Czech) 2020-02-18 13:00:19 +00:00
Cachet Bot
7d5fc92679 New translations forms.php (Czech) 2020-02-18 13:00:18 +00:00
Cachet Bot
a846b1e63d New translations notifications.php (Czech) 2020-02-18 13:00:17 +00:00
Cachet Bot
e789bf4719 New translations dashboard.php (Czech) 2020-02-18 12:30:18 +00:00
Cachet Bot
e12073a00e New translations notifications.php (Czech) 2020-02-18 12:20:39 +00:00
Cachet Bot
6a3992717f New translations dashboard.php (Czech) 2020-02-18 12:20:37 +00:00
Cachet Bot
1dd362aee7 New translations cachet.php (Czech) 2020-02-18 12:20:36 +00:00
Cachet Bot
9b1e0a22af New translations dashboard.php (Czech) 2020-02-18 12:10:32 +00:00
Cachet Bot
675b7e5e94 New translations cachet.php (Czech) 2020-02-18 12:10:30 +00:00
Sean Fulmer
b63c313fa0
fixes missing username on updates single incident view 2020-02-05 13:48:22 -07:00
Cachet Bot
190f632815 New translations notifications.php (Chinese Simplified) 2020-01-13 06:50:24 +00:00