Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/ajax
AgeCommit message (Expand)Author
2019-02-15Remove trailing spaces from localized stringsMorris Jobke
2019-01-10Show the repair steps and repair info output in the web for better feedbackMorris Jobke
2018-11-01Revert "Wait for cron to finish before running upgrade command"Morris Jobke
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-06-22Use ellipsis instead of triple dotJoas Schilling
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-23Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-23Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz
2018-01-19Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke
2017-11-30Refactor method to check if update is neededMorris Jobke
2017-11-25Get the Installer via DIMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-01Stricter phan config fixesLukas Reschke
2017-05-11Proper logging for appstore updatesMorris Jobke
2017-03-11Check that set_time_limit is not disabled before calling itKo-
2016-11-03Move preview endpoint to controllerRoeland Jago Douma
2016-11-03Move to AppDataRoeland Jago Douma
2016-11-03New preview generatorRoeland Jago Douma
2016-10-21Make AppConfig part of the public APIJoas Schilling
2016-08-29Check if the file isReadable() before sending a (cached) previewJoas Schilling
2016-08-18Kill ajax/share.phpRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-04-28Adding progress to web upgradeThomas Müller
2016-04-20Fix web updater - fixes #24115Thomas Müller
2016-04-18Merge pull request #23911 from owncloud/split-upgrade-commandChristoph Wurst
2016-04-18Move version check code out of class UpdaterThomas Müller
2016-04-18Suggest cli based updater in case the instance is bigger - #23913Thomas Müller
2016-04-04Fix verbose output of upgrade command - not progressbar in this case and the ...Thomas Müller
2016-04-04Add detailed logs hidden and show them on requestMorris Jobke
2016-04-04Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller
2016-03-15Generate a valid URL for link notificationRoeland Jago Douma
2016-03-01Update author informationLukas Reschke
2016-02-18Fix on shared groups assignment.Leonardo Diez
2016-02-09Remove modifying calls in ajax/share.phpRoeland Jago Douma
2016-02-03Revert "setting to skip migration tests by default"Morris Jobke
2016-02-03setting to skip migration tests by defaultMorris Jobke
2016-01-12Happy new year!Thomas Müller
2016-01-04don't show previous log level in upgrade messageBjörn Schießle
2015-12-02User IUser::getEMailAddress() all over the placeThomas Müller
2015-12-01Add code integrity checkLukas Reschke
2015-10-30Replace some OC_Config calls with ILogger methodsMorris Jobke
2015-10-29Remove invalid type-castLukas Reschke
2015-10-27Revert "setting to skip migration tests by default"Morris Jobke
2015-10-26Update license headersLukas Reschke
2015-10-23Fix for broken ajax/share.php endpointRoeland Jago Douma
2015-10-21Merge pull request #19918 from owncloud/send-begin-messageThomas Müller