aboutsummaryrefslogtreecommitdiffstats
path: root/mod/openid.php
Commit message (Collapse)AuthorAgeFilesLines
* fix third-party zid'sfriendica2014-03-041-0/+2
|
* minor stuff, some doco, auth cleanup, and make "unknown" more translateable ↵friendica2014-02-221-0/+1
| | | | by context.
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-8/+60
| | | | able to successfully authenticate (but is not necessarily in this network).
* some more snakebite and fix up include/account - forgot about that inline ↵friendica2014-02-181-14/+37
| | | | array stuff
* edit bookmarksfriendica2014-02-181-1/+1
|
* remove the exit clausefriendica2014-02-171-6/+0
|
* snakebite, cont. magic-auth via openid is now possible, with the caveat that ↵friendica2014-02-171-2/+20
| | | | one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
* operation snakebite continued. openid now works for local accounts using the ↵friendica2014-02-171-0/+101
| | | | 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.
* trim a bit of fatfriendica2012-08-291-96/+0
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* cleanup after openid refactoringfriendica2012-03-191-1/+6
|
* refactor openid logins/registrationsfriendica2012-03-191-51/+55
|
* some openid fixes, use identity url from openid server and normalise it.friendica2012-03-191-1/+8
|
* 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-51/+5
|
* account expiration structuresFriendika2011-09-181-1/+1
|
* missing salmon key? report it.Friendika2011-08-241-1/+2
|
* some more zot changes migrating back to f9a mainlineFriendika2011-08-011-5/+5
|
* 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/+5
|/
* redirect to profile photo upload on very first loginFriendika2011-04-231-1/+10
|
* update source stringsfabrixxm2011-03-111-1/+1
|
* switch identities to manage pagesFriendika2011-03-011-2/+10
|
* birthday notifications workingFriendika2011-01-131-1/+4
|
* register/login timestampsFriendika2010-12-161-0/+5
|
* localise login template, allow openid to be disabledFriendika2010-11-281-0/+4
|
* use optional openid photo for registration - if suppliedFriendika2010-11-231-0/+9
|
* openid registrationFriendika2010-11-171-0/+31
|
* openid logins workingFriendika2010-11-171-0/+52