| Commit message (Expand) | Author | Age | Files | Lines |
* | pdf embeds | zotlabs | 2018-05-06 | 1 | -2/+18 |
* | minor tweak to last pull: ensure that feeds have a name besides whitespace ch... | zotlabs | 2018-05-06 | 1 | -1/+1 |
* | ensure that feed xchans have a name | zotlabs | 2018-05-06 | 1 | -1/+4 |
* | If one has system.network_page_default set to a different sort order use that... | zotlabs | 2018-05-06 | 1 | -1/+1 |
* | allow uninstall of plugins which no longer exists via cmdline tool | zotlabs | 2018-05-05 | 1 | -1/+7 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-05 | 2 | -2/+5 |
|\ |
|
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-05 | 1 | -1/+1 |
| |\ |
|
| * | | set XML_OPTION_SKIP_WHITE to 1 again | Mario Vavti | 2018-05-04 | 1 | -2/+2 |
| * | | missing basetag | Mario Vavti | 2018-05-04 | 1 | -1/+4 |
* | | | check_item_source: always log uid | zotlabs | 2018-05-05 | 1 | -0/+1 |
* | | | log all possible return conditions from check_item_source(), use consistent x... | zotlabs | 2018-05-05 | 1 | -13/+36 |
| |/
|/| |
|
* | | turn skip white back on - (xml actually doesn't parse if you disable this) | zotlabs | 2018-05-04 | 1 | -2/+2 |
|/ |
|
* | tagging changes: + (old style forum mentions), and underscore space replaceme... | zotlabs | 2018-05-03 | 1 | -105/+22 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-02 | 1 | -1/+1 |
|\ |
|
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-02 | 2 | -1/+31 |
| |\ |
|
| * | | Revert "Revert "hubzilla issue #1119 - xml2array has issues with some unicode... | Mario Vavti | 2018-05-01 | 1 | -0/+11 |
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-01 | 1 | -13/+26 |
| |\ \ |
|
| * | | | activitypub xchans do not have an xchan_addr. use xchan_url for the follow bu... | Mario Vavti | 2018-04-30 | 1 | -1/+1 |
| * | | | Revert "hubzilla issue #1119 - xml2array has issues with some unicode sequenc... | Mario Vavti | 2018-04-30 | 1 | -11/+0 |
* | | | | admin delete of files | zotlabs | 2018-05-02 | 1 | -1/+1 |
* | | | | backend work to allow admin to delete photos. Still requires frontend work to... | zotlabs | 2018-05-02 | 1 | -6/+20 |
* | | | | Provide admin delete ability if the viewer is admin but has no existing delet... | zotlabs | 2018-05-02 | 1 | -1/+0 |
* | | | | hubzilla issue #1151 - activitypub mention gets bookmarked | zotlabs | 2018-05-02 | 2 | -4/+4 |
| |_|/
|/| | |
|
* | | | new feature (post 3.4): allow a different username to be used when importing. | zotlabs | 2018-05-01 | 1 | -1/+6 |
* | | | The channel import page seems to have missed the big theme cleanup of the las... | zotlabs | 2018-05-01 | 1 | -0/+25 |
| |/
|/| |
|
* | | parent folder permissions weren't being checked back to the cloud root direct... | zotlabs | 2018-04-30 | 1 | -13/+26 |
|/ |
|
* | hubzilla issue #1119 - xml2array has issues with some unicode sequences/conve... | zotlabs | 2018-04-29 | 1 | -0/+11 |
* | remove unused function | zotlabs | 2018-04-28 | 1 | -24/+1 |
* | where possible strip zid parameter from links that get pasted into posts so t... | zotlabs | 2018-04-26 | 3 | -5/+11 |
* | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-26 | 1 | -57/+73 |
* | function doc update | zotlabs | 2018-04-25 | 1 | -0/+1 |
* | malformed embeds from gfycat hubzilla issue #1108 | zotlabs | 2018-04-25 | 1 | -2/+4 |
* | some tagging work | zotlabs | 2018-04-25 | 1 | -0/+15 |
* | undo_post_tagging - don't waste a connection query if we're undoing a hashtag... | zotlabs | 2018-04-25 | 1 | -3/+6 |
* | make tag autocomplete less scary looking in the editor. If this works out we ... | zotlabs | 2018-04-24 | 1 | -38/+74 |
* | minor tweak to utf8 usernames after some testing of the underlying encode/dec... | zotlabs | 2018-04-23 | 2 | -0/+10 |
* | strings update | Mario Vavti | 2018-04-23 | 1 | -1/+1 |
* | update zot.php to fix php warning invalid argument supplied for foreach() | Mario Vavti | 2018-04-23 | 1 | -16/+18 |
* | imagemagick preserves exif when scaling. GD does not. We do not want to prese... | zotlabs | 2018-04-22 | 4 | -0/+23 |
* | better fix to permisisons.php - just cast to int. That's exactly what we want. | zotlabs | 2018-04-19 | 1 | -4/+1 |
* | permissions php error applying bit compare operation on a (presumed) boolean | zotlabs | 2018-04-19 | 1 | -0/+3 |
* | code booboo may have degraded the performance of the Trending tag query more ... | zotlabs | 2018-04-19 | 1 | -1/+2 |
* | follow activitypub by webfinger; requires addon update to all federation prot... | zotlabs | 2018-04-18 | 2 | -8/+9 |
* | relax restrictions to the design tools menu to allow those with write_pages p... | zotlabs | 2018-04-18 | 1 | -1/+1 |
* | do not queue anything which lacks a destination url | zotlabs | 2018-04-18 | 1 | -0/+6 |
* | just provide the trending tags in public stream by default and simplify the q... | zotlabs | 2018-04-18 | 1 | -1/+1 |
* | add alt_pager to mod_moderate, remove legacy $a parameter from all occurrence... | zotlabs | 2018-04-17 | 1 | -1/+1 |
* | minor code optimisation | zotlabs | 2018-04-17 | 2 | -10/+22 |
* | also add the noisy 'rss' tag | zotlabs | 2018-04-17 | 1 | -1/+1 |
* | re-use directory safemode setting for public stream tag filtering since a han... | zotlabs | 2018-04-17 | 1 | -4/+13 |