aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix wrong array key and undefined array keyMario2022-11-102-3/+4
|
* items_fetch(): check if set and if there is a valueMario2022-11-091-21/+19
|
* fix regression where automatically created directories were not public and ↵Mario2022-11-071-6/+5
| | | | pinned/featured state of apps was not displayed correctly
* do not update the guid on xchan/hubloc updates and define some array keysMario2022-11-041-8/+19
|
* php warningMario2022-11-021-1/+1
|
* fix more php warningsMario Vavti2022-11-021-1/+1
|
* missing field in queryMario2022-10-261-1/+1
|
* fix php warningsMario2022-10-263-1/+9
|
* fix php warningsMario Vavti2022-10-261-1/+1
|
* fix php warningsMario Vavti2022-10-233-8/+9
|
* fix php warningsMario2022-10-203-1/+4
|
* fix php warningsMario2022-10-203-6/+7
|
* fix php warningsMario2022-10-201-1/+1
|
* fix php warningsMario Vavti2022-10-204-12/+11
|
* fix php warningsMario Vavti2022-10-183-19/+20
|
* remove loggingMario2022-10-121-1/+1
|
* fix php warningsMario2022-10-122-26/+32
|
* fix php warningsMario2022-10-124-5/+11
|
* poco: remove unused parametersMario2022-10-121-1/+1
|
* fix mod pokeMario2022-09-271-19/+17
|
* emit a notice if an item was deleted - issue #1691Mario2022-09-221-0/+1
|
* fix warnings and regressionsMario2022-09-152-1/+2
|
* chek permissions in get_things() - partly fixes issue #1686 a lot more work ↵Mario2022-09-141-48/+50
| | | | is requird though
* php8: warning fixesMario2022-09-146-54/+57
|
* make actor_store() fetch the actor object if none is provided, remove ↵Mario2022-09-131-5/+2
| | | | announce from the is_response array and provide a function to find the attributedTo url
* php8: fix warningsMario2022-09-111-0/+8
|
* php8: fix more warningsMario2022-09-116-40/+35
|
* php8: random cleanup and warning fixesMario2022-09-085-70/+49
|
* fix random php warningsMario2022-09-076-16/+30
|
* revert: do not wrap multi line code blocks into pre tagMario2022-09-061-1/+1
|
* do not wrap multi line code blocks into pre tagMario2022-09-061-1/+1
|
* fix wrong attribution in unseen like notificationsMario Vavti2022-08-041-1/+10
|
* HQ dashboard - initial checkinMario2022-07-152-2/+6
|
* Merge branch 'dev' into 'dev'Mario2022-06-211-1/+1
|\ | | | | | | | | Fix Opengraph images inside zmg opening tag See merge request hubzilla/core!2020
| * Fix Opengraph images inside zmg opening tagMax Kostikov2022-06-141-1/+1
| |
* | oembed: implement a max oembed size which defaults to 1MB and do not try to ↵Mario2022-06-031-0/+19
|/ | | | oembed text previews
* 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