aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* fix typosMario Vavti2019-03-181-2/+2
|
* some more xss preventionMario Vavti2019-03-185-16/+16
|
* use urlencodeMario Vavti2019-03-184-5/+5
|
* ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵Mario Vavti2019-03-184-5/+5
| | | | prevent XSS
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-183-1/+11
| | | | binary during setup if possible
* fix dreport redeliverMario Vavti2019-03-151-6/+9
|
* add zot6 to clonable networksMario Vavti2019-03-131-1/+1
|
* limit 1Mike Macgirvin2019-03-131-1/+1
|
* rework authenticated item fetches (check ACL on the parent, not on the ↵zotlabs2019-03-121-56/+41
| | | | requested item)
* add owner permission checks to AS item fetchzotlabs2019-03-121-2/+37
|
* authenticated fetch fixeszotlabs2019-03-091-0/+1
|
* mod_oep: photos/album/xxxxx is no longer hex2bin/bin2hex but the album hash ↵zotlabs2019-03-041-1/+1
| | | | and is throwing php warnings when trying to decode
* Update PHP Version check during Setup.Klaus Weidenbach2019-02-211-31/+30
| | | | | Hubzilla 4.0 requires PHP7. The oldest still supported PHP branch is 7.1. So check during Setup for PHP >= 7.1.
* fix summary and use item_normal_search() for viewsrc so we can also view the ↵Mario Vavti2019-02-211-1/+1
| | | | source for articles, cards, etc.
* hubzilla has uuid - use that instead of wildcardzotlabs2019-02-191-4/+4
|
* fix ability for file storage creators (visitors) to be able to delete their ↵zotlabs2019-02-191-10/+30
| | | | own content
* Merge branch 'dev' of https://framagit.org/zot/core into devzotlabs2019-02-191-3/+2
|\
| * if local_channel() and updating the page do not query for another item if ↵Mario Vavti2019-02-181-3/+2
| | | | | | | | the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update
* | mod_id should return object not collectionzotlabs2019-02-191-76/+9
| |
* | support zot location independent urlszotlabs2019-02-181-0/+186
|/
* Merge branch 'dev' into 'dev'Mario2019-02-181-1/+1
|\ | | | | | | | | MySQL 8 admin summary compatibility See merge request hubzilla/core!1517
| * MySQL 8 admin summary compatibilityMax Kostikov2019-02-171-1/+1
| |
* | Merge branch 'exclude_addon_common' into 'dev'M. Dent2019-02-151-1/+4
|\ \ | | | | | | | | | | | | exclude addon_common from addon list See merge request hubzilla/core!1513
| * | exclude addon_common from addon listMario2019-02-151-1/+4
| | |
* | | missing use appMario Vavti2019-02-141-0/+1
| | |
* | | affinity tool fixesMario Vavti2019-02-142-72/+54
| | |
* | | 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
|/ /