Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tooltips - they now properly change on click | Morris Jobke | 2016-11-16 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | remove unneeded variable & proper element creation | Morris Jobke | 2016-10-10 | 1 | -5/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Respect updater kill switch and fall back to download button | Joas Schilling | 2016-09-27 | 1 | -0/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "Show an update button instead of the updater" | Morris Jobke | 2016-09-23 | 1 | -0/+26 |
| | | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show an update button instead of the updater | Joas Schilling | 2016-09-08 | 1 | -26/+0 |
| | |||||
* | Added escaping html code when building link to documentation. | Thomas Pulzer | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Changed the creation of the update notification link to generate the js ↵ | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | | | | object from concated string. | ||||
* | The setting only affects available core updates | Joas Schilling | 2016-05-24 | 1 | -2/+2 |
| | |||||
* | Make the group selectable | Joas Schilling | 2016-05-24 | 1 | -0/+16 |
| | |||||
* | make sure links open in new tabs | Jan-Christoph Borchardt | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Use custom header | Lukas Reschke | 2016-03-05 | 1 | -1/+1 |
| | | | | PHP in CGI mode eats the Authorization header => :bomb: | ||||
* | Add release channel selection back | Lukas Reschke | 2016-03-04 | 1 | -1/+13 |
| | | | | Allows to select the release channels again and also shows the last check date | ||||
* | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 1 | -0/+42 |
| | | | | 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 | 1 | -0/+30 |
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... |