Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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... |