| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14776 from owncloud/fix-14629-master | Thomas Müller | 2015-03-16 | 1 | -0/+34 |
|\ |
|
| * | verify the file name length not to exceed 255 characters + verify path during... | Thomas Müller | 2015-03-12 | 1 | -0/+34 |
* | | Can also be null | Lukas Reschke | 2015-03-13 | 1 | -1/+1 |
|/ |
|
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 2 | -1/+78 |
* | Merge pull request #14346 from owncloud/storage-based-path-validation | Lukas Reschke | 2015-03-10 | 4 | -0/+84 |
|\ |
|
| * | no translation service in common storage class | Thomas Müller | 2015-03-09 | 2 | -0/+74 |
| * | deprecate isValidFileName() | Thomas Müller | 2015-03-09 | 1 | -0/+1 |
| * | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+9 |
* | | Merge pull request #14534 from owncloud/add-child-src | Thomas Müller | 2015-03-10 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Add support for 'child-src' directive | Lukas Reschke | 2015-02-28 | 1 | -0/+17 |
* | | Fix PHPDoc | Lukas Reschke | 2015-03-04 | 2 | -2/+2 |
* | | Fix the behaviour of getLanguageCode() to match the expectation of the name | Joas Schilling | 2015-03-03 | 1 | -9/+3 |
|/ |
|
* | Merge pull request #13616 from owncloud/streamresponse | Bernhard Posselt | 2015-02-27 | 3 | -0/+133 |
|\ |
|
| * | AppFramework StreamResponse | Bernhard Posselt | 2015-02-27 | 3 | -0/+133 |
* | | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 1 | -0/+18 |
|/ |
|
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 123 | -1887/+1652 |
|\ |
|
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 123 | -1887/+1652 |
* | | Merge pull request #14300 from owncloud/commandbus | Morris Jobke | 2015-02-26 | 3 | -0/+46 |
|\ \
| |/
|/| |
|
| * | Rename getAsyncCommandBus to getCommandBus | Robin Appelman | 2015-02-25 | 1 | -1/+1 |
| * | Allow apps to determine which commands should be run synchronous based on tra... | Robin Appelman | 2015-02-25 | 1 | -0/+7 |
| * | Add async command system to handle asynchronous operations | Robin Appelman | 2015-02-25 | 3 | -0/+39 |
* | | owncloud -> ownCloud | Thomas Müller | 2015-02-25 | 1 | -1/+1 |
* | | deprecate getters for deprecated class | Bernhard Posselt | 2015-02-25 | 1 | -1/+2 |
* | | use IDBConnection and close cursors after insert/update/delete | Bernhard Posselt | 2015-02-25 | 1 | -6/+10 |
* | | migrate to IDBConnection | Bernhard Posselt | 2015-02-25 | 2 | -7/+9 |
|/ |
|
* | Merge pull request #14195 from owncloud/activity-manager-performance-improvem... | Lukas Reschke | 2015-02-24 | 2 | -31/+31 |
|\ |
|
| * | Order methods to by grouped by their task | Joas Schilling | 2015-02-13 | 2 | -31/+31 |
* | | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -0/+17 |
|\ \ |
|
| * | | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 1 | -1/+1 |
| * | | Add getInstalledApps and getAppsForUser to the app manager | Robin Appelman | 2015-02-16 | 1 | -0/+17 |
* | | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 123 | -1652/+1887 |
* | | | Merge pull request #13777 from owncloud/close-cursor | Lukas Reschke | 2015-02-20 | 1 | -21/+28 |
|\ \ \ |
|
| * | | | ignore cursorclosing | Bernhard Posselt | 2015-01-29 | 1 | -21/+28 |
* | | | | Merge pull request #13989 from owncloud/enhancment/security/11857 | Clark Tomlinson | 2015-02-18 | 2 | -1/+270 |
|\ \ \ \ |
|
| * | | | | Rename to allowEval | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
| * | | | | Allow AppFramework applications to specify a custom CSP header | Lukas Reschke | 2015-02-16 | 2 | -1/+270 |
| | |_|/
| |/| | |
|
* | | | | Make scrutinizer happy | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
* | | | | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 2 | -4/+73 |
* | | | | Add visibility to interface to make scrutinizer 1 step happier | Joas Schilling | 2015-02-16 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | URLEncode logout attribute | Lukas Reschke | 2015-02-13 | 1 | -2/+3 |
|/ / |
|
* | | Deprecate `OC_JSON` and `OCP\JSON` | Lukas Reschke | 2015-02-12 | 1 | -106/+109 |
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 4 | -20/+20 |
|\ \ |
|
| * | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 4 | -20/+20 |
* | | | Merge pull request #13921 from owncloud/ocs-af | Vincent Petry | 2015-02-09 | 3 | -5/+207 |
|\ \ \ |
|
| * | | | fix license email | Bernhard Posselt | 2015-02-05 | 2 | -6/+6 |
| * | | | add a controller and reponse for ocs | Bernhard Posselt | 2015-02-05 | 2 | -0/+202 |
| | |/
| |/| |
|
* | | | Merge pull request #13973 from owncloud/enhancement/security/13366 | Lukas Reschke | 2015-02-09 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Respect `mod_unique_id` and refactor `OC_Request::getRequestId` | Lukas Reschke | 2015-02-09 | 1 | -0/+7 |
| |/ / |
|
* / / | Add a better way to check if an avatar exists for the user | Robin Appelman | 2015-02-03 | 1 | -0/+7 |
|/ / |
|
* | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 1 | -0/+2 |
|\ \ |
|