Commit Graph

  • 722ab0973f Merge pull request #68 from luccioman/dist_macOS Orbiter 2016-08-26 11:49:26 +02:00
  • 3380531a2f Fixed packaging for YaCy 1.90 on MacOS galix 2016-08-24 16:11:52 +02:00
  • d3d2df7087 Translator_p handle lang "browser" like "default" reger 2016-08-23 03:37:32 +02:00
  • 33bf35d90f missing file for prev commint "Introduction of additional language setting browser" reger 2016-08-23 00:13:20 +02:00
  • 16e8ed3f01 Introduce additional language setting "browser/Browser Language" for UI internationalization. If language is set to "browser" the client/user browser language is used to choose from available translation. simply: one users browser speaks English -> YaCy responds in English, other users browser speaks French -> YaCy responds in French. reger 2016-08-23 00:04:24 +02:00
  • 3b47a07dd1 change unused servletProperties entry CONNECTION_PROP_CLIENT_REQUEST_HEADER to use directly HttpServletRequest. This is used to get the http protocol version in HTTPDProxyHandler.fulfillRequestFromWeb() for error response to client. - adjust YaCyProxyServlet and UrlProxyServlet accordingly - use more http_version constants in headerframework and httpdeamon - equalize servlets (3) use of HeaderFramework.CONNECTION_PROP_HOST to HeaderFramework.HOST reger 2016-08-21 19:34:44 +02:00
  • e506479063 skip overhead to resolve "<unknown>" ip and protect against NPE in yacy/message servlet reger 2016-08-21 01:22:25 +02:00
  • 036c1dc6ef fix CookieTest_p formatting (output of <br> as text), change to dataoutput only by servlet, leave formatting to html. + removed link to obsolete env/grafics gif reger 2016-08-20 22:23:47 +02:00
  • bf6709d196 fixed missing browser activation in linux Michael Peter Christen 2016-08-19 19:24:15 +02:00
  • d8504418b6 enhanced browser-caching of static content Michael Peter Christen 2016-08-19 19:23:51 +02:00
  • ed8bc5f79d fix for bug in network page: the network table pages also loaded the network images, even if they had not been showed. Michael Peter Christen 2016-08-19 17:18:08 +02:00
  • 079112358c Merge branch 'master' of https://github.com/yacy/yacy_search_server.git Michael Peter Christen 2016-08-19 15:31:09 +02:00
  • efeb592661 don't do solr optimization, this create high IO load. We should leave this task to solr to do that on it's own instead of forcing it. Michael Peter Christen 2016-08-19 15:30:53 +02:00
  • 28a608c3c4 Merge pull request #67 from luccioman/mixedcontent Burkhard 2016-08-19 02:30:09 +02:00
  • f84e584d74 ConfigPortal : fixed mixed-content security issue with https luccioman 2016-08-17 17:05:40 +02:00
  • adb5c1798b Merge branch 'mixedcontent' of https://github.com/luccioman/yacy_search_server.git into mixedcontent luccioman 2016-08-17 16:17:11 +02:00
  • 4743ade66a Search comparison : prefer https URLs luccioman 2016-08-17 16:13:46 +02:00
  • 46b8836548 Copy image resources contained in donation iframe. luccioman 2016-08-17 15:15:31 +02:00
  • a44bcd322e Copy image resources contained in donation iframe. luccioman 2016-08-17 15:15:31 +02:00
  • 91ab8a526a add error msg to api/share.html and skip display of url on nothing uploaded reger 2016-08-17 03:07:26 +02:00
  • 5bbedad091 use config for path to locales in Translator servlet reger 2016-08-15 04:13:06 +02:00
  • 22ebca0295 upd to Jetty 9.2.18 reger 2016-08-14 21:25:48 +02:00
  • 4c7a77662a eleminate dependency on file-extension in storeDocument but use supported mime-type to also support handling of urls w/o corresponding file-extension. For this refactor use of document.getParserObject() to alway return a Parser (for clean logic) and define/move the scraperObject as local var of AbstractParser. Adjust related calls to getParserObject (where actually a scraperObject is wanted). Addionally skip appending url token to parsed text for dht metadata entries (by default returned as result by rwi index). reger 2016-08-14 03:53:16 +02:00
  • ebde21079a refactor xlsParser to include Excel file attribute (like author) in parser result doc. Similar to ppt and doc parser, completing a TODO in xlsParser. reger 2016-08-13 23:46:36 +02:00
  • dd9ee1d34c Merge pull request #66 from luccioman/opensearch Burkhard 2016-08-13 21:46:00 +02:00
  • c9868209e4 Fixed opensearch ShortName consistency with link in index.html luccioman 2016-08-12 12:36:44 +02:00
  • 744c9a2615 Opensearch desc : handle https protocol url with default port (443) luccioman 2016-08-12 12:18:26 +02:00
  • b9c28893ee Merged master to 'heroku' branch. luccioman 2016-08-10 11:03:01 +02:00
  • db1b0d1fc6 Fixed description small typing errors. luccioman 2016-08-10 11:02:04 +02:00
  • 9bb3f2f629 Merged master into 'docker' branch. luccioman 2016-08-10 08:15:41 +02:00
  • c61f65fd5f Merge remote-tracking branch 'origin/master' into docker luccioman 2016-08-10 08:14:49 +02:00
  • 103a8348b3 fix for NPE and small performance enhancement Michael Peter Christen 2016-08-10 06:48:08 +02:00
  • 1f48d65b66 Merge pull request #7 from yacy/master Andreas 2016-08-09 21:27:57 +02:00
  • 2910fe35c1 add missing scheduler calc of next exec_date (call of calculateAPIScheduler) - after last_exec_date is altered, next_exec_date should be recalculated - makes the recalculation of next_exec in advance (without api call surely made) in Switchbard.schedulerJob() obsolete Slightly modify next_exec calc. on missed event to now+schedule_time (from fix 10min) reger 2016-08-09 03:03:04 +02:00
  • 70d47ae38a keep scheduler selection by repeat entry from 07311020d4 to allow exec schedule on actual exec event. Iterate on exec date (of advantage after interruption/shutdown) to schedule older or missed events first. reger 2016-08-08 02:19:48 +02:00
  • 7c3f932e5d revert due to conflict with double count recording by schedulter / servlet by the commit under normal operation (no shutdown) reger 2016-08-08 01:57:31 +02:00
  • 07311020d4 postpone apicall exec date init until actual call fix for http://mantis.tokeek.de/view.php?id=677 The difference is on scheduling a large number of rss feeds and loading is not finished before shutdown of YaCy. The change makes sure not already loaded RSS will be loaded by the scheduler on next startup. reger 2016-08-07 05:08:55 +02:00
  • 75254ac9b6 Fixed syntax errors. luccioman 2016-08-05 12:16:11 +02:00
  • 403193a24c Merged changes from master. luccioman 2016-08-05 11:59:49 +02:00
  • 16dfc49bfd Enabled HTTPS as default, and added HTPS related documentation luccioman 2016-08-05 11:57:38 +02:00
  • 5e335b32da fix Blacklist.contains() matching path pattern to string similar to 5e9e871192 + add proof testcase reger 2016-08-04 01:12:49 +02:00
  • 5e9e871192 fix Blacklist.remove by using pattern.toString to find pattern to remove, parameter String path did never equal Pattern. + delete unused removeAll, as it does not persist changes after restart reger 2016-08-03 02:13:26 +02:00
  • 1843ea7e69 on Blacklist.add pattern to source file also update internal entry maps as in Blacklist.add(blacklistType) to make entry effective w/o restart fix for http://mantis.tokeek.de/view.php?id=676 reger 2016-08-02 02:41:03 +02:00
  • bf6ce33da3 Correct use of _htDocsPath config in YaCyDefaultServlet to use servlet config variable + add some javadoc and remove a not useful static declaration reger 2016-07-31 23:16:24 +02:00
  • 6811158e1a Expose HTTPS default port on docker images luccioman 2016-07-31 19:24:52 +02:00
  • 480027ec98 Merge remote-tracking branch 'origin/master' into heroku_experiments luccioman 2016-07-28 02:29:40 +02:00
  • a6bf44f4f7 Simplified Heroku variables configuration luc 2016-07-28 02:04:51 +02:00
  • fcad2d0744 add uses of config constant INDEX_RECEIVE_ALLOW reger 2016-07-27 02:16:20 +02:00
  • 07fbb737df upd to commons-compress-1.12 reger 2016-07-23 20:34:47 +02:00
  • 226f81cfcf declare poison pill url MultiProtocolURL() as protected to make sure not used from outside. After double checking use of poison url revert path init from commit f8632ad292 reger 2016-07-23 20:03:13 +02:00
  • f8632ad292 prevent string index out of bounds MultiProtocolURL.getPaths as path maybe a empty string + init path to "" also in init for poison url (to guarantee success for all existing uses of path w/o check for null) reger 2016-07-23 19:18:23 +02:00
  • 35a7d57260 update lucenematchversion to current (5.2.0 -> 5.5.0) there should be no need for reindex by the update reger 2016-07-23 18:36:43 +02:00
  • 1f7013a1e3 removed unused properties in default config (CGI capabilities of YaCy's HTTPd have been removed many moons ago) Marc Nause 2016-07-21 21:36:00 +02:00
  • 9b07bbf955 deprecate newurl(), not used and already replaced instead of making it handle all supported the protocols reger 2016-07-21 02:14:35 +02:00
  • 47d486298f Merged changes from master. luccioman 2016-07-20 00:37:31 +02:00
  • 0c327d0a93 Moved variables configuration at the right place. luccioman 2016-07-20 00:35:16 +02:00
  • 25cb470e21 Added a message tracing yacy.init eventual customization luccioman 2016-07-20 00:33:19 +02:00
  • 774b3906a9 fix GenericFormatter.parse ("time","timeoffset") change: UTC offset internally expected in minutes reger 2016-07-19 02:57:41 +02:00
  • 27163af0e1 improve detection of referenced links by taking http and https link protocol into account + correct query start detection of commit f89d4eb51d reger 2016-07-17 23:42:25 +02:00
  • aed44e31ca fix fr.lng typo in submenuRanking.template reger 2016-07-17 22:16:08 +02:00
  • f89d4eb51d fix MultiProtocolURL init (assign of host) for urls with '/' in query part + add to test case reger 2016-07-17 04:17:01 +02:00
  • 163d0cc3cf correct renamed ConfigAdvanced_p.html -> ConfigProperties_p.html in fr and sk.lng reger 2016-07-16 20:34:42 +02:00
  • 929147b16f Merge pull request #62 from luccioman/french_translation Burkhard 2016-07-16 02:17:58 +02:00
  • 87fcfc6d78 Adjusted hash computation and toNormalform for file:// protocol to deliver same hash same file on Windows filesystem path with forward- and backslash in path. Background see http://mantis.tokeek.de/view.php?id=671 +Test case reger 2016-07-16 01:59:09 +02:00
  • 31941f1a5e Updated french translation for some pages luccioman 2016-07-15 14:44:58 +02:00
  • f0f38a4a94 put Autocrawl_p.html to master.lng.xlf reger 2016-07-15 00:27:41 +02:00
  • fda2676980 Reverted initial log level modified for debugging on Heroku luccioman 2016-07-13 03:05:59 +02:00
  • 7dd23aa7d4 Set 'Deploy to Docker Cloud' url repo parameter to main yacy repo. luccioman 2016-07-13 01:34:26 +02:00
  • b1345d92d2 Fixed relative Markdown links luccioman 2016-07-13 01:15:25 +02:00
  • e3d90fd1ca Removed unnecessary variables for local heroku run luccioman 2016-07-13 01:07:11 +02:00
  • 3db732aded Added Heroku markdown documentation. luccioman 2016-07-13 01:06:33 +02:00
  • 4beded760f Updated ConfigBasic.html translation. luccioman 2016-07-12 09:33:18 +02:00
  • 15853a5402 Added important log limit options to upgrade procedure example. luccioman 2016-07-12 09:09:55 +02:00
  • d6bf90803f Merged from maain master branch. luccioman 2016-07-12 09:05:31 +02:00
  • 9b9c112263 Handle more propertly local port configuration by system property luccioman 2016-07-12 01:53:01 +02:00
  • 41d845285d add missing text for ConfigBasic.html to master.lng.xlf reger 2016-07-11 04:08:24 +02:00
  • a952787712 adjust opensearchdescription to return url with protocol it was call on fix http://mantis.tokeek.de/view.php?id=669 reger 2016-07-11 02:33:12 +02:00
  • 360b38d9b6 fix CookieTest_p parameter from ResponseHeader to RequestHeader reger 2016-07-10 05:44:56 +02:00
  • 3811184abd fix GSA servlet clientIP retrival reger 2016-07-09 23:39:43 +02:00
  • 7ab41d4ff1 use directories original lastmodified date in file- & smbloader in response reger 2016-07-09 19:55:47 +02:00
  • 87858536e4 Set deploy buttons in one place luccioman 2016-07-08 02:04:38 +02:00
  • a11a64bbde Added a more detailed description for MAVEN_CUSTOM_OPTS luccioman 2016-07-08 01:51:46 +02:00
  • e5369ee69a Added a one-click deploy button for Heroku luccioman 2016-07-08 01:33:47 +02:00
  • fa11475d02 Handle more properly missing .git directory luccioman 2016-07-07 20:50:27 +02:00
  • 76cf7dea2d Fixed inconsistent port check on ConfigBasic luccioman 2016-07-07 03:13:52 +02:00
  • 708bcbb042 one more replacement to use cached hosthash vs. calculated reger 2016-07-07 02:50:57 +02:00
  • efd62b0a07 Possibility to override some yacy.init properties at maven build luccioman 2016-07-07 02:33:03 +02:00
  • a5b0601184 Local port is set by Heroku, but public port is 80. luccioman 2016-07-07 00:03:11 +02:00
  • 7b226afc33 fix HostQueueTest - changed open parameter reger 2016-07-06 23:52:02 +02:00
  • 46284c2590 Revert : Not possible to start on port 80 luccioman 2016-07-06 23:35:12 +02:00
  • ab45ce0f53 Try running on port 80 to be in senior mode on Heroku luccioman 2016-07-06 22:33:24 +02:00
  • fe0090f734 Now try to run again on Heroku in p2p mode luccioman 2016-07-06 22:22:13 +02:00
  • b57a06d88e Let Heroku decide which http port to use luccioman 2016-07-06 22:14:40 +02:00
  • 66fea8add1 Reverted maven version specification luccioman 2016-07-06 22:13:18 +02:00
  • 0c7f6b8b4e Set log level to FINE to have more details luccioman 2016-07-06 21:05:23 +02:00
  • c63dca1708 Experiment on Heroku starting in Intranet mode as default luccioman 2016-07-06 20:16:38 +02:00
  • 2278519197 Added PORT env variable for heroku luccioman 2016-07-06 02:21:34 +02:00
  • 48c2b31833 Merge branch 'heroku' of https://github.com/luccioman/yacy_search_server.git into heroku luccioman 2016-07-06 01:37:41 +02:00
  • 343638d98e Prevent build failing when .git is missing luccioman 2016-07-06 01:04:44 +02:00
  • 858dd4d80f Prevent build failing when .git is missing luccioman 2016-07-06 01:04:44 +02:00