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
AgeCommit message (Collapse)Author
2022-09-22Add Nextcloud 25 support on masterupdate-master-versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-15Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-24Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-17Run CS-FixJonas Rittershofer
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-02-03Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Use IBootstrap for the app bootstrapMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-07Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-24Disable account after failed login attemptsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-28Merge pull request #92 from nextcloud/nc18-fixRobin Appelman
Fix NC18 deprecation
2020-01-20Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-19Fix NC18 deprecationzorn-v
In nextcloud 18 with enabled debug you'll get `App class OCA\\SocialLogin\\AppInfo\\Application is not setup via query() but directly` errors. Possibly direct instantiation will be removed in next NC versions Signed-off-by: zorn <zorn7@yandex.ru>
2019-09-05Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-27Add OCS API for the password policyRoeland Jago Douma
This allows clients to either obtain a valid password that is satisfied by the password policy rules. And it allows verification of given passwords against the rules. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-23Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-26Make the app strictRoeland Jago Douma
* Add typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-26Make app compliantRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-12Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-12Make app more lazyRoeland Jago Douma
* Created a real Application.php * Only query for all the required components when we receive the event - Saves always loading the l10n stuff for example * Use DI magic to resolve dependencies Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-12Move settings over to ISettingsRoeland Jago Douma
* Move to new and improved ISettings * Bump version * Moved to security section Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-13Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Update to 11Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-08-10fix casing of Password policy appMorris Jobke
2016-07-22Increase the version in masterJoas Schilling
2016-06-27Default enable the appLukas Reschke
In my opinion we should default enable generally useful features like this one, it also makes it easier for admins to see what features we do offer. The following policies will be enforced then: - Password has at least 10 characters - Password is not one of the 1,000,000 most used ones
2016-06-24validate passwordsBjoern Schiessle
2016-06-24password policy settingsBjoern Schiessle