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
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
2017-03-28Allow to gzip CSS/JS filesRoeland Jago Douma
2017-03-28Allow to reset the password with the email as an inputJoas Schilling
2017-03-24[PoC] JS CombinerRoeland Jago Douma
2017-02-15Merge pull request #2606 from temparus/masterblizzz
2017-02-09Merge pull request #3362 from nextcloud/fix/nc-token-cookie-nameJoas Schilling
2017-02-07Update license headerSandro Lutz
2017-02-07Merge remote-tracking branch 'nextcloud/master'Sandro Lutz
2017-02-07Add missing use statement for PublicEmitterSandro Lutz
2017-02-02oc_token should be nc_tokenChristoph Wurst
2017-02-01Fix typo for UserManager variableSandro Lutz
2017-02-01Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz
2017-02-01Change where preLogin hook gets calledSandro Lutz
2017-02-01Remove preLoginValidation hookSandro Lutz
2017-02-01Fix indentationSandro Lutz
2017-02-01Add preLoginValidation hookSandro Lutz
2017-02-01Fix public page css fallback loadingJohn Molakvoæ (skjnldsv)
2017-01-31Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke