summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-0630-3583/+0
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-221-1/+1
* lib: Fix typos (found by codespell)Stefan Weil2016-04-074-5/+5
* Add better messages for sometimes obscure exceptionsBernhard Posselt2016-04-041-2/+27
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-013-3/+0
* Update author informationLukas Reschke2016-03-014-2/+4
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-1/+1
* Fix more thingsJoas Schilling2016-02-191-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-191-0/+1
* set correct http status codev1r0x2016-02-181-1/+1
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-283-323/+401
* Happy new year!Thomas Müller2016-01-1229-29/+29
* Update license headersLukas Reschke2015-10-264-2/+4
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-1/+7
* Use `/` if installed in main folderLukas Reschke2015-10-061-2/+2
* update licence headers via scriptMorris Jobke2015-10-055-0/+5
* Add blob: scheme to default CSP policyLukas Reschke2015-09-291-0/+1
* Encode HTML tags in JSONLukas Reschke2015-09-031-1/+1
* Cleanup OCS codeLukas Reschke2015-08-141-2/+0
* With V2 we should ensure that the status codes are kept in syncThomas Müller2015-08-131-1/+1
* Merge pull request #18096 from sualko/patch-1Morris Jobke2015-08-101-0/+1
|\
| * add data: to allowed image domainssualko2015-08-051-0/+1
* | Use DIRoeland Jago Douma2015-08-101-0/+7
* | Fix unit test within OCSControllerThomas Müller2015-08-031-2/+1
* | Remove duplicate and unused codeThomas Müller2015-08-032-26/+10
|/
* Check if response could get generatedLukas Reschke2015-07-021-2/+9
* update license headers and authorsMorris Jobke2015-06-256-1/+5
* Fix missing @since tags in OCPMorris Jobke2015-06-194-0/+14
* Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
* Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke2015-05-201-2/+110
* Add version to @deprecated tagsMorris Jobke2015-04-193-20/+18
* fix wrong variable names in PHPDocMorris Jobke2015-04-182-4/+4
* Merge pull request #15679 from owncloud/fix-private-member-accessThomas Müller2015-04-171-2/+2
|\
| * Fix private member access of parent class in ocsresponseMorris Jobke2015-04-161-2/+2
* | Add @since tags to all methods in public namespaceMorris Jobke2015-04-1628-13/+187
|/
* Update license headersJenkins for ownCloud2015-03-2627-304/+383
* Properly catch whether a share is `null`Lukas Reschke2015-03-241-0/+43
* If the execute method on the mapper receives an assoc array, it binds by valu...Bernhard Posselt2015-03-191-19/+36
* also use backwards compatible method for mapperBernhard Posselt2015-03-181-1/+6
* fix backwards compatibility for mapper execute methodBernhard Posselt2015-03-181-2/+11
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-0/+77
* Merge pull request #14534 from owncloud/add-child-srcThomas Müller2015-03-101-0/+17
|\
| * Add support for 'child-src' directiveLukas Reschke2015-02-281-0/+17
* | Fix PHPDocLukas Reschke2015-03-042-2/+2
|/
* AppFramework StreamResponseBernhard Posselt2015-02-273-0/+133
* Revert "Updating license headers"Morris Jobke2015-02-2624-314/+378
* use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-251-6/+10
* migrate to IDBConnectionBernhard Posselt2015-02-251-6/+8
* Updating license headersJenkins for ownCloud2015-02-2324-378/+314
* Merge pull request #13777 from owncloud/close-cursorLukas Reschke2015-02-201-21/+28
|\