aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | fix issues with attachment labelsMario Vavti2018-05-191-2/+8
| | | |
| * | | pleroma does not return a valid JRD when given an accept header of ↵zotlabs2018-05-201-2/+2
| | | | | | | | | | | | | | | | application/jrd+json - it only returns a JRD when passed an accept header of application/json (ahead of anything else because XRD is served at the same endpoint)
| * | | remove unused mindate parameter in the network/stream API methodzotlabs2018-05-201-3/+4
| |/ /
| * | wrong default param for pubstream_incl (this checkin also picked up a few ↵zotlabs2018-05-181-9/+1
| | | | | | | | | | | | minor and hopefully non-significant changes)
| * | provide function to fetch photo contents from urlzotlabs2018-05-151-0/+20
| | |
| * | anybody authenticated not correctly handled in can_comment_on_post()zotlabs2018-05-151-1/+1
| |/
| * we must now provide the full path to the profile image for the cavatar ↵Mario Vavti2018-05-151-4/+4
| | | | | | | | plugin to work
| * make get_default_profile_photo() pluggablezotlabs2018-05-141-0/+11
| |
| * ensure all password checking goes through the authenticate plugin hook (for ↵zotlabs2018-05-141-80/+98
| | | | | | | | instance in mod_removeme)
| * fine tuning the refactored tag/mention codezotlabs2018-05-141-1/+2
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-05-141-2/+4
| |\
| | * Revert "We're no longer setting a backup ACL for private mention typos."Mario Vavti2018-05-141-0/+4
| | | | | | | | | | | | This reverts commit 356c7003f2d18a283a819c22c255f03397e99fc9.
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-141-4/+0
| | |\
| | * | fix postgres issue if register mode is set to yes - with approvalMario Vavti2018-05-121-2/+4
| | | |
| * | | more refactor tags/mentionszotlabs2018-05-141-60/+53
| | |/ | |/|
| * | We're no longer setting a backup ACL for private mention typos.zotlabs2018-05-131-4/+0
| |/
| * use Zlib/MessageFilter for sourced messages alsozotlabs2018-05-101-34/+4
| |
| * hubzilla issue #1169zotlabs2018-05-103-62/+18
| |
| * allow eitherzotlabs2018-05-101-1/+1
| |
| * tag search not finding articleszotlabs2018-05-091-1/+1
| |
| * change the embed from albums hovertip as well to emphasise 'existing'zotlabs2018-05-091-1/+1
| |
| * Change hovertip on paperclip button to read 'Attach/Upload file' because a ↵zotlabs2018-05-091-1/+1
| | | | | | | | lot of people gravitate to 'insert photo from album' instead, looking for a way to upload into the post.
| * thread_author_menu - add some more checks as to whether to show certain ↵zotlabs2018-05-091-9/+12
| | | | | | | | links. This should complete work on hubzilla issue #1052
| * loose ends discovered while fixing hubzilla #1166zotlabs2018-05-091-2/+2
| |
| * hubzilla issue #1166zotlabs2018-05-091-2/+2
| |
| * use imagemagick first stage thumbnail for cover photos, if configuredzotlabs2018-05-071-3/+4
| |
| * pdf embedszotlabs2018-05-061-2/+18
| |
| * minor tweak to last pull: ensure that feeds have a name besides whitespace ↵zotlabs2018-05-061-1/+1
| | | | | | | | characters
| * ensure that feed xchans have a namezotlabs2018-05-061-1/+4
| |
| * If one has system.network_page_default set to a different sort order use ↵zotlabs2018-05-061-1/+1
| | | | | | | | that order on the 'All Channels' selection of the Collections (privacy group) widget.
| * allow uninstall of plugins which no longer exists via cmdline toolzotlabs2018-05-051-1/+7
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-05-052-2/+5
| |\
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-051-1/+1
| | |\
| | * | set XML_OPTION_SKIP_WHITE to 1 againMario Vavti2018-05-041-2/+2
| | | |
| | * | missing basetagMario Vavti2018-05-041-1/+4
| | | |
| * | | check_item_source: always log uidzotlabs2018-05-051-0/+1
| | | |
| * | | log all possible return conditions from check_item_source(), use consistent ↵zotlabs2018-05-051-13/+36
| | |/ | |/| | | | | | | xchan
| * | turn skip white back on - (xml actually doesn't parse if you disable this)zotlabs2018-05-041-2/+2
| |/
| * tagging changes: + (old style forum mentions), and underscore space ↵zotlabs2018-05-031-105/+22
| | | | | | | | replacement are no longer supported.
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-05-021-1/+1
| |\
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-022-1/+31
| | |\
| | * | Revert "Revert "hubzilla issue #1119 - xml2array has issues with some ↵Mario Vavti2018-05-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | unicode sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array."" This reverts commit b223e364c6221aa3c680505fda4acfd6a1790272.
| | * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-011-13/+26
| | |\ \
| | * | | activitypub xchans do not have an xchan_addr. use xchan_url for the follow ↵Mario Vavti2018-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | button if we do not find an xchan_addr
| | * | | Revert "hubzilla issue #1119 - xml2array has issues with some unicode ↵Mario Vavti2018-04-301-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array." This reverts commit f620274c6a68ae9a2a6a5142947aa199862087fc.
| * | | | admin delete of fileszotlabs2018-05-021-1/+1
| | | | |
| * | | | backend work to allow admin to delete photos. Still requires frontend work ↵zotlabs2018-05-021-6/+20
| | | | | | | | | | | | | | | | | | | | to give admin access to either the photos and/or the delete link.
| * | | | Provide admin delete ability if the viewer is admin but has no existing ↵zotlabs2018-05-021-1/+0
| | | | | | | | | | | | | | | | | | | | delete authority. For 3.5+ as a new string is involved.
| * | | | hubzilla issue #1151 - activitypub mention gets bookmarkedzotlabs2018-05-022-4/+4
| | |_|/ | |/| |
| * | | new feature (post 3.4): allow a different username to be used when importing.zotlabs2018-05-011-1/+6
| | | |