luccioman
4743ade66a
Search comparison : prefer https URLs
...
Also disabled currently not working URLs.
8 years ago
luccioman
46b8836548
Copy image resources contained in donation iframe.
...
Handle eventual images loading errors.
8 years ago
luccioman
a44bcd322e
Copy image resources contained in donation iframe.
...
Also refactored the related code :
- extracted it in a method
- catch Exception and log it, rather than Throwable which is bad
practice
8 years ago
reger
91ab8a526a
add error msg to api/share.html
...
and skip display of url on nothing uploaded
8 years ago
reger
5bbedad091
use config for path to locales in Translator servlet
8 years ago
reger
22ebca0295
upd to Jetty 9.2.18
8 years ago
reger
4c7a77662a
eleminate dependency on file-extension in storeDocument but use supported mime-type
...
to also support handling of urls w/o corresponding file-extension.
For this refactor use of document.getParserObject() to alway return a Parser (for clean logic)
and define/move the scraperObject as local var of AbstractParser.
Adjust related calls to getParserObject (where actually a scraperObject is wanted).
Addionally skip appending url token to parsed text for dht metadata entries
(by default returned as result by rwi index).
8 years ago
reger
ebde21079a
refactor xlsParser to include Excel file attribute (like author) in parser result doc.
...
Similar to ppt and doc parser, completing a TODO in xlsParser.
8 years ago
Burkhard
dd9ee1d34c
Merge pull request #66 from luccioman/opensearch
...
Opensearch : fix for default ports and naming consistency
8 years ago
luccioman
c9868209e4
Fixed opensearch ShortName consistency with link in index.html
...
Fix for mantis 679 (http://mantis.tokeek.de/view.php?id=679 )
8 years ago
luccioman
744c9a2615
Opensearch desc : handle https protocol url with default port (443)
...
This completes modifications made for mantis 669
(http://mantis.tokeek.de/view.php?id=669 )
8 years ago
luccioman
b9c28893ee
Merged master to 'heroku' branch.
8 years ago
luccioman
db1b0d1fc6
Fixed description small typing errors.
8 years ago
luccioman
9bb3f2f629
Merged master into 'docker' branch.
8 years ago
luccioman
c61f65fd5f
Merge remote-tracking branch 'origin/master' into docker
8 years ago
Michael Peter Christen
103a8348b3
fix for NPE and small performance enhancement
8 years ago
Andreas
1f48d65b66
Merge pull request #7 from yacy/master
...
Get my fork synced #7
8 years ago
reger
2910fe35c1
add missing scheduler calc of next exec_date (call of calculateAPIScheduler)
...
- after last_exec_date is altered, next_exec_date should be recalculated
- makes the recalculation of next_exec in advance (without api call surely made) in Switchbard.schedulerJob() obsolete
Slightly modify next_exec calc. on missed event to now+schedule_time (from fix 10min)
8 years ago
reger
70d47ae38a
keep scheduler selection by repeat entry from 07311020d4
...
to allow exec schedule on actual exec event.
Iterate on exec date (of advantage after interruption/shutdown) to schedule
older or missed events first.
8 years ago
reger
7c3f932e5d
revert due to conflict with double count recording by schedulter / servlet by the commit under normal operation (no shutdown)
8 years ago
reger
07311020d4
postpone apicall exec date init until actual call
...
fix for http://mantis.tokeek.de/view.php?id=677
The difference is on scheduling a large number of rss feeds and loading
is not finished before shutdown of YaCy. The change makes sure not already
loaded RSS will be loaded by the scheduler on next startup.
8 years ago
luccioman
75254ac9b6
Fixed syntax errors.
8 years ago
luccioman
403193a24c
Merged changes from master.
8 years ago
luccioman
16dfc49bfd
Enabled HTTPS as default, and added HTPS related documentation
8 years ago
reger
5e335b32da
fix Blacklist.contains() matching path pattern to string
...
similar to 5e9e871192
+ add proof testcase
8 years ago
reger
5e9e871192
fix Blacklist.remove by using pattern.toString to find pattern to remove,
...
parameter String path did never equal Pattern.
+ delete unused removeAll, as it does not persist changes after restart
8 years ago
reger
1843ea7e69
on Blacklist.add pattern to source file also update internal entry maps
...
as in Blacklist.add(blacklistType) to make entry effective w/o restart
fix for http://mantis.tokeek.de/view.php?id=676
8 years ago
reger
bf6ce33da3
Correct use of _htDocsPath config in YaCyDefaultServlet to use servlet config variable
...
+ add some javadoc and remove a not useful static declaration
8 years ago
luccioman
6811158e1a
Expose HTTPS default port on docker images
8 years ago
luccioman
480027ec98
Merge remote-tracking branch 'origin/master' into heroku_experiments
8 years ago
luc
a6bf44f4f7
Simplified Heroku variables configuration
...
- Having well defined variables is more readable than configuring
everything in MAVEN_CUSTOM_OPTS
- Do not provide a default admin password value : people deploying on
Heroku for testing or demonstration purpose would likely forget to
customize this password, which would be a security flaw
- reduce Heroku specific impacts on existing pom.xml
8 years ago
reger
fcad2d0744
add uses of config constant INDEX_RECEIVE_ALLOW
8 years ago
reger
07fbb737df
upd to commons-compress-1.12
8 years ago
reger
226f81cfcf
declare poison pill url MultiProtocolURL() as protected to make sure not
...
used from outside.
After double checking use of poison url revert path init from commit
f8632ad292
8 years ago
reger
f8632ad292
prevent string index out of bounds MultiProtocolURL.getPaths
...
as path maybe a empty string
+ init path to "" also in init for poison url (to guarantee success for
all existing uses of path w/o check for null)
8 years ago
reger
35a7d57260
update lucenematchversion to current (5.2.0 -> 5.5.0)
...
there should be no need for reindex by the update
8 years ago
Marc Nause
1f7013a1e3
removed unused properties in default config (CGI capabilities of YaCy's
...
HTTPd have been removed many moons ago)
8 years ago
reger
9b07bbf955
deprecate newurl(), not used and already replaced
...
instead of making it handle all supported the protocols
8 years ago
luccioman
47d486298f
Merged changes from master.
8 years ago
luccioman
0c327d0a93
Moved variables configuration at the right place.
...
If running "heroku config:set" before git initialization, --app appname
option has to be explicitely passed.
8 years ago
luccioman
25cb470e21
Added a message tracing yacy.init eventual customization
8 years ago
reger
774b3906a9
fix GenericFormatter.parse ("time","timeoffset")
...
change: UTC offset internally expected in minutes
8 years ago
reger
27163af0e1
improve detection of referenced links by taking http and https link protocol
...
into account
+ correct query start detection of commit f89d4eb51d
8 years ago
reger
aed44e31ca
fix fr.lng typo in submenuRanking.template
8 years ago
reger
f89d4eb51d
fix MultiProtocolURL init (assign of host) for urls with '/' in query part
...
+ add to test case
8 years ago
reger
163d0cc3cf
correct renamed ConfigAdvanced_p.html -> ConfigProperties_p.html in fr and sk.lng
8 years ago
Burkhard
929147b16f
Merge pull request #62 from luccioman/french_translation
...
Updated french translation for some pages
8 years ago
reger
87fcfc6d78
Adjusted hash computation and toNormalform for file:// protocol to deliver
...
same hash same file on Windows filesystem path with forward- and backslash in path.
Background see http://mantis.tokeek.de/view.php?id=671
+Test case
8 years ago
luccioman
31941f1a5e
Updated french translation for some pages
...
Used Translator_p.html editor and updated french translation for the 8
first files displayed in the combobox.
8 years ago
reger
f0f38a4a94
put Autocrawl_p.html to master.lng.xlf
8 years ago