Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the title in forum post reshares | Mario | 2022-05-14 | 1 | -0/+1 |
| | |||||
* | use addr for webfinger and name for the real name in the userinfo array | Mario | 2022-05-09 | 1 | -1/+2 |
| | |||||
* | cleanup channel apps | Mario | 2022-05-07 | 1 | -24/+0 |
| | |||||
* | more cleanup | Mario | 2022-05-06 | 1 | -1/+1 |
| | |||||
* | check if addons have been removed from the filesystem and also remove them ↵ | Mario | 2022-04-22 | 1 | -3/+8 |
| | | | | from the db if that is the case | ||||
* | fix PHP error | Mario | 2022-03-31 | 1 | -3/+6 |
| | |||||
* | streamline comment policy with downstream | Mario | 2022-03-23 | 1 | -19/+1 |
| | |||||
* | Add function is_local_url() to check if url is local. | Harald Eilertsen | 2022-03-20 | 1 | -0/+8 |
| | |||||
* | Add helper to escape URLs. | Harald Eilertsen | 2022-03-20 | 1 | -0/+12 |
| | | | | | | | | | The escaping makes the URL safe for display and for use in HTML element attributes (such as href="..." etc), but does not guarantee that the URL itself is valid after conversion. This should be good enough for mitigating XSS issues caused by injecting html or javascript into a URL. Also probably good enough for _most_ normal URLs, but there may be devils hidden in the details somewhere. | ||||
* | Merge branch 'volse-fix-stylesheet-root-path' into 'dev' | Mario | 2022-03-17 | 1 | -42/+2 |
|\ | | | | | | | | | Use correct base url for stylesheets and js. See merge request hubzilla/core!2015 | ||||
| * | Remove now unused function script_path. | Harald Eilertsen | 2022-03-03 | 1 | -38/+0 |
| | | |||||
| * | Use correct base url for stylesheets and js. | Harald Eilertsen | 2022-03-03 | 1 | -4/+2 |
| | | | | | | | | | | | | Use z_root instead of script_path when formatting stylesheet and javascript links for the head section. script_path does not preserve information about the port if the site uses a nonstandard port. | ||||
* | | remove logging | Mario | 2022-03-04 | 1 | -1/+1 |
| | | |||||
* | | event fixes | Mario | 2022-03-04 | 2 | -6/+10 |
| | | |||||
* | | streamline event activity handling | Mario | 2022-03-04 | 1 | -50/+128 |
|/ | |||||
* | fix duplicate ids in login form and move login/register buttons into the ↵ | Mario | 2022-03-03 | 2 | -19/+24 |
| | | | | hamburger menu on small screens | ||||
* | fix feedutils regression | Mario | 2022-03-01 | 1 | -4/+4 |
| | |||||
* | enhanced content filters | Mario | 2022-03-01 | 2 | -15/+51 |
| | |||||
* | merge branch pdledit_gui into dev - many widgets still miss their ↵ | Mario | 2022-02-20 | 1 | -0/+73 |
| | | | | description and requirements (this is work in progress) | ||||
* | php8 warnings | Mario | 2022-02-13 | 4 | -13/+18 |
| | |||||
* | address deprecation warnings | Mario | 2022-02-13 | 3 | -4/+12 |
| | |||||
* | fix another deprecation warning | Mario | 2022-02-11 | 1 | -2/+7 |
| | |||||
* | 3rd arg in str_replace() can not be null | Mario | 2022-02-11 | 1 | -0/+4 |
| | |||||
* | allow to override the DB charset via the $db_charset variable in .htconfig.php | Mario | 2022-02-10 | 2 | -9/+9 |
| | |||||
* | pdo: add the charset to the connection string | Mario | 2022-02-09 | 1 | -0/+7 |
| | |||||
* | since we do not use feedutils for ostatus anymore, we can now safely use ↵ | Mario | 2022-02-09 | 1 | -2/+2 |
| | | | | import_author_rss() instead of import_author_unknown() | ||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 5 | -6/+10 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -0/+6 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -3/+3 |
| | |||||
* | allow zotfinger to recurse through all known hublocs if the one we got does ↵ | Mario | 2022-02-01 | 2 | -1/+49 |
| | | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs. | ||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 1 | -0/+4 |
| | |||||
* | fix for #1659 | Mario | 2022-01-27 | 1 | -0/+1 |
| | |||||
* | use item_hidden instead of item_notshown for forum comment announces | Mario | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | port z_curl_error() from zap | Mario | 2022-01-23 | 1 | -0/+12 |
| | |||||
* | wrong function name | Mario | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | drop_item() requires the item id not the item array | Mario | 2022-01-19 | 1 | -2/+3 |
| | |||||
* | provide a spinner for edit connection action in threads | Mario | 2022-01-19 | 1 | -1/+8 |
| | |||||
* | make sure to use the correct default role | Mario | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | pwa improvements according to lighthouse | Mario | 2022-01-13 | 1 | -1/+3 |
| | |||||
* | ux improvements | Mario | 2022-01-12 | 1 | -2/+6 |
| | |||||
* | toc: add headings | Mario | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | make toc bbcode find its own container by default | Mario | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | fix get_tags() parsing toc bbcodes | Mario | 2022-01-09 | 1 | -0/+1 |
| | |||||
* | more work on access tokens | Mario | 2022-01-06 | 1 | -0/+4 |
| | |||||
* | only display connections widget if there are any connections to show | Mario | 2022-01-04 | 1 | -39/+41 |
| | |||||
* | do not show blocked or ignored contacts in connections | Mario | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | fix Access^CccessList include and plink in post_activity_item() | Mario | 2022-01-03 | 1 | -2/+3 |
| | |||||
* | port new_token from zap, fixes and more cleanup | Mario | 2022-01-02 | 1 | -1/+21 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -2/+22 |
| | | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier | ||||
* | guest token xchan_network = "token" and remove permission checks since the ↵ | Mario | 2021-12-18 | 4 | -46/+3 |
| | | | | guest tokens are now added to the abook automatically |