Commit Graph

12400 Commits

Author SHA1 Message Date
reger
ab7f82f803 upd to commons-fileupload-1.3.2 2016-06-02 22:15:57 +02:00
reger
9d55998986 upd to Jetty v9.2.17.v20160517 2016-06-02 21:56:56 +02:00
reger
b3c9041f79 remove with localHostNames redundant (but unused) publicIPv4HostNames and publicIPv6HostNames
to free unused resources
2016-06-02 01:42:15 +02:00
reger
bd8f7c11f5 Use transparent addToCrawler in AutoSearch instead of addToIndex
This would likely also be of advantage for RSS import/schedule as
following bug-reports suggest
http://mantis.tokeek.de/view.php?id=569
http://mantis.tokeek.de/view.php?id=655
2016-06-01 01:14:22 +02:00
reger
c7bd040870 correct translation key "About This ...." for simpleheader.template
in de, ja
+ rem obsolete key "Peer Owner Profile" in cn, sk, uk for simpleheader.template
+ hide empty account lines in ViewProfile servlet
2016-05-30 00:53:53 +02:00
reger
f23d8ab47b fix 2 more servlet RuntimeException in intranet mode thrown due to seed.getIP()
returning null in intranet mode (in servlets: ConfigSearchBox, Load_PHPBB3
+remove unused (const ∅) seed.IPTYPE
2016-05-29 20:35:57 +02:00
reger
bb0076c3dd fix: assure close inputstream in TranslatorXliff after reading xlf file
by using try-wiht-resource block
2016-05-29 01:25:47 +02:00
reger
19509438d9 fix RuntimeException in ConfigRobotsTxt_p in intranet mode
due to getIP returning null, by removing redundant property setting of "clientname"
which is globally set by template engine
2016-05-27 17:30:17 +02:00
reger
6384b7d82e fix NPE in Load_MediawikiWiki servlet in intranet mode
- in intranet mode getip returns null causing a NPE
  - adjust starturl (which was set to http://localip/repository) which is never the start url for the Mediawiki
+ correct javadoc for seed.getIP()
2016-05-27 03:10:25 +02:00
Michael Peter Christen
bfd4e5f9e5 added hint in status to upgrade to java 1.8 2016-05-25 06:58:51 +02:00
Michael Peter Christen
d52c5b8c4d added column in network table for JRE 2016-05-25 06:47:06 +02:00
Michael Peter Christen
596b5dfa59 add the JRE version in the seed. Purpose: identify if it is possible to
migrate to new JRE version
2016-05-24 23:11:59 +02:00
Michael Peter Christen
f13ffd5975 Merge pull request #52 from luccioman/docker
Docker image building from latest sources
2016-05-24 13:31:40 +02:00
Michael Peter Christen
883a96f21a Merge pull request #53 from luccioman/accessibility
Use aria role to reduce rssTerminal verbosity.
2016-05-24 13:31:03 +02:00
reger
4cc38e979d add InputStream close after reading input file (Vocabulary_p servlet) 2016-05-24 00:26:28 +02:00
luccioman
623bcc729a Use aria role to reduce rssTerminal verbosity.
This is a fix for http://mantis.tokeek.de/view.php?id=643
2016-05-23 07:55:47 +02:00
reger
2422626975 upd to icu4j-57_1 2016-05-23 02:47:16 +02:00
luc
45a5fde7b1 Merge remote-tracking branch 'origin/master' into docker 2016-05-22 23:40:37 +02:00
luc
d45b19d07f Detailed how default passord is encoded 2016-05-22 23:33:44 +02:00
reger
6bf9c55584 adjust Solr select servlet to lates bugfix for boostquery (bq param)
to split query into multiple parameter on line separator in input query.
e.g. split "crawldepth_i_0^10.0 \n crawldepth_i:1^5.0"
but allow   "url_file_ext_s:jpg OR url_file_ext_s:png"  to be unsplitted
2016-05-22 22:43:56 +02:00
Burkhard
9a18e2297b Merge pull request #51 from JeremyRand/multiple-boost-query
Fix multiple boost queries
2016-05-22 22:24:04 +02:00
luc
1cd6adb0da Merge remote-tracking branch 'origin/master' into docker 2016-05-22 14:41:58 +02:00
reger
f0d7b93372 make use and activate autodetect charset in Vocabulary input from file
+ revert mistake of empty cn.lng
2016-05-22 05:38:26 +02:00
luc
d3fb1218c5 Merge remote-tracking branch 'origin/master' into docker 2016-05-21 19:28:25 +02:00
JeremyRand
433217b33e Properly support multiple Boost Queries. (Previous code was broken because it concatenated multiple Boost Queries together rather than passing Solr an array.) 2016-05-20 20:17:51 -05:00
JeremyRand
58824dfa6c Refactor escaping in config file read/write code. Now it uses Apache Commons StringUtils instead of RegEx. 2016-05-20 20:17:51 -05:00
reger
9e94989237 upd to PDFBox 2.0.1 2016-05-20 23:12:16 +02:00
luc
d74e781a2f Enabled autoredeploy, removed useless volume
- Autoredeploy allow dockercloud to redeploy container when a new image
is pushed on dockerhub. 
- volume /opt/yacy_search_server/DATA is already declared in docker
image and allow persistence of data inside deployed container.
2016-05-20 15:47:34 +02:00
luc
8941039d17 Merge remote-tracking branch 'origin/master' into docker 2016-05-19 09:57:00 +02:00
reger
0cc144a010 upd to Solr 5.5.1 2016-05-19 02:31:34 +02:00
reger
d0a571bed2 del cytag trail for own index.html (save resource not used by default) 2016-05-19 01:59:00 +02:00
luc
cfef7a4bb7 Merge remote-tracking branch 'origin/master' into docker 2016-05-17 23:44:11 +02:00
luccioman
adf3f29044 Added one-click docker cloud deploy 2016-05-17 22:07:46 +02:00
luccioman
b62ba0dc7c Fixed as background process title 2016-05-17 21:59:29 +02:00
luccioman
09584e8c21 Improved titles levels 2016-05-17 21:58:24 +02:00
luccioman
e299782cb6 Created a docker cloud stack file
May be used for one click deploy on docker cloud (see https://docs.docker.com/docker-cloud/apps/deploy-to-cloud-btn/)
2016-05-17 21:56:06 +02:00
reger
27a238062f fix MessageSend servlet response if called for passive peer 2016-05-17 02:08:07 +02:00
reger
de46879637 fix SeedDB.get(byte[]) hash string compare (for returning own seed shortcut) 2016-05-17 02:07:49 +02:00
reger
b74cddc49c upd to Jetty v9.2.16.v20160414
- exclude unused mime4j
- remove unused yacy-cora build
2016-05-16 20:34:19 +02:00
reger
24b0fa2a38 extend snapshot Html2Image.pdf2image to use PDFBox image export capability
if no external tool installed (and for Win)
Resulting jpg are not always perfect (if graphic included) but imho sufficient.
2016-05-16 02:13:33 +02:00
reger
eb2a00b1d8 fix NPE on missing crawldepth_i 2016-05-15 01:26:38 +02:00
luccioman
78149c9e1b Merge pull request #2 from yacy/master
Merge master
2016-05-14 09:02:44 +02:00
reger
4e0892962a fix NPE in citation servlet on empty text field 2016-05-14 03:51:13 +02:00
luc
1b189b06fc Try reducing even more final docker image size 2016-05-13 14:47:50 +02:00
luc
3a44ee74ba Reduce docker image size 2016-05-13 14:34:02 +02:00
luc
e0e19159e9 Added docker readme 2016-05-13 14:32:54 +02:00
luc
0b68fef7b5 Fixed initial admin password initialization 2016-05-13 13:35:38 +02:00
luccioman
05565014da Initialize admin password from default or env 2016-05-12 18:44:41 +02:00
luccioman
a26f1b3cd7 save resource for unused blacklistFiles map (#1) 2016-05-12 18:07:39 +02:00
luccioman
ee7cb575ea Moved again Dockerfile to docker subdirectory 2016-05-12 17:50:21 +02:00