Commit Graph

6512 Commits (b5f0a179187bb3f10a939518c6eba72593c1f7a5)

Author SHA1 Message Date
Jenkins for ownCloud f5c4754c2b [tx-robot] updated from transifex 11 years ago
ringmaster 0a417b1174 Use ->instanceOfStorage() not instanceof for Storage instances. 11 years ago
Bjoern Schiessle 48eb0515e9 only lock if unlink is called for a file 11 years ago
Bjoern Schiessle ab6680e9ab name the storage wrapper to make sure that we don't apply the wrapper multiple times 11 years ago
ringmaster cda87fd9c4 Normalize lock exception messages. 11 years ago
ringmaster ba887d2b17 Restore the reference to this used exception class. 11 years ago
ringmaster 54865815f5 Move Lock to private namespace, add interface. Update PHPDoc. 11 years ago
ringmaster c9c6a0ab1e Don't error out on console. 11 years ago
ringmaster 392a1b6662 Removed unused vars/declarations, update PHPDoc. 11 years ago
Lukas Reschke 826b14e36b Fix typo 11 years ago
Lukas Reschke 9bbc4b0034 Fix typo 11 years ago
ringmaster 896bc526e6 Remove unused methods. 11 years ago
ringmaster 6b94732bdf Respect locked files, surface correct exception. 11 years ago
ringmaster 428510a4f8 Simpler log unique id. 11 years ago
ringmaster f9dbdb7c5c Add actual locking and log changes necessary for debugging. 11 years ago
ringmaster dc1e3620d2 Continued flock work. 11 years ago
ringmaster 5365ae416e flock changes. Work in progress. 11 years ago
Robin Appelman a6bb1e1bf8 Fix size calculation during recursive scan 11 years ago
Jan-Christoph Borchardt 80627dfd2c use Open Sans as typeface 11 years ago
Morris Jobke cea7d4961e move to updated version of placeholder 11 years ago
Jan-Christoph Borchardt 7177d3a496 first step of infield label removal, fix login screen 11 years ago
Robin Appelman 3b1f291c60 Fix sorting of apps 11 years ago
Robin Appelman c09852e006 Fix phpdoc 11 years ago
Robin Appelman 53dc30af4f Add option to enable app for specific groups 11 years ago
Robin Appelman b4025b3174 Allow enabling apps by group by setting the config value to a json encoded array of groups 11 years ago
Robin Appelman 6ed3194863 Use a map to prevent having to use search 11 years ago
Robin Appelman bff9e11ff9 Remove duplicate cache cleanup 11 years ago
Robin Appelman 4429b54ce4 Fix typo 11 years ago
Robin Appelman 82b982a4eb Better unique names for temporary tables 11 years ago
Robin Appelman 3be2643168 Add `generateChangeScript()` back 11 years ago
Robin Appelman 397a763c49 add a getter for the table 11 years ago
Robin Appelman c6053b2830 Quote identifiers on mysql 11 years ago
Robin Appelman 6f71419f2b Skip migration checks for all sql backends besides mysql, postgres and sqlite 11 years ago
Robin Appelman a59f6818eb Only quote identifiers for oracle during migration 11 years ago
Robin Appelman 3b4555ca91 Try and check migration before applying it 11 years ago
Robin Appelman adeac7aa39 Check sqlite migration on a copy of the database file 11 years ago
Robin Appelman 35550e8d9a Fix migrator for postgres 11 years ago
Robin Appelman be80dce585 Fix temporary schema creation 11 years ago
Robin Appelman 58c61c8336 Fix generating migration test schemas 11 years ago
Robin Appelman 0035147be9 Create unique names for temporary indexes 11 years ago
Robin Appelman 9c6a93a87c Add a mechanism to try the database migration on a copy of the tables before running it on the "real" data 11 years ago
Robin Appelman ec9bf8a2d6 Support having legacy `OC_Cache_FileGlobalGC` background jobs 11 years ago
Robin Appelman 3e14affa9b Add some comments 11 years ago
Robin Appelman 6689d67a5b Fix recursive scanning 11 years ago
Bjoern Schiessle e0a5f3b570 get permissions directly from share storage to avoid additional db calls 11 years ago
Morris Jobke 9a67986473 add OCP\Config:deleteSystemValue 11 years ago
Morris Jobke 57ef089aac drop allowZIPdownload and maxZIPSize as options 11 years ago
Robin Appelman e002ff6065 propagate changes in the scanner 11 years ago
Robin Appelman 0158788a2a Split of cache writes in the scanner to their own methods 11 years ago
Robin Appelman a31f089266 Add a change propagator class to handle propagating etag and mtime changes 11 years ago