Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 5.0RC testing: their_perms should be reset before they are recreated. ↵ | Mario | 2020-09-19 | 1 | -0/+8 | |
| | | | | Otherwise withdrawn permissions will not take effect locally. | |||||
* | disable community tags until we agree on how to implemnt this in ↵ | Mario | 2020-09-11 | 1 | -0/+4 | |
| | | | | zot6/activitypub | |||||
* | use the default setting and also add the mode to the cipher. aes-128 is to ↵ | Mario Vavti | 2020-08-21 | 1 | -1/+1 | |
| | | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957 | |||||
* | first cut on implementing additional encryption with the SJCL library. aes ↵ | Mario Vavti | 2020-08-20 | 1 | -1/+1 | |
| | | | | only and no backward compatibility. | |||||
* | fix item deletion | Mario | 2020-08-20 | 1 | -13/+25 | |
| | ||||||
* | use the compact view in html2plain() | Mario | 2020-07-30 | 1 | -1/+1 | |
| | ||||||
* | add some context to the notifications | Mario | 2020-07-29 | 1 | -7/+5 | |
| | ||||||
* | improve profile detection and reduce feed result set | Mario | 2020-07-26 | 1 | -4/+29 | |
| | ||||||
* | Revert "zot6 testing" | Mario | 2020-07-21 | 1 | -2/+1 | |
| | | | | This reverts commit 4f95b44ff239f92574491b3053b7f5aace6432d3. | |||||
* | those are not lÃikely to be parents | Mario | 2020-07-21 | 1 | -2/+2 | |
| | ||||||
* | zot6 testing | Mario | 2020-07-21 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-07-14 | 1 | -2/+4 | |
|\ | | | | | | | | | z6 work See merge request hubzilla/core!1862 | |||||
| * | zot6 group updates to support edit and delete of top-level group posts. This ↵ | zotlabs | 2020-07-12 | 1 | -2/+4 | |
| | | | | | | | | is supported remotely by editing or removing the post that started it all. A W2W post can only be deleted at this time. | |||||
* | | fix php warning | Mario | 2020-07-13 | 1 | -1/+1 | |
|/ | ||||||
* | fix discovery | Mario Vavti | 2020-06-14 | 1 | -1/+1 | |
| | ||||||
* | allow apps to be both pinned and starred independently | Zot | 2020-06-11 | 1 | -4/+2 | |
| | ||||||
* | uuid for likes | Mario Vavti | 2020-05-15 | 1 | -0/+3 | |
| | ||||||
* | Revert "uuid for likes" | Mario | 2020-05-15 | 1 | -3/+0 | |
| | | | | This reverts commit b6efb02ed291fcdfb32e8587a031950d752327bc. | |||||
* | uuid for likes | Mario | 2020-05-15 | 1 | -0/+3 | |
| | ||||||
* | use zot_record_preferred() when fetching keys | Mario | 2020-05-15 | 1 | -1/+1 | |
| | ||||||
* | DB update 1238 to fix hubloc_id_url for existing hublocs and set ↵ | Mario | 2020-05-12 | 1 | -1/+2 | |
| | | | | hubloc_id_url in Activity::actor_store() | |||||
* | deal with diaspora uuid | Mario | 2020-05-10 | 1 | -5/+3 | |
| | ||||||
* | as_vid_sort -> vid_sort | Mario | 2020-05-10 | 1 | -2/+2 | |
| | ||||||
* | deprecate premium channel app | Mario | 2020-05-07 | 1 | -1/+0 | |
| | ||||||
* | deal with polls and votes in enotify | Mario | 2020-05-05 | 1 | -10/+17 | |
| | ||||||
* | Display delayed posts on author's channel page | Max Kostikov | 2020-05-02 | 1 | -2/+3 | |
| | ||||||
* | Ãfix photo items | Mario | 2020-04-29 | 1 | -5/+3 | |
| | ||||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 3 | -5/+11 | |
| | ||||||
* | some work on improving federation of item_private and make sure we deal with ↵ | Mario | 2020-04-20 | 2 | -6/+16 | |
| | | | | an array in array_path_exists() | |||||
* | revert | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | just fetch the info we need | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | more do not include hublocs with no hubloc_id_url | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | remove debug code | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | de-duplicate $post_tags | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | only return hublocs with hubloc_id_url set | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | implement addressing and fix conversation fetching | Mario | 2020-04-18 | 1 | -24/+186 | |
| | ||||||
* | fetch the item for asld in Lib/Share. This probably fixes addons issue #146 | Mario | 2020-04-15 | 1 | -1/+2 | |
| | ||||||
* | Ãfix php warning | Mario | 2020-04-15 | 1 | -1/+1 | |
| | ||||||
* | discover_feed() does not exist yet | Mario | 2020-04-12 | 1 | -1/+1 | |
| | ||||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 3 | -4/+10 | |
| | ||||||
* | fix warning if iconfig value is an array | Mario | 2020-04-05 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-04-03 | 1 | -0/+5 | |
|\ | | | | | | | | | fix app links in DB when doing a site rename See merge request hubzilla/core!1846 | |||||
| * | issue 1454 - some photo item ActivityStreams links not returning json-ld; ↵ | zotlabs | 2020-03-24 | 1 | -0/+5 | |
| | | | | | | | | requires related fixes in addons/pubcrawl | |||||
* | | use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵ | Mario | 2020-03-29 | 2 | -1/+2 | |
| | | | | | | | | zot6 and some whitespace cleanup in queue_deliver() | |||||
* | | do not use channel_portable_id in process_channel_sync_delivery(). we should ↵ | Mario | 2020-03-25 | 1 | -1/+1 | |
| | | | | | | | | only accept sync packages from channels which are already transitioned to zot6. | |||||
* | | first batch of zot6 transition patches. basic communication with ↵ | Mario | 2020-03-12 | 1 | -24/+24 | |
| | | | | | | | | transitioned channels *should* work now | |||||
* | | Merge branch 'dev' into z6connect | Mario | 2020-03-02 | 7 | -26/+253 | |
|\| | ||||||
| * | prevent duplicate votes | Mario | 2020-02-29 | 1 | -1/+29 | |
| | | ||||||
| * | Allow wiki link titles | BattleMage | 2020-02-28 | 1 | -2/+5 | |
| | | | | | | | | | | Allow linking to wiki pages with alternating titles by separating the title from the link with a pipe, like regular wiki markup does. | |||||
| * | Merge branch 'dev' into 'dev' | Mario | 2020-02-27 | 1 | -5/+47 | |
| |\ | | | | | | | | | | | | | add iconfig to zot6 objects See merge request hubzilla/core!1835 |