Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more phpstan errors | Mario Vavti | 4 days | 1 | -1/+1 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 4 days | 1 | -2/+4 |
| | |||||
* | Fix #1879: Emails with + in local part was rejected. | Harald Eilertsen | 5 days | 1 | -1/+1 |
| | |||||
* | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 7 days | 6 | -14/+9 |
|\ | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | ||||
| * | Several issues discovered by PHPStan | Harald Eilertsen | 7 days | 6 | -14/+9 |
| | | |||||
* | | this is not true anymore - check owner perms | Mario | 8 days | 1 | -2/+1 |
| | | |||||
* | | containers: poll testing | Mario | 10 days | 1 | -1/+2 |
| | | |||||
* | | containers: testing sourced items | Mario Vavti | 11 days | 1 | -90/+119 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 11 days | 1 | -2/+2 |
|\| | |||||
| * | Do not filter deleted hublocs in xchan_query because it will result in empty ↵ | Mario Vavti | 12 days | 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 | 11 days | 1 | -0/+4 |
| | | |||||
* | | fix encoding and attribution | Mario Vavti | 11 days | 1 | -5/+5 |
| | | |||||
* | | container fixes for photo and file upload | Mario Vavti | 11 days | 2 | -11/+39 |
| | | |||||
* | | remove extensiv logging to syslog | Mario Vavti | 12 days | 2 | -5/+0 |
| | | |||||
* | | fix regression propagating deletes | Mario Vavti | 12 days | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 12 days | 2 | -4/+4 |
|\| | |||||
| * | Fix incorrect module imports. | Harald Eilertsen | 13 days | 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 | 13 days | 4 | -12/+17 |
| | | |||||
* | | refactor drop_item[s]() for containers | Mario Vavti | 13 days | 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 |
| | | |||||
* | | start containers | Mario | 2024-10-06 | 1 | -33/+117 |
|/ | |||||
* | Merge branch 'markdown/dont-link-urls-in-code-blocks' into 'dev' | Mario | 2024-10-02 | 1 | -16/+0 |
|\ | | | | | | | | | markdown: Don't link URLs in code blocks. See merge request hubzilla/core!2145 | ||||
| * | markdown: Don't link URLs in code blocks. | Harald Eilertsen | 2024-09-30 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing a content throught the `markdown_to_bb` function to convert any markdown in the content, any recognized URLs in the content would be converted to BBCode links as a post processing step after the main conversion. After commit a1ccacb825edac6ae36e5db4f62ebfe7aeaebe9f this did no longer consider content within code blocks, and would thus convert them as to BBCode links. Example: The following content [code] example url: https://example.com [/code] Would be converted to [code] example url: [url=https://example.com]https://example.com[/url] [/code] Prior to commit a1ccacb825edac6ae36e5db4f62ebfe7aeaebe9f, code blocks would be protected, so this would not happen. This patch removes the post processing step for converting plain URLs to links completely from this routine. This functionality is in any case covered in the actual BBCode parser where it belongs. This will have some other side effects as well, such as images and links created using Markdown, will not be converted to [zmg] or [zrl] tags where that would be done automatically before. If you intend to use a [zrl] or [zmg] tag, you now need to do so explicitly. | ||||
* | | rewrite sql logic to rename photos - there are more DB queries involved now ↵ | Mario Vavti | 2024-10-02 | 1 | -21/+19 |
|/ | | | | but the previous logic was throwing error in postgresql (while the result was correct anyway) | ||||
* | whitespace | Mario | 2024-09-19 | 1 | -1/+0 |
| | |||||
* | prefer token if available | Mario | 2024-09-19 | 2 | -16/+15 |
| | |||||
* | Adjust fix_attached_permissions() so that if we got a token, we will just ↵ | Mario | 2024-09-18 | 2 | -8/+18 |
| | | | | add the token to the original ACL instead of rewriting the ACL to theitem ACL - it probably makes much more sense that way | ||||
* | not yet ready for primetime | Mario | 2024-09-18 | 1 | -1/+1 |
| | |||||
* | allow uploading to comments if ocap tokens are enabled | Mario | 2024-09-18 | 1 | -7/+13 |
| | |||||
* | refactor get_security_ids() to remove some legacy code from the zot/zot6 ↵ | Mario | 2024-09-18 | 1 | -36/+41 |
| | | | | transition and re-add scope sql to item_permissions_sql() | ||||
* | improved content and comment collapse/expand rendering | Mario | 2024-08-04 | 1 | -4/+4 |
| | |||||
* | streamline location rendering | Mario | 2024-08-02 | 1 | -4/+8 |
| |