Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Legacy Hubzilla compatibility: when we relay a comment from hubzilla < 4.0, ↵ | Mario | 2020-05-11 | 1 | -1/+2 | |
| | | | | we send it to ourself again but this time with a valid uri as mid. To catch this as duplicate, we need to check for the basename aswell. | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-05-11 | 1 | -0/+13 | |
|\ | | | | | | | | | Dev See merge request hubzilla/core!1856 | |||||
| * | issue with quoted hashtags/mentions | zotlabs | 2020-05-10 | 1 | -0/+13 | |
| | | ||||||
* | | fix tests | Mario | 2020-05-07 | 1 | -1/+0 | |
| | | ||||||
* | | channelx caching | Mario | 2020-05-07 | 1 | -0/+23 | |
|/ | ||||||
* | deal with polls and votes in enotify | Mario | 2020-05-05 | 1 | -0/+3 | |
| | ||||||
* | typo | Mario | 2020-05-04 | 1 | -1/+1 | |
| | ||||||
* | display complete perminfo only to owner | Mario | 2020-05-04 | 1 | -2/+5 | |
| | ||||||
* | set CURLOPT_ENCODING in z_post_url() | Mario | 2020-05-04 | 1 | -0/+1 | |
| | ||||||
* | set CURLOPT_ENCODING to empty string so that compressed content will be ↵ | Mario | 2020-05-01 | 1 | -1/+2 | |
| | | | | uncompressed | |||||
* | adjust code comments and whitespace | Mario | 2020-04-29 | 1 | -3/+4 | |
| | ||||||
* | more work on attach_store_item() | Mario | 2020-04-29 | 1 | -2/+60 | |
| | ||||||
* | fix mod filestorage and fetch the info from attach if only the hash is ↵ | Mario | 2020-04-25 | 1 | -0/+14 | |
| | | | | provided in attach_store_item() | |||||
* | more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithme | Mario | 2020-04-24 | 1 | -3/+16 | |
| | ||||||
* | more work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -7/+21 | |
| | ||||||
* | default item_wall to 0 | Mario | 2020-04-23 | 1 | -1/+1 | |
| | ||||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 2 | -16/+84 | |
| | ||||||
* | more prefer zot6 over zot | Mario | 2020-04-22 | 2 | -4/+3 | |
| | ||||||
* | fix onepoll | Mario | 2020-04-21 | 1 | -1/+1 | |
| | ||||||
* | use $mid as plink to prevent to long plinks | Mario | 2020-04-20 | 2 | -3/+3 | |
| | ||||||
* | some work on improving federation of item_private and make sure we deal with ↵ | Mario | 2020-04-20 | 1 | -1/+1 | |
| | | | | an array in array_path_exists() | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-04-15 | 1 | -9/+13 | |
|\ | | | | | | | | | event issue when using strict sql mode See merge request hubzilla/core!1849 | |||||
| * | event issue when using strict sql mode | zotlabs | 2020-04-10 | 1 | -9/+13 | |
| | | ||||||
* | | handle some basic friendica attachment bbcodes | Mario | 2020-04-12 | 1 | -0/+135 | |
| | | ||||||
* | | just comment out is_edit_activity() call and add comments on why it is ↵ | Mario | 2020-04-12 | 1 | -0/+34 | |
| | | | | | | | | commented out | |||||
* | | function is_edit_activity() is obsolete | Mario | 2020-04-12 | 1 | -26/+0 | |
|/ | ||||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 6 | -14/+21 | |
| | ||||||
* | remove voting from UI in favour of polls | Mario | 2020-04-08 | 2 | -16/+0 | |
| | ||||||
* | another import fix and do not allow importing channels < version 4.7.4 for ↵ | Mario | 2020-04-05 | 1 | -1/+2 | |
| | | | | zot6 compatibility reasons | |||||
* | show event timezone only if adjust ist set and the offset of the event ↵ | Mario | 2020-04-05 | 1 | -3/+11 | |
| | | | | timezone is different from the channel default timezone offset | |||||
* | show event timezone if it differs from the channel default timezone | Mario | 2020-04-05 | 1 | -2/+13 | |
| | ||||||
* | another attempt to get events right | Mario | 2020-04-04 | 1 | -19/+24 | |
| | ||||||
* | Revert "more timezone changes" | Mario | 2020-04-03 | 1 | -7/+5 | |
| | | | This reverts commit cec2e92fe381a5e4bb67426290303639dd260358 | |||||
* | Revert "set timezone iconfig a little earlier in the process so that it will ↵ | Mario | 2020-04-03 | 1 | -3/+1 | |
| | | | | | be included in the object" This reverts commit 6cfaa5cba32eb1e7f2b4a0ba6bb281ebd610a54b | |||||
* | more timezone changes | Mario | 2020-04-03 | 1 | -5/+7 | |
| | ||||||
* | set timezone iconfig a little earlier in the process so that it will be ↵ | Mario | 2020-04-03 | 1 | -1/+3 | |
| | | | | included in the object | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-04-03 | 1 | -4/+4 | |
|\ | | | | | | | | | 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 | -4/+4 | |
| | | | | | | | | requires related fixes in addons/pubcrawl | |||||
* | | ATOM_TIME format is not compatible with the DB | Mario | 2020-04-02 | 1 | -2/+2 | |
| | | ||||||
* | | cheat with guid_sig to reflect transition to zot6 and re-enable transition ↵ | Mario | 2020-04-01 | 1 | -1/+1 | |
| | | | | | | | | of connections | |||||
* | | transition connections to zot6 if their site has been updated | Mario | 2020-04-01 | 1 | -0/+64 | |
| | | ||||||
* | | use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵ | Mario | 2020-03-29 | 1 | -40/+40 | |
| | | | | | | | | zot6 and some whitespace cleanup in queue_deliver() | |||||
* | | fix z6_discover() to do the right thing after transition | Mario | 2020-03-26 | 1 | -2/+2 | |
| | | ||||||
* | | do not use channel_portable_id in process_channel_sync_delivery(). we should ↵ | Mario | 2020-03-25 | 1 | -4/+4 | |
| | | | | | | | | only accept sync packages from channels which are already transitioned to zot6. | |||||
* | | do not sync with incompatible hubs | Mario | 2020-03-24 | 1 | -1/+10 | |
| | | ||||||
* | | wrong variable | Mario | 2020-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | use xchan_guid_sig instead of channel_guid_sig since it slightly differs ↵ | Mario | 2020-03-12 | 1 | -5/+3 | |
| | | | | | | | | depending on *default* protocol | |||||
* | | first batch of zot6 transition patches. basic communication with ↵ | Mario | 2020-03-12 | 1 | -35/+35 | |
| | | | | | | | | transitioned channels *should* work now | |||||
* | | port create_identity() to zot6 | Mario | 2020-03-11 | 1 | -13/+17 | |
| | | ||||||
* | | Merge branch 'dev' into z6connect | Mario | 2020-03-11 | 1 | -2/+2 | |
|\| |