aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
Commit message (Collapse)AuthorAgeFilesLines
* improved item_expire()Mario Vavti2023-04-141-2/+3
|
* fix registration bug - issue #1574Mario2021-05-311-1/+1
|
* register: postgres - add default values for timestampsMario2021-05-071-3/+3
|
* remove loggingMario2021-05-071-1/+0
|
* register: implement remove_expired_registrations() and minor fixesMario2021-05-071-33/+26
|
* register: redirect unverified registration emails to the verification formMario2021-05-061-10/+16
|
* register: we have already checked for existing email in check_account_email()Mario2021-05-061-0/+8
|
* register: more testing and fixesMario2021-04-281-3/+8
|
* register: only log to separate file if configured that way. default to ↵Mario2021-04-261-2/+9
| | | | standard logging via logger()
* registration: reveal possibility to show all registrations in the UIMario2021-04-191-1/+1
|
* register: add option to show all register entriesMario2021-04-161-3/+7
|
* register: provide a possibility to leave a message id registration is by ↵Mario2021-04-141-1/+1
| | | | approval
* register: more work on ui/uxMario2021-04-101-7/+7
|
* register: only return verified registrations in get_pending_accounts(), more ↵Mario2021-04-091-3/+2
| | | | invite handling fixes
* register: default to auto-create channel and fix auto create channel if ↵Mario2021-04-081-1/+1
| | | | register approval is configured
* air: more ui/ux and provide a possibility to lookup your registration id in ↵Mario2021-03-281-1/+1
| | | | mod regate (raw and unfinished)
* air security: saving the password as hex string is not acceptableMario2021-03-221-2/+3
|
* air: deal with timezones when displaying open/close time - this should ↵Mario2021-03-181-6/+11
| | | | finally fix issue #1544
* air: make sure we always save date_time in UTC - issue #1544Mario2021-03-171-1/+1
|
* simplify get_pending_accounts query so that it will work in postgres. this ↵Mario2021-03-161-5/+12
| | | | will introduce a regression in rendering the table background color.
* air: fix register notificationsMario2021-03-151-37/+49
|
* Merge branch 'dev' into airMario2021-03-121-5/+7
|\
| * php8: fix warnings during install procedureMario2021-03-031-5/+7
| | | | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
| * port Lib/Crypto from zapMario2021-02-091-17/+19
| |
* | melt include/accountHilmar R2021-03-021-78/+505
| |
* | get devHilmar R2021-03-011-509/+84
| |
* | melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-231-66/+493
|/
* Update account.phpMax Kostikov2019-07-311-1/+1
|
* Do not limit channel if service class property value set with 0Max Kostikov2019-07-311-1/+1
|
* Update account.phpMax Kostikov2019-07-301-1/+3
|
* Do not control limits on service class settings with 0 valuesMax Kostikov2019-07-301-1/+1
|
* Cleanup and fixesMario2019-03-151-20/+18
|
* Remove servicelevel logicM. Dent2018-09-291-10/+3
|
* fix postgres issue if register mode is set to yes - with approvalMario Vavti2018-05-121-2/+4
|
* hubzilla issue #1015 - login with unicode domain namezotlabs2018-03-281-1/+2
|
* several email validation issueszotlabs2018-02-281-1/+1
|
* typo from previous checkin and partial fix to hubzilla #965 - show any ↵zotlabs2018-01-261-1/+1
| | | | connection without comment permission as archived in contact_block().
* Issue with configurable site age limit, vagueness when informing about email ↵zotlabs2018-01-261-11/+33
| | | | validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
* create account_store_lowlevel()zotlabs2017-05-291-34/+58
|
* start deprecation of server_rolezotlabs2017-05-291-8/+2
|
* consolidate email validation checkszotlabs2017-05-111-1/+1
|
* remove more backquoteszotlabs2016-10-091-4/+4
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-011-22/+30
| | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
* null_date conversion; phase 1redmatrix2016-09-251-2/+2
|
* pro: add system techlevel to new accountsredmatrix2016-09-021-4/+6
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-0/+27
| | | | other roles.
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+2
|
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-1/+1
| | | | auth issue which I simply could not duplicate or find a reason for.
* add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵redmatrix2016-06-271-1/+17
| | | | registrations
* more removal of reserved words from DB schemasredmatrix2016-05-311-3/+3
|