annotate CONTRIBUTORS @ 5547:c64c076b96c3

auth: avoid setting AuthUser.is_authenticated for unauthenticated users AuthUser.is_authenticated could be True for three reasons: because the user "was" the default user, because the user was authenticated by session cookie, or because the user was just authenticated by an auth module (including the internal auth module). In the last case, a session cookie is emitted (even when using container auth), so the last two cases are closely related. This commit do that unauthenticated users (the first case) only get the is_default_user attribute set, and that the is_authenticated attribute only is set for authenticated users (for the second and third case). This complicates some expressions, but allows others to be simplified. More importantly, it makes the code more explicit, and makes the "is_authenticated" name mean what it says. (This will temporarily make the is_authenticated session value look even more weird than before.)
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 08 Sep 2015 11:09:00 +0200
parents 84bb160aac6d
children 32cdc6f70f13 12f1f5b1dcab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4115
diff changeset
1 List of contributors to Kallithea project:
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
2
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
3 Mads Kiilerich <madski@unity3d.com> 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
4 Takumi IINO <trot.thunder@gmail.com> 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
5 Unity Technologies 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
6 Andrew Shadura <andrew@shadura.me> 2012 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
7 Aras Pranckevičius <aras@unity3d.com> 2012-2013 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
8 Sean Farley <sean.michael.farley@gmail.com> 2013-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
9 Christian Oyarzun <oyarzun@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
10 Joseph Rivera <rivera.d.joseph@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
11 Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
12 Anatoly Bubenkov <bubenkoff@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
13 Andrew Bartlett <abartlet@catalyst.net.nz> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
14 Balázs Úr <urbalazs@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
15 Ben Finney <ben@benfinney.id.au> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
16 Branko Majic <branko@majic.rs> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
17 Daniel Hobley <danielh@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
18 David Avigni <david.avigni@ankapi.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
19 Denis Blanchette <dblanchette@coveo.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
20 duanhongyi <duanhongyi@doopai.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
21 EriCSN Chang <ericsning@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
22 Étienne Gilli <etienne.gilli@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
23 Grzegorz Krason <grzegorz.krason@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
24 Jan Heylen <heyleke@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
25 Kazunari Kobayashi <kobanari@nifty.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
26 Kevin Bullock <kbullock@ringworld.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
27 kobanari <kobanari@nifty.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
28 Marc Abramowitz <marc@marc-abramowitz.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
29 Marc Villetard <marc.villetard@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
30 Matthias Zilk <matthias.zilk@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
31 Michael Pohl <michael@mipapo.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
32 Michael V. DePalatis <mike@depalatis.net> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
33 Morten Skaaning <mortens@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
34 Nick High <nick@silverchip.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
35 Niemand Jedermann <predatorix@web.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
36 Peter Vitt <petervitt@web.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
37 Robert Martinez <ntttq@inboxen.org> 2015
5526
84bb160aac6d release: update contributors and copyrights
Mads Kiilerich <madski@unity3d.com>
parents: 5476
diff changeset
38 Robert Rauch <mail@robertrauch.de> 2015
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
39 Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
40 Sam Jaques <sam.jaques@me.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
41 Søren Løvborg <sorenl@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
42 Tuux <tuxa@galaxie.eu.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
43 Viktar Palstsiuk <vipals@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
44 Dominik Ruf <dominikruf@gmail.com> 2012 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
45 Bradley M. Kuhn <bkuhn@sfconservancy.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
46 Calinou <calinou@opmbx.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
47 Daniel Anderson <daniel@dattrix.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
48 Henrik Stuart <hg@hstuart.dk> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
49 Ingo von Borstel <kallithea@planetmaker.de> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
50 Jelmer Vernooij <jelmer@samba.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
51 Jim Hague <jim.hague@acm.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
52 Matt Fellows <kallithea@matt-fellows.me.uk> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
53 Max Roman <max@choloclos.se> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
54 Michal Čihař <michal@cihar.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
55 Na'Tosha Bard <natosha@unity3d.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
56 Rasmus Selsmark <rasmuss@unity3d.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
57 Tim Freund <tim@freunds.net> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
58 Travis Burtrum <android@moparisthebest.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
59 Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
60 Marcin Kuźmiński <marcin@python-works.com> 2010-2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
61 xpol <xpolife@gmail.com> 2012-2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
62 Aparkar <aparkar@icloud.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
63 Dennis Brakhane <brakhane@googlemail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
64 Grzegorz Rożniecki <xaerxess@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
65 Jonathan Sternberg <jonathansternberg@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
66 Leonardo Carneiro <leonardo@unity3d.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
67 Magnus Ericmats <magnus.ericmats@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
68 Martin Vium <martinv@unity3d.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
69 Simon Lopez <simon.lopez@slopez.org> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
70 Ton Plomp <tcplomp@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
71 Augusto Herrmann <augusto.herrmann@planejamento.gov.br> 2011-2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
72 Dan Sheridan <djs@adelard.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
73 Dies Koper <diesk@fast.au.fujitsu.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
74 Erwin Kroon <e.kroon@smartmetersolutions.nl> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
75 H Waldo G <gwaldo@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
76 hppj <hppj@postmage.biz> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
77 Indra Talip <indra.talip@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
78 mikespook 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
79 nansenat16 <nansenat16@null.tw> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
80 Philip Jameson <philip.j@hostdime.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
81 Raoul Thill <raoul.thill@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
82 Stefan Engel <mail@engel-stefan.de> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
83 Tony Bussieres <t.bussieres@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
84 Vincent Caron <vcaron@bearstech.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
85 Vincent Duvert <vincent@duvert.net> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
86 Vladislav Poluhin <nuklea@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
87 Zachary Auclair <zach101@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
88 Ankit Solanki <ankit.solanki@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
89 Dmitri Kuznetsov 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
90 Jared Bunting <jared.bunting@peachjean.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
91 Jason Harris <jason@jasonfharris.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
92 Les Peabody <lpeabody@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
93 Liad Shani <liadff@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
94 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
95 Matt Zuba <matt.zuba@goodwillaz.org> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
96 Nicolas VINOT <aeris@imirhil.fr> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
97 Shawn K. O'Shea <shawn@eth0.net> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
98 Thayne Harbaugh <thayne@fusionio.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
99 Łukasz Balcerzak <lukaszbalcerzak@gmail.com> 2010
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
100 Andrew Kesterson <andrew@aklabs.net>
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
101 cejones
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
102 David A. Sjøen <david.sjoen@westcon.no>
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
103 James Rhodes <jrhodes@redpointsoftware.com.au>
1816
ee2817f2cb3d added Matt Zuba into contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1671
diff changeset
104 Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
4115
8b7294a804a0 Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4091
diff changeset
105 larikale
4247
9a6c224e1f68 Correct error from overzealous search and replace.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4212
diff changeset
106 RhodeCode GmbH
4115
8b7294a804a0 Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4091
diff changeset
107 Sebastian Kreutzberger <sebastian@rhodecode.com>
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
108 Steve Romanow <slestak989@gmail.com>
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
109 SteveCohen
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
110 Thomas <thomas@rhodecode.com>
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
111 Thomas Waldmann <tw-public@gmx.de>