summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* switched to dirname()Bjoern Schiessle2013-08-171-1/+1
* added missing parameter documentationBjoern Schiessle2013-08-171-1/+2
* added createMissingDirectories() methodBjoern Schiessle2013-08-171-18/+19
* also create root dir if it doesn't exist yetBjoern Schiessle2013-08-171-6/+13
* use OC files API to create missing directory which should handle special char...Bjoern Schiessle2013-08-171-4/+7
* first check if file exists before checking the files sizeBjoern Schiessle2013-08-171-10/+9
* don't create empty versionsBjoern Schiessle2013-08-081-2/+5
* attach click handler after drop-down was createdBjoern Schiessle2013-08-021-4/+4
* only add versions if the drop down was addedBjörn Schießle2013-07-231-3/+8
* Create directly the right version dialog to open the drop-down flicker-free i...Björn Schießle2013-07-231-19/+20
* fix array access and change variable names according to the coding styleBjörn Schießle2013-06-281-11/+13
* continue cleaning-up old versions if availableSpace=0. It's not necessary but...Björn Schießle2013-06-281-1/+1
* fix some var names according to our style guideBjörn Schießle2013-06-281-7/+7
* adjust commentsBjörn Schießle2013-06-271-1/+1
* fix typo in commentBjörn Schießle2013-06-271-1/+1
* also expire versions on rename, to update the history more regularlyBjörn Schießle2013-06-261-0/+2
* it is enough to call the expire function onceBjörn Schießle2013-06-261-6/+1
* call expire function before writing the new version to make sure to have enou...Björn Schießle2013-06-251-63/+96
* don't normalize absolute local pathBjörn Schießle2013-06-171-1/+1
* only escape glob patternBjörn Schießle2013-06-171-3/+4
* prevent files_versions from calling file proxy which calls files_encryption a...Florin Peter2013-05-311-0/+17
* fix history template, print_unescaped() needs to include closing tagsBjörn Schießle2013-05-141-4/+4
* rename a file if it gets restored so that it no longer exists as a version. O...Björn Schießle2013-05-081-1/+1
* touch file relative to users file folder, otherwise the hooks will be ignoredBjörn Schießle2013-05-081-4/+5
* adapt free space calculation to the way it is done for the trash binBjörn Schießle2013-04-161-7/+15
* add explenation of the expire function to the apps descriptionBjörn Schießle2013-04-151-1/+19
* remove used space for versions from db is a user was deletedBjörn Schießle2013-04-113-0/+28
* add backticks around table namesBjörn Schießle2013-03-221-3/+3
* 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
* create new version if the same file is uploaded again over the web interface,...Björn Schießle2013-03-151-1/+1
* create new version if the same file is uploaded again over the web interfaceBjörn Schießle2013-03-151-3/+10
* Merge pull request #1584 from owncloud/ocs_multiple_methodsTom Needham2013-03-093-0/+33
|\
| * 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
| * | | Remove debug call, correct app identifierTom Needham2013-02-101-1/+1
| * | | Fix api result merging.Tom Needham2013-02-093-5/+6
| * | | Merge in masterTom Needham2013-02-0917-22/+108
| |\ \ \
| * | | | Add capabilities exposure to the versioning appTom Needham2013-02-093-0/+32
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-091-1/+9
| |_|_|/ |/| | |
* | | | Merge pull request #2189 from owncloud/versioning_sync_clientBernhard Posselt2013-03-081-1/+9
|\ \ \ \
| * | | | remove some debug output; move code to the right functionBjörn Schießle2013-03-082-6/+8
| * | | | remove debug outputBjörn Schießle2013-03-081-2/+1
| * | | | distinguish between touch and writeBjörn Schießle2013-03-072-0/+7
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-081-1/+2
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-063-0/+3
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-051-0/+1
* | | | Merge pull request #2030 from j-ed/masterBernhard Posselt2013-03-041-2/+2
|\ \ \ \
| * | | | Update app.phpj-ed2013-03-021-2/+2