summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into filesystemRobin Appelman2012-09-26291-4058/+8174
|\
| * The mtime in the file cache has to be updated after version rollback (copy fr...Björn Schießle2012-09-261-0/+2
| * fix sharing for newly uploaded or created filesRobin Appelman2012-09-263-9/+17
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-26189-2863/+6145
| * Python language setting on gettextThomas Müller2012-09-261-1/+1
| * prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle2012-09-261-4/+6
| * Sharing: write update errors to logfile; do not die on errorsArthur Schiwon2012-09-261-2/+2
| * Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-2637-183/+281
| |\
| | * Fix unsetting share expiration dateMichael Gapczynski2012-09-262-3/+14
| | * Show share expiration date set for shared itemMichael Gapczynski2012-09-261-5/+13
| | * Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski2012-09-251-5/+10
| | * Stop autocomplete selection event propogration so share dropdown doesn't disa...Michael Gapczynski2012-09-251-0/+1
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2632-167/+223
| | * Add OC_Files::searchByMime functionBart Visscher2012-09-251-1/+18
| | * Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
| | * Add missing Sharing permissionArthur Schiwon2012-09-251-1/+1
| | * Sharing update: take over reshares and thus don't failArthur Schiwon2012-09-251-1/+1
| * | - take webdav namespace for properties into accountBjörn Schießle2012-09-263-12/+14
| |/
| * Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-2548-370/+630
| |\
| | * Fix files_sharing update script, by making filesystem and users availableArthur Schiwon2012-09-251-0/+7
| | * backwards compat to older xcache versions, don't fail when trying to clear ca...Arthur Schiwon2012-09-251-0/+6
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2543-364/+610
| | * Fix getting individual shared file informationBart Visscher2012-09-241-1/+2
| | * Small css fix for button new in files. fix oc-1638Brice Maron2012-09-241-1/+1
| | * use file instead of dir in search provider file fix result urlsJörn Friedrich Dreyer2012-09-241-4/+4
| * | seperate the form to set up the mount points and the form to upload ssl certi...Björn Schießle2012-09-251-11/+15
| |/
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2475-745/+1204
| * Fix typoLukas Reschke2012-09-231-1/+1
| * Correct "ownCloud"Lukas Reschke2012-09-231-10/+9
* | convert Cache to a non-static class that handles the cache for a single stora...Robin Appelman2012-09-263-94/+110
* | add Cache::getFolderContentRobin Appelman2012-09-232-0/+42
* | Merge branch 'master' into filesystemRobin Appelman2012-09-232-82/+87
|\|
| * some js style fixesRobin Appelman2012-09-232-82/+87
* | Merge branch 'master' into filesystemRobin Appelman2012-09-2371-534/+2187
|\|
| * fix some more phpdocRobin Appelman2012-09-2313-307/+351
| * fix phpdoc and handle some edges cases better in oc_dbRobin Appelman2012-09-231-31/+67
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2356-196/+1764
| * Update authorsLukas Reschke2012-09-221-0/+5
* | add getId to shared storage backendRobin Appelman2012-09-231-1/+5
* | this should be done elsewhere if neededRobin Appelman2012-09-232-2/+1
* | fix several problems in the new filecache in order to complete the testsRobin Appelman2012-09-221-13/+16
* | some simple test cases for the new filecacheRobin Appelman2012-09-221-0/+88
* | fix namespace error in temporary storage backendRobin Appelman2012-09-221-1/+1
* | add support for loading namespaced test casesRobin Appelman2012-09-221-0/+3
* | move storage backend test cases to their own namespaceRobin Appelman2012-09-229-35/+50
* | add partial file data to the result of Cache::getRobin Appelman2012-09-221-1/+7
* | Merge branch 'master' into filesystemRobin Appelman2012-09-22645-9293/+20725
|\|
| * Sanitize download URLLukas Reschke2012-09-221-3/+3
| * Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
| * Sanitize user inputLukas Reschke2012-09-221-2/+2