Commit Graph

  • 36e9b1c5b3 Fixed SegmentTest test case time dependant occasional failures luccioman 2018-01-02 10:21:07 +01:00
  • 8a4ea1c11e Added UI switch to control content domain constraint per search request luccioman 2018-01-02 08:13:14 +01:00
  • 36a45b3905 Added UI setting for strictness of content-type checking on media search luccioman 2017-12-29 11:32:42 +01:00
  • cedb53be4e upd to commons-io-2.6 reger 2017-12-28 03:13:42 +01:00
  • f8071ac8ae Make TokenizedStringNavigator (used for keyword search facet) active check case insensitive. As keywords are compared lower case, make sure user input keyword:Key or keyword:key will be shown as active in facet entry key. reger 2017-12-28 02:51:52 +01:00
  • 270b77074e upd to httpclient-4.5.4 and httpmime-4.5.4 reger 2017-12-24 01:34:23 +01:00
  • 6db7f5525b upd to icu4j-60.2 reger 2017-12-24 01:02:18 +01:00
  • e6907fdab3 Added optional search parameter/setting to control content domain filter luccioman 2017-12-23 18:56:17 +01:00
  • f52217c939 Enable full size images preview for users with extended search rights luccioman 2017-12-22 11:39:30 +01:00
  • d42c1773c8 Added UI setting for optional encryption with https on p2p searches luccioman 2017-12-22 11:01:02 +01:00
  • 09c4ee56a7 Added optional https support for remote crawl and profile operations luccioman 2017-12-21 18:41:32 +01:00
  • 5db1c9155a Do locale independant case conversion on hosts, schemes, and file exts. luccioman 2017-12-19 13:52:05 +01:00
  • 1c4803e40a Enable optional https support for /yacy/transferURL API calls. luccioman 2017-12-19 12:30:49 +01:00
  • 79a2ba306a Updated links to Java Regular Expressions documentation to version 8 luccioman 2017-12-19 11:14:20 +01:00
  • c94bc82f6a upd to commons-compress-1.15 reger 2017-12-16 00:49:48 +01:00
  • c6e1befbca Restored peer URL host name stripping removed from previous commit. luccioman 2017-12-15 17:03:35 +01:00
  • 17e004599d Started implementing optional https preference for protocol operations luccioman 2017-12-15 11:28:46 +01:00
  • 2bc61f5657 Merge pull request #149 from Scre13/bugfix_default_settings luccioman 2017-12-13 07:38:04 +01:00
  • bb3d3fe074 fixed default loading default settings; load was populated with wrong value ScRe13 2017-12-12 23:25:56 +01:00
  • 20bba135fe Show hide or show public surftip button depending on current config status, to show the button to switch the status (hiding button of current status) reger 2017-12-10 01:25:20 +01:00
  • b907819cb4 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git Michael Peter Christen 2017-12-09 22:29:54 +01:00
  • 25573bd5ab added a crawl filter based on <div> tag class names When a crawl is started, a new field to exclude content from scraping is available. The field can be identified with the class name of div tags. All text contained in such a div tag where the configured class name(s) match are not indexed, while the remaining page is indexed. Michael Peter Christen 2017-12-09 22:29:35 +01:00
  • 640fed2a9c Removed Java 1.8 no more necessary version checking (fixes issue #147) luccioman 2017-12-08 15:26:46 +01:00
  • d95b288f19 Removed use of deprecated Jetty IPAccessHandler for client filtering. luccioman 2017-12-08 15:12:08 +01:00
  • cc7a93e6b6 remove deprecated jetty continuation class from urlproxyservlet (was a long time carry over, while not supporting async requests) reger 2017-12-08 01:01:07 +01:00
  • 607b39b427 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git Michael Peter Christen 2017-12-07 15:25:41 +01:00
  • 4355de0f3c (more!) evaluation of XRealIP from nginx reverse proxy Michael Peter Christen 2017-12-07 15:16:11 +01:00
  • e5b4799838 upd to Jetty-9.4.8.v20171121 reger 2017-12-07 00:24:33 +01:00
  • f9cba827c0 Made "tld:" modifier case insensitive and IDN complient. luccioman 2017-12-04 19:13:16 +01:00
  • a4494d6e01 Improved support for internationalized domain names on "site:" modifier luccioman 2017-12-04 18:23:26 +01:00
  • d07006bac4 Do locale independant case conversion on "filetype:" query modifier. luccioman 2017-12-04 14:11:29 +01:00
  • 8fbf25d1ed Made "site:" query modifier case insensitive. luccioman 2017-12-04 14:08:34 +01:00
  • 867388e05b Refactored 'site:' query modifier parsing into a dedicated function. luccioman 2017-12-04 13:58:15 +01:00
  • c5c3cc1274 Use HTTP Post operation for resetting memory monitoring state. luccioman 2017-12-04 08:48:37 +01:00
  • 0704b1d644 upd to httpcore-4.4.8 reger 2017-12-04 01:12:50 +01:00
  • bfe753acea Merge pull request #144 from him2him2/_fic_HTTPS luccioman 2017-12-02 08:45:42 +01:00
  • c9d80b5b77 Prefer fine URL match over approximate URL mask regex on final filtering luccioman 2017-12-01 11:52:52 +01:00
  • 0a120787e3 Improved accuracy of URLs search filters : protocol, tld, host, file ext luccioman 2017-12-01 11:19:31 +01:00
  • d1c7dfd852 Fixed URL parsing with fragment and empty path luccioman 2017-12-01 09:48:42 +01:00
  • e07ef1b610 Apply tld query modifier on Solr host_s mandatory field. luccioman 2017-12-01 08:46:46 +01:00
  • 478e92deff Fixed url mask filter generated when protocol modifier is not null luccioman 2017-11-30 20:21:45 +01:00
  • 29de4a65d7 Refactored url mask filter build from query modifiers luccioman 2017-11-30 09:20:32 +01:00
  • a1879115dc upd to Jsoup-1.11.2 reger 2017-11-26 22:01:42 +01:00
  • d5a75537e4 remove redundant setting of timeout for remoteinstance and replace depreciated updatesolrclient instantiation with recommended builder reger 2017-11-26 02:53:51 +01:00
  • f01aac31fd Made possible to use https for remote search on peers with SSL enabled. luccioman 2017-11-24 14:10:41 +01:00
  • 97dff48abf Update HTTP -> HTTPS in README.md Ronald Eddy Jr 2017-11-23 00:54:36 -08:00
  • 01dca12d05 Upgraded apache POI dependency from 3.16 to 3.17 luccioman 2017-11-22 09:07:36 +01:00
  • e2f6427a63 Added a basic JUnit test for the Visio parser (vsdParser) luccioman 2017-11-22 09:06:16 +01:00
  • 1e9cdaabd4 Do locale neutral case conversion of HTML charset name. luccioman 2017-11-20 18:52:45 +01:00
  • d41ad7af6f Restore initial locale at the end of a JUnit test case which modify it. luccioman 2017-11-20 18:50:49 +01:00
  • 7206f1ed71 Do locale neutral case conversions on domain names. luccioman 2017-11-20 18:47:46 +01:00
  • 398c66f06c Do locale neutral case conversions in MultiProtocolURL luccioman 2017-11-20 15:23:33 +01:00
  • 9531b83598 Do locale neutral case conversions in Classification luccioman 2017-11-20 09:48:46 +01:00
  • bab5f0485f Added signing key to developer releases location. luccioman 2017-11-17 11:09:55 +01:00
  • d22fc0d0a2 Updated lists of known sponsored and country-code TLDs. luccioman 2017-11-16 09:50:55 +01:00
  • ac209cac2e Updated the generic top-level known domains list. luccioman 2017-11-14 09:42:09 +01:00
  • 938d8a9731 Added some JavaDoc luccioman 2017-11-14 09:24:13 +01:00
  • c32ac9c4c7 Updated log path in informative message of stop script. luccioman 2017-11-14 09:17:43 +01:00
  • 8f07df5f85 Upgraded com.twelvemonkeys.imageio dependencies from 3.3.1 to 3.3.2 luccioman 2017-11-09 09:30:20 +01:00
  • fcd57e2d0f Improved some JUnit tests isolation and resources release luccioman 2017-11-08 09:33:30 +01:00
  • e0eda84c24 Remove old hard-coded holiday dates from DateDection class. luccioman 2017-11-07 19:02:09 +01:00
  • f61260c4c7 Upgraded icu4j dependency from 59_1 to 60.1 luccioman 2017-11-06 09:37:44 +01:00
  • 73977ec0fe Added a html parser charset detection unit test luccioman 2017-11-06 09:14:03 +01:00
  • d14c47d4d3 upd to pdfbox-2.0.8.jar reger 2017-11-05 00:52:14 +01:00
  • cb10daba92 Renamed Chinese & Greek lng files using ISO639-1 codes. luccioman 2017-11-04 11:06:05 +01:00
  • 4b61edff32 Added a help link to ISO 639-1 language codes list ref luccioman 2017-11-03 10:34:36 +01:00
  • a994d439af Added description of spatial restrictions in search options luccioman 2017-11-02 08:57:00 +01:00
  • 46f37e38dc Customized Threads with generic name for easier monitoring. luccioman 2017-10-31 08:53:17 +01:00
  • 8a48f80909 Added language HTML attribute to the search home page. luccioman 2017-10-31 08:19:04 +01:00
  • 5ff76fdcb9 Fixed spelling luccioman 2017-10-31 07:52:30 +01:00
  • 2c3f0ff9e8 Updated search page keyboard shortcuts descriptions. luccioman 2017-10-31 07:44:37 +01:00
  • af825e9ffc Use accessible labels for search home page radio buttons. luccioman 2017-10-30 08:07:59 +01:00
  • 046be566e1 Updated a license header typo. luccioman 2017-10-30 07:38:47 +01:00
  • 3c905a2a5c fix typo Apply55gx 2017-10-27 14:00:30 +02:00
  • 8e732d437c Enable HTTP Digest authentication for non admin users. luccioman 2017-10-26 07:51:18 +02:00
  • 5161451a35 Stay authenticated when going to the search start page. luccioman 2017-10-24 09:54:54 +02:00
  • d0bed78d02 Use the same top nav bar on index.html and search results. luccioman 2017-10-24 09:34:03 +02:00
  • d8eaf621cc Fixed blacklist returned location URL on empty parameters luccioman 2017-10-24 09:30:21 +02:00
  • f678394ce5 Fixed loss of index page form values on 'more options' link click. luccioman 2017-10-23 18:28:11 +02:00
  • b98acb33c3 upd to Solr 6.6.2 reger 2017-10-22 20:00:00 +02:00
  • af198b990b Added an optional login link/status to the search public top nav bar. luccioman 2017-10-21 10:57:36 +02:00
  • 1de86cf1bf Fixed JPEG snapshot resizing when running on OpenJDK. luccioman 2017-10-19 09:27:52 +02:00
  • c1c4174816 Updated Java version information on Readme luccioman 2017-10-18 14:17:06 +02:00
  • a17a418e78 Fixed NullPointerException cases on snapshot images parsing. luccioman 2017-10-18 08:31:18 +02:00
  • 285f0d6a39 Consistently encode snapshot image with format requested on the API. luccioman 2017-10-18 07:53:07 +02:00
  • 4da15db998 Fixed search result Snapshots link. luccioman 2017-10-17 09:41:58 +02:00
  • 34ca73d61b Fixed a NullPointerException case on images encoding errors. luccioman 2017-10-16 19:47:18 +02:00
  • 7c319c841e Fixed pdf2image conversion with imagemagick on PDFs having transparency luccioman 2017-10-16 19:45:17 +02:00
  • 6e497241f7 Properly close resources (even on error) on OS and ThreadDump classes. luccioman 2017-10-16 17:04:22 +02:00
  • fe75f326d8 Fixed ProfilingGraph calculation integer overflows and added test class. luccioman 2017-10-16 09:18:12 +02:00
  • 5d1ef8fdfc Merge branch 'master' of https://github.com/otteresk/yacy_search_server luccioman 2017-10-16 09:01:34 +02:00
  • 8303e15419 Reduced number of search navigators refresh requests in JS resort mode luccioman 2017-10-12 07:16:19 +02:00
  • 2ac78e2cca Addedd missing parameters to yacysearchtrailer call on JS resort mode luccioman 2017-10-11 07:13:28 +02:00
  • ebe91c7075 Merge branch 'master' of https://github.com/yacy/yacy_search_server luccioman 2017-10-09 19:08:57 +02:00
  • 5bf76f058a Adjusted ResponseHeaderTest to succeed on slow or highly loaded CPU luccioman 2017-10-09 19:08:39 +02:00
  • a545523ab9 Added a Travis build status image to Readme luccioman 2017-10-09 14:25:43 +02:00
  • dbff7b14fc Add a configurable limit to tags initially displayed in search results luccioman 2017-10-09 14:13:46 +02:00
  • 0c4db9eef0 Merge pull request #3 from yacy/master Andreas 2017-10-07 12:29:55 +02:00
  • f8c7d0265e Adjust tags css style in ConfigSearchPage to equal search page reger 2017-10-07 06:13:22 +02:00
  • c31d94664a Update deprecated SolrInputDocument.addField() with boost value remove unused SchemaConfiguration.getDate (as it is designed to return only past dates which might be unexpected for general configuration schema) reger 2017-10-06 20:32:28 +02:00