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
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
2015-10-21Update - Only add one section for disabled appsJoas Schilling
2015-10-21Update: state which step we are going to start and warn if it might be slowJoas Schilling
2015-10-05update licence headers via scriptMorris Jobke
2015-10-02Merge pull request #19508 from owncloud/setting-to-skip-migration-testsThomas Müller
2015-10-01setting to skip migration tests by defaultMorris Jobke
2015-10-01allow passing the fileinfo to the preview managerRobin Appelman
2015-09-30Change small thumbnails to 32 pxMorris Jobke
2015-09-29[upgrade] switch to debug logging on upgradeMorris Jobke
2015-09-25Merge pull request #13145 from owncloud/issue/11951-activity-sharing-emailThomas Müller
2015-09-23Add option to disable autocomplete in share dialogMorris Jobke
2015-09-22Publish an activity when sending a share link via emailJoas Schilling
2015-09-02Allow creating previewss that cover the specified dimensionsRobin Appelman
2015-08-26Properly show update exceptionVincent Petry
2015-08-26Properly show token errors in ajax/update.php event sourceVincent Petry
2015-07-13Merge pull request #17565 from owncloud/fix/remote_shareRoeland Douma