aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Rename photo storage type system variableMax Kostikov2021-02-201-0/+17
| | |
| * | Merge branch 'dev' into 'dev'Mario2021-02-231-0/+17
| |\ \ | | | | | | | | | | | | | | | | Rename photo storage type system variable See merge request hubzilla/core!1911
| | * | Rename photo storage type system variableMax Kostikov2021-02-231-0/+17
| | |/
| * / streamline iconf names and make sure to save the correct dataMario2021-02-222-4/+12
| |/
| * summary edit actionsMario2021-02-193-6/+9
| |
| * deprecate summary tag in favour of a separate input fieldMario2021-02-193-42/+24
| |
| * update site once a dayMario2021-02-191-3/+21
| |
| * php8 warningsMario2021-02-182-46/+47
| |
| * backward compatibility with recent crypto changesMario2021-02-181-0/+1
| |
| * do not try to fetch legacy zot zotfeed - they will not return anything usefulMario2021-02-171-3/+2
| |
| * fix php8 issue in include/oembed and unencapsulate for zot_refresh()Mario2021-02-171-1/+2
| |
| * reduce loglevel until the most glaring php8 issues will be resolvedMario Vavti2021-02-161-1/+1
| |
| * FIX: Display urls won't show to permitted remote observersM. Dent2021-02-141-4/+7
| |
| * fix ping_site() issueMario2021-02-132-52/+71
| |
| * onepoll: add date_begin argument to poll urlMario2021-02-111-0/+1
| |
| * remove loggingMario2021-02-111-1/+0
| |
| * make encode_item_collection() deal with extra query argsMario2021-02-111-5/+16
| |
| * actor will be stored in the next step decode_note()Mario2021-02-111-3/+1
| |
| * update 1242Mario2021-02-101-0/+21
| |
| * use (un)obscurifyMario2021-02-101-35/+35
| |
| * whitespaceMario2021-02-091-43/+43
| |
| * undo accidental revert in last commitMario2021-02-091-3/+3
| |
| * port Lib/Crypto from zapMario2021-02-0918-150/+371
| |
| * mixed up variablesMario2021-02-081-2/+2
| |
| * add Lib/KeyutilsMario Vavti2021-02-041-0/+99
| |
| * move key conversion to separate libMario Vavti2021-02-044-57/+60
| |
| * fix wrong operandMario Vavti2021-02-031-1/+1
| |
| * import_xchan() $arr photo structure has changedMario Vavti2021-02-022-4/+5
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-02-027-481/+426
| |\
| | * too many argumentsMario2021-02-011-1/+1
| | |
| | * remove unused/commented out codeMario2021-02-011-101/+0
| | |
| | * remove loggingMario2021-02-011-8/+6
| | |
| | * add fetch_provider hookMario2021-01-312-5/+10
| | |
| | * code format onlyMario2021-01-292-36/+14
| | |
| | * code format onlyMario2021-01-283-322/+319
| | |
| | * AS discovery for mod profileMario2021-01-281-14/+29
| | |
| | * AS channel discovery with custom access headerMario2021-01-283-13/+66
| | |
| * | fix php8 issuesMario Vavti2021-02-022-5/+7
| |/
| * fix file permissions. 755 for dirs, 644 for filesMario2021-01-275-0/+0
| |
| * thread listener improvementsMario2021-01-262-6/+22
| |
| * port fix from zap: catch a complex edge case where some public stream ↵Mario2021-01-261-4/+6
| | | | | | | | comments were not being delivered and should have been
| * use mail envelope instead of lock icon for direct messagesMario2021-01-261-0/+2
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-01-261-4/+1
| |\
| | * fix issues in Activity::encode_item_collection() after recent changesMario Vavti2021-01-261-4/+1
| | |
| * | Libzot::fetch_conversation() fixesMario2021-01-262-37/+28
| |/
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-01-254-148/+178
| |\
| | * expose manual public item import from searchbar, set commen_policy in ↵Mario2021-01-254-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 Vavti2021-01-252-5/+9
| |/ | | | | | | only if we also send them the post
| * Merge branch 'dev' into 'dev'Mario2021-01-243-14/+78
| |\ | | | | | | | | | | | | Add support filesystem storage for xchan profile photos See merge request hubzilla/core!1898
| | * Add support filesystem storage for xchan profile photosMax Kostikov2021-01-243-14/+78
| | |