Commit Graph

1364 Commits (da3974bcb210a6580c974e1b2efebcae26ccf708)

Author SHA1 Message Date
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
ringmaster 0a417b1174 Use ->instanceOfStorage() not instanceof for Storage instances. 12 years ago
Bjoern Schiessle 48eb0515e9 only lock if unlink is called for a file 12 years ago
Bjoern Schiessle ab6680e9ab name the storage wrapper to make sure that we don't apply the wrapper multiple times 12 years ago
ringmaster cda87fd9c4 Normalize lock exception messages. 12 years ago
ringmaster ba887d2b17 Restore the reference to this used exception class. 12 years ago
ringmaster 54865815f5 Move Lock to private namespace, add interface. Update PHPDoc. 12 years ago
ringmaster c9c6a0ab1e Don't error out on console. 12 years ago
ringmaster 392a1b6662 Removed unused vars/declarations, update PHPDoc. 12 years ago
Lukas Reschke 826b14e36b Fix typo 12 years ago
Lukas Reschke 9bbc4b0034 Fix typo 12 years ago
ringmaster 896bc526e6 Remove unused methods. 12 years ago
ringmaster 6b94732bdf Respect locked files, surface correct exception. 12 years ago
ringmaster 428510a4f8 Simpler log unique id. 12 years ago
ringmaster f9dbdb7c5c Add actual locking and log changes necessary for debugging. 12 years ago
ringmaster dc1e3620d2 Continued flock work. 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Robin Appelman 3b1f291c60 Fix sorting of apps 12 years ago
Robin Appelman c09852e006 Fix phpdoc 12 years ago
Robin Appelman 53dc30af4f Add option to enable app for specific groups 12 years ago
Robin Appelman b4025b3174 Allow enabling apps by group by setting the config value to a json encoded array of groups 12 years ago
Robin Appelman 6ed3194863 Use a map to prevent having to use search 12 years ago
Robin Appelman bff9e11ff9 Remove duplicate cache cleanup 12 years ago
Robin Appelman 4429b54ce4 Fix typo 12 years ago
Robin Appelman 82b982a4eb Better unique names for temporary tables 12 years ago
Robin Appelman 3be2643168 Add `generateChangeScript()` back 12 years ago
Robin Appelman 397a763c49 add a getter for the table 12 years ago
Robin Appelman c6053b2830 Quote identifiers on mysql 12 years ago
Robin Appelman 6f71419f2b Skip migration checks for all sql backends besides mysql, postgres and sqlite 12 years ago
Robin Appelman a59f6818eb Only quote identifiers for oracle during migration 12 years ago
Robin Appelman 3b4555ca91 Try and check migration before applying it 12 years ago
Robin Appelman adeac7aa39 Check sqlite migration on a copy of the database file 12 years ago
Robin Appelman 35550e8d9a Fix migrator for postgres 12 years ago
Robin Appelman be80dce585 Fix temporary schema creation 12 years ago
Robin Appelman 58c61c8336 Fix generating migration test schemas 12 years ago
Robin Appelman 0035147be9 Create unique names for temporary indexes 12 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 12 years ago
Robin Appelman ec9bf8a2d6 Support having legacy `OC_Cache_FileGlobalGC` background jobs 12 years ago
Bjoern Schiessle e0a5f3b570 get permissions directly from share storage to avoid additional db calls 12 years ago
Morris Jobke 57ef089aac drop allowZIPdownload and maxZIPSize as options 12 years ago
Arthur Schiwon e235de98e6 this line was lost on rebase 12 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 12 years ago
Arthur Schiwon 2d83c68f05 make search parameter optional, which is already the case in the medthod it is passed to 12 years ago
Arthur Schiwon a9e8d53c8f fix PHPDoc 12 years ago
Arthur Schiwon 122ebf28f7 typo 12 years ago
Arthur Schiwon f9f9550969 small fixes / cleanup 12 years ago
Arthur Schiwon 734dd7013e add MetaData class for groups 12 years ago
Arthur Schiwon 2a8afb0ad9 add PHP doc 12 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 12 years ago
Robin Appelman a4949f4b31 Simplify AppConfig->getValues() 12 years ago