Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | bump version | Mario | 2023-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | message filter entries are stored encoded - make sure to decode the word ↵ | Mario | 2023-03-02 | 1 | -2/+2 | |
| | | | | | | | | before we use it | |||||
| * | wrong variable | Mario | 2023-03-02 | 1 | -1/+0 | |
| | | ||||||
| * | wrong variable | Mario | 2023-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | improve mod hq to save some db lookups | Mario | 2023-03-02 | 1 | -26/+31 | |
| | | ||||||
| * | do not include deleted hublocs when looking for author | Mario | 2023-03-02 | 1 | -2/+2 | |
| | | ||||||
| * | fix some php warnings | Mario | 2023-02-28 | 3 | -5/+7 | |
| | | ||||||
| * | Revert "fix second part of issue #1731" | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce. | |||||
| * | fix second part of issue #1731 | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | bump version | Mario | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Default owner_xchan to $observer (sender) in Activity::store() - this is ↵ | Mario | 2023-02-27 | 1 | -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 #1731 | Mario | 2023-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | slightly improve contact search | Mario | 2023-02-24 | 3 | -5/+14 | |
| | | ||||||
| * | css fixes | Mario | 2023-02-23 | 1 | -2/+3 | |
| | | ||||||
| * | fix syntax for get_compund_property() | Mario | 2023-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | port some functions from streams | Mario | 2023-02-23 | 2 | -18/+49 | |
| | | ||||||
| * | look for owner instead of author - this way we will also catch the via posts | Mario | 2023-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Activity: do not force new thread if the announce is from a group actor | Mario | 2023-02-22 | 1 | -1/+5 | |
| | | ||||||
| * | Activity: set xchan_pubforum if we deal with a group actor | Mario | 2023-02-22 | 1 | -3/+6 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2023-02-17 | 1 | -1/+1 | |
| |\ | ||||||
| | * | realy make sure we will deduplicate even if there is a bogus second primary ↵ | Mario Vavti | 2023-02-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | entry | |||||
| | * | make sure we will deduplicate even if there is a bogus second primary entry | Mario Vavti | 2023-02-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | do not try to oembed in notes | Mario | 2023-02-17 | 1 | -1/+1 | |
| |/ | ||||||
| * | queue fixes | Mario | 2023-02-16 | 1 | -13/+33 | |
| | | ||||||
| * | make sure we provide a created timestamp for likes and remove the workaround ↵ | Mario Vavti | 2023-02-16 | 2 | -1/+3 | |
| | | | | | | | | which returned the wrong date format | |||||
| * | more queue updates from streams and remove a hz_syslog | Mario | 2023-02-16 | 3 | -14/+15 | |
| | | ||||||
| * | more restructure for better responsive behaviour | Mario | 2023-02-15 | 4 | -88/+94 | |
| | | ||||||
| * | we can sign messages which are not from the primary location | Mario | 2023-02-15 | 4 | -7/+14 | |
| | | ||||||
| * | revisit author_id and fix issue with pinned content | Mario | 2023-02-15 | 8 | -51/+33 | |
| | | ||||||
| * | restructure wall-item-head | Mario | 2023-02-15 | 7 | -82/+160 | |
| | | ||||||
| * | bump version | Mario | 2023-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix mod cal after fullcalendar update | Mario | 2023-02-14 | 4 | -66/+28 | |
| | | ||||||
| * | css fixes | Mario | 2023-02-12 | 3 | -5/+5 | |
| | | ||||||
| * | remove deprecated functions | Mario | 2023-02-12 | 3 | -131/+6 | |
| | | ||||||
| * | implement hq widget author image and notifications updates | Mario | 2023-02-12 | 10 | -53/+72 | |
| | | ||||||
| * | port queue improvements from streams | Mario | 2023-02-12 | 2 | -57/+48 | |
| | | ||||||
| * | css fixes | Mario Vavti | 2023-02-10 | 2 | -15/+16 | |
| | | ||||||
| * | do not blur | Mario | 2023-02-09 | 1 | -1/+0 | |
| | | ||||||
| * | work around wierd textcomplete behaviour | Mario | 2023-02-09 | 1 | -0/+7 | |
| | | ||||||
| * | bump version | Mario | 2023-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix more hubloc confusion, implement hq widget author filter and some ↵ | Mario | 2023-02-09 | 11 | -33/+88 | |
| | | | | | | | | autocomplete fixes | |||||
| * | queueworker: do not wait for locked rows, use skip locked if configured via ↵ | Mario | 2023-02-08 | 1 | -4/+20 | |
| | | | | | | | | system.db_skip_locked_supported | |||||
| * | remove superfluous semicolon | Mario | 2023-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | do not deduplicate notifications because the dupes could be valid and var -> let | Mario | 2023-01-29 | 1 | -10/+13 | |
| | | ||||||
| * | fix undefined varable warning | Mario | 2023-01-28 | 1 | -1/+2 | |
| | | ||||||
| * | remove redundant argument | Mario | 2023-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix ics import | Mario | 2023-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | do not use transparency for navbar togglers in dark mode | Mario | 2023-01-28 | 1 | -0/+4 | |
| | | ||||||
| * | update simplepie | Mario | 2023-01-27 | 83 | -791/+1997 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2023-01-27 | 2 | -35/+42 | |
| |\ |