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
2014-10-28Introduce cross-db ILIKERobin Appelman
2014-10-14Remove explicit propagate callsRobin Appelman
2014-10-14Fix warning in homecacheRobin Appelman
2014-10-14Refactor Cache\Updater to work outside of the users homeRobin Appelman
2014-10-13Retrieve storage numeric id earlier when still availableVincent Petry
2014-09-25Don't keep the full info of all children in memoryRobin Appelman
2014-08-20Ensure that filename is prefixed with a slashJoas Schilling
2014-08-20Do not filemtime() on "." directory. Use empty string insteadJoas Schilling
2014-08-20Remove doubled slash between folder and pathJoas Schilling
2014-07-08use case insensitive LIKE when searching for files in mysqlRobin Appelman
2014-07-04make search case insensitive on postgres and oracleJörn Friedrich Dreyer
2014-06-14Add server<->server sharing backendRobin Appelman
2014-06-12Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry
2014-06-10remove unused argumentRobin Appelman
2014-06-10add some commentsRobin Appelman
2014-06-10Repair broken parent link in the scannerRobin Appelman
2014-06-10call self::getNumericStorageId() to get the numeric IDBjoern Schiessle
2014-06-06Merge pull request #8921 from owncloud/fix-remove-storage-masterThomas Müller
2014-06-06No need to create a storage within removeThomas Müller
2014-06-06Don't do rename hooks for cache when moving the mountpointRobin Appelman
2014-06-05Merge pull request #8889 from owncloud/mtime-reuseThomas Müller
2014-06-05Don't update the mtime if the storage mtime hasn't changedRobin Appelman
2014-06-05Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller
2014-06-05- drop permissions table and related codeThomas Müller
2014-06-04Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller
2014-06-04Merge pull request #8822 from owncloud/cache-change-propagatorVincent Petry
2014-06-03Fix size calculation during recursive scanRobin Appelman
2014-06-02Fix recursive scanningRobin Appelman
2014-06-02get permissions directly from share storage to avoid additional db callsBjoern Schiessle
2014-06-02let file cache handle the versions sizeBjoern Schiessle
2014-06-02propagate changes in the scannerRobin Appelman
2014-06-02Split of cache writes in the scanner to their own methodsRobin Appelman
2014-06-02Add a change propagator class to handle propagating etag and mtime changesRobin Appelman
2014-05-30Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler
2014-05-30Missed one.ringmaster
2014-05-30Updates per comments on PR:ringmaster
2014-05-29Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer
2014-05-29Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer
2014-05-28Prevent apps from affecting the scanner via hook.ringmaster
2014-05-28Change visibility of scanner internalsringmaster
2014-05-28Use 'filesystem_check_enable' as a config option.ringmaster
2014-05-27Allow the default behavior to come from the config.ringmaster
2014-05-27Rename variable to something more appropriate.ringmaster
2014-05-27Allow apps to control via a hook to skip adding/removing a file during filescanringmaster
2014-05-26Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek
2014-05-22Fix phpdocRobin Appelman
2014-05-22allow admin to disable sharing for specific groups of usersBjoern Schiessle
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell