aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-181-12/+12
| | | | binary during setup if possible
* Cleanup and fixesMario2019-03-151-8/+10
|
* authenticated fetch fixeszotlabs2019-03-091-1/+4
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-03-081-12/+9
|\
| * $sender is supposed to be string in libzotMario2019-03-081-12/+9
| |
* | port zot_record_preferredzotlabs2019-03-081-2/+22
| |
* | It is in fact the 'Content Import' app string that needs to be translated. A ↵zotlabs2019-03-071-0/+1
|/ | | | previous commit errantly included the string 'Content Filter'. But don't remove 'Content Filter'. That is actually a thing in Zap and will eventually make its way to Hubzilla.
* fetch private objects using delivery channel credentialszotlabs2019-03-071-5/+28
|
* channel_type is not integerzotlabs2019-03-051-5/+17
|
* maintain compatibility with recent zot6 changeszotlabs2019-03-051-0/+6
|
* api_router - allow parameters as final path argumentzotlabs2019-03-041-1/+9
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-03-041-1/+1
|\
| * while in legacy zot $sender is expected to be an array, in zot6 $sender is ↵Mario Vavti2019-03-021-1/+1
| | | | | | | | expected to be a string (xchan_hash)
* | translate name of content filter (addon) app.zotlabs2019-02-281-0/+1
|/
* support zot location independent urlszotlabs2019-02-183-22/+134
|
* disable repeats until issues are resolvedMario Vavti2019-02-141-1/+2
|
* affinity slider as appphani002019-02-141-0/+1
|
* Only cascade privacy warning if thread parent has privacy concerns.M.Dent2019-02-131-5/+2
|
* Fix: only first lock red with privacy_warningM.Dent2019-02-121-3/+9
|
* Get all listenersM.Dent2019-02-111-2/+2
|
* use ACTIVITY_SHARE to match the verbMario Vavti2019-02-081-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2019-02-071-2/+13
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-072-3/+6
| |\
| * \ Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-061-12/+28
| |\ \
| * \ \ Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-041-2/+5
| |\ \ \
| * | | | Set lock red and provide warning if a forum is tagged in the postM. Dent2019-02-011-0/+11
| | | | |
| * | | | starring and filing is only supported for post item typeMario2019-01-311-2/+2
| | | | |
* | | | | disable repeat unless mid is a resolvable uri since this will do radically ↵zotlabs2019-02-071-1/+5
| | | | | | | | | | | | | | | | | | | | different things on different network stacks (e.g. Diaspora) and it turns out there is no possible way to make Diaspora reshares compatible with ActivityPub or Zot6 repeat/announce/boost/whatever.
* | | | | add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+53
| |_|_|/ |/| | |
* | | | work on repeat/share for Hubzillazotlabs2019-02-062-3/+6
| |_|/ |/| |
* | | allow conversation completion for new comments to expired posts, regardless ↵zotlabs2019-02-051-12/+28
| |/ |/| | | | | | | | | of hyperdrive settings. Note that hyperdrive conversations may still be fetched from zap/osada servers but will be ignored.
* | fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-2/+5
|/ | | | some fixes to activity parsing from upstream.
* Merge branch 'doku' into 'dev'Mario2019-01-291-136/+239
|\ | | | | | | | | Extend documentation. See merge request hubzilla/core!1496
| * Extend documentation.Klaus Weidenbach2019-01-281-136/+239
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2019-01-282-0/+6
| |\
* | | disable hyperdrive in hubzillazotlabs2019-01-281-0/+5
| | |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2019-01-283-128/+129
|\| | | |/ |/|
| * Remove extraneous sync logicM. Dent2019-01-271-12/+2
| |
| * return false if http signatue is not validMario Vavti2019-01-251-2/+1
| |
| * Merge branch 'doku' into 'dev'Mario2019-01-252-115/+122
| |\ | | | | | | | | | | | | Correct and extend Doxygen comments. See merge request hubzilla/core!1485
| | * Correct and extend Doxygen comments.Klaus Weidenbach2019-01-232-115/+122
| | | | | | | | | | | | | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2019-01-251-1/+35
| |\ \ | | |/ | |/|
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2019-01-211-1/+1
| |\ \
| * \ \ Merge remote-tracking branch 'mike/master' into devMario Vavti2019-01-181-11/+13
| |\ \ \
| * | | | add spaceMario Vavti2019-01-171-1/+1
| | | | |
| * | | | fix delivery report for zot6 connectionsMario Vavti2019-01-172-1/+6
| | | | |
* | | | | share fixeszotlabs2019-01-272-0/+6
| |_|_|/ |/| | |
* | | | support photo items between zot and zot6zotlabs2019-01-241-1/+35
| |_|/ |/| |
* | | comment permission fixzotlabs2019-01-201-1/+1
| |/ |/|
* | more specific network checking in several places and remove some old ↵zotlabs2019-01-171-11/+13
|/ | | | debugging crud