Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 11 | -10/+12 |
* | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
* | 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 | 4 | -18/+148 |
* | Merge pull request #8504 from owncloud/cors-middleware | Bernhard Posselt | 2014-05-11 | 2 | -0/+78 |
|\ | |||||
| * | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 |
| * | add cors middleware | Bernhard Posselt | 2014-05-09 | 2 | -0/+79 |
* | | 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 |
* | | | | 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 | 1 | -94/+95 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use 'boolean' as type instead of 'bool' | Bart Visscher | 2014-05-07 | 1 | -21/+21 |
| * | | Typo | Bart Visscher | 2014-05-06 | 1 | -1/+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 | 61 | -861/+1073 |
| |\ \ | |||||
| * | | | Fix PHPdoc in OC\Share\Share and OCP\Share | Bart Visscher | 2014-04-15 | 1 | -87/+88 |
* | | | | Merge pull request #8488 from owncloud/sabre-notfoundloglevel | Lukas Reschke | 2014-05-07 | 1 | -2/+15 |
|\ \ \ \ | |||||
| * | | | | Some expected Sabre exceptions are now logged with DEBUG level | Vincent Petry | 2014-05-07 | 1 | -2/+15 |
* | | | | | Merge pull request #8223 from owncloud/fix_linkToPublic | Vincent Petry | 2014-05-07 | 1 | -5/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Also fix linkToAbsolute | Thomas Tanghus | 2014-04-16 | 1 | -3/+7 |
| * | | | | | Fix linkToPublic. Refs #8218 | Thomas Tanghus | 2014-04-15 | 1 | -2/+6 |
* | | | | | | Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uri | Vincent Petry | 2014-05-06 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Send URI instead of filepath to NGINX for X-Accel | josh4trunks | 2014-04-03 | 1 | -1/+4 |
* | | | | | | | Merge pull request #8459 from owncloud/fix-getUserFolder | Morris Jobke | 2014-05-05 | 1 | -2/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix getUserFolder() of server container | Morris Jobke | 2014-05-05 | 1 | -2/+10 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Dont create borders around previews when scaling up is disabled | Robin Appelman | 2014-05-05 | 1 | -1/+1 |
* | | | | | | | Merge pull request #8386 from owncloud/fix_6946_master | Vincent Petry | 2014-05-05 | 6 | -64/+39 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 6 | -64/+39 |
* | | | | | | | Merge pull request #8407 from owncloud/scale-pics-on-public-sharing-master | Thomas Müller | 2014-05-05 | 6 | -22/+48 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Images on public sharing get downscaled to increase use experience - this wil... | Thomas Müller | 2014-05-02 | 6 | -22/+48 |
* | | | | | | | | Fix PHP Doc and use readable variable name | Lukas Reschke | 2014-05-04 | 1 | -6/+6 |
* | | | | | | | | Does also take int or string | Lukas Reschke | 2014-05-04 | 1 | -1/+1 |
* | | | | | | | | Fix typo | Lukas Reschke | 2014-05-04 | 1 | -2/+2 |
* | | | | | | | | Merge pull request #8023 from flyser/master | Morris Jobke | 2014-05-03 | 2 | -3/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix setting the max-upload-size for really large values. | Fabian Henze | 2014-04-03 | 2 | -3/+27 |
* | | | | | | | | | Merge pull request #8171 from owncloud/fix-import | Bernhard Posselt | 2014-05-02 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | add class Pimple to autloader | Thomas Müller | 2014-04-28 | 1 | -3/+0 |
| * | | | | | | | | | be nice and use a relative import so people can use the class without firing ... | Bernhard Posselt | 2014-04-12 | 1 | -1/+1 |