Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove legacy aka deprecated code: OC_Cache_FileGlobalGC | Thomas Müller | 2014-05-12 | 1 | -4/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 28 | -98/+89 |
| | |||||
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 5 | -17/+7 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 5 | -421/+6 |
| | |||||
* | Merge pull request #8041 from owncloud/files-sortcolumns | Vincent Petry | 2014-05-12 | 12 | -74/+507 |
|\ | | | | | File list sorting by clicking on column headers | ||||
| * | Clear selection on reload (when changing sort) | Vincent Petry | 2014-04-29 | 2 | -2/+9 |
| | | |||||
| * | typos, indentation and remove of unused code | Thomas Müller | 2014-04-28 | 3 | -7/+7 |
| | | |||||
| * | html input tag has no closing tag | Thomas Müller | 2014-04-28 | 1 | -2/+3 |
| | | |||||
| * | $RUNTIME_APPTYPES is no longer used - left over from pre OC4 | Thomas Müller | 2014-04-28 | 1 | -5/+0 |
| | | |||||
| * | Added unit test in files app for sort function in helper class | Vincent Petry | 2014-04-28 | 2 | -6/+113 |
| | | | | | | | | | | Added unit test for the Helper class in the files app that tests the different sort orders. | ||||
| * | Set default sort of trashbin to timestamp descending | Vincent Petry | 2014-04-28 | 2 | -4/+2 |
| | | |||||
| * | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 10 | -57/+382 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-12 | 40 | -218/+295 |
| | | |||||
* | | Merge pull request #8541 from owncloud/hardenIsSubDirectory | Morris Jobke | 2014-05-12 | 4 | -12/+24 |
|\ \ | | | | | | | Harden issubdirectory() | ||||
| * | | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 4 | -11/+11 |
| | | | |||||
| * | | 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 #8540 from owncloud/fix-undefined | Morris Jobke | 2014-05-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | $owner is not defined here | ||||
| * | | | $owner is not defined here | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
| |/ / | | | | | | | Fixes https://github.com/owncloud/core/issues/8539 | ||||
* | | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 41 | -177/+684 |
|\ \ \ | | | | | | | | | Better appframework controllers | ||||
| * | | | use new controllermethodreflector for corsmiddleware | Bernhard Posselt | 2014-05-11 | 3 | -11/+27 |
| | | | | |||||
| * | | | 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 | 38 | -40/+42 |
| | | | | |||||
| * | | | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 4 | -19/+19 |
| | | | | |||||
| * | | | 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 | 3 | -7/+4 |
| | | | | | | | | | | | | | | | | 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 | 12 | -105/+585 |
| | | | | |||||
* | | | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 11 | -0/+1421 |
|\ \ \ \ | | | | | | | | | | | 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 | 4 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | at all | ||||
| * | | | | fix phpdoc for entities | Bernhard Posselt | 2014-04-20 | 2 | -4/+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 | 8 | -10/+28 |
| | | | | | |||||
| * | | | | remove unusued variable | Bernhard Posselt | 2014-04-19 | 1 | -6/+0 |
| | | | | | |||||
| * | | | | remove unusued variable | Bernhard Posselt | 2014-04-19 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fix doc strings for db facade | Bernhard Posselt | 2014-04-19 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | fix scrutinizer issues | Bernhard Posselt | 2014-04-19 | 3 | -12/+27 |
| | | | | | |||||
| * | | | | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 10 | -0/+1360 |
| | | | | | |||||
* | | | | | Merge pull request #8518 from owncloud/multiselect-width-fix | Morris Jobke | 2014-05-11 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | reduce multiselect max-width from 400 to 200px to not take too much space | ||||
| * | | | | reduce multiselect max-width from 400 to 200px to not take too much space | Jan-Christoph Borchardt | 2014-05-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #8504 from owncloud/cors-middleware | Bernhard Posselt | 2014-05-11 | 9 | -5/+321 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add cors middleware | ||||
| * | | | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | add cors middleware | Bernhard Posselt | 2014-05-09 | 9 | -5/+322 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 396 | -1387/+1421 |
| | | | | | |||||
* | | | | | Merge pull request #8520 from owncloud/jslint_polishing_in_file_upload | Lukas Reschke | 2014-05-10 | 1 | -45/+61 |
|\ \ \ \ \ | | | | | | | | | | | | | polish jslint for files-upload.js | ||||
| * | | | | | polish jslint for files-upload.js | Jörn Friedrich Dreyer | 2014-05-09 | 1 | -45/+61 |
| | |/ / / | |/| | | |