ivanhercaz
1714805092
ConfigAccounts_p.html translated
6 years ago
ivanhercaz
91ac9c652a
Collage.html translated
6 years ago
ivanhercaz
2d393e8f07
Bookmarks.html translated
6 years ago
ivanhercaz
1dafc85d33
typo fix in Bookmarks.html
6 years ago
ivanhercaz
275cff0cb7
removing duplicated entry (the one in German) for Translator_p.html
6 years ago
ivanhercaz
39fb80e84a
BlogComments.html translated
6 years ago
ivanhercaz
7f5121a0ec
Translator_p.html translated
6 years ago
ivanhercaz
59ea245e8b
Blog.html translated
6 years ago
ivanhercaz
d221ddcbc8
Blacklist_p.html translated
6 years ago
ivanhercaz
843f0bb48f
BlacklistTest_p.html translated and forgotten string in BlacklistImpExp_p.html
6 years ago
ivanhercaz
729a09d45d
BlacklistImpExp_p.html translated
6 years ago
ivanhercaz
c45324f086
BlacklistCleaner_p.html translated
6 years ago
ivanhercaz
1be4c84ed7
Autocrawl_p.html translated
6 years ago
ivanhercaz
c0f7aa92e4
AccessTracker_p.html translated
6 years ago
ivanhercaz
7aa7ba689c
AccessGrid_p.html translated
6 years ago
luccioman
3d14fb51c5
Removed now unused Java import in addition to modification from PR #239
6 years ago
luccioman
d5ec706604
Merge pull request #239 from otteresk/master
...
Display correct time in Rejected URLs overview
6 years ago
otter
8820d8d7c7
replace current date by FailDate
6 years ago
Andreas
3c65a158e1
Merge pull request #4 from yacy/master
...
Fork update #4
6 years ago
ivanhercaz
4f37c9f0ba
starting the Spanish translation
6 years ago
luccioman
6c3e140083
Upgraded Solr and Lucene dependencies from 6.6.3 to 6.6.5
6 years ago
luccioman
982179a7eb
Upgraded BouncyCastle dependencies from jdk15:1.46 to jdk15on:1.60
6 years ago
luccioman
c409ec089c
Hide password values from visible HTML in the Advanced Config page
...
Fixes issue #228
6 years ago
luccioman
75b9cd53cc
Use accessible labels in the Server Access Settings page
6 years ago
luccioman
4ed055bcdf
Enforced access controls to System settings pages
6 years ago
luccioman
de6820d257
Updated html input field type for seed upload with file method
...
- To meet current browsers security rules, which prevent selecting a
full file path with an html input field of type 'file'
- As it does not make sense to select a local file path when a the
administered YaCy server is remote (not on the same computer as the
browser)
6 years ago
luccioman
2a73b63d9e
Use a constant default target file name for seed SCP upload method
...
To make seed upload (in /Settings_p.html?page=seed page) with SCP easier
when the user specify a remote target directory path.
See report by @vikulin in issue #227
6 years ago
luccioman
51f4be1807
Upgraded Jetty dependencies from 9.4.11.v20180605 to 9.4.12.v20180830
6 years ago
luccioman
b5eabb626f
Removed some dead code
6 years ago
luccioman
db7ad76366
Improved support for Java logs file pattern options
...
- support of "%h" and "%t" pattern components
- more proper initialization of file handler when the data folder is not
the default one, notably to prevent a non blocking but ugly error stack
trace reported by the log manager at startup with that kind of setup
6 years ago
luccioman
7adbd1f87d
Fixed raw IPV6 addresses snapshots read/write on FAT32 and NTFS fs
...
Fixes issue #225
6 years ago
luccioman
10548229af
Fixed rendering of the YMarks.html page
...
Also to clarify which pages still depends on old JQuery and JQuery UI
dependencies.
6 years ago
luccioman
16a5c579bd
Merge pull request #218 from edom/master
...
Add contributor guidelines; closes #214
6 years ago
luccioman
636e752633
Merge pull request #226 from luccioman/master
...
Snapcraft packaging adjustements
6 years ago
luccioman
2feec354a5
Added an icon matching Snapcraft packaging icon size requirements
6 years ago
luccioman
a3361d5ee8
Renamed Snap with a name detected as available on the Snap store
6 years ago
luccioman
9b1c87033b
Fixed logs folder checking and creation
...
Previously, if YaCy log folder was for example at
`/home/user/yacy/DATA/LOG`, because of improper truncation of log path,
an unnecessary directory creation was atempted at `/home/us`.
6 years ago
luccioman
3f9abec3c5
Added a first version of Snapcraft configuration file for Snap packaging
6 years ago
luccioman
c29588dd6a
Made possible to provide an absolute data root path for start script
...
Previously, only a path relative to the user home folder could be
provided
6 years ago
luccioman
bdd6ec3fff
Fetch result pages one by one when scrolling in portal search widget
...
To prevent unnecessary load and items retrival errors on backend
6 years ago
luccioman
b46dc4fc94
Fixed portal search widget results favicon url
6 years ago
luccioman
fa96637a84
Configured local peer as default portal search widget backend
...
Rather than relying on a peer eventually deployed on search.yacy.net
6 years ago
luccioman
44efb2f868
Removed implicit global JavaScript variables from portal search widget
6 years ago
luccioman
79643c40bf
Limit search API calls rate when typing in the search portal widget
6 years ago
luccioman
39dd29a484
Replaced RWI ranking JQuery sliders with standard HTML range inputs
...
Considering that the sliders usage on that page is very basic, using
standard HTML5 inputs of type "range" has here the following advantages
:
- better keyboard accessibility
- remove not very necessary additional jquery dependencies
Today browsers suport for range inputs is good, and even on old
unsupporting browsers such as IE < 10 they nicely fall back to text
inputs.
6 years ago
luccioman
a8078c22e4
Merge pull request #220 from pnhofmann/master
...
Improve Dockerfile
6 years ago
luccioman
1b866c6076
Added possibility to hide or show image results with rendering errors
...
When searching images, thumbnails that could not be rendered (because of
a load error such as HTTP 404, networking issue or an internal error on
the rendering servlet) are now hidden as default. But can be revealed
with a button if desired.
Fix for issue #217
6 years ago
Philipp Hofmann
04c9584326
Docker: merge RUN instructions for less layer (-3)
6 years ago
luccioman
d03c098b54
Removed deprecated warning comments about imports and Debian installer
...
Deprecated by commit be5d3a1066
, as
classpath is now defined in yacycore.jar Manifest file.
6 years ago
luccioman
5b60b4225f
Fixed encoding of '+' character on search pages links
...
As revealed by issue #216
6 years ago