summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | Add unit testsLukas Reschke2016-08-151-9/+16
| |
* | make updatenotification settings appear as if it is part of the version part ↵Arthur Schiwon2016-08-132-4/+2
| | | | | | | | in server settings
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-112-2/+8
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-102-2/+8
| |
* | superfluousArthur Schiwon2016-08-111-1/+0
| |
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵Arthur Schiwon2016-08-111-2/+2
| | | | | | | | settings scope
* | more admin page splitup improvementsArthur Schiwon2016-08-103-28/+32
|/ | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-08-052-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2016-07-306-6/+28
|