Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | missing self photo on remote site comment boxes | Friendika | 2011-05-09 | 1 | -0/+9 |
| | |||||
* | redirect to profile photo upload on very first login | Friendika | 2011-04-23 | 1 | -1/+11 |
| | |||||
* | switch identities to manage pages | Friendika | 2011-03-01 | 1 | -1/+16 |
| | |||||
* | birthday notifications working | Friendika | 2011-01-13 | 1 | -2/+8 |
| | |||||
* | Add sample external authentication plugin (ldap) | Friendika | 2010-12-27 | 1 | -15/+25 |
| | |||||
* | add authentication plugin hooks | Friendika | 2010-12-24 | 1 | -11/+34 |
| | |||||
* | register/login timestamps | Friendika | 2010-12-16 | 1 | -0/+4 |
| | |||||
* | paranoid option to reduce session hijacking by enforcing an IP match on ↵ | Friendika | 2010-11-29 | 1 | -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 disabled | Friendika | 2010-11-28 | 1 | -1/+3 |
| | |||||
* | use optional openid photo for registration - if supplied | Friendika | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | salmon error handling issue | Friendika | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | smooth a few rough edges of openid | Friendika | 2010-11-18 | 1 | -15/+42 |
| | |||||
* | openid logins working | Friendika | 2010-11-17 | 1 | -8/+22 |
| | |||||
* | pull some template strings | Friendika | 2010-11-16 | 1 | -1/+10 |
| | |||||
* | prevent redirect loop if an account is manually removed while logged in | Friendika | 2010-11-15 | 1 | -0/+2 |
| | |||||
* | ff account manager | Friendika | 2010-11-11 | 1 | -0/+3 |
| | |||||
* | more lint | Mike Macgirvin | 2010-10-31 | 1 | -2/+2 |
| | |||||
* | -Wall cleanup | Mike Macgirvin | 2010-10-30 | 1 | -10/+13 |
| | |||||
* | two-way subscriptions working with federated social accounts | Mike Macgirvin | 2010-10-25 | 1 | -1/+2 |
| | |||||
* | celebrity/group/community pages about 75% implemented | Mike Macgirvin | 2010-10-17 | 1 | -0/+4 |
| | |||||
* | allow login by username and multiple unique email addresses on system - this ↵ | Mike Macgirvin | 2010-10-16 | 1 | -1/+2 |
| | | | | will provide support for group/celebrity pages (coming soon). | ||||
* | make it much easier to debug friend acceptance issues | Mike Macgirvin | 2010-10-10 | 1 | -3/+21 |
| | | | | by reporting specific error conditions across the wire. | ||||
* | after login from arbitrary page, send back to that page | Mike Macgirvin | 2010-10-09 | 1 | -2/+2 |
| | |||||
* | stronger type checking on comparisons | Mike Macgirvin | 2010-09-26 | 1 | -3/+3 |
| | |||||
* | theme cleanup | Mike Macgirvin | 2010-09-18 | 1 | -0/+2 |
| | |||||
* | mistpark 2.0 infrasturcture lands | Mike Macgirvin | 2010-09-08 | 1 | -2/+0 |
| | |||||
* | full theming support | Mike Macgirvin | 2010-08-16 | 1 | -1/+3 |
| | |||||
* | installer changes, pe sync | Mike Macgirvin | 2010-08-15 | 1 | -3/+3 |
| | |||||
* | mail, i18n, etc. | Mike Macgirvin | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | start at i18n | Mike Macgirvin | 2010-07-26 | 1 | -3/+3 |
| |