summaryrefslogtreecommitdiffstats
path: root/lib/public/IRequest.php
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-271-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make Request strictRoeland Jago Douma2018-02-221-20/+21
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* allow 'Nextcloud' in the user agent string of AndroidBjoern Schiessle2017-12-121-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Define constants for the talk user agentsJoas Schilling2017-10-241-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* bring back remember-meChristoph Wurst2016-11-021-1/+1
| | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix othersJoas Schilling2016-07-211-1/+3
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+18
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Copy the regexes to the public interfaceJoas Schilling2016-07-181-0/+14
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+245