From 2082a19c6d125e584a049d420270975e5f358710 Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 14 Jan 2015 10:50:19 +0100 Subject: [PATCH] Create rights --- conf/rights | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/rights diff --git a/conf/rights b/conf/rights new file mode 100644 index 0000000..8b4a518 --- /dev/null +++ b/conf/rights @@ -0,0 +1,11 @@ +# Allow authenticated user to read all collections +[allow-everyone-read] +user: .+ +collection: .* +permission: r + +# Give write access to owners +[owner-write] +user: .+ +collection: ^%(login)s/.+$ +permission: w