aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
Commit message (Collapse)AuthorAgeFilesLines
...
* More mobile theme fixesChristian Vogeley2013-08-311-0/+1
| | | | | | If user is logged in personal settings are used else use admin settings. Only show toggle link if there is something to switch between.
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-151-1/+1
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* remote control - if auth'd visitor is in config system remote_admins ↵friendica2013-07-221-0/+15
| | | | (array), become superuser. Literally. Full control. Untested.
* move new_cookie() to the session driver so we can use it for other purposes ↵friendica2013-05-231-10/+0
| | | | besides "normal" web login (for instance magic auth)
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-271-0/+2
| | | | exists
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-251-2/+2
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* now we're into the minor nitty fixesfriendica2013-01-211-3/+3
|
* magic auth - it's mostly done or at least all the code bits are written and ↵friendica2013-01-211-8/+13
| | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated.
* port "remember me" from Friendicafriendica2013-01-041-41/+57
|
* upstream fixesfriendica2012-10-211-20/+0
|
* updatesfriendica2012-09-091-2/+1
|
* Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵friendica2012-08-271-23/+33
| | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different.
* a few minor changesfriendica2012-08-261-37/+44
|
* handle multiple underscores in D* linksfriendica2012-05-261-0/+2
|
* clear submanage, etc from session on logoutfriendica2012-05-221-0/+7
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-1/+5
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * catch OpenID login errors in cases when the OpenID server does not answersTobias Diekershoff2012-03-301-1/+5
|/
* add IP address to failed login log messagefriendica2012-03-191-1/+2
|
* Merge pull request #150 from fabrixxm/masterfriendica2012-03-191-1/+1
|\ | | | | Add "logging_out" hook
| * add 'loggin_out' hookFabio Comuni2012-03-121-1/+1
| |
* | refactor openid logins/registrationsfriendica2012-03-191-25/+4
|/
* sql typo in auto-friend with D*friendica2012-02-151-1/+1
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* modularise successful authenticationfriendica2012-01-121-93/+5
|
* works on login formFabio Comuni2011-10-171-6/+7
|
* account expiration structuresFriendika2011-09-181-2/+2
|
* missing salmon key? report it.Friendika2011-08-241-2/+4
|
* some more zot changes migrating back to f9a mainlineFriendika2011-08-011-6/+6
|
* new member pageFriendika2011-06-031-0/+13
|
* Merge branch 'fabrixxm-master'Friendika2011-05-231-4/+4
|\ | | | | | | | | Conflicts: boot.php
| * add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-4/+4
| | | | | | | | | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* | improved browser language detect, set user language on loginFriendika2011-05-231-1/+3
|/
* bug #70 - error messages on group deletion, warning cleanupFriendika2011-05-151-1/+1
|
* missing self photo on remote site comment boxesFriendika2011-05-091-0/+9
|
* redirect to profile photo upload on very first loginFriendika2011-04-231-1/+11
|
* switch identities to manage pagesFriendika2011-03-011-1/+16
|
* birthday notifications workingFriendika2011-01-131-2/+8
|
* Add sample external authentication plugin (ldap)Friendika2010-12-271-15/+25
|
* add authentication plugin hooksFriendika2010-12-241-11/+34
|
* register/login timestampsFriendika2010-12-161-0/+4
|
* paranoid option to reduce session hijacking by enforcing an IP match on ↵Friendika2010-11-291-17/+26
| | | | session validation. This is not claimed to be a perfect solution to the problem by any stretch, it merely raises the bar on the script kiddies to the detriment of those whose dynamic IPs aren't long lived. For these reasons it is opt-in.
* localise login template, allow openid to be disabledFriendika2010-11-281-1/+3
|
* use optional openid photo for registration - if suppliedFriendika2010-11-231-1/+1
|
* salmon error handling issueFriendika2010-11-221-1/+1
|
* smooth a few rough edges of openidFriendika2010-11-181-15/+42
|
* openid logins workingFriendika2010-11-171-8/+22
|
* pull some template stringsFriendika2010-11-161-1/+10
|
* prevent redirect loop if an account is manually removed while logged inFriendika2010-11-151-0/+2
|
* ff account managerFriendika2010-11-111-0/+3
|