aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Regate.php
Commit message (Collapse)AuthorAgeFilesLines
* make mod regate return to system.workflow_channel_next and show register ↵Mario2024-05-081-1/+1
| | | | message field only if registration is set to register_approve
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
|
* fix various issuesMario2022-10-211-1/+1
|
* merge branch perms_ng into devMario2021-12-151-1/+1
|
* mod regate: auto-connect the invitee with the inviter if auto channel create ↵Mario2021-10-251-0/+20
| | | | is enabled (default). fix issue where the default group was not set in the return array of create_identity()
* register: implement remove_expired_registrations() and minor fixesMario2021-05-071-2/+3
|
* register: fix minor string issueMario2021-05-071-0/+1
|
* register: fix language issue and add additional info to the infobox if email ↵Mario2021-05-071-2/+6
| | | | verification is configured
* register: more testing and fixesMario2021-04-281-23/+36
|
* register: new install testing fixesMario2021-04-271-11/+21
|
* register: provide a possibility to leave a message id registration is by ↵Mario2021-04-141-1/+0
| | | | approval
* register: change some strings and add new templateMario2021-04-131-14/+14
|
* register: change some strings and some whitespace fixesMario2021-04-111-13/+17
|
* register: more work on ui/uxMario2021-04-101-38/+44
|
* register: move some html out of the code and provide a basic templateMario2021-04-101-22/+33
|
* register: if auto create is configured do some more tests against the ↵Mario2021-04-091-2/+2
| | | | provided name and nick so it will not fail later in create_identity();
* whitespaceMario2021-04-091-3/+2
|
* register: only return verified registrations in get_pending_accounts(), more ↵Mario2021-04-091-2/+14
| | | | invite handling fixes
* rgister: fixes for registering with invitecode outside of open hoursMario2021-04-081-3/+5
|
* register: more ui/uxMario2021-04-081-12/+11
|
* register: default to auto-create channel and fix auto create channel if ↵Mario2021-04-081-5/+9
| | | | register approval is configured
* air: more ui/ux and provide a possibility to lookup your registration id in ↵Mario2021-03-281-1/+22
| | | | mod regate (raw and unfinished)
* air: fixesMario2021-03-281-7/+9
|
* air: more work on UX during registerMario2021-03-261-1/+2
|
* air: currently it is allowed to register with non-unique did2 (should this ↵Mario2021-03-251-10/+10
| | | | be allowed?) - anyway, for now sort them by reg_created to make sure we always match the latest attempt
* air: do not require to verify emailaddress once more after invite code got ↵Mario2021-03-201-2/+3
| | | | verified - fixes #1546 but probably still requires some finetuning.
* air: improved UX by changing the registration workflow so that it is not ↵Mario2021-03-191-1/+6
| | | | required to go back to registration and post the DID. If no registration delay is configured proceed directly to verification. fixes #1540
* air: convert utc to local in browser (we do not have a client timezone ↵Mario2021-03-171-2/+2
| | | | othervise at this point) - issue #1544
* air: make sure we always save date_time in UTC - issue #1544Mario2021-03-171-2/+2
|
* air: some work on ui/uxMario2021-03-171-15/+15
|
* Register panel interaction consistence usageHilmar R2021-01-281-1/+1
|
* auto channel create adjustmentsHilmar R2021-01-241-9/+8
|
* auto channel create adjustments, zar log reg msgsHilmar R2021-01-241-4/+10
|
* melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-231-0/+347