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/lib
AgeCommit message (Expand)Author
2014-06-16Merge pull request #9033 from owncloud/validate-direLukas Reschke
2014-06-14Add deprecation notice to load* functionsLukas Reschke
2014-06-12remove unused argumentRobin Appelman
2014-06-12add some commentsRobin Appelman
2014-06-12Repair broken parent link in the scannerRobin Appelman
2014-06-10Fix size calculation during recursive scanRobin Appelman
2014-06-10Fix recursive scanningRobin Appelman
2014-06-10propagate changes in the scannerRobin Appelman
2014-06-10Split of cache writes in the scanner to their own methodsRobin Appelman
2014-06-10Add a change propagator class to handle propagating etag and mtime changesRobin Appelman
2014-06-05added missing LockNotAcquiredExceptionThomas Müller
2014-06-05Continued flock work.ringmaster
2014-06-04Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman
2014-06-04Fix storage wrapper being called with nullRobin Appelman
2014-06-04Use instanceOfStorage instead of instanceofRobin Appelman
2014-06-04Add ->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman
2014-06-04Merge pull request #8847 from owncloud/stable6_backport_8557Thomas Müller
2014-06-03[backport] [stable6] Skip filescan but execute hooksringmaster
2014-06-03Allow apps to create custom session handlers.ringmaster
2014-05-22Added password obfuscation for external storage configVincent Petry
2014-05-14Only accept success as 100 like the OCS spec doestomneedham
2014-05-13Fixed getAbsolutePath case when path is "0"Vincent Petry
2014-05-12Harden issubdirectory()Lukas Reschke
2014-05-09Fix getPathById for OracleVincent Petry
2014-05-07Fix getPath for storage rootsRobin Appelman
2014-05-07Added PostgreSQL version warning + log on upgradeVincent Petry
2014-05-06fix getUserFolder() of server containerMorris Jobke
2014-05-05fix issue with spamming logging files when loading cached thumbnailGeorg Ehrke
2014-05-05always encrypt files to ownerBjoern Schiessle
2014-05-03Fix setting the max-upload-size for really large values.Fabian Henze
2014-04-28Merge pull request #8384 from owncloud/kill_office_fallback_stable6Thomas Müller
2014-04-28Update outdated commentVolkan Gezer
2014-04-28backport b68098ebbaaa3bd816d24c1ed304425e838ee6b8 to stable6Georg Ehrke
2014-04-27Clarify the trusted_domain error pageLukas Reschke
2014-04-27Revert "Clarify the trusted_domain error page"Lukas Reschke
2014-04-27Clarify the trusted_domain error pageLukas Reschke
2014-04-23fix after rebaseArthur Schiwon
2014-04-23keep the constant to not provoke PHP warningsArthur Schiwon
2014-04-23trim must not be used in empty in PHP < 5.5Arthur Schiwon
2014-04-23implement getDisplayNames in group managerArthur Schiwon
2014-04-23clean up group backendsArthur Schiwon
2014-04-23remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backendsArthur Schiwon
2014-04-23Merge pull request #8260 from owncloud/stable6-backport-8183-and-coThomas Müller
2014-04-18merge middleware string registrationBernhard Posselt
2014-04-18use references for middleware to fix problems on 5.3Bernhard Posselt
2014-04-18merge dicontainerBernhard Posselt
2014-04-18default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt
2014-04-18Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt
2014-04-18Backport of #8197 to stable6Lukas Reschke
2014-04-18Backport of #8183 to stable6Lukas Reschke