aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
Commit message (Collapse)AuthorAgeFilesLines
* we can sign messages which are not from the primary locationMario2023-02-151-4/+3
|
* remove deprecated functionsMario2023-02-121-114/+0
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-091-2/+2
| | | | autocomplete fixes
* minor cleanup and prevent duplicate recipients in some placesMario2023-01-261-15/+9
|
* debug from php logMario2022-12-111-0/+6
|
* fix regressionMario2022-11-031-1/+1
|
* rename variable and warning fixesMario2022-11-031-26/+30
|
* php warningsMario2022-11-021-1/+1
|
* fix php warningsMario Vavti2022-10-261-1/+1
|
* fix php warningsMario Vavti2022-10-251-25/+25
|
* fix php warningsMario Vavti2022-10-231-2/+12
|
* fix various issuesMario2022-10-211-1/+1
|
* fix php warningsMario Vavti2022-10-201-0/+4
|
* fix php warningsMario Vavti2022-10-181-1/+1
|
* fix php warningMario2022-10-141-1/+1
|
* fix php warningsMario Vavti2022-10-131-2/+9
|
* fix more php warningsMario Vavti2022-10-131-2/+2
|
* fix php warningsMario2022-10-121-4/+5
|
* fix php warningsMario2022-10-121-6/+6
|
* when updating hubloc_connected also update hubloc_updatedMario2022-10-051-1/+2
|
* one more hub reinstall fixMario2022-09-281-1/+1
|
* hub reinstall issuesMario2022-09-281-3/+3
|
* php8: fix warningsMario2022-09-221-2/+2
|
* fix warnings and regressionsMario2022-09-151-2/+2
|
* php8: warning fixesMario2022-09-141-15/+15
|
* php8: fix more warningsMario2022-09-111-3/+2
|
* php8: random cleanup and warning fixesMario2022-09-081-0/+6
|
* do not set allowed to true if verb is ACTIVITY_SHARE and slightly changed ↵Mario2022-05-131-3/+7
| | | | logic for conv fetches
* hubloc in AS has been moved from data to meta a while agoMario Vavti2022-04-261-2/+2
|
* streamline comment policy with downstreamMario2022-03-231-14/+4
|
* add the signing algo to zotinfo, and store it in import_xchan() if presentMario2022-03-201-0/+5
|
* more work on enhanced content filtersMario2022-03-031-1/+5
|
* enhanced content filtersMario2022-03-011-22/+40
|
* make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ↵Mario2022-02-281-0/+10
| | | | author issue if wall2wall comment arrives and author is not yet known
* address deprecation warningsMario2022-02-131-1/+1
|
* fix php error in externals and streamline actor cache timeMario Vavti2022-02-081-1/+1
|
* move JSalmon stuff from the data to the meta field in Lib ActivityStreams ↵Mario2022-02-031-6/+5
| | | | and some more refinement on storing the raw ap and diaspora data in iconfig
* more PHP 8.1 deprecated warningsMario2022-02-021-0/+1
|
* PHP 8.1 band-aidMario Vavti2022-01-311-8/+8
|
* we must check if actor.id is empty(). checking for isset() only could still ↵Mario2022-01-191-1/+1
| | | | end up in an empty string and produce unexpected results
* merge branch perms_ng into devMario2021-12-151-30/+13
|
* use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-091-5/+6
| | | | optional force argument to process_delivery
* fix typoMario2021-10-041-1/+1
|
* fix site lookup and minor cleanupMario2021-10-041-22/+40
|
* clone channel delete issues - part 2Mario2021-10-031-3/+3
|
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-181-1/+1
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* typoMario2021-09-151-1/+1
|
* provide a get_cached_actor_provider hook and improve the author/owner ↵Mario2021-09-151-13/+23
| | | | handling in Libzot::import()
* fix $desturl set to wrong value (null)Mario2021-09-131-2/+2
|
* when updating the channel name from profiles make sure to lookup the xchan ↵Mario2021-09-101-1/+0
| | | | entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone