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
AgeCommit message (Expand)Author
2015-10-26Update license headersLukas Reschke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-30Change small thumbnails to 32 pxMorris Jobke
2015-09-08Scrap the notifications when the share is accepted or declinedJoas Schilling
2015-08-22Use IClientService to check for remote ownCloud instancesLukas Reschke
2015-07-09Merge pull request #14341 from rullzer/public_share_do_not_leak_mounttypeMorris Jobke
2015-07-06Merge pull request #17290 from owncloud/remove-readonly-wrapperThomas Müller
2015-07-04Do not leak mounttype of a public shareRoeland Jago Douma
2015-07-03Remove OC_LogThomas Müller
2015-07-03Merge pull request #15470 from rullzer/files_sharing_getUrlContentVincent Petry
2015-07-01use permissions mask wrapper instead of readonly wrapperRobin Appelman
2015-07-01Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke
2015-06-25update license headers and authorsMorris Jobke
2015-06-17Throw nicer error message instead 500Lukas Reschke
2015-06-17Verify if path existsLukas Reschke
2015-05-28Return 404 in shareinfo.php when outgoing s2s disabledVincent Petry
2015-05-18Move away from private static deprecated functioRoeland Jago Douma
2015-05-18Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma
2015-03-26Update license headersJenkins for ownCloud
2015-03-17Correctly get the unique mountpoint name when mounting the shareJoas Schilling
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Use getRemoteAddress which supports reverse proxiesLukas Reschke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-02Add callCheck to testremote.phpLukas Reschke
2015-01-28Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke
2015-01-26Do not disclose share owner in public file listVincent Petry
2015-01-26use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle
2015-01-26Add back exit()Vincent Petry
2015-01-26Catch storage exception in scanner for remote sharesVincent Petry
2015-01-05Check for version before mounting a public linkMorris Jobke
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-10-20move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller
2014-09-23Check for blacklisted charactersLukas Reschke
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-15ssl capitalVolkan Gezer
2014-08-13Give a better error message for external shares with self-signed ssl certific...Robin Appelman
2014-07-30Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman
2014-06-30no longer check if the external storage app is enabled, we use no the webdav ...Bjoern Schiessle
2014-06-17Better error handeling in testremoteRobin Appelman
2014-06-17testremote is for public accessRobin Appelman
2014-06-16Make testremote more robustRobin Appelman
2014-06-16Add some safety checksRobin Appelman
2014-06-14Fix public share webdav permissionsRobin Appelman
2014-06-14fix modified date for external sharesRobin Appelman
2014-06-14block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle
2014-06-14add settings to disable server to server sharingBjoern Schiessle
2014-06-14Properly expose read only public shares as read onlyRobin Appelman
2014-06-14Generate a unique nameRobin Appelman
2014-06-14Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman