summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/update.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove update.php of files appMorris Jobke2017-04-121-98/+0
| | | | | | * contains only update steps for 8.1/8.2 to 9.0 update Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-5/+2
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-5/+0
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* apps/files: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-091-1/+1
| | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-041-0/+1
| | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider.
* Update author informationLukas Reschke2016-03-011-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* cleanup jobs for comments and comment read marksArthur Schiwon2016-02-051-1/+1
|
* Cleanup job for system and user tag orphaned when file was deletedVincent Petry2016-01-291-12/+2
| | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries.
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-0/+5
| | | | The background job will now be executed in chunks of 500 users all 10 minutes.
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-0/+9
| | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* add condition to update queryBjoern Schiessle2015-07-271-1/+1
|
* Add an update script to reset the valueJoas Schilling2015-07-241-0/+96
| | | | | | | | | | | | | | | | | | | | | | | In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file.
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-8/+0
|
* Moved office mimetype update to a repair stepVincent Petry2014-06-251-57/+0
|
* increase version number of files and migration triggerJörn Friedrich Dreyer2014-06-061-1/+1
|
* add more and fix office mimetypes, migrate wrong mimetypesJörn Friedrich Dreyer2014-06-061-0/+57
|
* add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-3/+3
|
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-0/+8
|
* We do not support updates from 4.5 > 7.0Lukas Reschke2014-05-131-46/+0
|
* cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
|
* use doctrine to construct concat expressionJörn Friedrich Dreyer2013-11-011-8/+1
|
* Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+10
|
* fix checkstyle for files appJörn Friedrich Dreyer2012-11-291-8/+12
|
* prepare SQL query only once, that's what prepared statements are for. Should ↵Arthur Schiwon2012-11-051-2/+2
| | | | improve upgrade time with larger setups
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
|
* escape identifiers in queriesJörn Friedrich Dreyer2012-10-021-9/+9
|
* - take webdav namespace for properties into accountBjörn Schießle2012-09-261-9/+11
| | | | - change update routine to add the namesapce to all stored properties
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Whitespace fixes in appsBart Visscher2012-08-291-2/+0
|
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-6/+6
|
* fix broken properties in the databaseBjoern Schiessle2012-07-231-2/+2
|
* update routine to fix broken file properties in dbBjoern Schiessle2012-07-231-0/+11
|
* try to remove deprecated files from /files on updateArthur Schiwon2012-05-161-0/+34
|
* fix writing in remote folderGeorg Ehrke2012-05-051-4/+0
|
* Changed $APPROOT to $APPSROOT as in ↵Thomas Tanghus2012-05-041-1/+1
| | | | https://gitorious.org/owncloud/owncloud/merge_requests/116
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-0/+4