aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/New_channel.php
Commit message (Collapse)AuthorAgeFilesLines
* 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