Mario
d88f3169c8
fix possibly duplicated terms in activity object
2026-02-13 08:22:19 +00:00
Mario
3772e910df
fixup after testing to get a minimalistic working config
2026-02-12 20:12:18 +00:00
Mario
e995d45b53
Merge branch 'patch-1' into 'dev'
...
Updated the nginx config example to meet the more modern approach.
See merge request hubzilla/core!2249
2026-02-12 19:45:21 +00:00
spirillen
669136bce7
Updated the nginx config example to meet the more modern approach.
2026-02-12 19:45:20 +00:00
Mario
2448e6df27
Merge branch 'fix-undefined-var-issues' into 'dev'
...
Fix various possibly undefined var issues
See merge request hubzilla/core!2264
2026-02-12 18:30:59 +00:00
Mario
4c0b37db66
fix required $x variable overwritten with attach_mkdirp() data on update
2026-02-12 18:18:00 +00:00
Mario Vavti
85d42cebe2
Merge branch '11.0RC'
11.0
2026-01-30 14:21:21 +01:00
Mario Vavti
fcafaef190
version 11.0
2026-01-30 14:20:12 +01:00
Mario
6fa8deddb5
update changelog
...
(cherry picked from commit 0ea3f3d36d )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-30 13:18:14 +00:00
Mario Vavti
0ea3f3d36d
update changelog
2026-01-30 14:14:11 +01:00
Mario
1ef7fcda0a
Remove capability to update xchan entries via api. If this functionality is required it should be implemented over a channel endpoint where xchan and channel info would be updated after verification.
...
(cherry picked from commit cb7dc2059a )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-30 13:00:39 +00:00
Mario Vavti
cb7dc2059a
Remove capability to update xchan entries via api. If this functionality is required it should be implemented over a channel endpoint where xchan and channel info would be updated after verification.
2026-01-30 13:34:54 +01:00
Harald Eilertsen
e988bc9fae
Fix various possibly undefined var issues
...
These are all cases where a variable is used where it may possibly be
undefined at the time of use. Typically the var is defined within a
conditional block, but is used outside of that block, or even within
other conditional blocks.
In the common case the variables will most likely be defined, but it is
possible to reach the code where they are used without the variable
being defined.
All issues discovered with PHPStan at level 1.
2026-01-29 22:31:16 +01:00
Mario
bbd60c1a31
update changelog
...
(cherry picked from commit cb23a9e235 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 16:28:59 +00:00
Mario
951187e540
fix issue where reply-to button is not diplayed for anonymous visitors allthough permission is granted
...
(cherry picked from commit 8d9623674d )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 16:28:37 +00:00
Mario Vavti
cb23a9e235
update changelog
2026-01-29 17:27:29 +01:00
Mario Vavti
8d9623674d
fix issue where reply-to button is not diplayed for anonymous visitors allthough permission is granted
2026-01-29 17:25:45 +01:00
Mario
0c835c3403
update changelog
...
(cherry picked from commit 6d181ee69e )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 15:57:25 +00:00
Mario Vavti
6d181ee69e
update changelog
2026-01-29 16:56:58 +01:00
Mario
0b491a6626
fix wrong icon class
...
(cherry picked from commit 2d97f8fa25 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 15:55:11 +00:00
Mario
1a0684cc55
fix issue deleting multiple files
...
(cherry picked from commit 98a3c97820 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 15:54:48 +00:00
Mario Vavti
2d97f8fa25
fix wrong icon class
2026-01-29 16:45:27 +01:00
Mario Vavti
98a3c97820
fix issue deleting multiple files
2026-01-29 16:36:07 +01:00
Mario
081a61a276
update changelog
...
(cherry picked from commit 89e1328ed0 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 11:39:34 +00:00
Mario Vavti
89e1328ed0
update changelog
2026-01-29 12:38:59 +01:00
Mario
3b516f2ded
another hotfix for an issue which requires investigation
...
(cherry picked from commit 99a1569d07 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-29 11:36:21 +00:00
Mario
8c386191fa
move html from search module to tpl
...
(cherry picked from commit a0cb5fcb3f )
Co-authored-by: SK <sk@utsukta.org >
2026-01-29 11:17:49 +00:00
Mario
5cb4db0353
Merge branch 'dev-send_reg_approval' into 'dev'
...
(Re?)enable email to user after account approval
See merge request hubzilla/core!2263
2026-01-29 10:45:25 +00:00
Mario
dc43cd9a85
Merge branch 'dev-fix-approve-email' into 'dev'
...
Add new send_reg_approval_email_from_register function
See merge request hubzilla/core!2262
2026-01-29 10:42:21 +00:00
Mario
5a6a7386a8
Merge branch 'more-xchan-tests' into 'dev'
...
tests: A few more xchan tests
See merge request hubzilla/core!2261
2026-01-29 10:38:35 +00:00
Mario
4f545e31dd
Merge branch 'tests-add-ajax-request-helper' into 'dev'
...
tests: Add ajax request helper to module test case
See merge request hubzilla/core!2260
2026-01-29 10:35:43 +00:00
Mario
437c0a8913
Merge branch 'search-module-tpl' into 'dev'
...
move html from search module to tpl
See merge request hubzilla/core!2258
2026-01-29 10:33:05 +00:00
ltning
268fccdb30
Fix SQL in send_reg_confirmation_email_from_register
2026-01-28 20:06:59 +00:00
ltning
bb7689be93
Return boolean instead of nonexistent array
2026-01-28 02:51:58 +00:00
ltning
bd63af69b2
(Re?)enable email to user after account approval
...
Existing function account_allow() does not seem to be used a whole
lot, and certainly not when approving a registration request.
Created new function send_reg_confirmation_email_from_register
(going for longest-function-name-in-Hubzilla) which attempts to
send such a confirmation email, and also a new email template.
Plugged this into the create_account_from_register function.
Open question: Should the sending of this email be among the success
criteria for the create_account_from_register function?
2026-01-28 02:51:46 +00:00
ltning
e5d4358d61
Clean up send_reg_approval_email_from_register, new email template
...
Since there is no easy way to produce direct links to approve/reject
registrations, create new email template which simply links to the
Accounts admin page.
In response to comments:
- Add type annotations
- Simplify some 'if' statements
- add and fix some whitespace
- simplify input arguments to the function
2026-01-27 16:32:16 +00:00
ltning
0fa4962620
Clean up some whitespace confusion in the previous commit
2026-01-27 16:32:16 +00:00
ltning
fe4d6229a4
Add new send_reg_approval_email_from_register function
...
Current send_reg_approval_email function expects account to already
exist, and does not seem to be called anywhere. New function takes
necessary information from the register table.
Added call to new function in Regate.php after verification is
done. Will fail and roll back if the function call fails or if no
admin accounts were found to notify (delivered<1).
2026-01-27 16:32:16 +00:00
Mario
10c5de4f6e
another hotfix for an issue which requires investigation
...
(cherry picked from commit 99a1569d07 )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-27 11:27:01 +00:00
Mario Vavti
99a1569d07
another hotfix for an issue which requires investigation
2026-01-27 12:26:06 +01:00
Harald Eilertsen
9fb5cd12be
tests: A few more xchan tests
2026-01-27 09:43:44 +01:00
Harald Eilertsen
d85c737db7
tests: Add ajax request helper to module test case
...
This is a bit crude, but serves the purpose for now. To emulate an AJAX
request we set the `Content-Type` header to `application/json`, and json
encode the params in the body of the request.
2026-01-26 23:03:07 +01:00
Mario Vavti
9657fc50e9
Merge branch 'dev' into 11.0RC
2026-01-25 13:06:34 +01:00
Mario
de468a29b0
hotfix for issue with the potential to stuff up the queuewrker
...
(cherry picked from commit 794b456b8a )
Co-authored-by: Mario Vavti <mario@mariovavti.com >
2026-01-25 12:05:49 +00:00
Mario Vavti
794b456b8a
hotfix for issue with the potential to stuff up the queuewrker
2026-01-25 13:02:15 +01:00
SK
a0cb5fcb3f
move html from search module to tpl
2026-01-22 15:26:20 +05:30
Mario
0d382634ec
Merge branch 'access_dropdown-tpl' into 'dev'
...
move html from accesslist module to tpl
See merge request hubzilla/core!2257
2026-01-21 13:24:35 +00:00
SK
225c83dfbe
move html from accesslist module to tpl
2026-01-19 14:00:39 +05:30
Mario Vavti
083c4c95d1
Merge branch 'dev' into 11.0RC
2026-01-18 13:07:17 +01:00
Mario Vavti
e736945f1d
update changelog
2026-01-18 13:06:42 +01:00