summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-10-144-4/+32
|
* remove unneeded variable & proper element creationMorris Jobke2016-10-101-5/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2016-10-084-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-10-0720-20/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-10-0520-20/+24
|
* Use new URL schemaJoas Schilling2016-10-042-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the readable version for notificationsJoas Schilling2016-10-043-16/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-10-032-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-10-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-014-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-09-298-0/+20
|
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-281-4/+1
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-271-4/+1
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | UpdateState is empty if no update is availableLukas Reschke2016-09-282-2/+2
| | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2016-09-286-0/+6
| |
* | Respect updater kill switch and fall back to download buttonJoas Schilling2016-09-276-8/+38
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-09-2722-22/+0
|
* Merge pull request #1499 from nextcloud/updaterLukas Reschke2016-09-266-14/+28
|\ | | | | Add repair step and revert "Open updater" button
| * Revert "Fix tests"Morris Jobke2016-09-262-7/+1
| | | | | | | | | | | | This reverts commit 27a3c68d840f2a8d8d212ba4086df10e0969c5e3. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Revert "Show an update button instead of the updater"Morris Jobke2016-09-234-7/+27
| | | | | | | | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2016-09-252-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-212-8/+20
|
* [tx-robot] updated from transifexNextcloud bot2016-09-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-144-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-134-0/+4
|
* Fix more sniffingJoas Schilling2016-09-121-1/+0
|
* [tx-robot] updated from transifexNextcloud bot2016-09-124-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-116-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-102-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0928-64/+26
|
* Fix testsJoas Schilling2016-09-082-7/+15
|
* Show an update button instead of the updaterJoas Schilling2016-09-084-27/+7
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0828-28/+0
|
* Fix layout of success message and textMorris Jobke2016-09-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-072-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-062-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-016-6/+12
|
* use simple bell as update notification iconMorris Jobke2016-08-191-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-172-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-1730-56/+58
|
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-164-16/+17
|\
| * Merge pull request #860 from nextcloud/fix_updatenotifcations_warningsRoeland Jago Douma2016-08-164-22/+22
| |\ | | | | | | Fix deprecated getMock warning
| | * Fix deprecated getMock warningRoeland Jago Douma2016-08-144-22/+22
| | |
* | | Merge branch 'master' into implement_712Lukas Reschke2016-08-154-4/+8
|\| |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-152-2/+4
| |/
| * [tx-robot] updated from transifexNextcloud bot2016-08-122-2/+4
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-8/+8
| | | | | | | | CI uses an older PHPUnit