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
2019-09-10Remove aria labelJochen
2019-09-09Added name as fallback, in case label is not setJochen
2019-09-09Add null coalesce for label and style attributeJochen
2019-09-09Add aria labelJochen
2019-09-06Optimize responsiveness, remove primary classJochen
2019-09-05Prevent undefined for $login['style']Jochen
2019-09-05Move "Log in with" label to "sociallogin" appJochen
2019-09-03Add more space between form and alternate loginJochen
2019-09-02Add more space to buttonsyJochen
2019-08-26Move alternative login above standard login, optimize alignmentochorocho
2019-05-29Vueify the login pageChristoph Wurst
2019-05-07Create a login bundle for login page scriptsChristoph Wurst
2019-03-06Change login error message to "wrong username or password" (fixes #14460)Felix Ableitner
2019-02-06Do not load bundled jstimezonedetectRoeland Jago Douma
2018-10-30added possibility to disable autocomplete in login formRayn0r
2018-07-21Implements handling for deactivated usersMichael Weimann
2018-04-18Fix form labels and main landmark on log in pageJan-Christoph Borchardt
2018-04-06Always remember meRoeland Jago Douma
2018-03-14Remove "Alternative logins" title on login pageMorris Jobke
2018-03-08Update login.phprakekniven
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-15Fix wordingRoeland Jago Douma
2018-01-15Display message when connection is throttled on logi pageRoeland Jago Douma
2018-01-11made small changes to login screenRobert Pirritano
2017-12-28Hide stay logged in checkbox when flow authentication is usedJulius Härtl
2017-11-05Fix template order and animationJohn Molakvoæ (skjnldsv)
2017-11-03Fix variable nameJan-Christoph Borchardt
2017-11-02Add some JS to hide and show elements for password resetJan-Christoph Borchardt
2017-11-02Directly show Forgot password link, fix #6808Jan-Christoph Borchardt
2017-08-03Replace loading icon GIF with pure CSS loading iconDaniel Calviño Sánchez
2017-03-24Merge login JSLukas Reschke
2017-03-18Fix value of attribute "autocapitalize"Michael Letzgus
2017-01-11always allow remembered loginChristoph Wurst
2016-12-08Save the timezone on login againJoas Schilling
2016-10-28Move away from OC_L10NRoeland Jago Douma
2016-10-17finish up layout of log in page, postpone forgot password link for laterJan-Christoph Borchardt
2016-10-11update styles of log inJan-Christoph Borchardt
2016-10-06fix log in button layoutJan-Christoph Borchardt
2016-10-06bring back dedicated log in button to make log in more usableJan-Christoph Borchardt
2016-08-31Add attribute “tabindex” to login form (fixes #1110)coderkun
2016-08-01Shake the login fields if password is wrongMorris Jobke
2016-07-01remove svg classesHendrik Leppelsack
2016-05-24Allow opening the password reset link in a new window when its a URLJoas Schilling
2016-05-11token based authChristoph Wurst
2016-05-02Allow login by email addressThomas Müller
2016-04-15Rename `username` to `loginName`Lukas Reschke
2016-04-15Move login form into controllerLukas Reschke
2016-04-06Use proper shortcut methods in templatesMorris Jobke
2016-04-04core: Fix typos (found by codespell)Stefan Weil
2016-02-10refactoring codeVincent Chan