summaryrefslogtreecommitdiffstats
path: root/core/js/update.js
Commit message (Collapse)AuthorAgeFilesLines
* Use primary button in updaterCarl Schwan2022-09-121-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Revert 'DOMContentLoaded' changeJoas Schilling2022-01-191-15/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use less deprecated methods in base.phpLouis Chemineau2022-01-191-17/+16
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use the product name in the updater screenJoas Schilling2021-03-221-7/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Redirect to the same page after an updateJulius Härtl2018-08-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix HTML on update error pageJan-Christoph Borchardt2018-08-031-14/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix double container on 'Possible CSRF attack' pageJan-Christoph Borchardt2018-08-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* SpacingMarcin Czarnecki2017-03-151-1/+1
| | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk>
* Update: feedback before redirectMarcin Czarnecki2017-03-141-8/+9
| | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk>
* Update: feedback before redirectMarcin Czarnecki2017-02-251-2/+14
| | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk>
* Don't link to the oC forumJoas Schilling2017-01-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-12/+10
|
* Change name of the product in update messageMorris Jobke2016-06-141-2/+2
| | | | | * also update all german translations * fixes #96
* Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-7/+23
|
* Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-041-18/+46
| | | | as on the command line
* Add message with reference to forum postLukas Reschke2016-02-081-1/+1
|
* Don't show "report this to the community" when the upgrade is unsupportedMorris Jobke2016-02-081-6/+10
| | | | * fixes #21367
* Redirect to correct URL after updatingVincent Petry2015-12-071-1/+1
| | | | | Now requires a trailing slash to make sure we don't land on the forbidden page.
* Allow leaving update page when errors occurredVincent Petry2015-10-201-0/+2
|
* Prevent leaving the DB update page while in progressVincent Petry2015-10-201-0/+7
|
* Merge pull request #19699 from owncloud/hutchic-issue-18241-reload-page-linkThomas Müller2015-10-141-1/+1
|\ | | | | refs #18241 Make the 'please reload this page' a clickable link
| * refs #18241 Make the 'please reload this page' a clickable linkColin Hutchinson2015-10-101-1/+1
| |
* | [update] show default error message if empty messageMorris Jobke2015-10-141-0/+1
|/
* Keep update page when there are warningsVincent Petry2015-07-071-8/+20
| | | | | Whenever there were warnings during an update, the page will not be redirected any more.
* 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-0/+3
|
* Read version and product name from update templateVincent Petry2015-01-141-4/+8
| | | | | | During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them.
* improve update error page: remove box, make link visible, insert missing ↵Jan-Christoph Borchardt2014-12-101-3/+2
| | | | space, remove line break
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-1/+1
| | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
* Fixed DOM elements, styling and code style issuesVincent Petry2014-05-281-7/+9
| | | | | - Reduced number of DOM elements - Also added mention of "config" backup.
* Added update overview pageVincent Petry2014-05-271-24/+82
|
* Translate reload message after updateMorris Jobke2013-11-261-1/+1
| | | | fixes #6064
* - eventsource.php: in case of potential CSRF attack we send an error message ↵Thomas Müller2013-07-111-1/+4
| | | | | | | | from the EventSource to the browser - eventsource.js: handle undefined data on event - update.js: in case of error we close the event source - advise the user to reload the page - update.php: EventSource initialization is now done before we enter the maintenance mode in order to allow browser reload in case of possible CSRF attack
* Merge branch 'master' into updater-CSPThomas Mueller2013-01-281-1/+0
| | | | | Conflicts: core/templates/update.php
* Move update inline JSLukas Reschke2013-01-251-0/+24