aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
Commit message (Collapse)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
| | | | message_ids from the origination site.
* 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
| | | | - even though we don't yet have a screen to turn them on. That will come.
* 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
|\ | | | | | | | | Conflicts: mod/search.php
| * 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 ↵friendica2012-05-191-1/+5
| | | | for text search
* backend support for 'x' deliveries per process - x is configurable, more ↵friendica2012-05-191-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 searchfriendica2012-04-231-8/+22
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-13/+12
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * 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 ↵friendica2012-03-201-3/+4
| | | | those in display - tl;dr public conversations are publicly visible
* 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 ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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 ↵Friendika2011-10-111-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 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
| | | | | | | | added header to search results where there are results
| * .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 ↵Friendika2011-09-081-1/+55
| | | | | | | | foreach() on line 167
* | remove javascript to set selectect nav item. enanche img template prefetch ↵fabrixxm2011-08-171-0/+2
|/ | | | ignoring
* cleanupFriendika2011-08-161-0/+1
|
* move hidewall to user table - queries are getting too complicated and ↵Friendika2011-07-051-7/+6
| | | | servers falling over
* 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 ↵Friendika2011-07-031-12/+8
| | | | members). Visitors can only see public wall posts.
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-1/+1
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* "firewall" setting - block all public pages from the public if configured to ↵Friendika2011-04-211-0/+5
| | | | do so
* 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
|