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
2013-10-29fix lost password screen - reuse available CSS rulesMorris Jobke
2013-10-29Fixing the lost Password ScreenJulian Müller
2013-10-29Fixing the Lost Password ScreenJulian Müller
2013-09-04Merge branch 'master' into rename-lostpassword-controllerThomas Müller
2013-09-02Use the namespaced variation of the classname.Bart Visscher
2013-08-20Merge branch 'master' into clean_up_utilkondou
2013-08-18Add _many_ newlines at the end of fileskondou
2013-08-15Clean up \OC\Utilkondou
2013-08-09use getName instead of getTitleMyles McNamara
2013-08-04fix syntax errorMyles McNamara
2013-08-03use theme name and title for password resetMyles McNamara
2013-06-19fixed enghlish sentence, thanks to @MTGapBjörn Schießle
2013-06-19fix lost password page, don't show checkbox is encryption is not enabledBjörn Schießle
2013-06-05print a warning if a user wants to reset his password and encryption is enabledBjörn Schießle
2013-04-24Fis syntax error and add user icon.kondou
2013-04-23Oneliners, <br>, proper errors & print_unescaped()kondou
2013-04-23Don't split translation lineskondou
2013-04-23Fix syntax error.kondou
2013-04-23Improve the password reset screen.kondou
2013-03-05explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt
2013-02-21Add message when trouble sending email ref #1799Brice Maron
2013-01-04Remove echo from lost password pageMichael Gapczynski
2012-12-19fixes default email sender addressRandolph Carter
2012-10-27Fix introduced style errorsBart Visscher
2012-10-17Resetting the password should also invalidate the token login cookiesBart Visscher
2012-10-17Change the lostpassword flow to a controllerBart Visscher
2012-10-14Doublehash the token to prevent timing attacksLukas Reschke
2012-09-29Fallback for systems without opensslLukas Reschke
2012-09-29rand() + uniqid() are not from cryptographic qualityLukas Reschke
2012-09-29Removed sectokenLukas Reschke
2012-09-29Do urlencoding in linkTo functionsBart Visscher
2012-09-04fixing syntax error - sorry for thatThomas Müller
2012-09-04Update core/lostpassword/templates/email.phpThomas Müller
2012-09-04Update core/lostpassword/resetpassword.phpThomas Müller
2012-09-04Update core/lostpassword/index.phpThomas Müller
2012-09-03Add url-params to url with new parameter in linkTo functionBart Visscher
2012-07-27fix for bug #1295, don't escape password reset linkBjoern Schiessle
2012-06-13urlencode link fort password reset (bug #970)Bjoern Schiessle
2012-06-07Remove old internal mail call for password reset, fixes bug oc-934Michael Gapczynski
2012-05-31use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek
2012-05-26update copyrightFrank Karlitschek
2012-04-26csrf protectionFrank Karlitschek
2012-04-20new OC_Mail class to handle all mail sending. The benefit is that is way mor ...Frank Karlitschek
2012-04-14reuse OC_L10N objectsRobin Appelman
2012-04-04Make the token really randomTom Needham
2012-04-04Dont typecast variables as integersTom Needham
2012-03-19add a proper email address for lostpassword service - bugfix for oc-178Georg Ehrke
2012-02-18Use separate function to make absolute urlsBart Visscher
2011-12-19Use correct appid for lostpassword email preferenceBart Visscher
2011-10-03Move lostpassword to core dirBart Visscher