summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-2222-3683/+0
* Move logout to controllerLukas Reschke2016-04-181-1/+1
* Move login form into controllerLukas Reschke2016-04-151-3/+6
* lib: Fix typos (found by codespell)Stefan Weil2016-04-074-5/+5
* Add magical regex to catch browsersLukas Reschke2016-03-241-0/+8
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-0/+3
* Fix warning in request.phpRoeland Jago Douma2016-03-231-1/+8
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-1/+2
* Add activities for commentsJoas Schilling2016-02-051-0/+4
* Add activities when a tag is (un-)assignedJoas Schilling2016-02-021-0/+4
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-282-6/+41
* [Share 2.0] Add getShareManager to OCP\IServerContainerRoeland Jago Douma2016-01-271-0/+4
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-19/+11
* Merge pull request #21719 from owncloud/move-notification-api-to-ocpThomas Müller2016-01-221-0/+4
|\
| * Allow automatic injection of the ManagerJoas Schilling2016-01-221-0/+4
* | Introduce CredentialsManager for storage of credentials in DBRobin McCorkell2016-01-181-0/+4
* | Introduce IDBConnection::setValues()Robin McCorkell2016-01-181-0/+15
|/
* Happy new year!Thomas Müller2016-01-1222-30/+44
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Add 'OCP\Files\IMimeTypeDetector' to DI containerRoeland Jago Douma2016-01-071-0/+4
* prefer scalar type hints over phpdoc annotationBernhard Posselt2015-12-241-10/+12
* Register app containers in the OC containerJoas Schilling2015-12-181-0/+4
* Merge pull request #21135 from owncloud/add-polyfillThomas Müller2015-12-111-1/+1
|\
| * Use PHP polyfillsLukas Reschke2015-12-111-1/+1
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-1/+0
|/
* Add type descriptionLukas Reschke2015-12-081-0/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-2/+0
* Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a...Thomas Müller2015-12-037-37/+178
|\
| * Show error templateLukas Reschke2015-11-307-37/+178
* | Allow DI for OCP\Files\IMimeTypeDetectorJoas Schilling2015-12-011-0/+4
* | Allow DI the system tag stuff without Application classJoas Schilling2015-11-301-0/+8
|/
* Merge pull request #20782 from mitar/better-httpsThomas Müller2015-11-271-1/+2
|\
| * Also allow empty value for no-HTTPS.Mitar2015-11-271-1/+2
* | Add full interface of server container as aliasMorris Jobke2015-11-261-0/+1
|/
* also match ie11 with Request::USER_AGENT_IERobin Appelman2015-11-221-1/+1
* Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-0/+3
* Move index.php from files to AppFrameworkLukas Reschke2015-11-161-0/+4
* Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-051-0/+9
* Use getHttpProtocol instead of $_SERVERLukas Reschke2015-10-302-5/+5
* Update license headersLukas Reschke2015-10-263-2/+3
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-11/+4
* Provide IAppContainer as dependency injectionMorris Jobke2015-10-201-0/+4
* 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
|/ /