aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security/TrustedDomainHelper.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+3
* Refactors lib/private/Security.Faraz Samapoor2023-09-211-9/+3
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Check style updateCarl Schwan2022-01-131-1/+1
* Add an OCP for trusted domain helperJoas Schilling2021-10-281-13/+19
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Make Security module strictJ0WI2021-04-191-2/+5
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Move overwritehost check to isTrustedDomainJulius Härtl2019-12-071-0/+5
* Update license headersChristoph Wurst2019-12-051-1/+2
* make TrustedDomainHelper case insensitiveJohannes Koenig2019-10-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-2/+2
* Fix othersJoas Schilling2016-07-211-1/+3
* Disallow certain malformed domain names even if they match the trusted domain...Johannes Ernst2016-07-061-3/+6
* Trusted domain wildcard checking made shorter, supporting multiple *Johannes Ernst2016-07-061-32/+8
* Duh, no 'next' in PHP.Johannes Ernst2016-07-061-2/+2
* Allow wildcard * to be used in trusted domains, to support setups where no re...Johannes Ernst2016-07-051-2/+30
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Security to PSR-4Roeland Jago Douma2016-04-141-0/+90