summaryrefslogtreecommitdiffstats
path: root/lib/public/Security
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-2010-10/+0
* Add remote host validation APIChristoph Wurst2022-10-311-0/+51
* Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-281-0/+126
* Add an OCP for trusted domain helperJoas Schilling2021-10-281-0/+56
* Confirm mails only per POSTArthur Schiwon2021-09-091-0/+7
* add a job to clean up expired verification tokensArthur Schiwon2021-09-091-1/+1
* move verification token logic out of lost password controllerArthur Schiwon2021-09-092-0/+129
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-15/+6
* Make Security module strictJ0WI2021-04-192-4/+10
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-265-5/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-265-5/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+6
|/
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+30
* Add PHP doc for eventsMorris Jobke2020-08-102-0/+12
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-151-3/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Update license headersChristoph Wurst2019-12-059-13/+34
* Add typed events for password_policyChristoph Wurst2019-11-272-0/+101
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-122-0/+2
* Add feature policy headerRoeland Jago Douma2019-08-101-0/+52
* Add an event to edit the CSPRoeland Jago Douma2019-07-082-0/+54
* Remove deprecatred StringUtils classRoeland Jago Douma2019-05-281-49/+0
* Do not use spaces in generated passwordsMorris Jobke2019-04-151-1/+1
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-26/+0
* Throw exception if decryption failsRoeland Jago Douma2018-11-141-0/+1
* Make OCP\Security stricterRoeland Jago Douma2018-01-163-5/+8
* Fix testsRoeland Jago Douma2018-01-141-2/+1
* Strict ISecure randomRoeland Jago Douma2018-01-131-2/+4
* Adds type hinting for scalar types in ICrypto->decryptMorris Jobke2018-01-131-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-221-1/+1
* Increase device password entropy. Use lower- and upper-case characters and di...Fabrizio Steiner2017-05-081-0/+7
* Fix othersJoas Schilling2016-07-216-6/+12
* Update license headersLukas Reschke2016-05-265-5/+5
* Move \OCP\Security to PSR-4Roeland Jago Douma2016-05-186-0/+380