Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 2 | -11/+1 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -415/+0 |
| | |||||
* | [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 |
|\ | | | | | Harden issubdirectory() | ||||
| * | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 3 | -7/+7 |
| | | |||||
| * | Harden issubdirectory() | Lukas Reschke | 2014-05-11 | 1 | -1/+13 |
| | | | | | | | | realpath() may return false in case the directory does not exist since we can not be sure how different PHP versions may behave here we do an additional check whether realpath returned false | ||||
* | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 22 | -46/+289 |
|\ \ | | | | | | | Better appframework controllers | ||||
| * | | 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 |
| | | | | | | | | | | | | not limit x-www-form-urlencoded to POST | ||||
| * | | 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 |
|\ \ \ | |/ / |/| | | Port database layer from appframework to core | ||||
| * | | 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 ↵ | Bernhard Posselt | 2014-04-23 | 2 | -1/+9 |
| | | | | | | | | | | | | at all | ||||
| * | | 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 |
|\ \ \ | |_|/ |/| | | Add cors middleware | ||||
| * | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 |
| | | | |||||
| * | | add cors middleware | Bernhard Posselt | 2014-05-09 | 5 | -2/+187 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove methodannotationreader namespace fix namespace for server container fix tests fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request remove uneeded local in cors middleware registratio dont uppercase cors to easily use it from routes fix indention comment fixes explicitely set allow credentials header to false dont depend on better controllers PR, fix that stuff later split cors methods to be in a seperate controller for exposing apis remove protected definitions from apicontroller since controller has it | ||||
* | | | [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 |
|\ \ \ | | | | | | | | | Tags cleanup | ||||
| * | | | 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 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Be more strict in checking the resultCode of memcached hasKey function * owncloud/fix-memcached-hasKey: Memcached hasKey should test for success, the get can fail for other reasons. | ||||
| * | | | | Memcached hasKey should test for success, the get can fail for other reasons. | Bart Visscher | 2014-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | One of the other failures is no running server. | ||||
* | | | | | [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 sharing of ext storage mount points | ||||
| * | | | | Fix getPathById for Oracle | Vincent Petry | 2014-05-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added extra code to handle the case of Oracle which saves empty strings as null values. | ||||
* | | | | | Merge pull request #8493 from ↵ | Andreas Fischer | 2014-05-08 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/we-certainly-don't-want-type-juggling-on-that Use strict type comparison * owncloud/we-certainly-don't-want-type-juggling-on-that: Use strict type comparison | ||||
| * | | | | Use strict type comparison | Lukas Reschke | 2014-05-07 | 1 | -2/+2 |
| |/ / / | | | | | | | | | We certainly don't want to have type juggling on that. | ||||
* | | | | Merge pull request #8221 from owncloud/type-hinting-sharing | Vincent Petry | 2014-05-08 | 2 | -166/+166 |
|\ \ \ \ | |/ / / |/| | | | Type hinting fixes for sharing | ||||
| * | | | 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 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/share/file.php apps/files_sharing/tests/api.php lib/private/share/share.php | ||||
| * | | | | 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 |