Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Friendika | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | guid functions | Friendika | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | some more zot changes migrating back to f9a mainline | Friendika | 2011-08-01 | 1 | -3/+3 |
| | |||||
* | register hook | Friendika | 2011-07-19 | 1 | -0/+2 |
| | |||||
* | basic diaspora discovery | Friendika | 2011-07-18 | 1 | -2/+3 |
| | |||||
* | invite system | Friendika | 2011-07-17 | 1 | -0/+32 |
| | |||||
* | input the admin email address during install/setup. | Friendika | 2011-07-07 | 1 | -3/+8 |
| | |||||
* | collapse multiple spaces in usernames | Friendika | 2011-06-29 | 1 | -0/+3 |
| | |||||
* | bug #85 | Friendika | 2011-05-23 | 1 | -2/+17 |
| | |||||
* | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 1 | -2/+2 |
| | | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes | ||||
* | deprecate load_view_file | Friendika | 2011-05-11 | 1 | -4/+4 |
| | |||||
* | photo lockview not working, temp fix for po2php | Friendika | 2011-05-10 | 1 | -2/+2 |
| | |||||
* | don't use load_view_file() except in email templates and install of htconfig ↵ | Friendika | 2011-05-10 | 1 | -2/+2 |
| | | | | - to avoid getting wrong file when package is updated by copying over an older version. | ||||
* | set utf-8 on all emails | Friendika | 2011-04-14 | 1 | -3/+8 |
| | |||||
* | doco | Friendika | 2011-04-13 | 1 | -2/+5 |
| | |||||
* | support feed attachments/enclosures, and fix for bug #30 | Friendika | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | repair duplicate nickname accounts caused by race condition | Friendika | 2011-03-24 | 1 | -0/+18 |
| | |||||
* | Merge branch 'gettext' of https://github.com/fabrixxm/friendika into ↵ | Friendika | 2011-03-18 | 1 | -2/+2 |
|\ | | | | | | | fabrixxm-gettext | ||||
| * | update source strings | fabrixxm | 2011-03-11 | 1 | -2/+2 |
| | | |||||
* | | roll back "real people preferred" message - ineffectual | Friendika | 2011-03-11 | 1 | -1/+3 |
|/ | |||||
* | indicate preference to register/communicate-with real people and not ↵ | Friendika | 2011-03-08 | 1 | -1/+4 |
| | | | | fictitious entities. | ||||
* | move php path setting inside proc_run | Friendika | 2011-02-23 | 1 | -2/+1 |
| | |||||
* | move directory registration block before redirect | Friendika | 2011-02-23 | 1 | -7/+7 |
| | |||||
* | push directory on register - if permitted | Friendika | 2011-02-23 | 1 | -0/+8 |
| | |||||
* | resolve file inclusion conflicts w/ multiple plugins, improve the typo checker | Friendika | 2011-02-21 | 1 | -0/+4 |
| | |||||
* | default publish to directory, but offer registration privacy setting. | Friendika | 2011-02-21 | 1 | -3/+25 |
| | | | | | generalise publish option template - so once translated we can merge them all. Update strings. | ||||
* | removed function was still referenced | Friendika | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | use default system theme for system pages | Friendika | 2011-01-07 | 1 | -0/+4 |
| | |||||
* | secure admin hijacking from openid | Friendika | 2011-01-04 | 1 | -0/+11 |
| | |||||
* | declare key size/algorithm to ensure key gets generated | Friendika | 2011-01-02 | 1 | -0/+13 |
| | |||||
* | show creative commons coverage on registration page | Friendika | 2010-12-24 | 1 | -0/+4 |
| | |||||
* | register/login timestamps | Friendika | 2010-12-16 | 1 | -2/+3 |
| | |||||
* | bring back full name check but without utf-8 regex's | Friendika | 2010-12-07 | 1 | -17/+13 |
| | |||||
* | remove first (space) last registration restriction due to confusion | Friendika | 2010-12-07 | 1 | -5/+5 |
| | | | | this will increase spammers and bogus registrations dramatically(!) | ||||
* | localise login template, allow openid to be disabled | Friendika | 2010-11-28 | 1 | -3/+19 |
| | |||||
* | whirlpool not universally supported for key generation, use sha1 | Friendika | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | report failure to generate keys | Friendika | 2010-11-24 | 1 | -0/+5 |
| | |||||
* | use optional openid photo for registration - if supplied | Friendika | 2010-11-23 | 1 | -7/+16 |
| | |||||
* | salmon error handling issue | Friendika | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | more pre-install checks, try and create db if doesn't exist | Friendika | 2010-11-18 | 1 | -4/+6 |
| | |||||
* | provide config option to not use gravatar during registration | Friendika | 2010-11-17 | 1 | -25/+26 |
| | |||||
* | openid registration | Friendika | 2010-11-17 | 1 | -5/+27 |
| | |||||
* | i18n update | Friendika | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | validate email addresses to see if the hostnames actually resolve before ↵ | Friendika | 2010-11-15 | 1 | -2/+1 |
| | | | | committing a new user | ||||
* | refactor rego in preparation for openid import | Friendika | 2010-11-15 | 1 | -12/+27 |
| | |||||
* | use gravatar for default avatars | Friendika | 2010-11-15 | 1 | -0/+40 |
| | |||||
* | clean up some regex's for i18n, and eliminate old ereg patterns. | Friendika | 2010-11-14 | 1 | -6/+9 |
| | |||||
* | lint | Friendika | 2010-11-07 | 1 | -2/+2 |
| | |||||
* | lint | Friendika | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | add micro profile photo | Friendika | 2010-11-04 | 1 | -2/+3 |
| |