Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #8662 from owncloud/f-lock | Thomas Müller | 2014-06-04 | 11 | -14/+675 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 3 | -255/+316 | |
| * | | | | | Don't error out on console. | ringmaster | 2014-06-04 | 1 | -2/+2 | |
| * | | | | | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 2 | -3/+3 | |
| * | | | | | 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 | 3 | -28/+304 | |
| * | | | | | Continued flock work. | ringmaster | 2014-06-04 | 3 | -24/+63 | |
| * | | | | | flock changes. Work in progress. | ringmaster | 2014-06-04 | 6 | -0/+259 | |
* | | | | | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -1/+1 | |
| * | | | | | | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-04 | 57 | -258/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #8686 from owncloud/session-early | Morris Jobke | 2014-06-03 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add some comments | Robin Appelman | 2014-06-03 | 1 | -0/+1 | |
| * | | | | | Make the session available as early as possible | Robin Appelman | 2014-05-23 | 1 | -0/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | 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 | |
| * | | | | | Fix migrator for postgres | Robin Appelman | 2014-06-03 | 1 | -1/+3 | |
| * | | | | | Fix temporary schema creation | Robin Appelman | 2014-06-03 | 1 | -4/+8 | |
| * | | | | | Fix generating migration test schemas | Robin Appelman | 2014-06-03 | 1 | -1/+4 | |
| * | | | | | Create unique names for temporary indexes | Robin Appelman | 2014-06-03 | 1 | -3/+23 |