Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | summary edit actions | Mario | 2021-02-19 | 3 | -6/+9 |
| | |||||
* | deprecate summary tag in favour of a separate input field | Mario | 2021-02-19 | 3 | -42/+24 |
| | |||||
* | update site once a day | Mario | 2021-02-19 | 1 | -3/+21 |
| | |||||
* | php8 warnings | Mario | 2021-02-18 | 2 | -46/+47 |
| | |||||
* | backward compatibility with recent crypto changes | Mario | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | do not try to fetch legacy zot zotfeed - they will not return anything useful | Mario | 2021-02-17 | 1 | -3/+2 |
| | |||||
* | fix php8 issue in include/oembed and unencapsulate for zot_refresh() | Mario | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | reduce loglevel until the most glaring php8 issues will be resolved | Mario Vavti | 2021-02-16 | 1 | -1/+1 |
| | |||||
* | FIX: Display urls won't show to permitted remote observers | M. Dent | 2021-02-14 | 1 | -4/+7 |
| | |||||
* | fix ping_site() issue | Mario | 2021-02-13 | 2 | -52/+71 |
| | |||||
* | onepoll: add date_begin argument to poll url | Mario | 2021-02-11 | 1 | -0/+1 |
| | |||||
* | remove logging | Mario | 2021-02-11 | 1 | -1/+0 |
| | |||||
* | make encode_item_collection() deal with extra query args | Mario | 2021-02-11 | 1 | -5/+16 |
| | |||||
* | actor will be stored in the next step decode_note() | Mario | 2021-02-11 | 1 | -3/+1 |
| | |||||
* | update 1242 | Mario | 2021-02-10 | 1 | -0/+21 |
| | |||||
* | use (un)obscurify | Mario | 2021-02-10 | 1 | -35/+35 |
| | |||||
* | whitespace | Mario | 2021-02-09 | 1 | -43/+43 |
| | |||||
* | undo accidental revert in last commit | Mario | 2021-02-09 | 1 | -3/+3 |
| | |||||
* | port Lib/Crypto from zap | Mario | 2021-02-09 | 18 | -150/+371 |
| | |||||
* | mixed up variables | Mario | 2021-02-08 | 1 | -2/+2 |
| | |||||
* | add Lib/Keyutils | Mario Vavti | 2021-02-04 | 1 | -0/+99 |
| | |||||
* | move key conversion to separate lib | Mario Vavti | 2021-02-04 | 4 | -57/+60 |
| | |||||
* | fix wrong operand | Mario Vavti | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | import_xchan() $arr photo structure has changed | Mario Vavti | 2021-02-02 | 2 | -4/+5 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-02-02 | 7 | -481/+426 |
|\ | |||||
| * | too many arguments | Mario | 2021-02-01 | 1 | -1/+1 |
| | | |||||
| * | remove unused/commented out code | Mario | 2021-02-01 | 1 | -101/+0 |
| | | |||||
| * | remove logging | Mario | 2021-02-01 | 1 | -8/+6 |
| | | |||||
| * | 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 |
|/ |