Bart Visscher
|
5539b9e843
|
Use the namespaced variation of the classname.
|
12 years ago |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
12 years ago |
kondou
|
9c5416fe4a
|
Clean up \OC\Util
- Use camelCase
- Add some phpdoc
- Fix some indents
- Use some more spacing
|
12 years ago |
Myles McNamara
|
f5d23c469d
|
use getName instead of getTitle
|
12 years ago |
Myles McNamara
|
74a264e82e
|
fix syntax error
accidentally had ; included, and changed concatenating
|
12 years ago |
Myles McNamara
|
8edc0f210b
|
use theme name and title for password reset
password reset email uses owncloud, updated to use theme settings
|
12 years ago |
Björn Schießle
|
99008ace36
|
fixed enghlish sentence, thanks to @MTGap
|
12 years ago |
Björn Schießle
|
7f6a9e8fef
|
fix lost password page, don't show checkbox is encryption is not enabled
|
12 years ago |
Björn Schießle
|
58fd76607b
|
print a warning if a user wants to reset his password and encryption is enabled
|
12 years ago |
Florin Peter
|
3c100af132
|
revert changes to fbbc76f281 because master is very unstable right now
|
12 years ago |
kondou
|
6f5501bbc8
|
Fis syntax error and add user icon.
|
12 years ago |
kondou
|
1e2efdddc9
|
Oneliners, <br>, proper errors & print_unescaped()
|
12 years ago |
kondou
|
0d3afadab2
|
Don't split translation lines
|
12 years ago |
kondou
|
06dfc95122
|
Fix syntax error.
|
12 years ago |
kondou
|
f1bcf6ef02
|
Improve the password reset screen.
Fixing #2752
|
12 years ago |
Jan-Christoph Borchardt
|
07dee24cb2
|
explicitly add empty placeholder to inputs which use infield labels, fix #2049
|
12 years ago |
Brice Maron
|
4f4e81d3d2
|
Add message when trouble sending email ref #1799
|
12 years ago |
Michael Gapczynski
|
394cebc90f
|
Remove echo from lost password page
|
12 years ago |
Randolph Carter
|
d2828bab07
|
fixes default email sender address
|
12 years ago |
Bart Visscher
|
fecfeac55d
|
Fix introduced style errors
|
13 years ago |
Felix Moeller
|
2d61f03452
|
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
|
13 years ago |
Bart Visscher
|
a8d0f84829
|
Resetting the password should also invalidate the token login cookies
|
13 years ago |
Bart Visscher
|
0a614429af
|
Change the lostpassword flow to a controller
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Lukas Reschke
|
99cd922b82
|
Doublehash the token to prevent timing attacks
|
13 years ago |
Lukas Reschke
|
ef57e9294b
|
Fallback for systems without openssl
|
13 years ago |
Lukas Reschke
|
36f1c9b083
|
rand() + uniqid() are not from cryptographic quality
|
13 years ago |
Lukas Reschke
|
f5fe95a131
|
Removed sectoken
This token is completly useless since an attacker can easily extract it
from the page.
|
13 years ago |
Bart Visscher
|
22d22d19c0
|
Do urlencoding in linkTo functions
|
13 years ago |
Thomas Müller
|
9e5807d1f9
|
fixing syntax error - sorry for that
|
13 years ago |
Thomas Müller
|
6d358c051f
|
Update core/lostpassword/templates/email.php
respect coding style
|
13 years ago |
Thomas Müller
|
97e4647ad5
|
Update core/lostpassword/resetpassword.php
|
13 years ago |
Thomas Müller
|
395ea2a028
|
Update core/lostpassword/index.php
respect coding style
|
13 years ago |
Bart Visscher
|
5153b8b293
|
Add url-params to url with new parameter in linkTo function
|
13 years ago |
Bjoern Schiessle
|
680eed6bac
|
fix for bug #1295, don't escape password reset link
|
13 years ago |
Bjoern Schiessle
|
48ee265170
|
urlencode link fort password reset (bug #970)
|
13 years ago |
Bjoern Schiessle
|
b9d5f510c3
|
urlencode link fort password reset (bug #970)
|
13 years ago |
Michael Gapczynski
|
d28e0f4d5b
|
Remove old internal mail call for password reset, fixes bug oc-934
Conflicts:
core/lostpassword/index.php
|
13 years ago |
Michael Gapczynski
|
3c3a2b9b27
|
Remove old internal mail call for password reset, fixes bug oc-934
|
13 years ago |
Frank Karlitschek
|
d4ea853fcf
|
use our own serverHost call so that ownCloud works with reverse proxy servers
|
13 years ago |
Frank Karlitschek
|
5d425a9f79
|
use our own serverHost call so that ownCloud works with reverse proxy servers
|
13 years ago |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Frank Karlitschek
|
6bdefef31e
|
csrf protection
|
13 years ago |
Frank Karlitschek
|
2fbc92bd4b
|
new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
|
13 years ago |
Georg Ehrke
|
3fb91a7411
|
restore require once command for non app files
|
13 years ago |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
13 years ago |
Robin Appelman
|
b1bcc60d83
|
reuse OC_L10N objects
|
13 years ago |
Tom Needham
|
85f9869f69
|
Make the token really random
|
13 years ago |
Tom Needham
|
95c2ac5d58
|
Dont typecast variables as integers
|
13 years ago |
Georg Ehrke
|
03120959e9
|
add a proper email address for lostpassword service - bugfix for oc-178
|
13 years ago |