summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-updateMorris Jobke2018-03-066-16/+272
|\ | | | | Display a list of unavailable apps for updates (aka. merge "Can I update?")
| * Fix the cursor on the iconJoas Schilling2018-03-061-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a little arrow to indicate that the list can be openedJoas Schilling2018-03-062-3/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix the available listJoas Schilling2018-03-061-1/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Show a loading message while we determinate the status of the updatesJoas Schilling2018-03-062-1/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Check for app updates when there is a new major version availableJoas Schilling2018-02-286-16/+253
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-054-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-048-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-026-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-014-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-2816-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-02-27112-1062/+1064
|
* Merge pull request #7933 from nextcloud/update-notification-vuejsJoas Schilling2018-02-2614-178/+6614
|\ | | | | Migrate Update notifications to Vue.js
| * Fix appnameMorris Jobke2018-02-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix unit testsJoas Schilling2018-02-231-1/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use mixin for translationsJoas Schilling2018-02-222-48/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use VueSelect instead of select2Joas Schilling2018-02-226-14/+72
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move updatenotifications to webpack with .vue fileJoas Schilling2018-02-2211-10706/+6486
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate the app to Vue.jsJoas Schilling2018-02-228-163/+10767
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Rename legacy notification so it's less confusingJoas Schilling2018-02-222-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-222-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-214-12/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-3/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-138-10/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1222-0/+22
|
* Use correct update serverMorris Jobke2018-02-012-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [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
|