summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* fix IE8 user agent detectionMorris Jobke2015-10-091-0/+1
* Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-1/+3
|\
| * Prevent warning decoding contentRobin McCorkell2015-09-141-1/+3
* | Merge pull request #19607 from owncloud/use-urlThomas Müller2015-10-082-4/+14
|\ \
| * | Use `/` if installed in main folderLukas Reschke2015-10-062-4/+14
* | | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+21
|/ /
* | deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* | update licence headers via scriptMorris Jobke2015-10-055-3/+6
* | return '' instead of falseJörn Friedrich Dreyer2015-09-231-1/+1
* | Fix type hint errors in the container and the interfaceJoas Schilling2015-09-231-2/+2
|/
* make resolve public to avoid boiler plate codeBernhard Posselt2015-09-131-1/+1
* Properly return 304Roeland Jago Douma2015-09-011-1/+1
* Decode request content only on getContentRobin McCorkell2015-08-311-34/+49
* Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-261-0/+9
|\
| * add method to check if we're inside a transactionRobin Appelman2015-08-101-0/+9
* | Add mitigation against BREACHLukas Reschke2015-08-141-1/+21
* | Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller2015-08-121-0/+10
|\ \
| * | Sanitize class names before registerService/queryRobin McCorkell2015-07-301-0/+10
| |/
* | Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell2015-08-112-1/+2
|\ \
| * | add test for factoriesBernhard Posselt2015-07-252-1/+2
| |/
* | Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR'Robin McCorkell2015-08-101-1/+4
* | Use DIRoeland Jago Douma2015-08-101-0/+14
* | Add \OCP\ISession to AppFrameworkRobin McCorkell2015-08-071-0/+4
* | Remove "use" statementLukas Reschke2015-08-051-2/+1
* | Use StringUtils::equals on CSRF token and add unit testsLukas Reschke2015-08-041-5/+4
|/
* Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller2015-07-242-50/+41
|\
| * add registerAlias method to shorcut interface registrationBernhard Posselt2015-07-182-50/+41
* | Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-211-9/+0
* | Add unit tests and automatic quotingJoas Schilling2015-07-211-2/+2
* | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-211-0/+18
* | Return proper status code in case of a CORS exceptionLukas Reschke2015-07-202-11/+40
|/
* Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-1/+2
* Merge pull request #17078 from owncloud/fix-initial-server-hostMorris Jobke2015-07-011-6/+5
|\
| * Fix undefined offsetLukas Reschke2015-06-221-6/+5
* | update license headers and authorsMorris Jobke2015-06-254-1/+4
* | Allow multiple whitespace in type hints in AppFrameworkRobin McCorkell2015-06-201-1/+1
|/
* disallow cookie auth for cors requestsBernhard Posselt2015-05-222-7/+47
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* Check return value of OC_App::getAppPath() and verify info.xml exists.Andreas Fischer2015-05-061-11/+14
* add aliases to pascal case constructor paramters to make it possible to auto ...Bernhard Posselt2015-04-291-0/+11
* Merge pull request #15735 from owncloud/fix-visibilityMorris Jobke2015-04-202-3/+3
|\
| * Fix visibility of public API methodsJoas Schilling2015-04-202-3/+3
* | Remove unused variablesMorris Jobke2015-04-181-2/+1
|/
* Update license headersJenkins for ownCloud2015-03-2618-208/+275
* Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-161-0/+1
* Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-111-16/+8
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-2/+2
* Let users configure security headers in their WebserverLukas Reschke2015-03-022-2/+2
* AppFramework StreamResponseBernhard Posselt2015-02-274-17/+108
* Revert "Updating license headers"Morris Jobke2015-02-2617-245/+230