summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces from localized stringsMorris Jobke2019-02-151-4/+4
* Show the repair steps and repair info output in the web for better feedbackMorris Jobke2019-01-101-0/+2
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-5/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+3
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-231-0/+4
|\
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-231-0/+4
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+1
|\ \ | |/ |/|
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+1
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-7/+0
|/
* Get the Installer via DIMorris Jobke2017-11-251-1/+2
* Update license headersMorris Jobke2017-11-061-0/+1
* Stricter phan config fixesLukas Reschke2017-08-011-1/+5
* Proper logging for appstore updatesMorris Jobke2017-05-111-0/+9
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+4
* Move preview endpoint to controllerRoeland Jago Douma2016-11-032-115/+0
* Move to AppDataRoeland Jago Douma2016-11-031-2/+6
* New preview generatorRoeland Jago Douma2016-11-032-10/+54
* Make AppConfig part of the public APIJoas Schilling2016-10-211-70/+0
* Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-291-0/+2
* Kill ajax/share.phpRoeland Jago Douma2016-08-181-375/+0
* Update with robinJoas Schilling2016-07-214-4/+4
* Fix othersJoas Schilling2016-07-214-8/+12
* Update license headersLukas Reschke2016-05-264-7/+7
* Adding progress to web upgradeThomas Müller2016-04-281-6/+58
* Fix web updater - fixes #24115Thomas Müller2016-04-201-3/+3
* Merge pull request #23911 from owncloud/split-upgrade-commandChristoph Wurst2016-04-181-1/+0
|\
| * Move version check code out of class UpdaterThomas Müller2016-04-181-1/+0
* | Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-1/+9
|/
* Fix verbose output of upgrade command - not progressbar in this case and the ...Thomas Müller2016-04-041-0/+5
* Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-3/+0
* Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-041-0/+12
* Generate a valid URL for link notificationRoeland Jago Douma2016-03-151-2/+4
* Update author informationLukas Reschke2016-03-011-1/+1
* Fix on shared groups assignment.Leonardo Diez2016-02-181-1/+1
* Remove modifying calls in ajax/share.phpRoeland Jago Douma2016-02-091-86/+0
* Revert "setting to skip migration tests by default"Morris Jobke2016-02-031-6/+0
* setting to skip migration tests by defaultMorris Jobke2016-02-031-0/+6
* Happy new year!Thomas Müller2016-01-124-6/+5
* don't show previous log level in upgrade messageBjörn Schießle2016-01-041-2/+2
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-7/+13
* Add code integrity checkLukas Reschke2015-12-011-0/+7
* Replace some OC_Config calls with ILogger methodsMorris Jobke2015-10-301-3/+4
* Remove invalid type-castLukas Reschke2015-10-291-4/+4
* Revert "setting to skip migration tests by default"Morris Jobke2015-10-271-10/+1
* Update license headersLukas Reschke2015-10-262-1/+2
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-3/+23
* Merge pull request #19918 from owncloud/send-begin-messageThomas Müller2015-10-211-0/+12
|\