Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Update notficiations strict and fix all inspections | Joas Schilling | 2018-01-18 | 1 | -4/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Split controller and settings | Joas Schilling | 2018-01-16 | 1 | -130/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Automatic DI for Controllers also works | Joas Schilling | 2018-01-15 | 1 | -28/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve update notification layout and show non-default update server | Morris Jobke | 2017-08-02 | 1 | -0/+14 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show correct status in update notification | Morris Jobke | 2017-08-02 | 1 | -0/+2 |
| | | | | | | | | | Sometimes it could be the case that after a channel change the last updated timestamp is reset, but the check for updates is not yet completed. In this case the update notification showed "You are up to date" and the date was "1970-01-01 00:00:00". With this fix the state is properly shown. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | UpdateState is empty if no update is available | Lukas Reschke | 2016-09-28 | 1 | -1/+1 |
| | | | | | | This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116". Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Respect updater kill switch and fall back to download button | Joas Schilling | 2016-09-27 | 1 | -2/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "Fix tests" | Morris Jobke | 2016-09-26 | 1 | -6/+1 |
| | | | | | | This reverts commit 27a3c68d840f2a8d8d212ba4086df10e0969c5e3. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix tests | Joas Schilling | 2016-09-08 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' into implement_712 | Arthur Schiwon | 2016-08-16 | 1 | -1/+2 |
|\ | |||||
| * | Fix deprecated getMock warning | Roeland Jago Douma | 2016-08-14 | 1 | -7/+7 |
| | | |||||
* | | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -8/+8 |
| | | | | | | | | CI uses an older PHPUnit | ||||
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -9/+16 |
|/ | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
| | |||||
* | Fix failing update notifications tests | Joas Schilling | 2016-05-25 | 1 | -6/+12 |
| | |||||
* | Move comments, systemtags and updatenotifications to PSR-4 | Joas Schilling | 2016-05-03 | 1 | -0/+192 |