aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* update updates if we are provided an ud_arr or we imported a new xchanMario Vavti2023-04-121-8/+14
|
* use url instead of addr for updates and clean up local_dir_update() and ↵Mario Vavti2023-04-124-101/+81
| | | | update_modtime()
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-127-29/+101
| | | | of cleanup
* set ud_last after successfully probing a channelMario2023-04-091-2/+1
|
* Revert "make sure to update ud_last timestamp if we successfully fingered a ↵Mario2023-04-091-1/+2
| | | | | | channel" This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c.
* make sure to update ud_last timestamp if we successfully fingered a channelMario2023-04-091-2/+1
|
* disable thread listener interface by default and minor fixesMario2023-04-092-10/+28
|
* minor queueworker fixesMario2023-04-082-4/+4
|
* split up a potentially long running sql queryMario2023-04-081-4/+10
|
* likes not synced between clonesMario Vavti2023-03-311-1/+18
|
* add some explanation and remove loggingMario2023-03-302-1/+5
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-302-1/+2
| | | | instead rely on the sync delivery.
* in fact this can be removedMario2023-03-241-4/+0
|
* encode object after we have dealt with deleted items and work around a php errorMario2023-03-242-11/+15
|
* initial check in to allow all mentions optionMario2023-03-235-30/+92
|
* simplifyMario2023-03-191-7/+7
|
* work around friendica img attachment has different href than body which ↵Mario2023-03-141-3/+24
| | | | results in duplicate images
* make sure to only transform channel wall posts for group actorsMario2023-03-121-1/+1
|
* make an format exception for repeated forum postsMario2023-03-121-2/+2
|
* more strings and provide mfa feedback via jgrowlMario2023-03-111-4/+4
|
* check form security token and require password to enable/diable mfaMario2023-03-111-0/+15
|
* fix php errorMario2023-03-111-1/+1
|
* mark items as fetched in other placesMario2023-03-113-0/+3
|
* only set owner to observer if the item is not fetched otherwise the comment ↵Mario2023-03-091-4/+8
| | | | author could end up as owner
* mfa strings updateMario2023-03-092-6/+6
|
* more mfa cleanup, set the value in session if mfa is enabled and only allow ↵Mario2023-03-081-2/+6
| | | | enabling mfa after a test passed
* more mfa cleanupMario2023-03-081-4/+3
|
* minor cleanupMario2023-03-081-3/+0
|
* port totp mfa from streams with some adjustionsMario2023-03-082-0/+162
|
* add fixmeMario2023-03-031-0/+4
|
* Revert "some work on bringing bang tags back for forums"Mario2023-03-033-19/+7
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-023-7/+19
|
* minor cleanup and docuMario2023-03-021-2/+2
|
* 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
|
* 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.
* slightly improve contact searchMario2023-02-241-4/+10
|
* fix syntax for get_compund_property()Mario2023-02-231-1/+2
|
* port some functions from streamsMario2023-02-231-18/+41
|
* 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
|/