aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* affinity slider as appphani002019-02-143-4/+75
|
* missing use AppMario Vavti2019-02-081-0/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2019-02-072-5/+10
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-073-53/+106
| |\
| * \ Merge branch 'viewsrc_update' into 'dev'Max Kostikov2019-02-041-2/+2
| |\ \ | | | | | | | | | | | | | | | | add the actual mid for debuging reasons See merge request hubzilla/core!1506
| | * | add the actual mid for debuging reasonsMario Vavti2019-02-031-2/+2
| | | |
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-046-22/+22
| |\ \ \ | | |/ / | |/| |
| * | | cleanup logging and return if query returns empty resultMario Vavti2019-02-031-3/+6
| | | |
| * | | do not overwrite $sql_extraMario Vavti2019-02-031-2/+4
| | | |
* | | | disable repeat unless mid is a resolvable uri since this will do radically ↵zotlabs2019-02-071-5/+0
| | | | | | | | | | | | | | | | 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.
* | | | automatically redirect repeat to share for posts with unresolvable ↵zotlabs2019-02-071-3/+9
| | | | | | | | | | | | | | | | message-ids (diaspora, hz < 4.0, etc.).
* | | | add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+144
| | | |
* | | | fix mid generation for shareszotlabs2019-02-071-2/+2
| |_|/ |/| |
* | | fix verb for reshareszotlabs2019-02-061-1/+1
| | |
* | | more work on share/repeatzotlabs2019-02-061-1/+2
| | |
* | | work on repeat/share for Hubzillazotlabs2019-02-062-52/+104
| |/ |/|
* | fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-036-22/+22
|/ | | | some fixes to activity parsing from upstream.
* Extend documentation.Klaus Weidenbach2019-01-281-10/+10
|
* Merge branch 'doku' into 'dev'Mario2019-01-251-6/+10
|\ | | | | | | | | Correct and extend Doxygen comments. See merge request hubzilla/core!1485
| * Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-6/+10
| | | | | | | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* | macke mod chanview aware of zot6Mario Vavti2019-01-241-1/+1
|/
* Merge branch 'embedphotos' into 'dev'Mario2019-01-221-53/+69
|\ | | | | | | | | Try to fix some warnings in Zotlabs\Module\Embedphotos. See merge request hubzilla/core!1481
| * Try to fix some warnings in Zotlabs\Module\Embedphotos.Klaus Weidenbach2019-01-221-53/+69
| | | | | | | | | | | | $phototypes was undefined, hope this is correct selection to fix it. Correct Doxygen and clean up some variables and refactoring.
* | Add remaining hook insertionsM. Dent2019-01-221-2/+9
|/
* fix delivery report for zot6 connectionsMario Vavti2019-01-171-1/+2
|
* Remove stray $DM42.Net (Matt Dent)2019-01-131-1/+1
|
* Add privacygroup_extras_post/drop hooksDM42.Net (Matt Dent)2019-01-131-1/+8
|
* Add pgrp_extras hook & displayDM42.Net (Matt Dent)2019-01-131-0/+5
|
* do not count removed channelsMario Vavti2019-01-101-1/+1
|
* fix preg_match(): Delimiter must not be alphanumeric or backslash warningMario Vavti2019-01-021-1/+1
|
* Faster image processing with photo cache addonMax Kostikov2018-12-241-5/+6
|
* Merge branch 'fix_linkinfo_warning' into 'dev'Mario2018-12-221-3/+3
|\ | | | | | | | | check if we deal with an array before sizeof() See merge request hubzilla/core!1444
| * use count() instead of sizeof()Mario Vavti2018-12-191-1/+1
| |
| * check if we deal with an array before sizeof()Mario Vavti2018-12-191-3/+3
| |
* | do not add timestamp to the photo src. caching is handled in mod photo now.Mario Vavti2018-12-211-1/+1
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-12-211-1/+1
|\ \
| * | like permission issuezotlabs2018-12-201-1/+1
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-12-177-13/+48
| |\ \
* | | | missing observer checkMario Vavti2018-12-201-0/+3
| | | |
* | | | make mod channel deal with b64 encoded mid\sMario Vavti2018-12-181-0/+8
| |_|/ |/| | | | | | | | ;
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-12-181-8/+19
|\| | | |/ |/|
| * fix default values for affinity tool and other information which could be ↵zotlabs2018-12-171-8/+19
| | | | | | | | lost when approving a connection without the entire form provided by connedit.
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-12-132-17/+23
| |\
* | \ Merge branch 'dev' into 'dev'Mario2018-12-171-4/+10
|\ \ \ | | | | | | | | | | | | | | | | Keep remote site headers to respect caching policy See merge request hubzilla/core!1440
| * | | Keep remote site headers for cachingMax Kostikov2018-12-171-4/+10
| | | |
* | | | Merge branch 'memory-warn2' into 'dev'Mario2018-12-171-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | add warning if upload_filesize < 4MB. See merge request hubzilla/core!1438
| * | | Update Zotlabs/Module/Setup.phpphani002018-12-161-1/+0
| | | |
| * | | add warning if upload_filesize < 4MB.phani002018-12-161-0/+6
| | | |
* | | | Move SSLify code from Photo cache addonMax Kostikov2018-12-171-6/+5
| | | |
* | | | Revert Photos.php codeMax Kostikov2018-12-171-245/+1357
| | | |