summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-122-1/+4
* Merge pull request #8541 from owncloud/hardenIsSubDirectoryMorris Jobke2014-05-123-8/+20
|\
| * Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-113-7/+7
| * Harden issubdirectory()Lukas Reschke2014-05-111-1/+13
* | Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1222-46/+289
|\ \
| * | use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-112-6/+12
| * | Fix typoBernhard Posselt2014-05-111-1/+1
| * | Fix method signatureBernhard Posselt2014-05-111-0/+2
| * | default to null to not fail if type is not annotated via phpdocBernhard Posselt2014-05-111-3/+7
| * | adjust license headers to new mail addressBernhard Posselt2014-05-1121-20/+22
| * | rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-112-13/+13
| * | add private property for reflector in security middlewareBernhard Posselt2014-05-111-0/+5
| * | fix broken ifBernhard Posselt2014-05-111-1/+1
| * | add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-111-5/+2
| * | add request to dispatcher classBernhard Posselt2014-05-111-1/+2
| * | implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-117-21/+247
* | | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-128-0/+740
|\ \ \ | |/ / |/| |
| * | Make db connection protectedBernhard Posselt2014-05-111-1/+1
| * | dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+9
| * | Fix typo & add typeLukas Reschke2014-04-201-4/+4
| * | remove useless importBernhard Posselt2014-04-191-1/+0
| * | move db into iservercontainerBernhard Posselt2014-04-196-9/+25
| * | fix doc strings for db facadeBernhard Posselt2014-04-192-2/+2
| * | fix scrutinizer issuesBernhard Posselt2014-04-191-0/+4
| * | port database layer from appframework to coreBernhard Posselt2014-04-197-0/+713
* | | Merge pull request #8504 from owncloud/cors-middlewareBernhard Posselt2014-05-115-2/+186
|\ \ \ | |_|/ |/| |
| * | Fix method signatureBernhard Posselt2014-05-111-2/+1
| * | add cors middlewareBernhard Posselt2014-05-095-2/+187
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-111-0/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-105-0/+47
* | | Merge pull request #7546 from owncloud/no_freaking_tag_dupesLukas Reschke2014-05-091-21/+32
|\ \ \
| * | | Yet another cleanupThomas Tanghus2014-03-051-21/+32
* | | | Merge pull request #8512 from owncloud/fix-memcached-hasKeyAndreas Fischer2014-05-091-1/+1
|\ \ \ \
| * | | | Memcached hasKey should test for success, the get can fail for other reasons.Bart Visscher2014-05-081-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-091-0/+1
* | | | | Merge pull request #8499 from owncloud/shareextstoragemountpointfixVincent Petry2014-05-081-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix getPathById for OracleVincent Petry2014-05-081-0/+4
* | | | | Merge pull request #8493 from owncloud/we-certainly-don't-want-type-juggling-...Andreas Fischer2014-05-081-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use strict type comparisonLukas Reschke2014-05-071-2/+2
| |/ / /
* | | | Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-082-166/+166
|\ \ \ \ | |/ / / |/| | |
| * | | Use 'boolean' as type instead of 'bool'Bart Visscher2014-05-071-21/+21
| * | | TypoBart Visscher2014-05-061-1/+1
| * | | Correct return type for getFilePathBart Visscher2014-05-011-1/+1
| * | | Better documentation for isValidSource functionBart Visscher2014-05-011-4/+1
| * | | Some more params are optionalBart Visscher2014-05-011-3/+3
| * | | Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-2890-790/+1510
| |\ \ \
| * | | | Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher2014-04-152-155/+158
* | | | | Merge pull request #8488 from owncloud/sabre-notfoundloglevelLukas Reschke2014-05-072-6/+20
|\ \ \ \ \
| * | | | | Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-072-6/+20
* | | | | | Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-071-5/+13
|\ \ \ \ \ \