Roland Häder
e1f3661645
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
884f44ce94
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
6a8a36f12d
More usage of dbm::is_result($r) instead of count($r):
- count() returns very different results and never a boolean (not even false on
error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
done in PHP because of its lazyness. But it is discouraged if it comes to
more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Haeder
3e701b90ac
Continued rewriting:
- use dba::is_result() everywhere (where I found the old, bad way)
- converted some spaces -> tabs for code
- converted some CRLF -> LF as mixures of both is not good
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Michael Vogel
f6deae08ba
Code redesign and comments
5 years ago
Michael Vogel
6065fca243
Minor session stuff
5 years ago
Michael Vogel
38ae4f0326
We now work with a hash to avoid cookie manipulation
5 years ago
Michael Vogel
af8b3b1fb7
"Remember Me" should work now but needs more fine tuning
5 years ago
Michael Vogel
da7040efd4
Improved "remember me" functionality
5 years ago
Michael Vogel
b43638f8ee
"remember me" in session does work now
5 years ago
Michael Vogel
18aa43e6f6
Code redesign and comments
5 years ago
Michael Vogel
2c75a0fefc
Minor session stuff
5 years ago
Michael Vogel
8c2a4fe02a
We now work with a hash to avoid cookie manipulation
5 years ago
Michael Vogel
a214fc798a
"Remember Me" should work now but needs more fine tuning
5 years ago
Michael Vogel
b4369d51f5
Improved "remember me" functionality
5 years ago
Michael Vogel
952f8514a5
"remember me" in session does work now
5 years ago
Michael Vogel
5b94c4fe41
Yes is no and no is yes ...
5 years ago
Michael Vogel
61956e1098
There is now a config value for the session management to not use the database
5 years ago
Zach Prezkuta
f0f8d0f687
delete cookie on browser close after logout
8 years ago
Zach Prezkuta
ac164cfca8
refresh login time every 12 hours for 'Remember me'
9 years ago
Zach Prezkuta
e116712bf5
add ability to remember logged in user after browser closes
9 years ago
zottel
7de5c7ebe1
Changes to make contacts delete all content from the user when a user is deleted.
NOTE: I didn't add "AND account_removed = 0" to facebook.php because I don't
have a clone of the addons repository. Please someone do that for me. Thanks.
Please check carefully. I tested locally on my server, but not with other
servers.
9 years ago
friendica
02251f23df
undefined fn: init_groups_visitor in mod_profile, rev update
9 years ago
Zach Prezkuta
77529ccdf1
allow individual choice of mobile themes
9 years ago
friendica
08941d4285
handle multiple underscores in D* links
9 years ago
friendica
b43b680802
clear submanage, etc from session on logout
9 years ago
Tobias Diekershoff
17c908973f
catch OpenID login errors in cases when the OpenID server does not answers
9 years ago
friendica
5a5aadb743
add IP address to failed login log message
9 years ago
friendica
9e133d6412
refactor openid logins/registrations
9 years ago
Fabio Comuni
c30342e2f7
add 'loggin_out' hook
9 years ago
Tobias Diekershoff
6cbd765e1f
Revert "OpenID: display error msg if ID URL used to register an account does not exist"
This reverts commit 3c16850383
.
9 years ago
Tobias Diekershoff
3c16850383
OpenID: display error msg if ID URL used to register an account does not exist
9 years ago
friendica
ada2a555dc
sql typo in auto-friend with D*
9 years ago
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
9 years ago
friendica
4b6990e1ff
modularise successful authentication
9 years ago
Fabio Comuni
de44072172
works on login form
10 years ago
Friendika
5b3f645939
account expiration structures
10 years ago
Friendika
8f6ae2b660
missing salmon key? report it.
10 years ago
Friendika
2637831d90
some more zot changes migrating back to f9a mainline
10 years ago
Friendika
00c548cc8f
new member page
10 years ago
Friendika
3e6180183b
improved browser language detect, set user language on login
10 years ago
Fabio Comuni
e1107b55c6
add info() function. Works like notice() but show messages in a div with class info-message.
update code to use info() instead of notice() when appropriate (non-error message)
add info-message class style in themes
10 years ago
Friendika
730322ee5f
bug #70 - error messages on group deletion, warning cleanup
10 years ago
Friendika
a5e0190f23
missing self photo on remote site comment boxes
10 years ago
Friendika
a0e7d8fa00
redirect to profile photo upload on very first login
10 years ago
Friendika
377f991ac5
switch identities to manage pages
10 years ago
Friendika
5bfb0ba4c2
birthday notifications working
10 years ago
Friendika
fd9b506c2f
Add sample external authentication plugin (ldap)
10 years ago
Friendika
c217e9da34
add authentication plugin hooks
10 years ago
Friendika
f60f82727f
register/login timestamps
10 years ago