Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup and fixes | Mario | 2019-03-15 | 1 | -2/+0 |
| | |||||
* | code booboo may have degraded the performance of the Trending tag query more ↵ | zotlabs | 2018-04-19 | 1 | -1/+2 |
| | | | | than necessary | ||||
* | just provide the trending tags in public stream by default and simplify the ↵ | zotlabs | 2018-04-18 | 1 | -1/+1 |
| | | | | query to improve load times; I intend to do additional work on this feature later | ||||
* | minor code optimisation | zotlabs | 2018-04-17 | 1 | -10/+5 |
| | |||||
* | 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 ↵ | zotlabs | 2018-04-17 | 1 | -4/+13 |
| | | | | handful of well-known tags skews the results wildly. Added 'bot' to the list just because it's noisy. A site can customise or nullify this feature if they desire. | ||||
* | fine tuning the public stream tag results | zotlabs | 2018-04-17 | 1 | -9/+0 |
| | |||||
* | public stream tag enhancements | zotlabs | 2018-04-17 | 1 | -0/+64 |
| | |||||
* | Create catcloud widget and provide a type option which can include 'cards' ↵ | zotlabs | 2018-04-09 | 1 | -6/+10 |
| | | | | or 'articles' | ||||
* | tagadelic was being overly protective of permissions. | zotlabs | 2018-03-22 | 1 | -2/+2 |
| | |||||
* | simplify dir_tagadelic dramatically | zotlabs | 2018-01-17 | 1 | -18/+4 |
| | |||||
* | hubzilla issue #945 continued: We previously blocked directory keywords when ↵ | zotlabs | 2018-01-10 | 1 | -7/+12 |
| | | | | searching the local directory as it produced errant results and included results from the entire directory space (an issue that was resolved satisfactorily by that fix sometime in the past). As a result of issue #945 this was reworked so that we should return correct results for keywords when searching either the local directory or a standalone directory. | ||||
* | hubzilla issue #945 - directory keywords returned from twkn in standalone mode | zotlabs | 2017-12-26 | 1 | -6/+19 |
| | |||||
* | don't include invisible "update activities" in category widget | zotlabs | 2017-11-24 | 1 | -4/+6 |
| | |||||
* | article feature | zotlabs | 2017-11-22 | 1 | -0/+71 |
| | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 1 | -0/+2 |
| | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | ||||
* | cards feature | zotlabs | 2017-08-23 | 1 | -0/+76 |
| | |||||
* | allow wildcard tag and category searches | zotlabs | 2017-07-20 | 1 | -2/+11 |
| | |||||
* | hubzilla issue #810 | zotlabs | 2017-06-06 | 1 | -0/+30 |
| | |||||
* | fix #594 | Mario Vavti | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | the text link to a thing will take you to the local thing page, both as a ↵ | redmatrix | 2016-06-17 | 1 | -1/+1 |
| | | | | link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -9/+9 |
| | |||||
* | isolate all the tagadelic core code into a class and reuse it | redmatrix | 2016-05-04 | 1 | -85/+4 |
| | |||||
* | provide a tag cloud for app categories and allow filtering apps from this | redmatrix | 2016-05-04 | 1 | -0/+69 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | add photos to the profile "likes this" dropdowns | redmatrix | 2016-02-01 | 1 | -3/+4 |
| | |||||
* | don't show item_delayed_publish items in tag clouds | redmatrix | 2015-11-26 | 1 | -1/+3 |
| | |||||
* | issue #85, community tags and file tags lost during edits. This required ↵ | redmatrix | 2015-11-20 | 1 | -6/+15 |
| | | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits. | ||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-01 | 1 | -1/+1 |
|\ | |||||
| * | allow additional uses for xtags | redmatrix | 2015-10-01 | 1 | -1/+1 |
| | | |||||
* | | separate objs/things from taxonomy | redmatrix | 2015-09-01 | 1 | -5/+5 |
| | | |||||
* | | make tagadelic results (including categories in wall-to-wall posts) visible ↵ | redmatrix | 2015-07-15 | 1 | -7/+12 |
| | | | | | | | | to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree. | ||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-07 | 1 | -2/+2 |
|\| | |||||
| * | rename function get_directory_settings => get_directory_setting and move ↵ | Mario Vavti | 2015-07-07 | 1 | -1/+1 |
| | | | | | | | | sort options to directory title bar | ||||
| * | make public forums only setting sticky and simplify function to get ↵ | Mario Vavti | 2015-07-07 | 1 | -2/+2 |
| | | | | | | | | directory settings | ||||
* | | Merge branch 'master' into tres | friendica | 2015-04-23 | 1 | -60/+75 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css | ||||
| * | don't show directory keywords widget if globaldir setting is off | friendica | 2015-04-15 | 1 | -0/+5 |
| | | |||||
| * | Some cleanups and documentation. | Klaus Weidenbach | 2015-03-04 | 1 | -58/+63 |
| | | | | | | | | | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere. | ||||
| * | tagcloud tweaks | friendica | 2015-03-02 | 1 | -2/+2 |
| | | |||||
| * | increase the dynamic range of the tag clouds slightly. | friendica | 2015-03-01 | 1 | -1/+1 |
| | | |||||
| * | make tag clouds honour the full permissions repertoire, not just yes/no ↵ | friendica | 2015-02-17 | 1 | -2/+7 |
| | | | | | | | | public/private, but who are you and what tags can you see | ||||
* | | more message restrict conversions | friendica | 2015-01-29 | 1 | -1/+1 |
| | | |||||
* | | heavy lifting converting item flag bits | friendica | 2015-01-22 | 1 | -2/+4 |
|/ | |||||
* | wall tags | friendica | 2014-12-15 | 1 | -0/+20 |
| | |||||
* | make sure the "tagcloud" actually shows hashtags. So we don't confuse folks ↵ | friendica | 2014-11-06 | 1 | -1/+1 |
| | | | | with categories. | ||||
* | category tagblock | friendica | 2014-11-06 | 1 | -0/+22 |
| | |||||
* | jsonp support (thankxs fabrixxm) | friendica | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | clean up the awful descriptive text on thing input | friendica | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | ability to like things | friendica | 2014-06-23 | 1 | -2/+14 |
| | |||||
* | basic edit and delete for things | friendica | 2013-12-30 | 1 | -2/+3 |
| |