Sign in
apache
/
wookie
Mirror of Apache Wookie -- Moved to the Attic
Mirrored from
https://github.com/apache/wookie.git
Clone this repo:
Branches
trunk
0.9.1
0.9.x
dependabot/maven/wookie-parser/java/org.apache.commons-commons-compress-1.21
dependabot/maven/wookie-server/commons-collections-commons-collections-3.2.2
dependabot/maven/wookie-server/commons-fileupload-commons-fileupload-1.5
dependabot/maven/wookie-server/org.apache.santuario-xmlsec-2.2.6
dependabot/maven/wookie-server/org.directwebremoting-dwr-2.0.11-RELEASE
dependabot/maven/wookie-server/org.json-json-20231013
dependabot/maven/wookie-server/org.mortbay.jetty-jetty-6.1.23
More...
Tags
1.0.0
0.15.0
0.14.0
0.13.1
0.13.0
0.10.0-incubating
0.11.0-incubating
0.12.0-incubating
0.9.0-incubating
0.9.1-incubating
More...
b75542f
Updated HtmlCleaner version to 2.10
by Scott Wilson
· 10 years ago
trunk
45a38bc
updated svn:ignore
by Scott Wilson
· 10 years ago
75ba3a5
Added build dir to svn:ignore
by Scott Wilson
· 10 years ago
f69c079
Added Redis module to build
by Scott Wilson
· 10 years ago
624adbb
Added more stubs and updated license header
by Scott Wilson
· 10 years ago
8db6f16
Ensure the abstract test works from a clean instance, otherwise if you run it alongside the DefaultImpl test they'll clash as they're working from the same in-memory store. (Basically, the in-memory store is not thread-safe - you need a single instance)
by Scott Wilson
· 10 years ago
be8a31a
Added workflow SPI (for locking and resuming widgets)
by Scott Wilson
· 10 years ago
cea3b5b
added Maven target folder to svn:ignore
by Scott Wilson
· 10 years ago
d219015
Added default service injection (store Prefs in server memory)
by Scott Wilson
· 10 years ago
9e09e81
Use callbacks and async processing in the demo scripts; this is important as otherwise things can get tangled up very easily.
by Scott Wilson
· 11 years ago
18aaf64
Changed version number in demo site
by Scott Wilson
· 11 years ago
e7a7e6d
Removed debugging output
by Scott Wilson
· 11 years ago
b141ff0
Ensure the ApiKeys test restores the original state of the keys file after it executes, as otherwise it can cause other tests to fail
by Scott Wilson
· 11 years ago
46a66e7
Removed the ApiKeys REST API from Wookie 2.x as this is no longer consistent with the new security model which relies on secrets not being transmitted over HTTP; if admins want to manage keys on the server remotely they need to do so via SSH, VPN etc.
by Scott Wilson
· 11 years ago
613a31d
Re-implemented support for default preferences specified in config.xml, and added functional tests to ensure it works.
by Scott Wilson
· 11 years ago
4b0b84e
Updated the JS connector used in the demo to take account of the changes to the Properties API
by Scott Wilson
· 11 years ago
6bc028c
Updated test for cloning widget instances taking account changes to Properties API
by Scott Wilson
· 11 years ago
a04603a
Added support in REST API for POSTing or PUTting multiple preferences and shared data in one request. See WOOKIE-414
by Scott Wilson
· 11 years ago
b154be1
Send security tokens in Authorization header instead of in querystring (see WOOKIE-427)
by Scott Wilson
· 11 years ago
458a693
Updated HtmlCleaner to v 2.7 and removed redundant code. See WOOKIE-428
by Scott Wilson
· 11 years ago
More »