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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-08-18Stop if there is no encrypted tokenDaniel Kesselberg
2019-07-31Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma
2019-07-31Move actual password reset to vueJulius Härtl
2019-07-27Use proper exception in lostControllerRoeland Jago Douma
2019-07-09Return first value from $usersDaniel Kesselberg
2019-01-29Clean pending 2FA authentication on password resetRoeland Jago Douma
2019-01-15Generic message on password resetRoeland Jago Douma
2018-09-13Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz
2018-08-31Change password expiration time from 12h to 7dMorris Jobke
2018-08-19Enable password reset for user with same email address when only one is activeDaniel Kesselberg
2018-08-15only warn about data lose on password reset if per-user keys are usedBjoern Schiessle
2018-06-21prefill userid for login after password resetRobin Appelman
2018-05-20Fix translation bug on lost password pageRémy Jacquin
2018-02-15Fix existing usagesJoas Schilling
2018-01-03never translate login names when requiring with a user idArthur Schiwon
2017-11-06Update license headersMorris Jobke
2017-10-18Set the data from the templateJoas Schilling
2017-10-18Set the subject with the email template to allow themingJoas Schilling
2017-09-04Merge setMetaData into constructorJoas Schilling
2017-08-24Also for reset passwordJoas Schilling
2017-08-18No password reset for disabled usersJoas Schilling
2017-07-24Cleanup legacy user class from unused methodsMorris Jobke
2017-05-11Disable the API endpoints as wellJoas Schilling
2017-04-24Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling
2017-04-23Remove unused use statementsMorris Jobke
2017-04-22Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke
2017-04-19Rename renderHTML to renderHtmlMorris Jobke
2017-04-14Adjust existing bruteforce protection codeLukas Reschke
2017-04-13Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke
2017-04-13Add support for ratelimiting via annotationsLukas Reschke
2017-04-12Update email template for lost password emailMorris Jobke
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2017-03-28Allow to reset the password with the email as an inputJoas Schilling
2017-01-19add brute force protection to password reset to make it harder to guess user ...Bjoern Schiessle
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-12-08fix password reset if encryption is enabledBjoern Schiessle
2016-11-03[WIP] Use mail for encrypting the password reset token as wellLukas Reschke
2016-09-30Use magic DI for core controllersJoas Schilling
2016-08-29Minor cleanup in core ControllersRoeland Jago Douma
2016-08-23Move the reset token to core appJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-15Use the themed Defaults everywhereJoas Schilling