Commit Graph

68 Commits (13e42c2dd27894043892a2600679cbecfba05339)

Author SHA1 Message Date
luccioman 2bdd71de60 Added server side columns sorting on the Process Scheduler table
6 years ago
luccioman e97580dfc7 Fixed unsafe conccurent access to generic SimpleDateFormat instances
6 years ago
luccioman 9bc7b6c39d Allow edtion of scheduled next execution dates for finer control
7 years ago
luccioman 05702c2ced Adjusted api table query matching strategies
7 years ago
luccioman 65451a3d62 Fixed start record on the last api table results page
7 years ago
luccioman 86c902b853 Enable api table page navigation with search query
7 years ago
luccioman 9c7faa04d8 Display the total number of matching items when filtering on table API
7 years ago
luccioman 665d087d76 Enforced access controls on a few more administration pages.
8 years ago
luccioman 0feded21dd Escaped HTML eventually active content from recorded API call comments.
8 years ago
reger 38d676c7e4 use GenericFormatter SimpleDate for sortable column in table_API
8 years ago
luccioman ceb7588880 Converted "clone" URL links in Table_API_p.html to purely relative ones.
8 years ago
luccioman f6d7c6ee1f Fixed Recorded action URLs beginning displayed in /Table_API_p.html
8 years ago
reger a60b1fb6c2 differentiate api call getLocalPort() from getConfigInt()
9 years ago
Michael Peter Christen f810915717 added crawl start from a clone with very, very large url: they are now
10 years ago
Michael Peter Christen 710a0efa1b generalized time period computations
10 years ago
Michael Peter Christen cdc21d43b1 more robustness for broken table data in Table_API_p.html -- see bug
10 years ago
Michael Peter Christen 68e8039fd1 added high-precision scheduler for API processes. This allows also to
10 years ago
Michael Peter Christen 07c5b57953 removed warnings
10 years ago
Marc Nause 1e6e69bc40 Finished implementation of UPNP:
10 years ago
orbiter 043d274af5 fixed crawl start path for cloned crawls
11 years ago
reger 6932aa4d7a use configured admin-username for api calls
11 years ago
orbiter 3cb6c7861f fixed shutdown authenticaton problem
11 years ago
Michael Peter Christen 2939b47986 removed non-working realm setting in http client (auth for localhost was
11 years ago
Michael Peter Christen dc38d35986 added matching in url field in Table_API_p search
11 years ago
Michael Peter Christen 9fac9249bc - replaced 'edit' link with a clone symbol in Table_API_p since that is
11 years ago
bhoerdzn b0c0ec2dec link recorded crawl starts back to "CrawlStartExpert_p" in "Process Scheduler"
11 years ago
Michael Peter Christen 5e31bad711 - the webgraph shall store all links which appear on a web page and not
11 years ago
Michael Peter Christen 76afcccaaf fix for default boolean post values: the default value MUST NOT be TRUE,
11 years ago
Michael Peter Christen 4c242f9af9 always use a default value for boolean options to have transparency for
11 years ago
Roland Haeder 841a28ae76 Added 'final' for all exception blocks as this helps the Java compiler
11 years ago
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog:
12 years ago
Michael Peter Christen 7300d81f40 include API Table deletion requests to the API recorder
12 years ago
Michael Peter Christen 179d032181 added a (badly formatted) delete button for process scheduler entries
12 years ago
Michael Peter Christen 6fbca35215 fixed api table navigation
12 years ago
Michael Peter Christen 9e4033f229 fix for event starter: delete start time when event is removed
12 years ago
Michael Peter Christen 24c9bb35f7 extended the Scheduler: introduced scheduled events
12 years ago
Michael Peter Christen 00c1c777fa refactoring
12 years ago
Michael Peter Christen 1687737771 Abstraction of HandleMap and HandleSet
12 years ago
orbiter bbfa497a3c replaced more size() > 0 by !isEmpty()
13 years ago
orbiter 0cbda0b2b8 - replaced all length() == 0 and size() == 0 with isEmpty()
13 years ago
Michael Peter Christen d3964253ae - added @SuppressWarnings to unused servlet method parameters
13 years ago
Michael Peter Christen 9116013c64 - allow lazy initialization of solr value (if using 'lazy', then no
13 years ago
Michael Peter Christen 96aeb127e3 generalized localhost naming.
13 years ago
Michael Peter Christen 89142d1e8d removed (not all) warnings
13 years ago
reger e15e633a01 Bugfix for IE9 (doesn't accept html form within form)
13 years ago
orbiter d2ea250d99 refactoring:
13 years ago
orbiter 5b579e21a3 code cleanup
14 years ago
orbiter deda54d684 - relaxed matching of string-search (this is now case-insensitive)
14 years ago
low012 2861d0888a *) simplified code\n*) fixed potential NumberFormatExceptions
14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'.
14 years ago