Commit Graph

6465 Commits (68b15f3282fa0ef8c0f4e3a4e659a09eab02ef46)

Author SHA1 Message Date
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
Morris Jobke 9a67986473 add OCP\Config:deleteSystemValue 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
Lukas Reschke c8b5ae675c Fix PHPDoc 12 years ago
Jenkins for ownCloud cff9440a37 [tx-robot] updated from transifex 12 years ago
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists() 12 years ago
ringmaster 19f0c47842 Missed one. 12 years ago
ringmaster 16ae63bdfd Updates per comments on PR: 12 years ago
Jenkins for ownCloud 929882a32a [tx-robot] updated from transifex 12 years ago
Andreas Fischer 2929d19c7f Document exceptions thrown by \OC\LargeFileHelper. 12 years ago
Andreas Fischer ea246d058e Use "file size" instead of "filesize", then also apply camel case. 12 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 12 years ago
Andreas Fischer fb4556033a Cast '{DAV:}getcontentlength' to number instead of int. 12 years ago
Andreas Fischer 0bae68017e Cast to number instead of integer in OC\Files\Cache\HomeCache 12 years ago
Andreas Fischer a34aa1959a Cast to number instead of integer in OC\Files\Cache\Cache 12 years ago
Andreas Fischer a9b28323dd Add LargeFileHelper::__construct() verifying that our assumptions hold. 12 years ago
Andreas Fischer 2c36a4b07a Add helper method for turning int|float into base-10 unsigned integer string. 12 years ago
Andreas Fischer fb7ec2bb22 Only call $this->filesize() for files. 12 years ago
Andreas Fischer df29eec72b Windows exec() implementation. 12 years ago
Andreas Fischer 626e87aa54 Output validation for exec() method. 12 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 12 years ago
Andreas Fischer 3f8f8027d2 Cast to numeric instead of float, i.e. use an integer if possible. 12 years ago
Andreas Fischer 6195f13bda Use CURL to get filesize on 32bit systems. 12 years ago
Robin Appelman 998fa2d9be Pass any methods custom to specific storage implementations to the wrapped storage 12 years ago
Robin Appelman 0ae7a49c8e Fix storage wrapper being called with null 12 years ago
Robin Appelman 99d46af0b4 Use instanceOfStorage instead of instanceof 12 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago