aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * bump versionMario2023-03-021-1/+1
| |
| * message filter entries are stored encoded - make sure to decode the word ↵Mario2023-03-021-2/+2
| | | | | | | | before we use it
| * wrong variableMario2023-03-021-1/+0
| |
| * wrong variableMario2023-03-021-1/+1
| |
| * improve mod hq to save some db lookupsMario2023-03-021-26/+31
| |
| * do not include deleted hublocs when looking for authorMario2023-03-021-2/+2
| |
| * fix some php warningsMario2023-02-283-5/+7
| |
| * Revert "fix second part of issue #1731"Mario2023-02-271-1/+1
| | | | | | | | This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce.
| * fix second part of issue #1731Mario2023-02-271-1/+1
| |
| * bump versionMario2023-02-271-1/+1
| |
| * Default owner_xchan to $observer (sender) in Activity::store() - this is ↵Mario2023-02-271-0/+1
| | | | | | | | because in case where an announce holds a relayed activity we drop the announce and process the relayed activity only. In that case actor.id as set in Activity::decode_note() will not be the correct owner. In other cases actor.id and sender should be identical.
| * possible fix for issue #1731Mario2023-02-271-3/+3
| |
| * slightly improve contact searchMario2023-02-243-5/+14
| |
| * css fixesMario2023-02-231-2/+3
| |
| * fix syntax for get_compund_property()Mario2023-02-231-1/+2
| |
| * port some functions from streamsMario2023-02-232-18/+49
| |
| * look for owner instead of author - this way we will also catch the via postsMario2023-02-221-1/+1
| |
| * Activity: do not force new thread if the announce is from a group actorMario2023-02-221-1/+5
| |
| * Activity: set xchan_pubforum if we deal with a group actorMario2023-02-221-3/+6
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-02-171-1/+1
| |\
| | * realy make sure we will deduplicate even if there is a bogus second primary ↵Mario Vavti2023-02-161-1/+1
| | | | | | | | | | | | entry
| | * make sure we will deduplicate even if there is a bogus second primary entryMario Vavti2023-02-161-1/+1
| | |
| * | do not try to oembed in notesMario2023-02-171-1/+1
| |/
| * queue fixesMario2023-02-161-13/+33
| |
| * make sure we provide a created timestamp for likes and remove the workaround ↵Mario Vavti2023-02-162-1/+3
| | | | | | | | which returned the wrong date format
| * more queue updates from streams and remove a hz_syslogMario2023-02-163-14/+15
| |
| * more restructure for better responsive behaviourMario2023-02-154-88/+94
| |
| * we can sign messages which are not from the primary locationMario2023-02-154-7/+14
| |
| * revisit author_id and fix issue with pinned contentMario2023-02-158-51/+33
| |
| * restructure wall-item-headMario2023-02-157-82/+160
| |
| * bump versionMario2023-02-141-1/+1
| |
| * fix mod cal after fullcalendar updateMario2023-02-144-66/+28
| |
| * css fixesMario2023-02-123-5/+5
| |
| * remove deprecated functionsMario2023-02-123-131/+6
| |
| * implement hq widget author image and notifications updatesMario2023-02-1210-53/+72
| |
| * port queue improvements from streamsMario2023-02-122-57/+48
| |
| * css fixesMario Vavti2023-02-102-15/+16
| |
| * do not blurMario2023-02-091-1/+0
| |
| * work around wierd textcomplete behaviourMario2023-02-091-0/+7
| |
| * bump versionMario2023-02-091-1/+1
| |
| * fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-0911-33/+88
| | | | | | | | autocomplete fixes
| * queueworker: do not wait for locked rows, use skip locked if configured via ↵Mario2023-02-081-4/+20
| | | | | | | | system.db_skip_locked_supported
| * remove superfluous semicolonMario2023-02-011-1/+1
| |
| * do not deduplicate notifications because the dupes could be valid and var -> letMario2023-01-291-10/+13
| |
| * fix undefined varable warningMario2023-01-281-1/+2
| |
| * remove redundant argumentMario2023-01-281-1/+1
| |
| * fix ics importMario2023-01-281-1/+1
| |
| * do not use transparency for navbar togglers in dark modeMario2023-01-281-0/+4
| |
| * update simplepieMario2023-01-2783-791/+1997
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-01-272-35/+42
| |\