| Commit message (Expand) | Author | Age | Files | Lines |
* | Work with MySQL Sockets | josh4trunks | 2014-06-04 | 1 | -1/+8 |
* | Merge pull request #8724 from owncloud/update-sabre-2.0 | Thomas Müller | 2014-06-04 | 21 | -176/+156 |
|\ |
|
| * | use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface | Thomas Müller | 2014-06-04 | 2 | -10/+1 |
| * | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 21 | -176/+165 |
* | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_size | Thomas Müller | 2014-06-04 | 1 | -1/+1 |
|\ \ |
|
| * | | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 1 | -1/+1 |
* | | | Merge pull request #8822 from owncloud/cache-change-propagator | Vincent Petry | 2014-06-04 | 3 | -47/+167 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix size calculation during recursive scan | Robin Appelman | 2014-06-03 | 1 | -7/+3 |
| * | | Fix recursive scanning | Robin Appelman | 2014-06-02 | 1 | -3/+5 |
| * | | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 2 | -1/+21 |
| * | | Split of cache writes in the scanner to their own methods | Robin Appelman | 2014-06-02 | 1 | -39/+43 |
| * | | Add a change propagator class to handle propagating etag and mtime changes | Robin Appelman | 2014-06-02 | 1 | -0/+98 |
* | | | Use ->instanceOfStorage() not instanceof for Storage instances. | ringmaster | 2014-06-04 | 1 | -1/+1 |
* | | | only lock if unlink is called for a file | Bjoern Schiessle | 2014-06-04 | 1 | -1/+3 |
* | | | name the storage wrapper to make sure that we don't apply the wrapper multipl... | Bjoern Schiessle | 2014-06-04 | 3 | -6/+6 |
* | | | Normalize lock exception messages. | ringmaster | 2014-06-04 | 2 | -2/+2 |
* | | | Restore the reference to this used exception class. | ringmaster | 2014-06-04 | 1 | -0/+1 |
* | | | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 2 | -2/+310 |
* | | | Don't error out on console. | ringmaster | 2014-06-04 | 1 | -2/+2 |
* | | | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -1/+2 |
* | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 |
* | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 |
* | | | Remove unused methods. | ringmaster | 2014-06-04 | 1 | -14/+0 |
* | | | Respect locked files, surface correct exception. | ringmaster | 2014-06-04 | 2 | -6/+43 |
* | | | Simpler log unique id. | ringmaster | 2014-06-04 | 1 | -1/+1 |
* | | | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 2 | -3/+62 |
* | | | Continued flock work. | ringmaster | 2014-06-04 | 1 | -20/+14 |
* | | | flock changes. Work in progress. | ringmaster | 2014-06-04 | 3 | -0/+163 |
* | | | Merge pull request #8698 from owncloud/sharing_improve_permissions | Thomas Müller | 2014-06-03 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | get permissions directly from share storage to avoid additional db calls | Bjoern Schiessle | 2014-06-02 | 1 | -0/+14 |
| | |/
| |/| |
|
* | | | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -249/+273 |
|\ \ \ |
|
| * | | | Fix sorting of apps | Robin Appelman | 2014-06-03 | 1 | -1/+5 |
| * | | | Fix phpdoc | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| * | | | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -4/+14 |
| * | | | Allow enabling apps by group by setting the config value to a json encoded ar... | Robin Appelman | 2014-06-03 | 1 | -248/+258 |
| |/ / |
|
* | | | Merge pull request #8809 from owncloud/appconfig-caching | Thomas Müller | 2014-06-03 | 1 | -19/+29 |
|\ \ \ |
|
| * | | | Use a map to prevent having to use search | Robin Appelman | 2014-06-03 | 1 | -4/+2 |
| * | | | Remove duplicate cache cleanup | Robin Appelman | 2014-06-03 | 1 | -1/+0 |
| * | | | Simplify AppConfig->getValues() | Robin Appelman | 2014-06-01 | 1 | -19/+9 |
| * | | | Add caching to AppConfig->getApps | Robin Appelman | 2014-06-01 | 1 | -0/+23 |
* | | | | Merge pull request #7015 from owncloud/db-migration-check-copy | icewind1991 | 2014-06-03 | 7 | -50/+403 |
|\ \ \ \ |
|
| * | | | | Fix typo | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| * | | | | Better unique names for temporary tables | Robin Appelman | 2014-06-03 | 2 | -1/+19 |
| * | | | | Add `generateChangeScript()` back | Robin Appelman | 2014-06-03 | 1 | -0/+9 |
| * | | | | add a getter for the table | Robin Appelman | 2014-06-03 | 1 | -0/+7 |
| * | | | | Quote identifiers on mysql | Robin Appelman | 2014-06-03 | 2 | -1/+35 |
| * | | | | Skip migration checks for all sql backends besides mysql, postgres and sqlite | Robin Appelman | 2014-06-03 | 3 | -10/+30 |
| * | | | | Only quote identifiers for oracle during migration | Robin Appelman | 2014-06-03 | 3 | -26/+58 |
| * | | | | Try and check migration before applying it | Robin Appelman | 2014-06-03 | 2 | -60/+65 |
| * | | | | Check sqlite migration on a copy of the database file | Robin Appelman | 2014-06-03 | 2 | -0/+41 |