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
2021-10-23add check isFairUseOfFreePushService on loginVitor Mattos
2021-07-01Deprecate RedirectToDefaultAppResponseDaniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-03-24Fix more controller tests in Core subdirVincent Petry
2020-04-10Fix absolute redirectJohn Molakvoæ (skjnldsv)
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-30Send Clear-Site-Data expect for ChromeDaniel Kesselberg
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-07-09Don't send executionContexts for Clear-Site-DataDaniel Kesselberg
2019-05-29Vueify the login pageChristoph Wurst
2019-05-07Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst
2019-01-23Honor remember_login_cookie_lifetimeRoeland Jago Douma
2018-10-30adapted automated test for autocomplete changesRayn0r
2018-10-15Remove cookies from Clear-Site-Data HeaderPatrick Conrad
2018-08-08Fix login redirection if only one 2FA provider is activeChristoph Wurst
2018-07-21Adds disabled user unit testsMichael Weimann
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-04-06Fix testsRoeland Jago Douma
2018-01-15Fix testsRoeland Jago Douma
2017-12-28Hide stay logged in checkbox when flow authentication is usedJulius Härtl
2017-09-04Fix broken testsMorris Jobke
2017-08-09Fix LoginControllerRoeland Jago Douma
2017-07-27Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke
2017-06-20Add Clear-Site-Data headerLukas Reschke
2017-04-25Fix remember redirect_url on failed login attemptsChristoph Wurst
2017-04-14Make BruteForceProtection annotation more cleverLukas Reschke
2017-04-13Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris 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-02-02oc_token should be nc_tokenChristoph Wurst
2017-01-11always allow remembered loginChristoph Wurst
2016-12-08Save the timezone on login againJoas Schilling
2016-11-02bring back remember-meChristoph Wurst
2016-08-29redirect to 2fa provider if there's only one active for the userChristoph Wurst
2016-08-23Move the reset token to core appJoas Schilling
2016-08-23Remove "password reset token" after successful loginJoas Schilling
2016-08-15Use generated URLLukas Reschke
2016-08-15Fix tests for LoginControllerLukas Reschke
2016-08-15Don't use create mockLukas Reschke
2016-08-11Use createMock instead of deprecated getMockLukas Reschke
2016-08-11Redirect users when already logged-in on login formLukas Reschke
2016-07-21Mitigate race conditionLukas Reschke
2016-07-20Implement brute force protectionLukas Reschke
2016-06-09Do not leak the login name - fixes #25047Thomas Müller
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst