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
2018-05-23Don't use special chars to avoid confusionRoeland Jago Douma
2018-05-22Fix translation bug on lost password pageRémy Jacquin
2018-02-26don't try login with the same name that just failedArthur Schiwon
2018-01-09Use correct L10N files for jsconfigRoeland Jago Douma
2018-01-04never translate login names when requiring with a user idArthur Schiwon
2017-11-08Theming: theme flow redirection pageJulius Härtl
2017-09-06Fix undefined index oauthStateMorris Jobke
2017-09-05Merge setMetaData into constructorJoas Schilling
2017-08-30Inject \OCP\IURLGenerator to make tests workLukas Reschke
2017-08-30Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke
2017-08-28Also for reset passwordJoas Schilling
2017-05-18Add tests for ClientFlowLoginControllerLukas Reschke
2017-05-18Add OAuth state to sessionLukas Reschke
2017-05-18use name of oauth app to identify auth tokenBjoern Schiessle
2017-05-18show error page if no valid client identifier is given and if it is not a API...Bjoern Schiessle
2017-05-18Remove special charactersLukas Reschke
2017-05-18Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke
2017-05-11Disable the API endpoints as wellJoas Schilling
2017-05-11Disable reset password link. Issue: #27440Ujjwal Bhardwaj
2017-05-10Automatic injection for CssControllerJoas Schilling
2017-05-10Automatic injection for JsControllerJoas Schilling
2017-05-04Update login flow redirectionMario Danic
2017-05-02Handle more error casesMorris Jobke
2017-04-26add contactsmenu popoverGeorg Ehrke
2017-04-26Merge branch 'master' into contactsmenuJan-Christoph Borchardt
2017-04-25Let apps register contact menu provider via info.xmlChristoph Wurst
2017-04-25Contacts menuChristoph Wurst
2017-04-25AppToken to 72 charsRoeland Jago Douma
2017-04-25Do not remove the state token to earlyRoeland Jago Douma
2017-04-25Add new auth flowLukas Reschke
2017-04-25Fix remember redirect_url on failed login attemptsChristoph Wurst
2017-04-24Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling
2017-04-24Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-...Lukas Reschke
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-22Add rate limit to TOTP solve challenge controllerLukas Reschke
2017-04-19Rename renderHTML to renderHtmlMorris Jobke
2017-04-14Adjust existing bruteforce protection codeLukas Reschke
2017-04-14Make BruteForceProtection annotation more cleverLukas Reschke
2017-04-13Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke
2017-04-13Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke
2017-04-13Add support for ratelimiting via annotationsLukas Reschke
2017-04-13Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-loginMorris Jobke
2017-04-12Update email template for lost password emailMorris Jobke
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2017-04-07Dont create a log entry on email loginJoas Schilling
2017-04-06do login routine only once when done via LoginControllerArthur Schiwon
2017-04-06fix login controller testsArthur Schiwon
2017-04-05Merge pull request #4123 from nextcloud/allow-password-reset-with-emailRoeland Jago Douma
2017-03-29Fix gzip files for SafariMorris Jobke