aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* move article and card categories widgets to addonsMario2022-05-241-91/+0
|
* fix photo permission if a photo description is available and use the ↵Mario2022-05-232-4/+8
| | | | filename as default photo description if uploading via the editor
* move photo flag feature entry to coreMario2022-05-211-0/+8
|
* make sure we use source.content when rendering events to correctly render ↵Mario2022-05-161-4/+11
| | | | observer related content. fix wrong media types.
* add the title in forum post resharesMario2022-05-141-0/+1
|
* use addr for webfinger and name for the real name in the userinfo arrayMario2022-05-091-1/+2
|
* cleanup channel appsMario2022-05-071-24/+0
|
* more cleanupMario2022-05-061-1/+1
|
* check if addons have been removed from the filesystem and also remove them ↵Mario2022-04-221-3/+8
| | | | from the db if that is the case
* fix PHP errorMario2022-03-311-3/+6
|
* streamline comment policy with downstreamMario2022-03-231-19/+1
|
* Add function is_local_url() to check if url is local.Harald Eilertsen2022-03-201-0/+8
|
* Add helper to escape URLs.Harald Eilertsen2022-03-201-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'Mario2022-03-171-42/+2
|\ | | | | | | | | Use correct base url for stylesheets and js. See merge request hubzilla/core!2015
| * Remove now unused function script_path.Harald Eilertsen2022-03-031-38/+0
| |
| * Use correct base url for stylesheets and js.Harald Eilertsen2022-03-031-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 loggingMario2022-03-041-1/+1
| |
* | event fixesMario2022-03-042-6/+10
| |
* | streamline event activity handlingMario2022-03-041-50/+128
|/
* fix duplicate ids in login form and move login/register buttons into the ↵Mario2022-03-032-19/+24
| | | | hamburger menu on small screens
* fix feedutils regressionMario2022-03-011-4/+4
|
* enhanced content filtersMario2022-03-012-15/+51
|
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-0/+73
| | | | description and requirements (this is work in progress)
* php8 warningsMario2022-02-134-13/+18
|
* address deprecation warningsMario2022-02-133-4/+12
|
* fix another deprecation warningMario2022-02-111-2/+7
|
* 3rd arg in str_replace() can not be nullMario2022-02-111-0/+4
|
* allow to override the DB charset via the $db_charset variable in .htconfig.phpMario2022-02-102-9/+9
|
* pdo: add the charset to the connection stringMario2022-02-091-0/+7
|
* since we do not use feedutils for ostatus anymore, we can now safely use ↵Mario2022-02-091-2/+2
| | | | import_author_rss() instead of import_author_unknown()
* more PHP 8.1 deprecated warningsMario2022-02-025-6/+10
|
* more PHP 8.1 deprecated warningsMario2022-02-021-0/+6
|
* more PHP 8.1 deprecated warningsMario2022-02-021-3/+3
|
* allow zotfinger to recurse through all known hublocs if the one we got does ↵Mario2022-02-012-1/+49
| | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs.
* PHP 8.1 band-aidMario Vavti2022-01-311-0/+4
|
* fix for #1659Mario2022-01-271-0/+1
|
* use item_hidden instead of item_notshown for forum comment announcesMario2022-01-261-1/+1
|
* port z_curl_error() from zapMario2022-01-231-0/+12
|
* wrong function nameMario2022-01-211-1/+1
|
* drop_item() requires the item id not the item arrayMario2022-01-191-2/+3
|
* provide a spinner for edit connection action in threadsMario2022-01-191-1/+8
|
* make sure to use the correct default roleMario2022-01-181-1/+1
|
* pwa improvements according to lighthouseMario2022-01-131-1/+3
|
* ux improvementsMario2022-01-121-2/+6
|
* toc: add headingsMario2022-01-111-1/+1
|
* make toc bbcode find its own container by defaultMario2022-01-091-1/+1
|
* fix get_tags() parsing toc bbcodesMario2022-01-091-0/+1
|
* more work on access tokensMario2022-01-061-0/+4
|
* only display connections widget if there are any connections to showMario2022-01-041-39/+41
|
* do not show blocked or ignored contacts in connectionsMario2022-01-041-1/+1
|