Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix php warnings | Mario | 2022-10-26 | 3 | -1/+9 | |
| | ||||||
* | fix php warnings | Mario Vavti | 2022-10-26 | 1 | -1/+1 | |
| | ||||||
* | fix php warnings | Mario Vavti | 2022-10-23 | 3 | -8/+9 | |
| | ||||||
* | fix php warnings | Mario | 2022-10-20 | 3 | -1/+4 | |
| | ||||||
* | fix php warnings | Mario | 2022-10-20 | 3 | -6/+7 | |
| | ||||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 | |
| | ||||||
* | fix php warnings | Mario Vavti | 2022-10-20 | 4 | -12/+11 | |
| | ||||||
* | fix php warnings | Mario Vavti | 2022-10-18 | 3 | -19/+20 | |
| | ||||||
* | remove logging | Mario | 2022-10-12 | 1 | -1/+1 | |
| | ||||||
* | fix php warnings | Mario | 2022-10-12 | 2 | -26/+32 | |
| | ||||||
* | fix php warnings | Mario | 2022-10-12 | 4 | -5/+11 | |
| | ||||||
* | poco: remove unused parameters | Mario | 2022-10-12 | 1 | -1/+1 | |
| | ||||||
* | fix mod poke | Mario | 2022-09-27 | 1 | -19/+17 | |
| | ||||||
* | emit a notice if an item was deleted - issue #1691 | Mario | 2022-09-22 | 1 | -0/+1 | |
| | ||||||
* | fix warnings and regressions | Mario | 2022-09-15 | 2 | -1/+2 | |
| | ||||||
* | chek permissions in get_things() - partly fixes issue #1686 a lot more work ↵ | Mario | 2022-09-14 | 1 | -48/+50 | |
| | | | | is requird though | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 6 | -54/+57 | |
| | ||||||
* | make actor_store() fetch the actor object if none is provided, remove ↵ | Mario | 2022-09-13 | 1 | -5/+2 | |
| | | | | announce from the is_response array and provide a function to find the attributedTo url | |||||
* | php8: fix warnings | Mario | 2022-09-11 | 1 | -0/+8 | |
| | ||||||
* | php8: fix more warnings | Mario | 2022-09-11 | 6 | -40/+35 | |
| | ||||||
* | php8: random cleanup and warning fixes | Mario | 2022-09-08 | 5 | -70/+49 | |
| | ||||||
* | fix random php warnings | Mario | 2022-09-07 | 6 | -16/+30 | |
| | ||||||
* | revert: do not wrap multi line code blocks into pre tag | Mario | 2022-09-06 | 1 | -1/+1 | |
| | ||||||
* | do not wrap multi line code blocks into pre tag | Mario | 2022-09-06 | 1 | -1/+1 | |
| | ||||||
* | fix wrong attribution in unseen like notifications | Mario Vavti | 2022-08-04 | 1 | -1/+10 | |
| | ||||||
* | HQ dashboard - initial checkin | Mario | 2022-07-15 | 2 | -2/+6 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2022-06-21 | 1 | -1/+1 | |
|\ | | | | | | | | | Fix Opengraph images inside zmg opening tag See merge request hubzilla/core!2020 | |||||
| * | Fix Opengraph images inside zmg opening tag | Max Kostikov | 2022-06-14 | 1 | -1/+1 | |
| | | ||||||
* | | oembed: implement a max oembed size which defaults to 1MB and do not try to ↵ | Mario | 2022-06-03 | 1 | -0/+19 | |
|/ | | | | oembed text previews | |||||
* | move article and card categories widgets to addons | Mario | 2022-05-24 | 1 | -91/+0 | |
| | ||||||
* | fix photo permission if a photo description is available and use the ↵ | Mario | 2022-05-23 | 2 | -4/+8 | |
| | | | | filename as default photo description if uploading via the editor | |||||
* | move photo flag feature entry to core | Mario | 2022-05-21 | 1 | -0/+8 | |
| | ||||||
* | make sure we use source.content when rendering events to correctly render ↵ | Mario | 2022-05-16 | 1 | -4/+11 | |
| | | | | observer related content. fix wrong media types. | |||||
* | 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 | |
| |