summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
|
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-1814-76/+95
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Split controller and settingsJoas Schilling2018-01-167-209/+249
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Refactor all the logic from app.php to Application classJoas Schilling2018-01-153-43/+63
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Automatic DI for Controllers also worksJoas Schilling2018-01-154-78/+48
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve ResetTokenBackgroundJob and unit testJoas Schilling2018-01-152-30/+15
| | | | | | | | * Automatic DI is implemented since 11 * Correctly type hint parameters * Optimise the tests Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix displaying of the HTML notificationJoas Schilling2018-01-111-6/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-046-2/+62
|
* Make update notification open the new update view from apps managementJulius Härtl2018-01-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make isUpdateAvailable non-staticMorris Jobke2017-11-252-3/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-122-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-0/+280
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1012-0/+324
|
* [tx-robot] updated from transifexNextcloud bot2017-11-074-0/+108
|
* Update license headersMorris Jobke2017-11-068-1/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-032-0/+54
|
* UpdateNotification AutoloaderRoeland Jago Douma2017-10-249-0/+613
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-10-202-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-10-182-8/+36
|
* [tx-robot] updated from transifexNextcloud bot2017-10-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-282-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-162-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-152-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-142-8/+34
|
* [tx-robot] updated from transifexNextcloud bot2017-09-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-302-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-08-224-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-08-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-182-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-172-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-08-142-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-08-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0954-68/+24
|
* [tx-robot] updated from transifexNextcloud bot2017-08-062-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-058-4/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0412-8/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-08-032-0/+6
|
* Improve update notification layout and show non-default update serverMorris Jobke2017-08-024-20/+52
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show correct status in update notificationMorris Jobke2017-08-023-3/+9
| | | | | | | | | 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>