Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [master] Fix branding | Lukas Reschke | 2017-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Hide update notification if notification center is enabled | Morris Jobke | 2016-12-21 | 1 | -1/+2 |
| | | | | | | * then the notification center already contains this info Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use the settings icon for the update notification | Joas Schilling | 2016-12-01 | 1 | -4/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
| | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | superfluous | Arthur Schiwon | 2016-08-11 | 1 | -1/+0 |
| | |||||
* | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -1/+5 |
| | | | | | | | | | | * 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 capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -2/+5 |
| | |||||
* | Add tests for the background job | Joas Schilling | 2016-05-24 | 1 | -1/+2 |
| | |||||
* | Dismiss the notifications when the update is already installed | Joas Schilling | 2016-05-24 | 1 | -1/+2 |
| | |||||
* | Add a notifier that parses the notifications | Joas Schilling | 2016-05-24 | 1 | -0/+12 |
| | |||||
* | Add a background job that generates notifications when an update is available | Joas Schilling | 2016-05-24 | 1 | -1/+5 |
| | |||||
* | Move comments, systemtags and updatenotifications to PSR-4 | Joas Schilling | 2016-05-03 | 3 | -56/+2 |
| | |||||
* | Remove deprecated HTTPHelper | Thomas Müller | 2016-04-18 | 2 | -2/+2 |
| | |||||
* | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 2 | -6/+4 |
| | |||||
* | Add release channel selection back | Lukas Reschke | 2016-03-04 | 3 | -4/+17 |
| | | | | Allows to select the release channels again and also shows the last check date | ||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Only register admin page when update is available | Lukas Reschke | 2016-02-12 | 1 | -2/+1 |
| | | | Fixes https://github.com/owncloud/core/issues/22353 | ||||
* | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 4 | -1/+76 |
| | | | | Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater". | ||||
* | Move update notification code into app | Lukas Reschke | 2016-02-09 | 2 | -0/+52 |
Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... |