aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* add contact_widgets and provide widgets on appropriate pages, fix the saved s...Friendika2011-10-111-5/+5
* ?f did not have = after itFriendika2011-10-031-1/+1
* Merge branch 'master' into newuiFabio Comuni2011-09-261-3/+3
|\
| * added widget class to saved arch block on search pageDevlon Duthie2011-09-251-2/+3
| * .Friendika2011-09-241-1/+0
* | Merge remote-tracking branch 'friendika/master' into newuiFabio Comuni2011-09-161-1/+55
|\|
| * saved searches on search page, templates: Invalid argument supplied for forea...Friendika2011-09-081-1/+55
* | remove javascript to set selectect nav item. enanche img template prefetch ig...fabrixxm2011-08-171-0/+2
|/
* cleanupFriendika2011-08-161-0/+1
* move hidewall to user table - queries are getting too complicated and servers...Friendika2011-07-051-7/+6
* community pageFriendika2011-07-041-2/+5
* posts from hidden walls not allowed in search resultsFriendika2011-07-031-7/+8
* improved search - ensure you can see all your own content (logged in members)...Friendika2011-07-031-12/+8
* add info() function. Works like notice() but show messages in a div with clas...Fabio Comuni2011-05-231-1/+1
* "firewall" setting - block all public pages from the public if configured to ...Friendika2011-04-211-0/+5
* move all message display sub-functions from boot.php into conversation.phpFriendika2011-04-121-3/+4
* pull in new 'writable' dfrn flagFriendika2011-04-111-1/+1
* all conversations unified except photosFriendika2011-04-111-62/+4
* revert to regex search when < 3 charsFriendika2011-04-051-2/+10