summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mt_rand() is not secure from a cryptographic point of view, let's use openssl...Lukas Reschke2012-09-291-1/+2
* Removed sectokenLukas Reschke2012-09-292-8/+1
* mt_rand() is not secure from a security point of view and predictable. Let's ...Lukas Reschke2012-09-291-1/+3
* [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
|\
| * Fix to preserve backward compatibility for apps creating static links contain...Christian Reiner2012-09-281-0/+8
| * 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 de...Björn Schießle2012-09-282-2/+10
* | | move back to "lastmodified" property since "getlastmodified" is protected by ...Björn Schießle2012-09-281-5/+3
| |/ |/|
* | [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 fr...Björn Schießle2012-09-261-0/+2
* prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle2012-09-261-4/+6
* 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
| * Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
* | - take webdav namespace for properties into accountBjörn Schießle2012-09-261-2/+2
|/
* 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-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 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
* | 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 settin...Arthur Schiwon2012-09-191-1/+1
* [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
* Only try to delete migration.db if it was created.Tom Needham2012-09-181-8/+11