Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some documentation of include/auth.php. | Klaus Weidenbach | 2014-10-05 | 1 | -53/+74 |
| | |||||
* | and provide a strong hint by showing the errant account_flags | friendica | 2014-09-09 | 1 | -5/+5 |
| | |||||
* | in case somebody has problems and does an update to try and fix it, put ↵ | friendica | 2014-09-09 | 1 | -0/+13 |
| | | | | something in the logs to show what's happening. | ||||
* | paranoia tweaks | friendica | 2014-07-21 | 1 | -2/+6 |
| | |||||
* | add more control to auth paranoia setting | friendica | 2014-07-20 | 1 | -4/+27 |
| | |||||
* | doco | friendica | 2014-07-10 | 1 | -1/+7 |
| | |||||
* | finish implementing email verification. Currently it only applies if ↵ | friendica | 2014-07-09 | 1 | -1/+6 |
| | | | | REGISTER_OPEN is in effect. | ||||
* | log IP mis-matches even if paranoia isn't set. | friendica | 2014-05-11 | 1 | -7/+8 |
| | |||||
* | This should resolve the dav authentication loop (correctly) | friendica | 2014-02-22 | 1 | -6/+15 |
| | |||||
* | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵ | friendica | 2014-02-18 | 1 | -1/+1 |
| | | | | able to successfully authenticate (but is not necessarily in this network). | ||||
* | some more snakebite and fix up include/account - forgot about that inline ↵ | friendica | 2014-02-18 | 1 | -4/+4 |
| | | | | array stuff | ||||
* | operation snakebite continued. openid now works for local accounts using the ↵ | friendica | 2014-02-17 | 1 | -0/+10 |
| | | | | rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet. | ||||
* | use profile photo on vcard before reverting to xchan photo | friendica | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Log failed auth to it's own file so fail2ban doesn't have to parse MB of text | Thomas Willingham | 2014-01-15 | 1 | -2/+15 |
| | |||||
* | on successful magic-auth, put remote_service_class and remote_hub into the ↵ | friendica | 2013-12-03 | 1 | -0/+2 |
| | | | | session | ||||
* | doc - complete hook list, still need detailed functional descriptions with ↵ | friendica | 2013-10-18 | 1 | -1/+2 |
| | | | | parameters and examples for each | ||||
* | More mobile theme fixes | Christian Vogeley | 2013-08-31 | 1 | -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* ↵ | friendica | 2013-08-15 | 1 | -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 ↵ | friendica | 2013-07-22 | 1 | -0/+15 |
| | | | | (array), become superuser. Literally. Full control. Untested. | ||||
* | move new_cookie() to the session driver so we can use it for other purposes ↵ | friendica | 2013-05-23 | 1 | -10/+0 |
| | | | | besides "normal" web login (for instance magic auth) | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 1 | -0/+2 |
| | | | | exists | ||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 1 | -2/+2 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | now we're into the minor nitty fixes | friendica | 2013-01-21 | 1 | -3/+3 |
| | |||||
* | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 1 | -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 Friendica | friendica | 2013-01-04 | 1 | -41/+57 |
| | |||||
* | upstream fixes | friendica | 2012-10-21 | 1 | -20/+0 |
| | |||||
* | updates | friendica | 2012-09-09 | 1 | -2/+1 |
| | |||||
* | Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵ | friendica | 2012-08-27 | 1 | -23/+33 |
| | | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different. | ||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -37/+44 |
| | |||||
* | handle multiple underscores in D* links | friendica | 2012-05-26 | 1 | -0/+2 |
| | |||||
* | clear submanage, etc from session on logout | friendica | 2012-05-22 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -1/+5 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | catch OpenID login errors in cases when the OpenID server does not answers | Tobias Diekershoff | 2012-03-30 | 1 | -1/+5 |
|/ | |||||
* | add IP address to failed login log message | friendica | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | Merge pull request #150 from fabrixxm/master | friendica | 2012-03-19 | 1 | -1/+1 |
|\ | | | | | Add "logging_out" hook | ||||
| * | add 'loggin_out' hook | Fabio Comuni | 2012-03-12 | 1 | -1/+1 |
| | | |||||
* | | refactor openid logins/registrations | friendica | 2012-03-19 | 1 | -25/+4 |
|/ | |||||
* | sql typo in auto-friend with D* | friendica | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | modularise successful authentication | friendica | 2012-01-12 | 1 | -93/+5 |
| | |||||
* | works on login form | Fabio Comuni | 2011-10-17 | 1 | -6/+7 |
| | |||||
* | account expiration structures | Friendika | 2011-09-18 | 1 | -2/+2 |
| | |||||
* | missing salmon key? report it. | Friendika | 2011-08-24 | 1 | -2/+4 |
| | |||||
* | some more zot changes migrating back to f9a mainline | Friendika | 2011-08-01 | 1 | -6/+6 |
| | |||||
* | new member page | Friendika | 2011-06-03 | 1 | -0/+13 |
| | |||||
* | Merge branch 'fabrixxm-master' | Friendika | 2011-05-23 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: boot.php | ||||
| * | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 1 | -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 login | Friendika | 2011-05-23 | 1 | -1/+3 |
|/ | |||||
* | bug #70 - error messages on group deletion, warning cleanup | Friendika | 2011-05-15 | 1 | -1/+1 |
| |