summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* The mtime in the file cache has to be updated after version rollback (copy ↵Björn Schießle2012-09-261-0/+2
| | | | from outside of the regular files root) (fixes bug #1720)
* prepare server for move of property name "lastmodified" to "getlastmodified" ↵Björn Schießle2012-09-261-4/+6
| | | | | | according to RFC4918. Depreciated const can be removed after sync client update and release
* Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-263-8/+34
|\
| * Fix unsetting share expiration dateMichael Gapczynski2012-09-261-2/+6
| |
| * Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski2012-09-251-5/+10
| |
| * Add OC_Files::searchByMime functionBart Visscher2012-09-251-1/+18
| | | | | | | | Include shared files in result
| * Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
| | | | | | | | Thanks to mETz
* | - take webdav namespace for properties into accountBjörn Schießle2012-09-261-2/+2
|/ | | | - change update routine to add the namesapce to all stored properties
* backwards compat to older xcache versions, don't fail when trying to clear ↵Arthur Schiwon2012-09-251-0/+6
| | | | cache by prefix
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-251-0/+28
|
* Fix getting individual shared file informationBart Visscher2012-09-241-1/+2
|
* use file instead of dir in search provider file fix result urlsJörn Friedrich Dreyer2012-09-241-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-242-1/+30
|
* 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
|
* Sanitize user inputLukas Reschke2012-09-221-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-221-0/+25
|
* Merge pull request #17 from scambra/4.5-l10n-fixesThomas Müller2012-09-211-1/+2
|\ | | | | Fix some untranslated strings
| * fix translation for core/lostpasswordscambra2012-09-211-1/+2
| |
* | Catch exceptions when updating an appBart Visscher2012-09-211-1/+7
| |
* | Fix undefined user var, use getUserBart Visscher2012-09-211-1/+1
| |
* | Forgot to return the fileinfoBart Visscher2012-09-212-1/+2
| |
* | Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-212-3/+33
| | | | | | | | This adds getFileInfo to OC_Files to also get fileinfo from shared files
* | use AL32UTF8 charset to connect to oracle, fixes file name encoding problemsJörn Friedrich Dreyer2012-09-201-0/+1
| |
* | escape user column in OC_FileCache::clearJörn Friedrich Dreyer2012-09-201-1/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-202-2/+32
|
* db indexes for appconfig and preferencesRobin Appelman2012-09-201-1/+1
|
* Catch unreadable app folder errorBrice Maron2012-09-191-1/+4
|
* beta 4v4.5.0beta4Frank Karlitschek2012-09-191-2/+2
|
* set configuvalue in table appconfig back to clob. Likely to break LDAP ↵Arthur Schiwon2012-09-191-1/+1
| | | | settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-192-0/+56
|
* Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-182-4/+57
| | | | Otherwise the file cache and the quota isn't checked
* Only try to delete migration.db if it was created.Tom Needham2012-09-181-8/+11
|
* Allow exporting of users from any user backend, fixed oc-1645Tom Needham2012-09-181-10/+4
|
* Added failsafes for retrieving remote apps on settings->apps page, in case ↵Sam Tuke2012-09-182-3/+16
| | | | categories or app data are not found
* don't interpret strpos '0' as 'false' in while loopBjörn Schießle2012-09-181-1/+1
|
* Merge branch 'master' of https://github.com/owncloud/coreSam Tuke2012-09-1814-93/+162
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-182-2/+30
| |
| * fix problem with quota proxy when using copyRobin Appelman2012-09-171-2/+6
| |
| * dont trigger filesystem hooks when not using the default viewRobin Appelman2012-09-171-72/+84
| |
| * Check format of chunked filenameBart Visscher2012-09-171-0/+3
| |
| * Fix return statementBart Visscher2012-09-171-1/+1
| |
| * Normalize path before calling removeETagPropertyForPathBart Visscher2012-09-171-0/+1
| | | | | | | | This should also fix the dirname problem on windows
| * Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-171-0/+1
| |\
| | * use user name as db name for oracle connection made with service nameJörn Friedrich Dreyer2012-09-171-0/+1
| | |
| * | add leading '?' to parameter list (fixes bug #1732)Björn Schießle2012-09-171-2/+5
| |/
| * i just learned that we also have to check if directories are readable. it ↵Frank Karlitschek2012-09-161-3/+3
| | | | | | | | seams that is_readable also checks for 'x' right.
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-151-3/+3
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-141-1/+3
| |
| * Check if categories is an array.Thomas Tanghus2012-09-131-1/+4
| |