aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/New_channel.php
Commit message (Collapse)AuthorAgeFilesLines
* register: more testing and fixesMario2021-04-281-38/+38
|
* do not count removed channelsMario Vavti2019-01-101-1/+1
| | | (cherry picked from commit 01f4ce96f1fe835db774acffb65b2553e1b44c0a)
* total_identities restriction off by onezotlabs2018-12-141-1/+1
| | | (cherry picked from commit e60fb175242516382d1e1a61fce327c38515f3ee)
* Remove servicelevel logicM. Dent2018-09-291-2/+0
|
* Hide form when at or over service_class['limit_identities']M.Dent2018-09-271-2/+6
|
* new_channel - make text strings translatable and use the name as a base for ↵zotlabs2018-05-211-3/+17
| | | | the nick if you try to create without entering a nick
* an attempt to fix the new_channel validation situationMario Vavti2018-05-181-4/+7
|
* Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-071-7/+18
| | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.
* fix link to renamed permission roles doc subsectionzotlabs2018-04-191-1/+1
|
* rename social - party to social - federation. Cleanup some of the ↵zotlabs2018-04-191-2/+2
| | | | documentation surrounding channels. This checkin contains translatable string changes.
* unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-121-3/+17
| | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored.
* Add 'Validate' button to new_channel page and disable submit until ↵zotlabs2018-02-201-0/+1
| | | | validated. This is to get around the issue that clicking submit without ever focusing and blurring the nickname field won't actually submit the form but only provide validation. It needs to be clicked again to submit. The first click processed the blur but remained on the page with no feedback. If somebody has better workarounds, please provide. The goal is to ensure that the name and the nickname are both validated before we can submit.
* Surface the ability to change the landing page after channel creation and ↵zotlabs2018-01-281-3/+1
| | | | create a 'go' module to present several possible things to do at this point. Change the default from 'settings' to 'profiles' so that the focus is more on you rather than the software configuration.
* register workflow was getting over-ridden in include/securityzotlabs2017-10-191-1/+1
|
* update link to account roles help on new_channel pagezotlabs2017-05-251-1/+1
|
* Hubzilla pro: Don't offer 'custom/expert' permissions below a techlevel of ↵redmatrix2016-08-311-2/+7
| | | | 4; but any existing expert mode members are grandfathered in.
* Mark nickname as required field, if left empty then channel creation fails ↵Treer2016-07-031-2/+2
| | | | silently
* comment on the setup page about the possible need for intermediate certs.redmatrix2016-06-271-2/+2
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* a bit more namespace wranglingredmatrix2016-04-181-2/+2
|
* module updatesredmatrix2016-04-181-0/+151