Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change the embed from albums hovertip as well to emphasise 'existing' | zotlabs | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | Change hovertip on paperclip button to read 'Attach/Upload file' because a ↵ | zotlabs | 2018-05-09 | 2 | -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 ↵ | zotlabs | 2018-05-09 | 1 | -9/+12 |
| | | | | links. This should complete work on hubzilla issue #1052 | ||||
* | minor regression on date queries from channel page | zotlabs | 2018-05-09 | 1 | -0/+3 |
| | |||||
* | loose ends discovered while fixing hubzilla #1166 | zotlabs | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #1166 | zotlabs | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | show/hide dot files only in mod_cloud. For DAV let the OS decide | zotlabs | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | hide dotfiles by default in /cloud - the web interface (they are still ↵ | zotlabs | 2018-05-08 | 1 | -0/+2 |
| | | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files | ||||
* | initial backend support for channel page item search | zotlabs | 2018-05-08 | 1 | -2/+18 |
| | |||||
* | changes made during testing imagick scaling for cover photo thumbnail | zotlabs | 2018-05-08 | 1 | -4/+6 |
| | |||||
* | use imagemagick first stage thumbnail for cover photos, if configured | zotlabs | 2018-05-07 | 2 | -7/+37 |
| | |||||
* | turn down logging from DAV basicauth until needed | zotlabs | 2018-05-07 | 1 | -6/+6 |
| | |||||
* | yet another postgres/"group by" issue | zotlabs | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | Add supported protocols to siteinfo (not siteinfo.json) | zotlabs | 2018-05-07 | 2 | -0/+10 |
| | |||||
* | Simplify first channel creation even further by using a site-configurable ↵ | zotlabs | 2018-05-07 | 5 | -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 mechanism | zotlabs | 2018-05-06 | 1 | -21/+1 |
| | |||||
* | autocomplete after 2 chars instead of 3; this was changed some months back ↵ | zotlabs | 2018-05-06 | 1 | -8/+8 |
| | | | | to work around implementation quirks in the custom cache driver that is now disabled. | ||||
* | pdf embeds | zotlabs | 2018-05-06 | 2 | -2/+22 |
| | |||||
* | minor tweak to last pull: ensure that feeds have a name besides whitespace ↵ | zotlabs | 2018-05-06 | 1 | -1/+1 |
| | | | | characters | ||||
* | ensure that feed xchans have a name | zotlabs | 2018-05-06 | 1 | -1/+4 |
| | |||||
* | minor change to test something | zotlabs | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | If one has system.network_page_default set to a different sort order use ↵ | zotlabs | 2018-05-06 | 1 | -1/+1 |
| | | | | that order on the 'All Channels' selection of the Collections (privacy group) widget. | ||||
* | Back in the day there were good reasons for showing a permission denied ↵ | zotlabs | 2018-05-06 | 1 | -8/+9 |
| | | | | photo instead of a null img. It distinguished a 403 from a 404 in an unmistakable way. What we've discovered is that nothing that is gained from this knowledge and it mostly just annoys and confuses people who can't really do anything about it except to express their annoyance/confusion. So just do a 403/404 instead. | ||||
* | allow uninstall of plugins which no longer exists via cmdline tool | zotlabs | 2018-05-05 | 2 | -1/+21 |
| | |||||
* | more updates and clarifications re: tag/mention documentation | zotlabs | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-05 | 9 | -18/+28 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-05 | 2 | -2/+3 |
| |\ | |||||
| * | | update nginx conf to address issue #1155 | Mario Vavti | 2018-05-05 | 1 | -8/+11 |
| | | | |||||
| * | | use cursor-pointer class instead of fakelink to avoid the link color for the ↵ | Mario Vavti | 2018-05-05 | 2 | -2/+2 |
| | | | | | | | | | | | | dropdown caret | ||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-05 | 2 | -2/+2 |
| |\ \ | |||||
| * | | | set XML_OPTION_SKIP_WHITE to 1 again | Mario Vavti | 2018-05-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix too big buttons in wiki list | Mario Vavti | 2018-05-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | missing permission description | Mario Vavti | 2018-05-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | missing basetag | Mario Vavti | 2018-05-04 | 1 | -1/+4 |
| | | | | |||||
| * | | | bump version | Mario Vavti | 2018-05-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-04 | 5 | -123/+35 |
| |\ \ \ | |||||
| * | | | | switch DIRECTORY_FALLBACK_MASTER to https://zotadel.net | Mario Vavti | 2018-05-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | update changelog | Mario Vavti | 2018-05-04 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | check_item_source: always log uid | zotlabs | 2018-05-05 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | log all possible return conditions from check_item_source(), use consistent ↵ | zotlabs | 2018-05-05 | 1 | -13/+36 |
| |_|_|/ |/| | | | | | | | | | | | xchan | ||||
* | | | | support '@' paths | zotlabs | 2018-05-05 | 2 | -2/+3 |
| | | | | |||||
* | | | | removed the fakelink attribute as it changed the colour of the down arrow. ↵ | zotlabs | 2018-05-04 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | We probably do want to change the hover cursor but not the colour. | ||||
* | | | If somebody precisely clicks the down-arrow on the author photo it should ↵ | zotlabs | 2018-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | probably also trigger the dropdown | ||||
* | | | turn skip white back on - (xml actually doesn't parse if you disable this) | zotlabs | 2018-05-04 | 1 | -2/+2 |
| |/ |/| | |||||
* | | check for directories | zotlabs | 2018-05-03 | 1 | -0/+4 |
| | | |||||
* | | tagging changes: + (old style forum mentions), and underscore space ↵ | zotlabs | 2018-05-03 | 3 | -121/+28 |
| | | | | | | | | replacement are no longer supported. | ||||
* | | add changes from ae35ac0cec3f6bf337 to contact_autocomplete so channel ↵ | zotlabs | 2018-05-03 | 1 | -2/+3 |
| | | | | | | | | source completion will work correctly | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-03 | 3 | -2/+23 |
|\| | |||||
| * | quick fix for issue #1150 - needs improvement and review of other ↵ | Mario Vavti | 2018-05-03 | 1 | -2/+5 |
| | | | | | | | | textcomplete implementations. | ||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2018-05-03 | 2 | -0/+18 |
| |\ |