summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* fix array access and change variable names according to the coding styleBjörn Schießle2013-07-121-11/+13
|
* continue cleaning-up old versions if availableSpace=0. It's not necessary ↵Björn Schießle2013-07-121-1/+1
| | | | but gives us some additional free space, especially in the case of a hard quota
* fix some var names according to our style guideBjörn Schießle2013-07-121-7/+7
|
* adjust commentsBjörn Schießle2013-07-121-1/+1
|
* fix typo in commentBjörn Schießle2013-07-121-1/+1
|
* also expire versions on rename, to update the history more regularlyBjörn Schießle2013-07-121-0/+2
|
* it is enough to call the expire function onceBjörn Schießle2013-07-121-6/+1
|
* call expire function before writing the new version to make sure to have ↵Björn Schießle2013-07-121-63/+96
| | | | enough free space
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-101-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-081-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-201-7/+7
|
* don't normalize absolute local pathBjörn Schießle2013-06-171-1/+1
|
* only escape glob patternBjörn Schießle2013-06-141-3/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-081-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-071-1/+9
|
* prevent files_versions from calling file proxy which calls files_encryption ↵Florin Peter2013-05-301-0/+17
| | | | and do unnecessary load and file operations
* [tx-robot] updated from transifexJenkins for ownCloud2013-05-211-0/+11
|
* fix history template, print_unescaped() needs to include closing tagsBjörn Schießle2013-05-141-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-05-122-2/+11
|
* rename a file if it gets restored so that it no longer exists as a version. ↵Björn Schießle2013-05-081-1/+1
| | | | Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file
* touch file relative to users file folder, otherwise the hooks will be ignoredBjörn Schießle2013-05-081-4/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-278-19/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-261-3/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-241-0/+2
|
* adapt free space calculation to the way it is done for the trash binBjörn Schießle2013-04-171-7/+15
|
* add explenation of the expire function to the apps descriptionBjörn Schießle2013-04-161-1/+19
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-131-0/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-121-1/+1
|
* remove used space for versions from db is a user was deletedBjörn Schießle2013-04-113-0/+28
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-111-3/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-103-2/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-081-3/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-022-3/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-311-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-301-3/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-272-3/+4
|
* add backticks around table namesBjörn Schießle2013-03-251-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-201-3/+9
|
* remove backticks around table namesBjörn Schießle2013-03-151-3/+3
|
* add backtick for db queries to prevent postgresql errorsBjörn Schießle2013-03-151-3/+3
|
* Merge pull request #2317 from owncloud/create_version_on_uploadFrank Karlitschek2013-03-151-3/+10
|\ | | | | create new version if the same file is uploaded again over the web interface
| * fix var nameBjörn Schießle2013-03-141-2/+2
| |
| * fix var nameBjörn Schießle2013-03-141-1/+1
| |
| * create new version if the same file is uploaded again over the web interfaceBjörn Schießle2013-03-141-3/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-151-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-132-1/+2
|
* Merge pull request #1584 from owncloud/ocs_multiple_methodsTom Needham2013-03-093-0/+33
|\ | | | | Allow registering of multiple methods on each api route. Add /cloud/capabilities route.
| * Merge in masterTom Needham2013-03-097-10/+23
| |\
| * \ Rebase to current masterTom Needham2013-03-0550-305/+416
| |\ \
| * | | Change capabilities exposure for files_versions since it extends filesTom Needham2013-02-101-3/+2
| | | |