Mario
80f4eea9e9
remove support for deprecated AS1 verbs and objects in the network stream filters - improves performance
2025-12-09 08:26:41 +00:00
Mario
be5c8aa2a3
more work on determining whether an event should be adjusted is an all-day event
2025-12-09 08:24:53 +00:00
Mario
643d25b34b
simplify and be slightly more strict to define allday events
2025-12-05 22:38:20 +00:00
Mario Vavti
c29d79854e
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2025-12-05 22:24:33 +01:00
Mario
2834544451
an attempt to better deal with events that have no endTime and events that inline timezone offset in the timestamp
2025-12-05 21:16:30 +00:00
Mario Vavti
60eb8aa42b
provide the event hash and timezone in the event object
2025-12-05 22:04:52 +01:00
Mario
aff39521cd
revert removing of iconfig parsing (it is still required for events for now). Dismiss activitypub.rawmsg and diaspora.fields from parsing
2025-12-05 19:24:28 +00:00
Mario
f19ad4b087
bump version
2025-12-05 09:26:19 +00:00
Mario
fc243196d9
store the object cache right on and remove some commented out code
2025-12-05 09:19:26 +00:00
Mario
26d1653bfb
Merge branch 'hooks-update-api-docs' into 'dev'
...
Update API docs for Hook interface
See merge request hubzilla/core!2245
2025-12-04 18:41:02 +00:00
Mario Vavti
f39ccab6c1
update composer libs
2025-12-04 14:24:20 +01:00
Mario
a0e6dcbb77
allow the post_mail permission to work independend from the send_stream/post_comment permissions and leave the post_mail perm limit at PERMS_SPECIFIC for the public channel role - issue #1951
2025-12-04 12:31:04 +00:00
Mario
320a0c1b62
only reset obj cache if edited timestamp has changed
2025-12-03 21:02:16 +00:00
Mario
84d52a9ad1
Merge branch 'improve-test-isolation' into 'dev'
...
Improve test isolation
See merge request hubzilla/core!2246
2025-12-03 19:33:27 +00:00
Mario
dc298ce6c1
bump version
2025-12-03 19:31:11 +00:00
Mario
b464cd6181
this is somehow delicate: make sure we will not relay an item again in case it comes back to us from a channel that sources our channel
2025-12-03 19:05:17 +00:00
Harald Eilertsen
4eb7e29bab
Improve test isolation
...
To ensure tests don't step on each others toes, make sure we back up
the static properties of the global App class before running tests that
modify any of these properties.
2025-12-02 19:58:41 +01:00
Mario
63243808b8
add quoteUri for mastodon which seems to have removed support for quoteUrl
2025-12-02 12:23:38 +00:00
Mario
f271448767
also remove the comment now that we do not use the effective_uid param anymore
2025-12-02 11:57:51 +00:00
Mario
3915164bb4
we do not need to decode iconfig anymore
2025-12-02 10:24:54 +00:00
Harald Eilertsen
94e5aa172c
Update API docs for hooks
2025-11-29 22:52:30 +01:00
Harald Eilertsen
ff68bee174
Doxygen: New tag @sideeffect
...
Use this tag to document unexpected side effects of an API.
2025-11-29 22:49:54 +01:00
Mario
25aa7d5738
fix activity signer not set
2025-11-27 10:10:24 +00:00
Mario
07e3a218cb
only check author and owner mismatch
2025-11-27 09:59:33 +00:00
Mario
e6ad00dabc
lookup only one item
2025-11-26 10:07:10 +00:00
Mario
23d781e348
improved checks
2025-11-26 08:39:34 +00:00
Mario
b53cacd54c
bump version
2025-11-26 07:38:46 +00:00
Mario
ade3da4d89
dismiss objects where the force flag is set for now
2025-11-25 22:50:47 +00:00
Mario
1e5f614a5e
Revert "more check possible ownership mismatch"
...
This reverts commit 159c8dbd5f .
2025-11-25 11:03:27 +00:00
Mario
159c8dbd5f
more check possible ownership mismatch
2025-11-25 10:23:03 +00:00
Mario
5faa285f6f
version
2025-11-25 08:38:53 +00:00
Mario
c9af19cdb2
check possible ownership mismatch
2025-11-25 08:38:05 +00:00
Mario
3e74e4784c
move ObjCache::Set() from Activity::decode_note() to Activity::store() and Libzot::import() where we have already gathered more infos
2025-11-24 22:34:29 +00:00
Mario
bcbd7f4f6d
bump version
2025-11-24 07:53:41 +00:00
Mario
7ead6086dc
remove trailing slash
2025-11-24 07:49:30 +00:00
Mario
4685568e0d
item links will be replaced at the sync receiver side - use the channel url of the current site when storing. fixes issue #1932
2025-11-24 07:48:54 +00:00
Mario
ec57f8293a
refine shre to quote conversion
2025-11-23 10:50:21 +00:00
Mario
9e5344d624
fix typo in last commit
2025-11-22 19:57:28 +00:00
Mario
4c122fd3b3
do not attempt tag delivery if not item type post - fix issue #1941
2025-11-22 19:54:58 +00:00
Mario
7959dd9f57
make postgres happy
2025-11-21 21:54:15 +00:00
Mario
fde03c7ae0
remove commented out code
2025-11-21 20:50:14 +00:00
Mario
7fcc770fbf
rename (un)serialise() -> json_(un)serialize()
2025-11-21 20:43:35 +00:00
Mario Vavti
dcb09a8b39
update smarty and base58
2025-11-21 16:45:54 +01:00
Mario
57c22f4d0f
fix test
2025-11-21 10:45:45 +00:00
Mario
ed1cfa5c7b
fix block/unblock account - issue #1947
2025-11-21 09:25:51 +00:00
Mario
3878dbd6bd
show viewsource link for pubstream items
2025-11-21 08:27:53 +00:00
Mario
554577fad7
update changelog
2025-11-21 07:04:28 +00:00
Mario
3ac99479fe
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2025-11-20 23:06:02 +00:00
Mario
7cadb43029
fix insufficient target attribution for forums - channel_url() requires the channel array not the address
2025-11-20 23:05:12 +00:00
Mario
f25ac63f18
Merge branch 'fix-warnings-in-owatest' into 'dev'
...
Set content type/length for module test requests
See merge request hubzilla/core!2244
2025-11-20 21:20:27 +00:00