reger
46afdf7d21
add link to thread pool settings in status panel
11 years ago
reger
54019313e7
fix NPE in ViewFile - show snippet
...
on document not in index
11 years ago
reger
4873a2d3a4
adjust link to peer in Network list
...
(www path obsolete)
11 years ago
orbiter
3ac31614a3
added option to reverse-sort YaCy tables (internal API change only)
11 years ago
Michael Peter Christen
6d3d4c4ea6
changed the concurrent enumeration of query results in such a way that
...
it is now possible to get the results in two steps:
- first retrieve all IDs as given for a query
- then retieve each document individually
This was necessary for very large result sets where a query may run for
hours and is possibly terminated by a solr-internal timeout. This occurs
regulary during postprocessing and therefore this commit may fix
unwanted postprocessing terminations.
11 years ago
reger
ed0d7a80d5
modifiy description for Field-Reindex to act only on local index
...
http://mantis.tokeek.de/view.php?id=279
11 years ago
Michael Peter Christen
81f9b34da7
increaesed ability ot search for all images on a single server within
...
the p2p remote search
11 years ago
Michael Peter Christen
9b92685771
automatically add a wild card if only a search on a single domain is
...
done. This makes it possible to search all documents on a single domain
even if no search word is given. This is in particular interesting when
searching for all images on a single domain.
11 years ago
Michael Peter Christen
abde89438b
fix for favicon
11 years ago
Michael Peter Christen
ca8b2bf099
removed www and welcome servlet, these had been demo servlets and are
...
not needed any more
11 years ago
reger
5247d01cd4
implement a forward to remote peer link in P2P Network list
...
Most links in Network.html are only available with transparent proxy = on, which is switched off by default,
to make the provided links useable in default setup a small forward servlet added (goto_p.java),
which takes the peer hash as parameter and forwards to current public ip (optional with path= parameter).
The servlet is protected ( _p ending) to assure forwarding works only for authorized YaCy users.
11 years ago
reger
de7641023c
add recommended link "self" to atom feed output
11 years ago
Michael Peter Christen
805a95a98b
fix for http://mantis.tokeek.de/view.php?id=467
11 years ago
Michael Peter Christen
7527ae63e7
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
b93ea4e2a6
Added the option to retrieve only the own seed or a seleceted seed
...
(selected by peer-hash) in the /yacy/seedlist.[json/xml] api.
Added also a xml-version of the servlet.
The own seed can be retrieved i.e. with
http://localhost:8090/yacy/seedlist.xml?my=
http://localhost:8090/yacy/seedlist.json?my=
and any other peer can be selected with
http://localhost:8090/yacy/seedlist.xml?id= <peerhash>
http://localhost:8090/yacy/seedlist.json?id= <peerhash>
11 years ago
reger
b5e0f70197
- remove repositoryPath post from ConfigBasic (obsolete)
...
- remove static snippetComputationTime from ResultEntry (not used)
11 years ago
Michael Peter Christen
ffc259c944
changed link to new tutorial repository (yes, Youtube..). The link does
...
not point to youtube directly to prevent that the referer to the peer
address is given to youtube. Instead, a forwarder address at yacy.net is
used to redirect to the tutorial repository (and can be changed later).
11 years ago
Michael Peter Christen
b0bfafa581
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
1735dbc9d9
enhanced image search: bugfixes and performance enhancements
11 years ago
reger
1d5d0b82a6
- skip html template specific servlet post variables (show_xxx) for feeds,
...
- add <updated> (in required format) to atom feed
11 years ago
reger
8ed6550261
adding totalResults and id to atom feed output
11 years ago
Michael Peter Christen
7611bf79bd
Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
...
Conflicts:
locales/ru.lng
11 years ago
Michael Peter Christen
d3b000b089
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
reger
9962b9e548
use configured search items per page if not specified in post
...
- remove verify=cacheonly from admin screen search box to use the configured values
(otherwise definition overwrites configured behavior and is used for following searches what might give unexpected/confusing different results compared to using /yacysearch )
11 years ago
Michael Peter Christen
2a52c6f0f1
using htroot/api/blacklists as source folder: removed package
...
declaration of some classes in that folder
11 years ago
Michael Peter Christen
f510fb82dd
css skin fix: visited was not set which caused bad colors on new-user
...
menu design.
11 years ago
Michael Peter Christen
57ce7eeff3
fixed localhost authorization and replaced the adminRealm with an info
...
string which is visible in the browser. That makes it possible that the
browser instructs the user how to change a forgotten admin password
(during runtime).
11 years ago
Michael Peter Christen
62f48a28d6
moved index administration up ahead of system administration to put more
...
importance on it. People should not feel that it is more important to
tweak any settings (which may break things) than to look into the index.
11 years ago
Michael Peter Christen
77b4c6dc5b
moved Table administration and Busy Queues Config out of mini-submenu of
...
advanced settings to a top-menu entry. Moved the advanced setting to a
less prominent place of the submenu. Removed the table administration
from target analysis submenu because it appeared double, the table
administration is now the default in the system administration.
Sorry for inconvenience if i constantly move menues around, but this
makes just more sense and YaCy is still not finished :)
11 years ago
Michael Peter Christen
c90ae191ab
moved cookie monitoring to the network monitoring submenu
11 years ago
orbiter
0947bea882
fixed wrong submenu title
11 years ago
orbiter
3ba47823cb
switched position of API steering and content semantic
11 years ago
reger
0ff66118bf
exclude nav-header/footer in ServerScannerList.html?embedded
...
fixes display of header in yacyinteractive.html
11 years ago
orbiter
301961c4c1
small fix to the welcome message
11 years ago
orbiter
2dd4b274d4
update to kaskelix
11 years ago
orbiter
46efeb6ea2
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
orbiter
60f97faec6
added hint to the search api examples to remind the user that these
...
interfaces are examples and not actual variants of the current search
11 years ago
orbiter
f642cfbe30
added hint to the regular expression tester
11 years ago
orbiter
73ebf69ca7
changed style of info-icon to be similar to bootstrap.css glyphicons
11 years ago
reger
6654d314f1
add rss version to api/feed.rss
...
IE11 reports error without
11 years ago
orbiter
cbb5f06630
do not remove the index deletion option from the IndexControlURLs_p.html
...
servlet after a deletion happend, instead show but disable the option
when the index is empty.
11 years ago
orbiter
73c2e47de3
added a confirmation dialog to complete index deletion
11 years ago
orbiter
688c6d8954
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
orbiter
500e0b9927
fix for browsing of file paths in Index Browser
11 years ago
Marc Nause
2af56fa37d
Improved UPnP. (still not perfect)
...
*) set HTTPS port if enabled
*) improved data structures (may not be final)
*) moved UPnP to own package
11 years ago
orbiter
b3ebd38079
removed the HTDOCS repository concept because the concept to host files
...
on the YaCy http server is obsolete; YaCy can index file:// and smb://
paths
11 years ago
orbiter
5611d45b65
renamed Host Browser to Index Browser (gives a better hint what it
...
actually does)
11 years ago
reger
ec5b1d9e33
let NETWORK_WHITELIST take precedence over NETWORK_BLACKLIST
...
this makes it easier to config exception (for private networks),
like blacklist= .*
whitelist= 10\..*,127\..* ..... allows only listed ip pattern
11 years ago
reger
70bb3d1b38
update target url for yacy-portalsearch.html to search.yacy.net (peer yacportalsearch2014)
...
(old www.yacy-suche.de not reacheable)
11 years ago
reger
29ccbf6491
seedUploadUrl config is lost on restart if no publish event occured
...
-add a saveMySeed() on uploadurl changes (to keep url setting without retyping even if network down)
11 years ago