aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make get_default_profile_photo() pluggablezotlabs2018-05-141-0/+11
|
* code whitespace and formattingzotlabs2018-05-141-6/+6
|
* If somebody used hooks to create a new permission role, there was no ↵zotlabs2018-05-141-0/+2
| | | | mechanism to insert the new role into the dropdown list of roles at selection time.
* ensure all password checking goes through the authenticate plugin hook (for ↵zotlabs2018-05-141-80/+98
| | | | instance in mod_removeme)
* refactor the 'where does the register link point?' logiczotlabs2018-05-145-18/+43
|
* fine tuning the refactored tag/mention codezotlabs2018-05-141-1/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-05-14197-5920/+7334
|\
| * 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
| |\
| * | bump versionMario Vavti2018-05-131-1/+1
| | |
| * | consolidate recent autocomplete changesMario Vavti2018-05-133-32/+17
| | |
| * | streamline appearence of guest tokens individual perms with those in conneditMario Vavti2018-05-132-5/+6
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-132-5/+10
| |\ \
| * | | fix php warningMario Vavti2018-05-121-2/+2
| | | |
| * | | fix postgres issue if register mode is set to yes - with approvalMario Vavti2018-05-121-2/+4
| | | |
| * | | Merge pull request #1164 from einervonvielen/install_imagemagickgit-marijus2018-05-112-8/+43
| |\ \ \ | | | | | | | | | | Install imagemagick. Instructions to avoid DNS check if it fails.
| | * | | Corrected description for getting a domain.Einer von Vielen2018-05-051-1/+1
| | | | |
| | * | | Corrected description for getting a domain.Einer von Vielen2018-05-051-1/+1
| | | | |
| | * | | Instructions for imagemagick and failed DNS check. Some minor corrections.Einer von Vielen2018-05-051-3/+32
| | | | |
| | * | | Install imagemagickEiner von Vielen2018-05-051-5/+11
| | | | |
| * | | | Merge pull request #1168 from dawnbreak/devgit-marijus2018-05-11187-5870/+7261
| |\ \ \ \ | | | | | | | | | | | | Fix composer.json
| | * | | | :arrow_up: Update libraries.Klaus Weidenbach2018-05-09186-5866/+7258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating smarty/smarty (v3.1.31 => v3.1.32) Updating sabre/vobject (4.1.5 => 4.1.6)
| | * | | | Fix composer.json for recent composer.Klaus Weidenbach2018-05-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old composer.json is not valid anymore. Make it work with current composer binaries again.
* | | | | | more refactor tags/mentionszotlabs2018-05-142-61/+54
| |_|_|_|/ |/| | | |
* | | | | We're no longer setting a backup ACL for private mention typos.zotlabs2018-05-131-4/+0
| |_|_|/ |/| | |
* | | | hubzilla issue #1045 - display pubsites link in info area if invite onlyzotlabs2018-05-122-5/+10
|/ / /
* | | use '[feed]' in the doczotlabs2018-05-101-1/+1
| | |
* | | add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-109-3/+21
| | |
* | | use Zlib/MessageFilter for sourced messages alsozotlabs2018-05-101-34/+4
| | |
* | | add top level posts containing the cid's url to the cid search in ↵zotlabs2018-05-101-1/+1
| | | | | | | | | | | | mod_network. We could alternatively search for mention tags here for a bit more precision but the sql could get pretty hairy with all the joins going on.
* | | hubzilla issue #1169zotlabs2018-05-106-63/+108
| | |
* | | 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-092-2/+2
| | | | | | | | | | | | 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
* | | minor regression on date queries from channel pagezotlabs2018-05-091-0/+3
| | |
* | | loose ends discovered while fixing hubzilla #1166zotlabs2018-05-091-2/+2
| | |
* | | hubzilla issue #1166zotlabs2018-05-091-2/+2
| | |
* | | show/hide dot files only in mod_cloud. For DAV let the OS decidezotlabs2018-05-091-1/+1
|/ /
* | hide dotfiles by default in /cloud - the web interface (they are still ↵zotlabs2018-05-081-0/+2
| | | | | | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files
* | initial backend support for channel page item searchzotlabs2018-05-081-2/+18
| |
* | changes made during testing imagick scaling for cover photo thumbnailzotlabs2018-05-081-4/+6
| |
* | use imagemagick first stage thumbnail for cover photos, if configuredzotlabs2018-05-072-7/+37
| |
* | turn down logging from DAV basicauth until neededzotlabs2018-05-071-6/+6
| |
* | yet another postgres/"group by" issuezotlabs2018-05-071-2/+2
| |
* | Add supported protocols to siteinfo (not siteinfo.json)zotlabs2018-05-072-0/+10
| |
* | Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-075-9/+33
| | | | | | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.
* | remove the old autocomplete cache mechanismzotlabs2018-05-061-21/+1
| |
* | autocomplete after 2 chars instead of 3; this was changed some months back ↵zotlabs2018-05-061-8/+8
| | | | | | | | to work around implementation quirks in the custom cache driver that is now disabled.