Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use primary button in updater | Carl Schwan | 2022-09-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Revert 'DOMContentLoaded' change | Joas Schilling | 2022-01-19 | 1 | -15/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use less deprecated methods in base.php | Louis Chemineau | 2022-01-19 | 1 | -17/+16 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Use the product name in the updater screen | Joas Schilling | 2021-03-22 | 1 | -7/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use DOMContentLoaded and fix sharebymail loading issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Redirect to the same page after an update | Julius Härtl | 2018-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix HTML on update error page | Jan-Christoph Borchardt | 2018-08-03 | 1 | -14/+7 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix double container on 'Possible CSRF attack' page | Jan-Christoph Borchardt | 2018-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Spacing | Marcin Czarnecki | 2017-03-15 | 1 | -1/+1 |
| | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
* | Update: feedback before redirect | Marcin Czarnecki | 2017-03-14 | 1 | -8/+9 |
| | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
* | Update: feedback before redirect | Marcin Czarnecki | 2017-02-25 | 1 | -2/+14 |
| | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
* | Don't link to the oC forum | Joas Schilling | 2017-01-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | reduce info on update screens, introduce button to refresh | Jan-Christoph Borchardt | 2016-08-04 | 1 | -12/+10 |
| | |||||
* | Change name of the product in update message | Morris Jobke | 2016-06-14 | 1 | -2/+2 |
| | | | | | * also update all german translations * fixes #96 | ||||
* | Add detailed logs hidden and show them on request | Morris Jobke | 2016-04-04 | 1 | -7/+23 |
| | |||||
* | Show individual sql schema migration steps during upgrade - on web as well ↵ | Thomas Müller | 2016-04-04 | 1 | -18/+46 |
| | | | | as on the command line | ||||
* | Add message with reference to forum post | Lukas Reschke | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Don't show "report this to the community" when the upgrade is unsupported | Morris Jobke | 2016-02-08 | 1 | -6/+10 |
| | | | | * fixes #21367 | ||||
* | Redirect to correct URL after updating | Vincent Petry | 2015-12-07 | 1 | -1/+1 |
| | | | | | Now requires a trailing slash to make sure we don't land on the forbidden page. | ||||
* | Allow leaving update page when errors occurred | Vincent Petry | 2015-10-20 | 1 | -0/+2 |
| | |||||
* | Prevent leaving the DB update page while in progress | Vincent Petry | 2015-10-20 | 1 | -0/+7 |
| | |||||
* | Merge pull request #19699 from owncloud/hutchic-issue-18241-reload-page-link | Thomas Müller | 2015-10-14 | 1 | -1/+1 |
|\ | | | | | refs #18241 Make the 'please reload this page' a clickable link | ||||
| * | refs #18241 Make the 'please reload this page' a clickable link | Colin Hutchinson | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | [update] show default error message if empty message | Morris Jobke | 2015-10-14 | 1 | -0/+1 |
|/ | |||||
* | Keep update page when there are warnings | Vincent Petry | 2015-07-07 | 1 | -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 #14026 | Thomas Müller | 2015-02-24 | 1 | -0/+3 |
| | |||||
* | Read version and product name from update template | Vincent Petry | 2015-01-14 | 1 | -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 Borchardt | 2014-12-10 | 1 | -3/+2 |
| | | | | space, remove line break | ||||
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
| | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | Fixed DOM elements, styling and code style issues | Vincent Petry | 2014-05-28 | 1 | -7/+9 |
| | | | | | - Reduced number of DOM elements - Also added mention of "config" backup. | ||||
* | Added update overview page | Vincent Petry | 2014-05-27 | 1 | -24/+82 |
| | |||||
* | Translate reload message after update | Morris Jobke | 2013-11-26 | 1 | -1/+1 |
| | | | | fixes #6064 | ||||
* | - eventsource.php: in case of potential CSRF attack we send an error message ↵ | Thomas Müller | 2013-07-11 | 1 | -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-CSP | Thomas Mueller | 2013-01-28 | 1 | -1/+0 |
| | | | | | Conflicts: core/templates/update.php | ||||
* | Move update inline JS | Lukas Reschke | 2013-01-25 | 1 | -0/+24 |