Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add fetch_provider hook | Mario | 2021-01-31 | 2 | -5/+10 | |
| | | ||||||
| * | code format only | Mario | 2021-01-29 | 2 | -36/+14 | |
| | | ||||||
| * | code format only | Mario | 2021-01-28 | 3 | -322/+319 | |
| | | ||||||
| * | AS discovery for mod profile | Mario | 2021-01-28 | 1 | -14/+29 | |
| | | ||||||
| * | AS channel discovery with custom access header | Mario | 2021-01-28 | 3 | -13/+66 | |
| | | ||||||
* | | fix php8 issues | Mario Vavti | 2021-02-02 | 2 | -5/+7 | |
|/ | ||||||
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 5 | -0/+0 | |
| | ||||||
* | thread listener improvements | Mario | 2021-01-26 | 2 | -6/+22 | |
| | ||||||
* | port fix from zap: catch a complex edge case where some public stream ↵ | Mario | 2021-01-26 | 1 | -4/+6 | |
| | | | | comments were not being delivered and should have been | |||||
* | use mail envelope instead of lock icon for direct messages | Mario | 2021-01-26 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-26 | 1 | -4/+1 | |
|\ | ||||||
| * | fix issues in Activity::encode_item_collection() after recent changes | Mario Vavti | 2021-01-26 | 1 | -4/+1 | |
| | | ||||||
* | | Libzot::fetch_conversation() fixes | Mario | 2021-01-26 | 2 | -37/+28 | |
|/ | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-01-25 | 4 | -148/+178 | |
|\ | ||||||
| * | expose manual public item import from searchbar, set commen_policy in ↵ | Mario | 2021-01-25 | 4 | -148/+178 | |
| | | | | | | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed | |||||
* | | invoke channel discovery by hash instead of address and add thread listeners ↵ | Mario Vavti | 2021-01-25 | 2 | -5/+9 | |
|/ | | | | only if we also send them the post | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2021-01-24 | 3 | -14/+78 | |
|\ | | | | | | | | | Add support filesystem storage for xchan profile photos See merge request hubzilla/core!1898 | |||||
| * | Add support filesystem storage for xchan profile photos | Max Kostikov | 2021-01-24 | 3 | -14/+78 | |
| | | ||||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-24 | 1 | -1/+4 | |
|\| | ||||||
| * | Don't fetch profile photos from own hub | Max Kostikov | 2021-01-23 | 1 | -1/+4 | |
| | | ||||||
* | | revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵ | Mario | 2021-01-24 | 2 | -25/+27 | |
| | | | | | | | | consumers that are not our contacts in thread listeners | |||||
* | | extra check for item_private in fetch_and_store_parents() | Mario | 2021-01-24 | 1 | -5/+22 | |
|/ | ||||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-23 | 2 | -2/+25 | |
|\ | | | | | | | | | | | # Conflicts: # Zotlabs/Daemon/Cache_query.php # include/contact_widgets.php # include/taxonomy.php | |||||
| * | Remove duplicated profile photos | Max Kostikov | 2021-01-23 | 1 | -0/+24 | |
| | | ||||||
| * | Fix duplicate profile photos creation for clones | Max Kostikov | 2021-01-23 | 1 | -2/+1 | |
| | | ||||||
| * | Higher log level | Max Kostikov | 2021-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Implement SQL query background caching | Max Kostikov | 2021-01-20 | 1 | -0/+34 | |
| | | ||||||
| * | Swap key and cat for running pid tracking | Max Kostikov | 2021-01-20 | 1 | -4/+4 | |
| | | ||||||
* | | Decode SQL query array | Max Kostikov | 2021-01-22 | 1 | -1/+3 | |
| | | ||||||
* | | cleanup | Mario | 2021-01-22 | 2 | -3/+3 | |
| | | ||||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-01-22 | 6 | -90/+592 | |
|\ \ | ||||||
| * | | fix encode_item_collection() | Mario | 2021-01-22 | 1 | -4/+10 | |
| | | | ||||||
| * | | implement externals via zot6 and zotfeed - part 1 | Mario | 2021-01-22 | 5 | -84/+546 | |
| | | | ||||||
| * | | Implement SQL query background caching | Max Kostikov | 2021-01-21 | 2 | -4/+38 | |
| | | | ||||||
* | | | implement externals via zot6 and zotfeed - part 2 | Mario Vavti | 2021-01-22 | 1 | -14/+28 | |
|/ / | ||||||
* | | cleanup lib/libsync | Mario | 2021-01-21 | 1 | -266/+263 | |
| | | ||||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-20 | 1 | -1/+2 | |
|\| | ||||||
| * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-01-20 | 1 | -1/+2 | |
| |\ | | | | | | | | | | | | | Use Zot6 on pinned content sync between clones See merge request hubzilla/core!1893 | |||||
| | * | Update Pin.php | Max Kostikov | 2021-01-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use Zot6 on pinned content sync between clones | Max Kostikov | 2021-01-20 | 1 | -2/+3 | |
| | | | ||||||
* | | | remove logging | Mario | 2021-01-20 | 1 | -1/+0 | |
|/ / | ||||||
* | | looks like we get arrays or json strings here for some reason | Mario | 2021-01-20 | 2 | -1/+8 | |
| | | ||||||
* | | onepoll via zot6 to /zotfeed which implements an outbox | Mario | 2021-01-20 | 7 | -724/+1041 | |
| | | ||||||
* | | fix abandon days setting for onepoll | Mario | 2021-01-18 | 2 | -6/+1 | |
| | | ||||||
* | | lib/activity cleanup and remove unused code - requires addon update | Mario | 2021-01-18 | 1 | -963/+908 | |
|/ | ||||||
* | more cleanup daemon/thumbnail | Mario | 2021-01-18 | 1 | -23/+23 | |
| | ||||||
* | more cleanup daemon/queue | Mario | 2021-01-18 | 1 | -10/+10 | |
| | ||||||
* | more cleanup daemon/poller | Mario | 2021-01-18 | 1 | -74/+67 | |
| | ||||||
* | more cleanup daemon/onepoll | Mario | 2021-01-18 | 1 | -56/+53 | |
| | ||||||
* | more cleanup daemon/onedirsync | Mario | 2021-01-18 | 1 | -10/+10 | |
| |