Commit Graph

14156 Commits

Author SHA1 Message Date
Michael Peter Christen
39f87f7f28 added a hint to the default settings how to set a default password 2020-12-09 02:42:05 +01:00
Michael Peter Christen
e54ab39958 Going back to basic authentication for console/shell commands
This does not affect security because:
- it is going to localhost only
- only users who have already access to the pw hash can do this
- no clear text pw is transmitted because that is not stored anywhere
The switch to basic is required because these commands are required
in the context of hosting on root servers and docker containers
where a password change must be done. But the password shell command
was not working without password which made the concept unusable.
This deficit made it virtually impossible for root server operators
to use YaCy because they had been unable to set up a proper password.
2020-12-09 02:36:55 +01:00
Michael Peter Christen
6271e9122c javadoc fix 2020-12-09 02:22:47 +01:00
Michael Peter Christen
e0f4e3fd9a enhanced ability to debug the code 2020-12-09 02:22:30 +01:00
Michael Peter Christen
eea2d71851 prevent creation of auth schema factories every time a servlet is called 2020-12-06 01:49:34 +01:00
Michael Peter Christen
fcc9386ed3 enhanced the (already fast!) png exporter 2020-12-03 12:18:07 +01:00
Michael Peter Christen
4e9b425f98 missing fix for latest commit 2020-12-03 00:40:51 +01:00
Michael Peter Christen
3213d9db37 updated jetty from 9.4.17 to 9.4.35
and fixed a bug in ServerSideIncludes that appeared only in that recent
version of jetty
2020-12-03 00:21:15 +01:00
Michael Peter Christen
787fec0658 reduced complexity - removed concurrency in sort 2020-12-02 18:39:45 +01:00
Michael Peter Christen
cef5fde343 adding message to UI to make port change transparent 2020-12-02 18:05:38 +01:00
Michael Peter Christen
52228cb6be added a gc to cleanup process (once every 10 minutes) 2020-12-02 00:13:00 +01:00
Michael Peter Christen
22841ffbf1 creating a threaddump during every cleanup process
to be able to find out what a peer did (not) last time before a crash
2020-12-01 03:00:24 +01:00
Michael Peter Christen
36e616271b do better documentation on how to set a default password 2020-12-01 02:18:08 +01:00
Michael Peter Christen
df2bf9ef28 try to fix maven build error 2020-11-29 14:24:33 +01:00
Michael Peter Christen
264bab6700 trying to fight the UI unavaiability
this path addresses a possible issue with too many open connections to
remote peers
2020-11-29 14:15:34 +01:00
Michael Christen
4921771951
Merge pull request #390 from rpodgorny/patch-1
typo fix
2020-11-26 23:28:33 +01:00
Radek Podgorny
836953bd5b
typo fix 2020-11-26 20:52:46 +01:00
Michael Peter Christen
7947baeb49 removed all remaining deprecation warnings 2020-11-23 00:03:18 +01:00
Michael Peter Christen
c0f6d6e11d removed one deprecation warning for jetty library initializing ssl
server port
2020-11-22 23:27:58 +01:00
Michael Peter Christen
133440a7a6 some debug lines 2020-11-22 23:12:04 +01:00
Michael Peter Christen
d7b2d82faa showing MB instead of KB in PerformanceMemory 2020-11-22 23:02:49 +01:00
sgaebel
3431f91db9 removes unused 'unused' tokens 2020-08-04 20:09:34 +02:00
sgaebel
fc03c4b4fe removes some warning and unused objects 2020-08-03 20:44:31 +02:00
sgaebel
4a495df63a removes some deprecation-warnings 2020-07-31 17:28:06 +02:00
sgaebel
dd9d4b1188 replace org.junit.Assert.assertThat by
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid
deprecation-warning
2020-07-28 19:09:26 +02:00
sgaebel
df9ea0a42a removes some warnings: unused imports, params 2020-07-27 22:20:49 +02:00
sgaebel
e039a797d2 bump to commons-codec-1.14, commons-compress-1.20,
commons-fileupload-1.4, commons-io-2.7, httpclient-4.5.12,
httpcore-4.4.13, httpmime-4.5.12 + remove unused commons-jxpath-1.3,
htmllexer
2020-07-26 21:58:15 +02:00
sgaebel
9bc2297161 fixes deleting during recrawl 2020-07-22 22:15:00 +02:00
Michael Peter Christen
64a17faca0 added debug code to parser test to investigate why this fails in travis
build
2020-07-12 16:57:46 +02:00
sgaebel
80785b785e adds deleting during recrawl 2020-07-09 19:32:16 +02:00
Michael Peter Christen
e0ad8ca9da replaced json library from JSON.org with libandroid-json-java
This fixes https://github.com/yacy/yacy_search_server/issues/347
2020-04-24 11:45:25 +02:00
Michael Peter Christen
ea8df27e95 modified org.json.* library to fit into the YaCy environment
as drop-in replacement.
Also made some fixes and enhancements to the library.
2020-04-24 11:42:06 +02:00
Michael Peter Christen
60dc1241a3 added org.json.* library
from https://android.googlesource.com/platform/libcore/+/refs/heads/master/json/src/main/java/org/json
as a preparation step for
https://github.com/yacy/yacy_search_server/issues/347
2020-04-24 10:28:43 +02:00
Michael Peter Christen
6d7dc01670 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git 2020-04-22 13:14:43 +02:00
Michael Peter Christen
0a7bda2a21 removed JSON-evil license line
These classes had been my own creative work.
Just the copyright line had been appeared possibly due to a bad
copy-paste activity, unaware that the line is a non-free addition.
2020-04-22 13:14:26 +02:00
Michael Christen
97ce134117
Merge pull request #338 from LoveIsGrief/docker-rename
Replace all mentions of luccioman in docker Readme
2020-03-10 17:03:10 +01:00
LoveIsGrief
ccb2b1ece6
Replace all mentions of luccioman in docker Readme
It's not the official image
2020-03-08 18:59:00 +01:00
Michael Christen
57484eb1cc xss protection 2020-02-18 14:40:50 +01:00
Michael Christen
090c0e56ab
Merge pull request #333 from comradekingu/patch-2
YaCy packages README reworked
2020-02-11 13:47:40 +01:00
Michael Christen
8504a8b4aa
Merge pull request #334 from danielthegray/fix_readme_formatting
Fix formatting errors in the README file
2020-02-11 13:47:04 +01:00
Daniel Gray
dea5875b2f Fix formatting errors in the README file 2020-02-10 18:51:27 -04:00
Allan Nordhøy
91742ed945
YaCy packages README reworked 2020-02-07 17:46:04 +01:00
Michael Christen
749671d945
Merge pull request #327 from parnikkapore/pr_typos
Typo fix in yacy.network.readme
2020-02-07 09:19:21 +01:00
Michael Christen
89497e22e3
Merge pull request #332 from comradekingu/patch-1
README reworked
2020-02-07 09:18:54 +01:00
Allan Nordhøy
9abc25d71e
README reworked 2020-02-06 14:49:31 +01:00
sgaebel
05137e4d6b fix case esac in start.sh 2020-01-20 21:01:45 +01:00
parnikkapore
a251727b96
Typo fix 2020-01-20 20:11:03 +07:00
reger
e08ccd5f48 upd windows installer script to Java 8 update 211 2020-01-19 04:42:03 +01:00
Michael Christen
c3cdac9a42
Merge pull request #325 from quietok/alternate-bsd-start
Start script run on FreeBSD and likely other BSDs
2020-01-17 23:19:37 +01:00
Staff Silence
906ce33bed
Start script run on FreeBSD and likely other BSDs
Fix to make start script run on FreeBSD that i used, likely applies to dragonfly, trueos and possibly netbsd- but unable to test.
2020-01-17 18:36:04 +00:00