aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* fix php warningMario2024-03-061-1/+1
* minor refactorMario2024-03-061-4/+12
* minor mod thing fixesMario2024-03-061-0/+2
* cleanup context and introduce schema:identifier for future useMario2024-03-061-8/+4
* improve things display a littleMario2024-03-052-13/+11
* Merge branch 'fix-admin-site-page' into 'dev'Mario2024-03-041-15/+0
|\
| * Remove obsolete field for system lang from site admin page.Harald Eilertsen2024-03-031-15/+0
* | basic AS2 support for thingsMario2024-03-044-82/+106
|/
* AS2 Follow/IgnoreMario2024-03-017-16/+16
* more cleanupMario2024-02-293-11/+13
* some cleanupMario2024-02-292-17/+1
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-295-57/+24
* more cleanupMario2024-02-281-8/+0
* if we rename a folder in dav we should also move its contentMario2024-02-281-2/+16
* remove poke and mood from appsMario2024-02-281-0/+26
* some cloeanup after last commitMario2024-02-283-18/+0
* do away with deprecated activity typesMario2024-02-286-400/+2
* For now we will use standard Create verb for emoji reactionsMario2024-02-272-58/+51
* more streams compatibilityMario2024-02-252-12/+12
* AS2Mario2024-02-2519-228/+113
* simplify pleroma custom emoji stuff and some cleanupMario2024-02-221-54/+17
* make sure to decode html special chars before sending over the wire andMario2024-02-212-8/+7
* introduce get_actor() force flag to omit cache, rework contact refresh, speci...Mario2024-02-152-26/+38
* require the intl extension forMario2024-02-141-0/+5
* deal with inReplyTo array + some docu and styleMario2024-02-141-7/+14
* improved checks in HTTPSig::find_headers()Mario2024-02-141-15/+26
* we are now using the item uuid for the notification hash if available. since ...Mario2024-02-131-2/+3
* move the empty recips check to store(). otherwise it might interfere with zot...Mario2024-02-131-5/+5
* consider a message arriving to our inbox with no recipients (as seen from fri...Mario2024-02-131-1/+1
* fix logic so that direct messages will be allowed in case the send_mail permi...Mario2024-02-131-13/+13
* mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will b...Mario2024-02-131-1/+1
* custom sass bootstrap builds for channels and siteMario2024-02-101-9/+19
* mark items verified in zot delivery also if either LDSignature or EddsaSignat...Mario2024-02-081-2/+2
* whitespaceMario2024-02-081-2/+0
* update docu and remove redundant pernission check after vonv fetch fixesMario2024-02-071-4/+1
* add uuid to dreport for internal use and and fix issues with conversation fet...Mario2024-02-073-52/+64
* fix custom emoji reactions arriving from pleromaMario2024-02-041-0/+13
* streams collection branch compatibilityMario2024-02-021-4/+8
* more fix conv_list templateMario2024-02-011-2/+2
* fix conv_list templateMario2024-02-011-3/+3
* fix issues related to b64mid to uuid conversionMario2024-02-012-2/+2
* testing JcsEddsa2022 sigsMario2024-02-011-7/+25
* strip a possible fragmentMario2024-02-011-0/+2
* fix edgecase for notices and make mod hq backwards compatibleMario2024-02-012-5/+14
* start using uuid for internal reference instead of base64 encoded midMario2024-02-0117-89/+95
* store seen mids in session instead of cache and increase sess_data column to ...Mario2024-01-312-3/+42
* remove loggingMario2024-01-291-2/+0
* introduce Activity::init_background_fetch() and refactor zotconvo to implemen...Mario2024-01-293-15/+71
* enable object cash by default, introduce system.cache_expire_days and default...Mario2024-01-287-9/+13
* fix last commitMario2024-01-281-2/+2