aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
Commit message (Collapse)AuthorAgeFilesLines
* Show EOL warning in the update sectionJoas Schilling2018-03-207-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-03-202-0/+6
|
* Merge pull request #8815 from nextcloud/channel-descriptionRoeland Jago Douma2018-03-192-0/+27
|\ | | | | Provide a description of the update channels inline
| * Provide a description of the update channels inlineMorris Jobke2018-03-152-0/+27
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-03-172-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-162-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-152-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-144-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-03-138-0/+48
|
* [tx-robot] updated from transifexNextcloud bot2018-03-116-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-03-104-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-03-09106-142/+176
|
* 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>