Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | honour sys channel permissions for who can view the sys owned content | friendica | 2014-07-26 | 1 | -1/+7 |
| | |||||
* | cleanup | friendica | 2014-06-19 | 1 | -1/+1 |
| | |||||
* | don't provide a second (actually third counting the navbar) search box on ↵ | friendica | 2014-06-03 | 1 | -1/+2 |
| | | | | the search page if you've got saved searches turned on. This should solve some problems with duplicate html id's (and save wasn't working anyway). If you don't have saved search ability (which will provide a saved search widget in the sidebar), provide a simple search box in the main content region but without save ability. | ||||
* | add sys channel (discover) posts to "anonymous" search. They will by default ↵ | friendica | 2014-06-03 | 1 | -7/+11 |
| | | | | be public. | ||||
* | add fh to other page templates | friendica | 2014-03-27 | 1 | -0/+1 |
| | |||||
* | Stop Google DDoSing me by providing block_public_search, which unlike | Thomas Willingham | 2014-01-19 | 1 | -3/+4 |
| | | | | block_public will block *only* searching without an observer. | ||||
* | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 1 | -0/+1 |
| | | | | would be useful for forum-like channels and/or block-oriented themes. | ||||
* | comanchify mod_search - we've got three modules left to Comanchify: admin, ↵ | friendica | 2013-12-20 | 1 | -121/+3 |
| | | | | directory and message - each of which introduces "interesting challenges" | ||||
* | check that every invocation of htmlspecialchars has the right arg list | friendica | 2013-12-12 | 1 | -3/+3 |
| | |||||
* | saved search icon work and bugfixes for #tags not beeing deletable and save ↵ | marijus | 2013-12-10 | 1 | -1/+1 |
| | | | | button showing if saved search is disabled | ||||
* | search should respect max items to load as well | marijus | 2013-11-22 | 1 | -0/+2 |
| | |||||
* | fix search to display more than one item | friendica | 2013-10-10 | 1 | -3/+3 |
| | |||||
* | one more edge case in the public perms - don't match perms = 0 which is ↵ | friendica | 2013-09-22 | 1 | -1/+1 |
| | | | | private, this and prior checkin are for issue #114 | ||||
* | fixes for display and search privacy enforcement | friendica | 2013-09-22 | 1 | -25/+37 |
| | |||||
* | get rid of more variables with dashes in the names - use underscore *except* ↵ | friendica | 2013-08-15 | 1 | -1/+1 |
| | | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find. | ||||
* | another temporary fix to mod/search to only return one of each post. | friendica | 2013-06-23 | 1 | -6/+6 |
| | |||||
* | make tag searches work at least as well as the normal search - which still ↵ | friendica | 2013-06-20 | 1 | -1/+1 |
| | | | | is quite broken, but at least return some results without introducing too many security holes | ||||
* | fix mod-display when not logged in. | friendica | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 1 | -28/+29 |
| | | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. | ||||
* | small updates | friendica | 2013-05-08 | 1 | -1/+0 |
| | |||||
* | Updated build_query for mid | Thomas Willingham | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -4/+4 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | progress on tag delivery | friendica | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | mod_display - no fun. Not working at all. But a bit of progress. | friendica | 2013-02-10 | 1 | -1/+2 |
| | |||||
* | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 1 | -0/+5 |
| | |||||
* | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 1 | -2/+1 |
| | | | | message_ids from the origination site. | ||||
* | typo | friendica | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | link people search from navbar | friendica | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | verify table needs auto_increment flag | friendica | 2013-01-02 | 1 | -25/+87 |
| | |||||
* | turn off some "advanced" features by default, like archives and saved search ↵ | friendica | 2012-11-03 | 1 | -0/+3 |
| | | | | - even though we don't yet have a screen to turn them on. That will come. | ||||
* | updates | friendica | 2012-09-09 | 1 | -1/+4 |
| | |||||
* | updates | friendica | 2012-07-14 | 1 | -16/+30 |
| | |||||
* | move saved searches to new taxonomy | friendica | 2012-07-11 | 1 | -14/+17 |
| | |||||
* | create fetch_tags function, make search work again, change logo | friendica | 2012-07-10 | 1 | -10/+12 |
| | |||||
* | fewer "bob smith to bob smith via wall-to-wall". | friendica | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | possible sql injection in search | friendica | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/friendica into pull | friendica | 2012-05-29 | 1 | -6/+12 |
|\ | | | | | | | | | Conflicts: mod/search.php | ||||
| * | Saved searches now can search for tags as well | Michael Vogel | 2012-05-26 | 1 | -2/+1 |
| | | |||||
| * | Speed optimisation by enabling the posibility of the MySQL fulltext engine | Michael Vogel | 2012-05-26 | 1 | -5/+11 |
| | | |||||
* | | bugfixes: private photo embeds and search for strings with % | friendica | 2012-05-29 | 1 | -2/+2 |
|/ | |||||
* | search with leading @ performs directory search (# for tag search), nothing ↵ | friendica | 2012-05-19 | 1 | -1/+5 |
| | | | | for text search | ||||
* | backend support for 'x' deliveries per process - x is configurable, more ↵ | friendica | 2012-05-19 | 1 | -0/+6 |
| | | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @ | ||||
* | separate tag search from body search | friendica | 2012-04-23 | 1 | -8/+22 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -13/+12 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | suppress duplicates in search | friendica | 2012-04-03 | 1 | -7/+7 |
| | | |||||
| * | warning cleanup | friendica | 2012-03-30 | 1 | -8/+7 |
|/ | |||||
* | slightly relax overly strict permissions in community and search to match ↵ | friendica | 2012-03-20 | 1 | -3/+4 |
| | | | | those in display - tl;dr public conversations are publicly visible | ||||
* | search should be ok, but a little extra security won't hurt | friendica | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | implement "moderate" flag on items | friendica | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) |