aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
Commit message (Expand)AuthorAgeFilesLines
* add fh to other page templatesfriendica2014-03-271-0/+1
* Stop Google DDoSing me by providing block_public_search, which unlikeThomas Willingham2014-01-191-3/+4
* preparatory work for supporting a "list view" mode for conversations. This wo...friendica2014-01-081-0/+1
* comanchify mod_search - we've got three modules left to Comanchify: admin, di...friendica2013-12-201-121/+3
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-3/+3
* saved search icon work and bugfixes for #tags not beeing deletable and save b...marijus2013-12-101-1/+1
* search should respect max items to load as wellmarijus2013-11-221-0/+2
* fix search to display more than one itemfriendica2013-10-101-3/+3
* one more edge case in the public perms - don't match perms = 0 which is priva...friendica2013-09-221-1/+1
* fixes for display and search privacy enforcementfriendica2013-09-221-25/+37
* get rid of more variables with dashes in the names - use underscore *except* ...friendica2013-08-151-1/+1
* another temporary fix to mod/search to only return one of each post.friendica2013-06-231-6/+6
* make tag searches work at least as well as the normal search - which still is...friendica2013-06-201-1/+1
* fix mod-display when not logged in.friendica2013-06-181-1/+1
* get search page working with live-update and endless scroll, still not perfec...friendica2013-05-091-28/+29
* small updatesfriendica2013-05-081-1/+0
* Updated build_query for midThomas Willingham2013-03-251-1/+1
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-4/+4
* progress on tag deliveryfriendica2013-02-111-2/+2
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-101-1/+2
* security fixes related to directory access and sites that are off the gridfriendica2013-01-221-0/+5
* more heavy lifting on API - though need to re-visit events and give them all ...friendica2013-01-191-2/+1
* typofriendica2013-01-181-1/+1
* link people search from navbarfriendica2013-01-181-2/+2
* verify table needs auto_increment flagfriendica2013-01-021-25/+87
* turn off some "advanced" features by default, like archives and saved search ...friendica2012-11-031-0/+3
* updatesfriendica2012-09-091-1/+4
* updatesfriendica2012-07-141-16/+30
* move saved searches to new taxonomyfriendica2012-07-111-14/+17
* create fetch_tags function, make search work again, change logofriendica2012-07-101-10/+12
* fewer "bob smith to bob smith via wall-to-wall".friendica2012-06-021-1/+1
* possible sql injection in searchfriendica2012-05-291-1/+1
* Merge https://github.com/friendica/friendica into pullfriendica2012-05-291-6/+12
|\
| * Saved searches now can search for tags as wellMichael Vogel2012-05-261-2/+1
| * Speed optimisation by enabling the posibility of the MySQL fulltext engineMichael Vogel2012-05-261-5/+11
* | bugfixes: private photo embeds and search for strings with %friendica2012-05-291-2/+2
|/
* search with leading @ performs directory search (# for tag search), nothing f...friendica2012-05-191-1/+5
* backend support for 'x' deliveries per process - x is configurable, more impo...friendica2012-05-191-0/+6
* separate tag search from body searchfriendica2012-04-231-8/+22
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-13/+12
|\
| * suppress duplicates in searchfriendica2012-04-031-7/+7
| * warning cleanupfriendica2012-03-301-8/+7
|/
* slightly relax overly strict permissions in community and search to match tho...friendica2012-03-201-3/+4
* search should be ok, but a little extra security won't hurtfriendica2012-03-061-1/+1
* implement "moderate" flag on itemsfriendica2012-01-231-2/+2
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* preg_quote search stringsfriendica2011-12-061-9/+2
* dynamic delete icons for saved-search on network pagefriendica2011-12-011-1/+1
* add contact-id to auto-complete response to resolve duplicatesFriendika2011-10-271-1/+2
* shared tag searchFriendika2011-10-231-8/+9