Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-29Shuffle before validatingenh/shuffle-before-validationAnna Larch
2022-05-12Use max() function for more compact code!Vincent Petry
2022-05-12Fix old typo in lengthVincent Petry
2022-05-12Fix password generationVincent Petry
2021-05-25Merge pull request #148 from nextcloud/enh/default_hipb_checkv22.0.0beta2Morris Jobke
2021-05-25Fix code style Morris Jobke
2021-05-25Disable HIPB if the server has no internet connectionLukas Reschke
2021-05-21Set default password policy length to 10Roeland Jago Douma
2021-04-12By default enable HIBP checkRoeland Jago Douma
2021-03-30Fix testsJohn Molakvoæ (skjnldsv)
2021-03-25Settings in vueJonas Rittershofer
2021-03-17Run CS-FixJonas Rittershofer
2021-02-17Check all password requirements in one attemptJoas Schilling
2020-07-09Drop legacy eventMorris Jobke
2020-07-09Use IBootstrap for the app bootstrapMorris Jobke
2020-05-04Ignore when disabledv19.0.0beta7v19.0.0RC1Roeland Jago Douma
2020-04-28Else wrong user/password attempts generate an exceptionRoeland Jago Douma
2020-04-27Do not return from voidRoeland Jago Douma
2020-04-24Disable account after failed login attemptsRoeland Jago Douma
2020-04-09expiration should be effective for local backends only.Arthur Schiwon
2020-04-09switch to BeforeUserLoggedInEventArthur Schiwon
2020-04-07password expiration supportArthur Schiwon
2020-04-02test against password history, if configuredArthur Schiwon
2020-03-07Add support for HIBP paddingRoeland Jago Douma
2019-11-27Listen for legacy events as wellChristoph Wurst
2019-11-19Use typed eventsChristoph Wurst
2019-08-30Do not return in void functionRoeland Jago Douma
2019-08-27Better readabilityRoeland Jago Douma
2019-08-27Better loggingRoeland Jago Douma
2019-08-27Update testsRoeland Jago Douma
2019-08-27Split all the validatorsRoeland Jago Douma
2019-07-27Expose API endpoints in the capabilities for clients to useRoeland Jago Douma
2019-07-27Add OCS API for the password policyRoeland Jago Douma
2018-04-04Max 10 iterations to generate a passwordRoeland Jago Douma
2018-03-19Add listenerRoeland Jago Douma
2018-03-19Shuffle the stringRoeland Jago Douma
2018-03-19Add generatorRoeland Jago Douma
2018-02-26Make the app strictRoeland Jago Douma
2018-02-26Allo to check against haveibeenpwned.com password listRoeland Jago Douma
2017-07-11Spelling: "$message" too, and amongAllan Nordhøy
2017-07-10Spelling: Password needsAllan Nordhøy
2017-04-13add capabilitiesBjoern Schiessle
2017-04-12Make app more lazyRoeland Jago Douma
2017-04-12Move settings over to ISettingsRoeland Jago Douma
2017-04-10Follow nist password length recommendationsRoeland Jago Douma
2016-08-09Change default minimal password length to 6 charsRoeland Jago Douma
2016-06-27Use more data for the passwords listLukas Reschke
2016-06-27Merge pull request #4 from nextcloud/make-10-the-minimum-defaultLukas Reschke
2016-06-27Add more testsLukas Reschke
2016-06-27Make 10 characters the minimum default passwordLukas Reschke