Michael Peter Christen
74c249288a
added a push api to make it possible to upload files directly without
...
crawling to the YaCy indexer. Files are uploaded using POST multipart
requests; multiple file uploads are possible as well. Each file has
attached the file date and mime type which is used to get the right
parser for the submitted data. Also an url is submitted which is
assigned to the document.
The CrawlSwitchboard has a new option for default Crawl Profiles which
are assigned dynamically from the new push interface.
11 years ago
reger
c798a9d1bb
fix unresolved pattern in yacysearch.rss title
...
and rss xml error due to html & encoding in url entries
11 years ago
Michael Peter Christen
e64be5dcad
in case that the network is switched to any other than freeworld, RWIs
...
are disabled. This is a temporary fix. There must be a better way to
determine if RWIs are to be switched on or of.
11 years ago
Michael Peter Christen
87f171675b
doing index deletions using a get string which makes it easier to
...
copy-paste deletion examples (see: #EuGH :( )
11 years ago
Michael Peter Christen
a2f800cd8f
fix for bad String conversion
11 years ago
Michael Peter Christen
b3b174e2b8
fixed webgraph postprocessing and status display in Crawler_p servlet
11 years ago
reger
7a52a6ba3f
add links to port config in status panel
...
- pom upd to match javadoc location
11 years ago
reger
c3e40c82fe
make https port setting changeable via front end somewhere
...
(chosen Http Networking page /Settings_p.html?page=http )
11 years ago
Michael Peter Christen
698f053658
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
f23c4142e0
added option to configure a custom user agent within allip networks
11 years ago
reger
8e233e2eb4
- fix typo in Message_p (defaultpath)
...
- use more existing switchboardconstants for getproperties
- replace depriciated call defaultservlet
11 years ago
Michael Peter Christen
8ad41a882c
fixed several problems with postprocessing:
...
- unique-postprocessing was destroying results from other
postprocessings; removed cross-updates as they had been not necessary
- unique-postprocessing did not restrict on same protocol
- inefficient concurrent update cache was redesigned completely
- increased limits for concurrent blocking queues to prevent early
time-out
11 years ago
Michael Peter Christen
640b684bb6
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
2f5477ea59
a try to fix the mixed up terms 'Active' -> 'Senior' and 'Passive' ->
...
'Junior'
11 years ago
reger
ca5437dd50
fix crawl of file:// , also http://mantis.tokeek.de/view.php?id=149
...
local files can be crawled (intranet mode) url parsing fixed according to RFC 1738 (for unix and windows)
for win like file:///c:/tmp or file://localhost/c:/tmp
for linux like file:///tmp or file://localhost/tmp
Host is ignored and path must be absolute
11 years ago
reger
66f6797f52
make config search page layout closer to actual page appearance
11 years ago
sixcooler
5b1c4ef191
Monitoring and limit connection-count for Jetty
11 years ago
orbiter
ce1dbfeb0f
fix appearance of image search thumbnails.
11 years ago
orbiter
6daae59479
switch on core.service.rwi when switching back from portal mode to p2p
...
mode
11 years ago
Michael Peter Christen
f0db501630
better handling of ranking parameters and new default values for date
...
navigation which is done using ranking in solr.
11 years ago
Michael Peter Christen
2520590b45
migrated from pdfbox 1.8.4 to 1.8.5. They have a very long bugfix list
...
for that update:
http://www.apache.org/dist/pdfbox/1.8.5/RELEASE-NOTES.txt
11 years ago
Michael Peter Christen
6634b5b737
debug code for index distribution testing
11 years ago
Michael Peter Christen
89e13fa34e
fixed bug in test function
11 years ago
Marc Nause
4723329e29
Improved blacklist XML/JSON API.
11 years ago
reger
f91b2f51ae
fix: load_Rss remove feed to many parameter for get
...
use form post methode
11 years ago
orbiter
c028ae9b09
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
reger
e31493e139
"Use remote proxy for yacy" has no function, remove option and related config item
...
see/fix bug http://mantis.tokeek.de/view.php?id=23
http://mantis.tokeek.de/view.php?id=189
11 years ago
reger
89e2c5e884
fix: allow enable of CrawlStartExpert.html #file
11 years ago
reger
1b37b12998
fix: CrawlStartExpert.html # From File with missing filename
...
- crawlName must not be empty
- crawlingFile must not be empty
11 years ago
orbiter
0d8072aa99
removed warnings
11 years ago
orbiter
be7c99dbe8
switched menu position of ConfigPortal.html and ConfigSearchBox.html
11 years ago
Michael Peter Christen
a1ac4c3b76
automatically clear graphics cache
11 years ago
reger
f87ac716f3
improve IndexDeletion by query
...
adding transparently text_t as pseudo default search field if no fieldname (no : ) is included.
adressing bug report http://mantis.tokeek.de/view.php?id=274
11 years ago
reger
e9060d31bd
update to Jetty 9
...
besides adjustments in code it makes the servlet settings in web.xml significant.
This applies to solr, gsa and proxy servlet. There is no longer a default setup in code during init (as jetty 9 checks for double definition).
11 years ago
orbiter
b9c1a61814
added a peername=<peername> property in the seedlist API
11 years ago
orbiter
c637955e67
fix for navigation steering / p2p mode
...
see also:
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=5198&p=29958#p29958
11 years ago
Marc Nause
f98ccf952f
Improved Blacklist API:
...
*) added JSON support
*) fixed Exception in case of missing parameters
*) renamed parameter for items in "add entry" and "delete entry" from
"entry" to "item" to match term in XML
11 years ago
reger
91bd384cf6
fix input-group layout on index.html
...
see bug http://mantis.tokeek.de/view.php?id=391
11 years ago
Marc Nause
0d88f292dc
Key for parameter "blacklist name" is "list" in all servlets now.
11 years ago
reger
80e0ee92e5
adjust search page layout - search box to current style
11 years ago
reger
a81dfc27eb
remove obsolet css class bookmarkfieldset
11 years ago
Michael Peter Christen
0898f0be17
input-group for main search input window
11 years ago
Michael Peter Christen
9bb616d778
enhanced HostBrowser buttons and fixed text input alignment
11 years ago
Michael Peter Christen
4a818ad72c
fix for strange fail reason
11 years ago
Michael Peter Christen
a2fba6584f
use submitted default userAgent if cloning a crawl
11 years ago
Marc Nause
e0822fa008
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Marc Nause
c97da1a0d8
First draft of a blacklist API.
11 years ago
reger
312972c586
add display filter (active/disabled) to IndexSchema_p.html config
...
for easier overview of schema fields
11 years ago
Michael Peter Christen
d79d7dde55
fix for result display
11 years ago
Michael Peter Christen
362c988c05
design fixes to better use the new colours
11 years ago