aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
Commit message (Collapse)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
| | | | block_public will block *only* searching without an observer.
* preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-081-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, ↵friendica2013-12-201-121/+3
| | | | directory and message - each of which introduces "interesting challenges"
* 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 ↵marijus2013-12-101-1/+1
| | | | button showing if saved search is disabled
* 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 ↵friendica2013-09-221-1/+1
| | | | private, this and prior checkin are for issue #114
* 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
| | | | 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.friendica2013-06-231-6/+6
|
* make tag searches work at least as well as the normal search - which still ↵friendica2013-06-201-1/+1
| | | | is quite broken, but at least return some results without introducing too many security holes
* fix mod-display when not logged in.friendica2013-06-181-1/+1
|
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-091-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 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 ↵friendica2013-03-211-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 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
| | | | 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
|