Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix delayed post handling in cron, always set item_delayed if we select a ↵ | Mario | 2024-12-08 | 1 | -10/+0 |
| | | | | create date | ||||
* | add test for relative_time() | Mario Vavti | 2024-12-07 | 1 | -6/+9 |
| | |||||
* | add more indicators and a new function to return relative time in the past ↵ | Mario | 2024-12-07 | 1 | -0/+34 |
| | | | | and the future | ||||
* | an attempt to fix some comments on/off anomalies | Mario | 2024-12-06 | 1 | -2/+2 |
| | |||||
* | wrong class | Mario | 2024-12-05 | 1 | -1/+1 |
| | |||||
* | fix more issues reported by phpstan | Mario Vavti | 2024-11-27 | 5 | -8/+8 |
| | |||||
* | Merge branch 'module-admin-accounts-enhancements' into 'dev' | Mario | 2024-11-27 | 1 | -55/+39 |
|\ | | | | | | | | | Fix and refactor module Admin\Accounts part I See merge request hubzilla/core!2173 | ||||
| * | Fix and refactor module Admin\Accounts part I | Harald Eilertsen | 2024-11-27 | 2 | -103/+43 |
| | | |||||
* | | fix superfluous slash in some cases | Mario | 2024-11-25 | 1 | -4/+6 |
| | | |||||
* | | remove logging | Mario | 2024-11-22 | 1 | -3/+0 |
| | | |||||
* | | Add Zotlabs\Lib\Mailer class to replace z_mail function. | Harald Eilertsen | 2024-11-22 | 1 | -48/+4 |
|/ | |||||
* | some cleanup for mod magic | Mario Vavti | 2024-11-18 | 1 | -4/+2 |
| | |||||
* | more phpstan errors | Mario Vavti | 2024-11-17 | 1 | -1/+1 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 1 | -2/+4 |
| | |||||
* | Fix #1879: Emails with + in local part was rejected. | Harald Eilertsen | 2024-11-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 2024-11-14 | 6 | -14/+9 |
|\ | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | ||||
| * | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 6 | -14/+9 |
| | | |||||
* | | this is not true anymore - check owner perms | Mario | 2024-11-13 | 1 | -2/+1 |
| | | |||||
* | | containers: poll testing | Mario | 2024-11-11 | 1 | -1/+2 |
| | | |||||
* | | containers: testing sourced items | Mario Vavti | 2024-11-10 | 1 | -90/+119 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-10 | 1 | -2/+2 |
|\| | |||||
| * | Do not filter deleted hublocs in xchan_query because it will result in empty ↵ | Mario Vavti | 2024-11-09 | 1 | -2/+2 |
| | | | | | | | | profile info in conversations if the hubloc was deleted. Deleting a hublocation does not neccesarily delete its content and the author could appear again from another location. | ||||
* | | make sure to notify the drop if necessary | Mario Vavti | 2024-11-10 | 1 | -0/+4 |
| | | |||||
* | | fix encoding and attribution | Mario Vavti | 2024-11-10 | 1 | -5/+5 |
| | | |||||
* | | container fixes for photo and file upload | Mario Vavti | 2024-11-10 | 2 | -11/+39 |
| | | |||||
* | | remove extensiv logging to syslog | Mario Vavti | 2024-11-09 | 2 | -5/+0 |
| | | |||||
* | | fix regression propagating deletes | Mario Vavti | 2024-11-09 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-09 | 2 | -4/+4 |
|\| | |||||
| * | Fix incorrect module imports. | Harald Eilertsen | 2024-11-09 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php | ||||
* | | port to containers item_store() continued | Mario Vavti | 2024-11-08 | 4 | -12/+17 |
| | | |||||
* | | refactor drop_item[s]() for containers | Mario Vavti | 2024-11-08 | 4 | -62/+126 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-03 | 1 | -1/+1 |
|\| | |||||
| * | explicit check for channel_address | Mario | 2024-11-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-23 | 1 | -9/+4 |
|\| | |||||
| * | make sure we select only sys channel items and remove dupes checking (this ↵ | Mario | 2024-10-23 | 1 | -9/+4 |
| | | | | | | | | will be checked in item_store() anyway) | ||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-19 | 1 | -1/+9 |
|\| | |||||
| * | bring filed items to mod hq | Mario | 2024-10-19 | 1 | -1/+9 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-18 | 1 | -35/+0 |
|\| | |||||
| * | remove attach_upgrade() after 7 years it should not be required anymore | Mario | 2024-10-18 | 1 | -35/+0 |
| | | |||||
* | | containers: port events | Mario Vavti | 2024-10-18 | 2 | -67/+37 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-12 | 2 | -19/+16 |
|\| | |||||
| * | Merge branch 'fix-cleanup-bbcode-url-regex' into 'dev' | Mario | 2024-10-12 | 2 | -19/+16 |
| |\ | | | | | | | | | | | | | Fix naked URLs immediately followed by a newline See merge request hubzilla/core!2150 | ||||
| | * | Fix some whitespace issues in zid.php. | Harald Eilertsen | 2024-10-12 | 1 | -14/+14 |
| | | | | | | | | | | | | No functional change. | ||||
| | * | Fix regex to detect URLs in cleanup_bbcode. | Harald Eilertsen | 2024-10-12 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the issue where the text after the URL would be included in the link if it was immediately followed by a newline. Example: https://example.com this is a test. Would become: #^[url=https://example.com_this]https://example.com_this[/url] is a test | ||||
* | | | code consistency | Mario Vavti | 2024-10-12 | 1 | -3/+4 |
| | | | |||||
* | | | containers: port start_delivery_chain() | Mario Vavti | 2024-10-12 | 1 | -1/+5 |
| | | | |||||
* | | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-12 | 1 | -1/+3 |
|\| | | |||||
| * | | Fix duplicate posts from forum clones | Mario Vavti | 2024-10-12 | 1 | -1/+3 |
| |/ | |||||
* | | containers: port core modules and attach_store_item() | Mario Vavti | 2024-10-11 | 1 | -10/+10 |
| | | |||||
* | | more work on porting containers from streams | Mario Vavti | 2024-10-09 | 2 | -9/+23 |
| | |