Harald Eilertsen
|
0dc959d9fe
|
Deprecate *_config() functions in core.
|
2024-03-24 09:58:21 +00:00 |
|
Mario Vavti
|
d8811b499d
|
improved item_expire()
|
2023-04-14 09:21:33 +02:00 |
|
Mario
|
5e07ebe7fa
|
fix registration bug - issue #1574
|
2021-05-31 09:07:50 +00:00 |
|
Mario
|
ebd0333256
|
register: postgres - add default values for timestamps
|
2021-05-07 12:15:00 +00:00 |
|
Mario
|
2ad6f6e11f
|
remove logging
|
2021-05-07 11:08:40 +00:00 |
|
Mario
|
b5ce207344
|
register: implement remove_expired_registrations() and minor fixes
|
2021-05-07 10:03:12 +00:00 |
|
Mario
|
1fd5f5c893
|
register: redirect unverified registration emails to the verification form
|
2021-05-06 19:06:53 +00:00 |
|
Mario
|
43260891b7
|
register: we have already checked for existing email in check_account_email()
|
2021-05-06 13:54:02 +00:00 |
|
Mario
|
94f1c001f1
|
register: more testing and fixes
|
2021-04-28 13:17:45 +02:00 |
|
Mario
|
2932ac9d86
|
register: only log to separate file if configured that way. default to standard logging via logger()
|
2021-04-26 18:31:08 +00:00 |
|
Mario
|
20ca6676d2
|
registration: reveal possibility to show all registrations in the UI
|
2021-04-19 19:07:50 +00:00 |
|
Mario
|
88f7c2041d
|
register: add option to show all register entries
|
2021-04-16 18:13:20 +00:00 |
|
Mario
|
e35ab97b7e
|
register: provide a possibility to leave a message id registration is by approval
|
2021-04-14 19:40:51 +00:00 |
|
Mario
|
f0e5ce7fd1
|
register: more work on ui/ux
|
2021-04-10 20:44:04 +00:00 |
|
Mario
|
01b081d809
|
register: only return verified registrations in get_pending_accounts(), more invite handling fixes
|
2021-04-09 09:49:36 +00:00 |
|
Mario
|
cf62e07bec
|
register: default to auto-create channel and fix auto create channel if register approval is configured
|
2021-04-08 12:38:38 +00:00 |
|
Mario
|
18d990a034
|
air: more ui/ux and provide a possibility to lookup your registration id in mod regate (raw and unfinished)
|
2021-03-28 20:40:26 +00:00 |
|
Mario
|
13355d42f7
|
air security: saving the password as hex string is not acceptable
|
2021-03-22 09:50:12 +01:00 |
|
Mario
|
3ba42d3dcf
|
air: deal with timezones when displaying open/close time - this should finally fix issue #1544
|
2021-03-18 14:55:01 +01:00 |
|
Mario
|
febf766be0
|
air: make sure we always save date_time in UTC - issue #1544
|
2021-03-17 14:37:16 +01:00 |
|
Mario
|
c658bbca24
|
simplify get_pending_accounts query so that it will work in postgres. this will introduce a regression in rendering the table background color.
|
2021-03-16 12:32:20 +01:00 |
|
Mario
|
bd24224b76
|
air: fix register notifications
|
2021-03-15 12:45:39 +00:00 |
|
Mario
|
3f053611bd
|
Merge branch 'dev' into air
|
2021-03-12 10:07:15 +00:00 |
|
Mario
|
3d264f5a55
|
php8: fix warnings during install procedure
(cherry picked from commit 48bae9d421)
|
2021-03-03 14:11:29 +01:00 |
|
Hilmar R
|
d434490bdf
|
melt include/account
|
2021-03-02 15:54:51 +01:00 |
|
Hilmar R
|
c26dede97f
|
get dev
|
2021-03-01 18:48:11 +01:00 |
|
Mario
|
b4693870ba
|
port Lib/Crypto from zap
|
2021-02-09 13:50:03 +00:00 |
|
Hilmar R
|
67db1c6e9b
|
melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241
|
2021-01-23 15:24:24 +01:00 |
|
Max Kostikov
|
aaffc7485d
|
Update account.php
|
2019-07-31 17:18:11 +02:00 |
|
Max Kostikov
|
9ea1d6e8af
|
Do not limit channel if service class property value set with 0
|
2019-07-31 17:09:24 +02:00 |
|
Max Kostikov
|
d4a038c437
|
Update account.php
|
2019-07-30 13:59:12 +02:00 |
|
Max Kostikov
|
59fed33797
|
Do not control limits on service class settings with 0 values
|
2019-07-30 11:54:14 +02:00 |
|
Mario
|
ebc3666c6f
|
Cleanup and fixes
|
2019-03-15 02:51:51 +01:00 |
|
M. Dent
|
5f992ffe15
|
Remove servicelevel logic
|
2018-09-29 00:17:55 +02:00 |
|
Mario Vavti
|
2c819c8619
|
fix postgres issue if register mode is set to yes - with approval
|
2018-05-12 12:46:09 +02:00 |
|
zotlabs
|
cd485b0fdf
|
hubzilla issue #1015 - login with unicode domain name
|
2018-03-28 19:25:11 -07:00 |
|
zotlabs
|
01015bc0d5
|
several email validation issues
|
2018-02-28 21:15:26 -08:00 |
|
zotlabs
|
4eead1c688
|
typo from previous checkin and partial fix to hubzilla #965 - show any connection without comment permission as archived in contact_block().
|
2018-01-26 13:42:53 -08:00 |
|
zotlabs
|
660079bd2a
|
Issue with configurable site age limit, vagueness when informing about email 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.
|
2018-01-26 12:16:47 -08:00 |
|
zotlabs
|
6962bc5147
|
create account_store_lowlevel()
|
2017-05-29 21:46:38 -07:00 |
|
zotlabs
|
4fcfcc8117
|
start deprecation of server_role
|
2017-05-29 13:50:02 -07:00 |
|
zotlabs
|
1de1b58a08
|
consolidate email validation checks
|
2017-05-11 19:01:04 -07:00 |
|
zotlabs
|
2bdf135cbc
|
remove more backquotes
|
2016-10-09 16:13:49 -07:00 |
|
redmatrix
|
fa94644bcf
|
Unify the various mail sending instance to enotify::send() and z_mail(). Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
|
2016-10-01 03:06:01 -07:00 |
|
redmatrix
|
fb9544badd
|
null_date conversion; phase 1
|
2016-09-25 17:06:13 -07:00 |
|
redmatrix
|
f17eb946f6
|
pro: add system techlevel to new accounts
|
2016-09-02 16:14:33 -07:00 |
|
redmatrix
|
ea0be8ea1a
|
provide techlevels in the pro server role. Should have no visible effect on other roles.
|
2016-08-31 17:49:22 -07:00 |
|
redmatrix
|
5243dd153b
|
use config system.server_role and deprecate 'UNO'
|
2016-08-07 17:29:35 -07:00 |
|
redmatrix
|
3affb2e817
|
sort out some of the authentication mess - with luck this may fix the DAV auth issue which I simply could not duplicate or find a reason for.
|
2016-07-20 17:55:40 -07:00 |
|
redmatrix
|
b155e93ab1
|
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
|
2016-06-27 19:04:00 -07:00 |
|