- Jul 15, 2017
-
-
Daniel Gerhardt authored
LoggedIn documents are also handled by the SessionRepository for now.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Java's ScriptEnging is used to transform design doc JS objects into valid JSON. A custom CouchDbConnector has been implemented to handle this transformation and create the design docs in the database at startup.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Priortizing v3 caused problems for v2 clients on POST requests.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This decouples type identifiers used in CouchDB from Java type names.
-
Daniel Gerhardt authored
The creation of new documents is blocked if an empty _rev is set.
-
Daniel Gerhardt authored
Ektorp is introduced as a replacement for CouchDB4J.
-
Daniel Gerhardt authored
Functions need to be stringified to create valid JSON which is accepted by CouchDB.
-
- Jul 06, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jul 04, 2017
-
-
Daniel Gerhardt authored
Additionally, removed obsolete TODO comment.
-
Daniel Gerhardt authored
The use of a proxy is no longer necessary with AspectJ.
-
- Jul 03, 2017
-
-
Daniel Gerhardt authored
AspectJ fixes See merge request !67
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Use AspectJ weaving instead of JDK/cglib proxies for AOP See merge request !66
-
This eliminates issues in edge cases like calling annotated methods from inside the same class. The use of `AopContext.currentProxy()` and the `exposeProxy` setting are no longer necessary for these cases.
-
- Jul 02, 2017
-
-
Daniel Gerhardt authored
Add missing annotations to reenable scheduling See merge request !65
-
Daniel Gerhardt authored
Scheduling was disabled unintentionally with the config migration in commit 2ecbfec8. Annotations are added as a replacement for <task:annotation-driven />.
-
- Jun 29, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Use relative links to repository files in documentation See merge request !64
-
Daniel Gerhardt authored
-
- Jun 23, 2017
-
-
Daniel Gerhardt authored
-
- Jun 22, 2017
-
-
Daniel Gerhardt authored
Also block local access using IPv6 See merge request !63
-
-
-
- May 29, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Rename CI repository variable for GitLab 9.0+ See merge request !62
-
Daniel Gerhardt authored
-
- May 27, 2017
-
-
Daniel Gerhardt authored
-
- May 24, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Migrate to Pac4j framework for OAuth handling See merge request !59
-