summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8483 from owncloud/encryption_use_oc_preferencesThomas Müller2014-06-052-18/+30
|\
| * allow to set pre-condition for setValueBjoern Schiessle2014-06-052-18/+30
* | Merge pull request #8865 from owncloud/improve_share_settingsVincent Petry2014-06-052-5/+22
|\ \ | |/ |/|
| * unify share settingsBjoern Schiessle2014-06-052-5/+22
* | Merge pull request #8893 from owncloud/feature/get-users-by-preferenceThomas Müller2014-06-051-0/+30
|\ \ | |/ |/|
| * Hack around oracle for CLOB fieldsJoas Schilling2014-06-051-1/+9
| * Add method to get users by their preferenceJoas Schilling2014-06-051-0/+22
* | Merge pull request #8529 from owncloud/remove-legacy-routingThomas Müller2014-06-052-4/+4
|\ \
| * | Remove legacy routing codeLukas Reschke2014-06-052-4/+4
* | | Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-051-0/+1
|\ \ \
| * | | Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
* | | | Merge pull request #8866 from owncloud/flock-quotafixVincent Petry2014-06-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed quota wrapper to return the value from flock()Vincent Petry2014-06-041-1/+1
* | | | Merge pull request #7878 from owncloud/quota-extstorageswitchicewind19912014-06-052-2/+53
|\ \ \ \
| * | | | Added experimental switch to count external storage data in quotaVincent Petry2014-06-042-2/+53
| | |/ / | |/| |
* | | | Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-053-501/+0
|\ \ \ \
| * | | | remove file locking - code will continue to live in it's own appThomas Müller2014-06-043-501/+0
* | | | | Merge pull request #8878 from owncloud/update-checkmigrationforappsVincent Petry2014-06-054-36/+118
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Removed simulate db update flag and split into separate methodsVincent Petry2014-06-043-23/+47
| * | | | Simulate apps database schema update on upgradeVincent Petry2014-06-044-37/+95
| | |_|/ | |/| |
* | | | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-0510-346/+15
|\ \ \ \
| * | | | - drop permissions table and related codeThomas Müller2014-06-0510-346/+15
| |/ / /
* | | | Merge pull request #8724 from owncloud/update-sabre-2.0Thomas Müller2014-06-0421-176/+156
|\ \ \ \ | |_|/ / |/| | |
| * | | use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterfaceThomas Müller2014-06-042-10/+1
| * | | Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-0421-176/+165
| |/ /
* | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | let file cache handle the versions sizeBjoern Schiessle2014-06-021-1/+1
* | | Merge pull request #8822 from owncloud/cache-change-propagatorVincent Petry2014-06-043-47/+167
|\ \ \ | |_|/ |/| |
| * | Fix size calculation during recursive scanRobin Appelman2014-06-031-7/+3
| * | Fix recursive scanningRobin Appelman2014-06-021-3/+5
| * | propagate changes in the scannerRobin Appelman2014-06-022-1/+21
| * | Split of cache writes in the scanner to their own methodsRobin Appelman2014-06-021-39/+43
| * | Add a change propagator class to handle propagating etag and mtime changesRobin Appelman2014-06-021-0/+98
* | | Use ->instanceOfStorage() not instanceof for Storage instances.ringmaster2014-06-041-1/+1
* | | only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
* | | name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-043-6/+6
* | | Normalize lock exception messages.ringmaster2014-06-042-2/+2
* | | Restore the reference to this used exception class.ringmaster2014-06-041-0/+1
* | | Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-042-2/+310
* | | Don't error out on console.ringmaster2014-06-041-2/+2
* | | Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-1/+2
* | | Fix typoLukas Reschke2014-06-041-1/+1
* | | Fix typoLukas Reschke2014-06-041-1/+1
* | | Remove unused methods.ringmaster2014-06-041-14/+0
* | | Respect locked files, surface correct exception.ringmaster2014-06-042-6/+43
* | | Simpler log unique id.ringmaster2014-06-041-1/+1
* | | Add actual locking and log changes necessary for debugging.ringmaster2014-06-042-3/+62
* | | Continued flock work.ringmaster2014-06-041-20/+14
* | | flock changes. Work in progress.ringmaster2014-06-043-0/+163
* | | Merge pull request #8698 from owncloud/sharing_improve_permissionsThomas Müller2014-06-031-0/+14
|\ \ \