Mario
|
5309c032db
|
Adjust fix_attached_permissions() so that if we got a token, we will just add the token to the original ACL instead of rewriting the ACL to theitem ACL - it probably makes much more sense that way
|
2024-09-18 19:53:07 +00:00 |
|
Mario
|
719dbf091a
|
some cleanup
|
2024-07-23 14:17:06 +00:00 |
|
Mario
|
2dad3a8fe5
|
the tag_deliver permission is not used anymore
|
2024-07-23 14:00:07 +00:00 |
|
Mario
|
d99ba64206
|
make sure to failà the tgroup_check() for group posts if they do not have the post_wall permission.
|
2024-07-23 13:11:24 +00:00 |
|
Mario
|
80e124f53e
|
remove logging
|
2024-04-20 18:57:37 +00:00 |
|
Mario
|
716013633e
|
passing an empty filter to deliverable_abook_xchans() will return all deliverable abook xchans - we do not want this in this place. also add some docu
|
2024-04-17 07:39:22 +00:00 |
|
Harald Eilertsen
|
0dc959d9fe
|
Deprecate *_config() functions in core.
|
2024-03-24 09:58:21 +00:00 |
|
Mario
|
46fa26502b
|
more work on emojis
|
2024-03-09 20:53:18 +00:00 |
|
Mario
|
af839a0589
|
AS2 Follow/Ignore
|
2024-03-01 15:47:40 +00:00 |
|
Mario
|
46f67eaa1e
|
AS2 Update and implement a first draft of AS2 Profile activities
|
2024-02-29 17:05:48 +00:00 |
|
Mario
|
37878bf0a3
|
do away with deprecated activity types
|
2024-02-28 09:18:31 +00:00 |
|
Mario
|
3dd7394247
|
AS2
|
2024-02-25 19:29:50 +00:00 |
|
Mario
|
dd204ec34f
|
start using uuid for internal reference instead of base64 encoded mid
|
2024-02-01 11:42:55 +00:00 |
|
Mario
|
e513950cb5
|
restructure Libzot::process_delivery()
|
2024-01-24 16:44:42 +00:00 |
|
Mario
|
b0664f7349
|
store the original announce actor (the one that pushed the item into our stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
|
2024-01-22 09:09:41 +00:00 |
|
Mario
|
85d8c1a97e
|
some low level work on native repeats
|
2023-11-09 19:32:29 +00:00 |
|
System user; apache
|
198070700c
|
only select the required fields to prevent memory exhaustion on big result sets
(cherry picked from commit 3a01aa40d8)
|
2023-09-15 15:32:38 +02:00 |
|
Mario
|
10b49af776
|
fix php warning
|
2023-07-03 12:42:46 +00:00 |
|
Mario
|
4f03272a5f
|
unify code for selecting deliverable abook xchans
|
2023-07-01 11:03:26 +00:00 |
|
Mario
|
cd26ead043
|
implement optional moderation of unsolicited comments, minor css fixes and some more work on ocap
|
2023-06-23 09:13:51 +00:00 |
|
Mario
|
48a33f08e2
|
ocap initial checkin
|
2023-06-02 11:33:44 +00:00 |
|
Mario
|
8ac4547e73
|
php warnings
|
2023-05-10 20:33:38 +00:00 |
|
Mario Vavti
|
380775540d
|
missing function
|
2023-05-10 14:03:37 +02:00 |
|
Mario Vavti
|
d8811b499d
|
improved item_expire()
|
2023-04-14 09:21:33 +02:00 |
|
Mario
|
ba71c53bc6
|
ignore deliveries by our own channel which do not origin from the local hub. instead rely on the sync delivery.
|
2023-03-30 12:08:43 +00:00 |
|
Mario Vavti
|
b3cfeb573a
|
do not add not_here, anon, token and rss contacts to receivers
|
2023-03-29 21:46:28 +02:00 |
|
Mario
|
2c483c460a
|
initial check in to allow all mentions option
|
2023-03-23 20:11:18 +00:00 |
|
Mario
|
ec3ba87f3a
|
Revert "some work on bringing bang tags back for forums"
This reverts commit da034045cc.
|
2023-03-03 08:49:18 +00:00 |
|
Mario
|
da034045cc
|
some work on bringing bang tags back for forums
|
2023-03-02 21:15:19 +00:00 |
|
Mario
|
cf1838f76e
|
minor cleanup and prevent duplicate recipients in some places
|
2023-01-26 10:10:06 +00:00 |
|
Mario
|
16555b93bb
|
fix race conditions when processing multiple choice polls
|
2023-01-11 16:34:23 +00:00 |
|
Mario Vavti
|
0e71bfe222
|
add sys channel to receiveres for public items
|
2023-01-02 20:38:56 +01:00 |
|
Mario Vavti
|
c6e7a7eaee
|
comment out unused code
|
2022-12-22 12:42:44 +01:00 |
|
Mario
|
2bb58843ab
|
move queueworker to core and bump version
|
2022-12-02 19:22:19 +00:00 |
|
Mario
|
ae1fad5de7
|
basically every incoming item should have a uuid by now
|
2022-11-25 18:44:33 +00:00 |
|
Mario Vavti
|
680cf25f37
|
de-duplicate by mid. there is no combined index for uid and uuid hence the query could be slow if an uid has a lot of items. the workaround for hubzilla < 4.0 is not required anymore
|
2022-11-24 16:08:57 +01:00 |
|
Mario
|
41376ec2cd
|
fix issue in tag_deliver() and silence some more warnings
|
2022-11-20 20:31:59 +00:00 |
|
Mario
|
30ddee65a4
|
fix wrong array key and undefined array key
|
2022-11-10 10:48:24 +00:00 |
|
Mario
|
1ff982983e
|
items_fetch(): check if set and if there is a value
|
2022-11-09 11:34:03 +00:00 |
|
Mario Vavti
|
8879776d64
|
fix php warnings
|
2022-10-23 14:02:19 +02:00 |
|
Mario
|
bf434818d7
|
fix php warnings
|
2022-10-20 13:16:03 +00:00 |
|
Mario Vavti
|
53931017b9
|
fix php warnings
|
2022-10-20 11:15:06 +02:00 |
|
Mario Vavti
|
e9ca17cec1
|
fix php warnings
|
2022-10-18 12:39:13 +02:00 |
|
Mario
|
71efb05658
|
fix php warnings
|
2022-10-12 19:36:24 +00:00 |
|
Mario
|
1d56b9a1bb
|
php8: warning fixes
|
2022-09-14 12:31:19 +00:00 |
|
Mario
|
480862d714
|
php8: fix more warnings
|
2022-09-11 14:58:40 +00:00 |
|
Mario
|
e146a67f4b
|
fix photo permission if a photo description is available and use the filename as default photo description if uploading via the editor
|
2022-05-23 18:56:09 +00:00 |
|
Mario
|
62b1ff4ba1
|
add the title in forum post reshares
|
2022-05-14 18:30:39 +00:00 |
|
Mario
|
62ac0ff21e
|
streamline comment policy with downstream
|
2022-03-23 19:01:42 +00:00 |
|
Mario
|
01b9f2dfcf
|
enhanced content filters
|
2022-03-01 10:14:05 +00:00 |
|