Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-12 | 2 | -1/+4 |
* | Merge pull request #8541 from owncloud/hardenIsSubDirectory | Morris Jobke | 2014-05-12 | 3 | -8/+20 |
|\ | |||||
| * | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 3 | -7/+7 |
| * | Harden issubdirectory() | Lukas Reschke | 2014-05-11 | 1 | -1/+13 |
* | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 22 | -46/+289 |
|\ \ | |||||
| * | | use new controllermethodreflector for corsmiddleware | Bernhard Posselt | 2014-05-11 | 2 | -6/+12 |
| * | | Fix typo | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -0/+2 |
| * | | default to null to not fail if type is not annotated via phpdoc | Bernhard Posselt | 2014-05-11 | 1 | -3/+7 |
| * | | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 21 | -20/+22 |
| * | | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 2 | -13/+13 |
| * | | add private property for reflector in security middleware | Bernhard Posselt | 2014-05-11 | 1 | -0/+5 |
| * | | fix broken if | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | add test for not failing when adding more comments after type parameters, do ... | Bernhard Posselt | 2014-05-11 | 1 | -5/+2 |
| * | | add request to dispatcher class | Bernhard Posselt | 2014-05-11 | 1 | -1/+2 |
| * | | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 7 | -21/+247 |
* | | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 8 | -0/+740 |
|\ \ \ | |/ / |/| | | |||||
| * | | Make db connection protected | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | dont update entity and dont run an update query if an entity wasnt changed at... | Bernhard Posselt | 2014-04-23 | 2 | -1/+9 |
| * | | Fix typo & add type | Lukas Reschke | 2014-04-20 | 1 | -4/+4 |
| * | | remove useless import | Bernhard Posselt | 2014-04-19 | 1 | -1/+0 |
| * | | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 6 | -9/+25 |
| * | | fix doc strings for db facade | Bernhard Posselt | 2014-04-19 | 2 | -2/+2 |
| * | | fix scrutinizer issues | Bernhard Posselt | 2014-04-19 | 1 | -0/+4 |
| * | | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 7 | -0/+713 |
* | | | Merge pull request #8504 from owncloud/cors-middleware | Bernhard Posselt | 2014-05-11 | 5 | -2/+186 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 |
| * | | add cors middleware | Bernhard Posselt | 2014-05-09 | 5 | -2/+187 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-11 | 1 | -0/+2 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-10 | 5 | -0/+47 |
* | | | Merge pull request #7546 from owncloud/no_freaking_tag_dupes | Lukas Reschke | 2014-05-09 | 1 | -21/+32 |
|\ \ \ | |||||
| * | | | Yet another cleanup | Thomas Tanghus | 2014-03-05 | 1 | -21/+32 |
* | | | | Merge pull request #8512 from owncloud/fix-memcached-hasKey | Andreas Fischer | 2014-05-09 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Memcached hasKey should test for success, the get can fail for other reasons. | Bart Visscher | 2014-05-08 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-09 | 1 | -0/+1 |
* | | | | | Merge pull request #8499 from owncloud/shareextstoragemountpointfix | Vincent Petry | 2014-05-08 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix getPathById for Oracle | Vincent Petry | 2014-05-08 | 1 | -0/+4 |
* | | | | | Merge pull request #8493 from owncloud/we-certainly-don't-want-type-juggling-... | Andreas Fischer | 2014-05-08 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Use strict type comparison | Lukas Reschke | 2014-05-07 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #8221 from owncloud/type-hinting-sharing | Vincent Petry | 2014-05-08 | 2 | -166/+166 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Use 'boolean' as type instead of 'bool' | Bart Visscher | 2014-05-07 | 1 | -21/+21 |
| * | | | Typo | Bart Visscher | 2014-05-06 | 1 | -1/+1 |
| * | | | Correct return type for getFilePath | Bart Visscher | 2014-05-01 | 1 | -1/+1 |
| * | | | Better documentation for isValidSource function | Bart Visscher | 2014-05-01 | 1 | -4/+1 |
| * | | | Some more params are optional | Bart Visscher | 2014-05-01 | 1 | -3/+3 |
| * | | | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 90 | -790/+1510 |
| |\ \ \ | |||||
| * | | | | Fix PHPdoc in OC\Share\Share and OCP\Share | Bart Visscher | 2014-04-15 | 2 | -155/+158 |
* | | | | | Merge pull request #8488 from owncloud/sabre-notfoundloglevel | Lukas Reschke | 2014-05-07 | 2 | -6/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Some expected Sabre exceptions are now logged with DEBUG level | Vincent Petry | 2014-05-07 | 2 | -6/+20 |
* | | | | | | Merge pull request #8223 from owncloud/fix_linkToPublic | Vincent Petry | 2014-05-07 | 1 | -5/+13 |
|\ \ \ \ \ \ |