aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* update to fix empty hubloc_id_url caused by clone import bug for zot hublocs ↵Mario Vavti2020-12-171-0/+34
| | | | which was fixed in 4693069a0618775167fd5c5b8c91b80f8a832da0
* restrict owa to zot6 and zot network until the hubloc madness with ↵Mario Vavti2020-12-171-2/+2
| | | | | activitypub and possibly also diaspora will be solved (cherry picked from commit 7ebba75fa25a51ec1d751ba3b27b8fe70f166224)
* fix issue with abconfig when cloning a channelMario2020-12-171-6/+6
| | | (cherry picked from commit f13bff2a767cf3a575698f55dad978c7a4cc1a72)
* owa: dismiss deleted hublocsMario2020-12-171-6/+6
| | | (cherry picked from commit 006a409eb80317a89d48edb53e9d40b357badffd)
* use refresh_all in mod importMario2020-12-171-1/+1
| | | (cherry picked from commit 59f1c038fe3d26449e3d4475dba89f10165f71f6)
* try to fix more hubloc anomalies: use refresh_all in ↵Mario2020-12-171-42/+42
| | | | | remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier (cherry picked from commit dec4ceabb5e036dfdab50f499dd2a26fe4eeebf7)
* fix missing hubloc_id_url for zot hubloc when importing a channelMario2020-12-171-3/+4
| | | (cherry picked from commit 4693069a0618775167fd5c5b8c91b80f8a832da0)
* try to prevent hubloc confusion in some placesMario2020-12-174-39/+50
| | | | | (cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce) (cherry picked from commit 634ace552d40f9f287a6419dd6fe5b19d3f390ca)
* make gprobe look for zot6 onlyMario2020-12-171-1/+1
| | | | | (cherry picked from commit 1d3437aa419adde319d2a3f5d98e7f8fe4418f27) (cherry picked from commit 751a1ba969b4a48b40d42022ed342db7e4e00c03)
* fix hubloc issue in mod getfileMario2020-12-121-2/+3
| | | | | (cherry picked from commit b0b9b9f28974f9016e47491e81876224c57a7e3b) (cherry picked from commit 8c1c49a45ed28f5235d6a5f7668d2c31158fbea3)
* missing parenthesisMario2020-12-011-0/+1
| | | (cherry picked from commit 45b41f07874674311060a8c205cb1bc22ae850db)
* Ãfix regerssion in updating the primaryMario2020-12-011-28/+34
| | | (cherry picked from commit c47434634d89e1db37a791d1c4243950a74d906d)
* dismiss title in response activityMario2020-12-011-1/+1
| | | | | (cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014) (cherry picked from commit b89355b9d822da63d0588f1ee25f72b2358c82cc)
* more psr-4 autoloading standardMario2020-11-262-2/+2
|
* psr-4 autoloading standardMario2020-11-261-0/+0
|
* profile_load() requires channel_addressMario2020-11-242-3/+6
|
* add loggingMario2020-11-231-0/+3
|
* fix warningMario2020-11-231-1/+1
|
* simplify code and fix issue with categoriesMario2020-11-231-69/+51
|
* do not use chanlink_url() at this placeMario2020-11-231-1/+1
|
* missing includeMario2020-11-233-2/+3
|
* store actor of fetched acivitiesMario2020-11-231-2/+6
|
* fix mod item issue with remote channelsMario2020-11-221-16/+12
|
* fix like issue with remote channelsMario2020-11-222-59/+67
|
* make simple update more simple againMario2020-11-215-5/+5
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-212-59/+70
| | | | worked out
* fix pubstream id issueMario2020-11-211-2/+2
|
* deliver to local hub firstMario2020-11-211-3/+10
|
* returning the rendered html when liking a post or commentMario2020-11-201-3/+58
|
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-2/+12
| | | | update (and its implication in mod pubstream) obsolete
* fix regression in relation to pustream notificationsMario2020-11-181-0/+3
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-189-123/+41
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* fix ping_site()Mario2020-11-151-2/+1
|
* deprecate daemon/ratenotifMario2020-11-151-0/+5
|
* fix directory post urlMario2020-11-151-1/+2
|
* outq_hash is unique - no need for limitMario2020-11-151-1/+1
|
* cleanupMario2020-11-151-64/+4
|
* remove dotMario2020-11-141-1/+1
|
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-142-28/+87
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* minor queue adjustmentsMario2020-11-131-10/+13
|
* update to fix more broken hublocs and version bumpMario2020-11-131-0/+27
|
* better check for valid inboxMario2020-11-131-8/+8
|
* do not store actors without an inbox - they are not validMario2020-11-121-0/+6
|
* log the body if fetch failedMario2020-11-111-0/+1
|
* do not log exception - it could exhaust memoryMario2020-11-091-1/+2
|
* make share titles h3 to reflect the original titlÃe sizeMario2020-11-081-1/+1
|
* less hubloc confusionMario2020-11-087-40/+56
|
* make sure we attach the public keyMario2020-11-041-1/+8
|
* fix vsprintf() warningMario2020-11-011-2/+3
|
* Merge branch 'dev' into 'dev'Mario2020-10-311-12/+14
|\ | | | | | | | | Don't try to fetch profile photo for unknown channel See merge request hubzilla/core!1880