Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | preg_quote search strings | friendica | 2011-12-06 | 1 | -9/+2 |
| | |||||
* | dynamic delete icons for saved-search on network page | friendica | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | add contact-id to auto-complete response to resolve duplicates | Friendika | 2011-10-27 | 1 | -1/+2 |
| | |||||
* | shared tag search | Friendika | 2011-10-23 | 1 | -8/+9 |
| | |||||
* | add contact_widgets and provide widgets on appropriate pages, fix the saved ↵ | Friendika | 2011-10-11 | 1 | -5/+5 |
| | | | | | | search widget fix directory page on testbubble, don't use system theme for community, directory, and search if the viewer is logged in. | ||||
* | ?f did not have = after it | Friendika | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into newui | Fabio Comuni | 2011-09-26 | 1 | -3/+3 |
|\ | |||||
| * | added widget class to saved arch block on search page | Devlon Duthie | 2011-09-25 | 1 | -2/+3 |
| | | | | | | | | added header to search results where there are results | ||||
| * | . | Friendika | 2011-09-24 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'friendika/master' into newui | Fabio Comuni | 2011-09-16 | 1 | -1/+55 |
|\| |