aboutsummaryrefslogtreecommitdiffstats
path: root/mod/register.php
Commit message (Collapse)AuthorAgeFilesLines
* issue #107friendica2013-09-041-0/+6
|
* more register_approve stuff - like the admin page. Hopefully this won't ↵friendica2013-02-081-1/+1
| | | | conflict with Thomas's admin page "list users" changes
* update friends in common tool now that poco is workingfriendica2013-01-311-2/+2
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* Fix register policyThomas Willingham2013-01-031-1/+1
|
* zchannel rename to new_channelfriendica2012-10-291-1/+1
|
* comments sort of working again but now need to fix the threading which was ↵friendica2012-10-251-201/+118
| | | | ported when it was only half working
* updatesfriendica2012-09-091-0/+2
|
* simplifyfriendica2012-07-211-16/+5
|
* registration issue after re-factorfriendica2012-06-011-1/+6
|
* turn registration code into a standalone function for re-usefriendica2012-05-311-310/+23
|
* Create a "potential default group" called "Friends" on registration.friendica2012-05-301-0/+5
|
* rev updatefriendica2012-05-201-29/+8
|
* Remove Gravatar from core and add new hook avatar_lookup.Klaus Weidenbach2012-04-091-9/+5
| | | | | This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in. I haven't touched the language files yet. Are they updated automatically somehow?
* Rename gravatar_img() more generic to avatar_img().Klaus Weidenbach2012-04-091-2/+2
| | | | | I would like to extend the Gravatar support to also use Libravatar, a decentralized avatar service. First step to extract Gravatar from core and put it into its own plugin. Later the Libravatar plugin can be done, too as a plugin.
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-2/+9
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * ensure all new users get a timezone. We'll use UTC until they choose otherwise.friendica2012-03-311-2/+2
| |
| * register hooks for a COPA pluginfriendica2012-03-311-0/+7
|/
* prevent re-registrations using a deleted username - not an issue with ↵friendica2012-03-221-0/+10
| | | | Friendica but could create a serious privacy issue with federated platforms
* add closeness attributefriendica2012-01-311-2/+2
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* implement max daily registrationsfriendica2011-12-201-0/+19
|
* cannot register at all when multiple_pages is not allowedfriendica2011-12-091-1/+6
|
* more social graph stuffFriendika2011-11-011-3/+5
|
* .Friendika2011-09-241-2/+1
|
* cleanupFriendika2011-08-161-1/+1
|
* guid functionsFriendika2011-08-071-1/+1
|
* some more zot changes migrating back to f9a mainlineFriendika2011-08-011-3/+3
|
* register hookFriendika2011-07-191-0/+2
|
* basic diaspora discoveryFriendika2011-07-181-2/+3
|
* invite systemFriendika2011-07-171-0/+32
|
* input the admin email address during install/setup.Friendika2011-07-071-3/+8
|
* collapse multiple spaces in usernamesFriendika2011-06-291-0/+3
|
* bug #85Friendika2011-05-231-2/+17
|
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-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_fileFriendika2011-05-111-4/+4
|
* photo lockview not working, temp fix for po2phpFriendika2011-05-101-2/+2
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-2/+2
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* set utf-8 on all emailsFriendika2011-04-141-3/+8
|
* docoFriendika2011-04-131-2/+5
|
* support feed attachments/enclosures, and fix for bug #30Friendika2011-04-061-1/+1
|
* repair duplicate nickname accounts caused by race conditionFriendika2011-03-241-0/+18
|
* Merge branch 'gettext' of https://github.com/fabrixxm/friendika into ↵Friendika2011-03-181-2/+2
|\ | | | | | | fabrixxm-gettext
| * update source stringsfabrixxm2011-03-111-2/+2
| |
* | roll back "real people preferred" message - ineffectualFriendika2011-03-111-1/+3
|/
* indicate preference to register/communicate-with real people and not ↵Friendika2011-03-081-1/+4
| | | | fictitious entities.
* move php path setting inside proc_runFriendika2011-02-231-2/+1
|
* move directory registration block before redirectFriendika2011-02-231-7/+7
|
* push directory on register - if permittedFriendika2011-02-231-0/+8
|
* resolve file inclusion conflicts w/ multiple plugins, improve the typo checkerFriendika2011-02-211-0/+4
|