aboutsummaryrefslogtreecommitdiffstats
path: root/mod/regmod.php
Commit message (Collapse)AuthorAgeFilesLines
* static Appredmatrix2016-03-311-2/+2
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-121-2/+2
| | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
* cleanup of old delegation stufffriendica2015-03-101-1/+1
|
* local_user => local_channelfriendica2015-01-281-1/+1
|
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-031-1/+0
| | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
* perhaps REGISTER_VERIFY will work now. I'll test it and make certain it ↵friendica2013-02-081-104/+4
| | | | works some day. But not today.
* add Smarty templates for international templatesZach Prezkuta2013-01-101-5/+0
|
* bypass smarty for intletext templatesfriendica2013-01-071-0/+5
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* start on contacts/profilesfriendica2012-08-301-2/+2
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* prevent re-registrations using a deleted username - not an issue with ↵friendica2012-03-221-0/+5
| | | | Friendica but could create a serious privacy issue with federated platforms
* a couple more items to make sure forum delegates can't access if the forum ↵friendica2012-02-161-1/+1
| | | | login is shared with the site admin account
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* get app structure needed in regmodFriendika2011-06-291-0/+3
|
* Admin users page. some fix to template processor.Fabio Comuni2011-06-161-75/+93
|
* bug #85Friendika2011-05-231-0/+6
|
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-3/+3
| | | | | | | 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-1/+1
|
* set utf-8 on all emailsFriendika2011-04-141-1/+4
|
* update source stringsfabrixxm2011-03-111-2/+2
|
* move php path setting inside proc_runFriendika2011-02-231-2/+1
|
* push directory on register - if permittedFriendika2011-02-231-0/+10
|
* prevent admin hijacksFriendika2011-01-041-0/+5
|
* lintFriendika2010-11-071-2/+2
|
* ensure regmod redirects to itself after loginMike Macgirvin2010-10-091-0/+2
|
* stronger type checking on comparisonsMike Macgirvin2010-09-261-2/+2
|
* localisation path for all view templatesMike Macgirvin2010-09-221-1/+1
|
* photo album finish, general cleanup beginsMike Macgirvin2010-08-081-8/+7
|
* reciprocal verification on notify, pollMike Macgirvin2010-08-051-1/+1
|
* verified registrations workingMike Macgirvin2010-07-281-0/+85