New commits on Our Own Kallithea

2015-05-12 Thread Our Own Kallithea
permissions: fix a copy/paste error, rename repository group to user group in tooltip Peter Vitt committed on 2015-05-12 20:03:36branch: defaulttag: tipchangeset: b4141352permissions: fix a copy/paste error, rename repository group to user group in tooltip M kallithea/templates/admin/perm

Re: [PATCH 5 of 6 v2] auth: return early in LoginRequired on API key validation

2015-05-12 Thread Mads Kiilerich
On 05/10/2015 08:22 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1427743622 -7200 # Mon Mar 30 21:27:02 2015 +0200 # Node ID b8ff1ec9f8e70a4540ab03db822367cde8ea1df2 # Parent 126d600ac54455fc07d40b65f511b73577090757 auth: return early in Log

[PATCH] style: make the login page Bootstrap-ready

2015-05-12 Thread Andrew Shadura
# HG changeset patch # User Andrew Shadura # Date 1431466361 -7200 # Tue May 12 23:32:41 2015 +0200 # Node ID 60b8288f777e5da27b7028ca6b98b1c7ddb4349a # Parent 08c73fbea76d78033cb3e7877d4b21935650ac17 style: make the login page Bootstrap-ready Change the template to use CSS classes names co

Re: Permissions and related (Was: Pull request #137: From Unity (conservancy/kallithea))

2015-05-12 Thread Thomas De Schampheleire
On Tue, May 12, 2015 at 5:43 PM, Andrew Shadura wrote: > Hello, > > On Tue, 12 May 2015 00:44:41 - > "kiilerix" wrote: > >> 149407d6dd5d by kiilerix: "admin: cleanup of naming of 'Default >> Permissions'" > >> 1a955b112623 by kiilerix: "permissions: clarify the use of >> "Permissions" - use "

New commits on Our Own Kallithea

2015-05-12 Thread Our Own Kallithea
auth: return early in LoginRequired on API key validation Simplify the logic in the LoginRequired decorator when Kallithea is accessed using an API key. Eit... patrickdp committed on 2015-03-30 19:27:02branch: defaulttag: tipchangeset: e04106e4auth: return early in LoginRequired on API key

Permissions and related (Was: Pull request #137: From Unity (conservancy/kallithea))

2015-05-12 Thread Andrew Shadura
Hello, On Tue, 12 May 2015 00:44:41 - "kiilerix" wrote: > 149407d6dd5d by kiilerix: "admin: cleanup of naming of 'Default > Permissions'" > 1a955b112623 by kiilerix: "permissions: clarify the use of > "Permissions" - use "Show Permissions" for the o…" As we have discussed that already toda

Re: [PATCH] tests: create test directories under /tmp/kallithea_tests rather than /tmp

2015-05-12 Thread Brianna Laugher
On 11 May 2015 at 21:28, Thomas De Schampheleire wrote: > You're probably right. I must admit I did not investigate this in detail. > I think the correct approach is to let nosetests/py.test generate a > temp directory, and use any facilities in there to avoid them being in > /tmp directly. So p

[PATCH v3] middleware: use secure cookies over secure connections

2015-05-12 Thread Andrew Shadura
# HG changeset patch # User Andrew Shadura # Date 1425509877 -3600 # Wed Mar 04 23:57:57 2015 +0100 # Node ID 8d660b29559be70b2edf7fc63b8307225f59520c # Parent 572f62542047ded9f814af5db388dadec6425dc9 middleware: use secure cookies over secure connections HTTP cookie spec defines secure coo

Re: pytest adoption: current status (beginning of May)

2015-05-12 Thread Nick Coghlan
On 5 May 2015 at 05:01, Thomas De Schampheleire wrote: > Hi all, > > So the official part of 'pytest adoption month' is over, so it's high > time to look back. > > The main achievement is that py.test now can be used as test runner! > This has been the major accomplishment of the month, thanks to