Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 4 | -11/+11 | |
| * | | | | | | | | | Harden issubdirectory() | Lukas Reschke | 2014-05-11 | 1 | -1/+13 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #8540 from owncloud/fix-undefined | Morris Jobke | 2014-05-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | $owner is not defined here | Lukas Reschke | 2014-05-11 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 41 | -177/+684 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
| * | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | 4 | -2/+33 | |
| * | | | | | | | | | | 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 | 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 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 | |
| * | | | | | | | | | add cors middleware | Bernhard Posselt | 2014-05-09 | 9 | -5/+322 | |
* | | | | | | | | | | [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 | Jörn Friedrich Dreyer | 2014-05-09 | 1 | -45/+61 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-10 | 91 | -178/+15473 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #7546 from owncloud/no_freaking_tag_dupes | Lukas Reschke | 2014-05-09 | 2 | -22/+33 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Yet another cleanup | Thomas Tanghus | 2014-03-05 | 2 | -22/+33 | |
* | | | | | | | | | Merge pull request #8496 from owncloud/fix-folder-icon | Jan-Christoph Borchardt | 2014-05-09 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix folder icon (file had a big background rectangle before) | Jan-Christoph Borchardt | 2014-05-07 | 1 | -5/+4 |