summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-022-4/+4
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* fix create folder and upload file issue on win, fixes oc-1747, solution ↵Arthur Schiwon2012-10-021-2/+2
| | | | follows suggestion from bug tracker
* We can't rely on the assumption that if the matching target is from the same ↵Björn Schießle2012-10-021-10/+30
| | | | | | | | | owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa
* Search: fix Notice and thus broken search with activiated error reportingArthur Schiwon2012-10-011-1/+5
|
* update the filecache by setting mtimes to 0 when the mount configuration has ↵Robin Appelman2012-09-303-4/+18
| | | | changed instead of clearing the cache
* fix updating the filecache for when contents of a folder has changedRobin Appelman2012-09-301-5/+8
|
* fix mimetype detection using the 'file' command in some edge casesRobin Appelman2012-09-301-0/+1
|
* reload the current url when login in instead of always redirecting to the ↵Robin Appelman2012-09-301-1/+2
| | | | default app (oc-1873)
* Fix a typoLukas Reschke2012-09-301-1/+1
|
* Fallback for systems without opensslLukas Reschke2012-09-292-6/+29
|
* mt_rand() is not secure from a cryptographic point of view, let's use ↵Lukas Reschke2012-09-291-1/+2
| | | | openssl_random_pseudo_bytes() here
* Removed sectokenLukas Reschke2012-09-292-8/+1
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* mt_rand() is not secure from a security point of view and predictable. Let's ↵Lukas Reschke2012-09-291-1/+3
| | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-291-0/+24
|
* Do urlencoding in linkTo functionsBart Visscher2012-09-284-3/+6
|
* Fix syntax error in removeETagHookBart Visscher2012-09-281-5/+5
|
* urlencode filename in search result, fixes problems with & in nameBart Visscher2012-09-281-0/+1
|
* Simplify generating file search resultsBart Visscher2012-09-281-8/+14
|
* Merge pull request #19 from arkascha/masterLukas Reschke2012-09-283-10/+30
|\ | | | | Reimplementation of CSRF protection strategy
| * Fix to preserve backward compatibility for apps creating static links ↵Christian Reiner2012-09-281-0/+8
| | | | | | | | containing the request token (currently the contacts app and maybe some 3rd party implementations)
| * Merge branch 'master' of git://github.com/owncloud/coreChristian Reiner2012-09-282-4/+4
| |\
| * | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-283-16/+28
| | |
* | | etag has to be removed after version rollback to enable the sync client to ↵Björn Schießle2012-09-282-2/+10
| | | | | | | | | | | | detect the changes (bug #1829)
* | | move back to "lastmodified" property since "getlastmodified" is protected by ↵Björn Schießle2012-09-281-5/+3
| |/ |/| | | | | webdav
* | [tx-robot] updated from transifexJenkins for ownCloud2012-09-281-2/+2
| |
* | some more sane column sizes for appconfig and preferencesRobin Appelman2012-09-271-1/+1
| |
* | RC 1v4.5.0RC1Frank Karlitschek2012-09-271-2/+2
|/
* 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