pggit.git
2025-02-20 Magnus HaganderReturn response instead of exception on invalid name... master
2025-02-20 Magnus HaganderAdd CSRF token to add repo form
2024-04-12 Magnus HaganderAdd csrf middleware
2024-04-10 Magnus HaganderUpdate for django 4.2
2023-06-07 Magnus HaganderImport upstream auth plugin again
2023-06-07 Magnus HaganderFix signal receiving function signature
2023-06-07 Magnus HaganderImport latest upstream auth plugin (again)
2023-06-07 Magnus HaganderSync up to latest version of community auth plugin
2022-03-07 Magnus HaganderSubscribe to updates for newly created users
2021-11-07 Magnus HaganderAdd DEFAULT_AUTO_FIELD for Django 3.2
2021-10-13 Magnus HaganderSwitch to using Cryptodome for encryption
2021-08-30 Magnus HaganderReplace mentions of pgfoundry with a more generic wording
2021-08-28 Magnus HaganderAlso mention gitlab as an option, not just github
2021-08-28 Magnus HaganderExplicitly mention that ssh is only for authenticated...
2021-08-28 Magnus HaganderFix typo
2021-01-17 Magnus HaganderInclude .git at the end of cgit urls being purged
2021-01-04 Magnus HaganderWrite a per-repository cgitrc file if required
2021-01-04 Magnus HaganderAlso purge cgit urls, in addition to existing gitweb...
2021-01-04 Magnus HaganderFix indentation and regexp escaping
2020-12-27 Magnus HaganderUpdate descriptions and list only if changed
2020-12-27 Magnus HaganderRemove unused import
2020-12-27 Magnus HaganderRemove description file for non-exported repositories
2020-12-27 Magnus HaganderSupport creation of both lighttpd and nginx configurati...
2020-08-11 Magnus HaganderDon't accidentally delete ssh keys on login
2020-08-11 Magnus HaganderSupport receiving and updating ssh keys from upstream...
2020-08-11 Magnus HaganderImport latest version of community authentication plugin
2020-08-11 Magnus HaganderMake references to users be foreign key instead of...
2020-08-09 Magnus HaganderRemove unused import
2020-08-09 Magnus HaganderRemove schema.sql
2020-04-01 Magnus HaganderUser.is_authenticated is no longer a callable in Django 2.2
2020-03-31 Magnus HaganderUpdate config for modern django versions
2020-03-31 Magnus HaganderSpecify on_delete=models.CASCADE on all ForeignKey...
2020-02-26 Magnus HaganderSync up community auth plugin to latest-and-greatest
2020-02-23 Magnus HaganderAnother unicode fix for writing repo configs
2020-02-23 Magnus HaganderFix code for changing tab width
2019-10-22 Magnus HaganderSwitch backend interface to boostrap
2019-10-22 Magnus HaganderUpdate migrations for py3 migration
2019-09-18 Magnus HaganderDon't dump keys if they consist only of whitespace
2019-09-18 Magnus HaganderRevert "Delete users/ssh keys when removed upstream"
2019-09-18 Magnus HaganderDelete users/ssh keys when removed upstream
2019-02-07 Magnus HaganderUpdate reposync for py3
2019-02-07 Magnus HaganderIt seems tabremover is not needed in python3
2019-02-07 Magnus HaganderFix git key sync
2019-02-07 Magnus HaganderUpdate varnishpurge trigger to use requests and be py3
2019-02-07 Magnus HaganderImport latest version of py3 compatible auth.py
2019-02-07 Magnus HaganderBasic python3 updates
2019-02-07 Magnus Haganderpep8 fixes
2019-02-07 Magnus Hagandertabs -> spaces for pep8
2018-03-25 Magnus HaganderFix template loaders for django 1.11
2018-02-25 Magnus HaganderUpdates to make Django 1.11 compatible
2018-02-25 Magnus HaganderRemove staticfiles and sites apps, not used
2017-12-10 Magnus HaganderSynchronize ssh keys using http API instead of postgres...
2016-05-30 Magnus HaganderRemove references to pgfoundry
2016-05-30 Magnus HaganderUpdate URL references to https
2016-05-30 Magnus HaganderChange URL for static resources
2016-05-30 Magnus HaganderSet default values so it's actually possible to request...
2015-12-22 Magnus HaganderAdd initial migration with everything
2015-12-22 Magnus HaganderMinor code updatse to support django 1.8
2015-12-22 Magnus HaganderPut a 1.8 manage.py and wsgi.py in place in the correct...
2015-12-22 Magnus HaganderMove the admin project into a subdirectory
2013-05-28 Magnus HaganderUpdate for django 1.4
2013-04-18 Magnus HaganderDEBUG should be disabled by default
2013-04-13 Magnus HaganderGenerate lighttpd config output instead of .htaccess...
2013-04-13 Magnus HaganderPurge git serving URLs as well, not just the gitweb...
2013-02-21 Magnus HaganderFix regexp escaping
2013-02-21 Magnus HaganderUse subprocess.call instead of execvp to call the git...
2013-02-21 Magnus HaganderAdd varnish purger trigger
2013-02-21 Magnus HaganderGive pushtrigger the configuration object
2013-02-20 Magnus HaganderAdd basic support for push triggers
2013-02-20 Magnus HaganderActually put timestamps in the logfile
2012-01-27 Magnus HaganderFix incorrect links to the community auth system
2012-01-22 Magnus HaganderInclude full name, now that we have it from the new...
2011-12-28 Magnus HaganderSet upstream when syncing remote git repositories
2011-12-28 Magnus HaganderUpdate urls (already done in production, forgot to...
2011-12-28 Magnus HaganderSupport newer versions of django
2011-12-28 Magnus HaganderImplement postgresql.org community authentication version 2
2011-07-06 Magnus HaganderAdd csrf token, required by modern django
2010-12-30 Magnus HaganderMore prominently talk about alternative hosting
2010-12-30 Magnus HaganderAdd note about what the description field is for
2010-12-22 Magnus HaganderAvoid using Python 2.6 syntax
2010-12-22 Magnus HaganderAdd support for custom gitweb tabwidth
2009-10-17 Magnus HaganderProperly dump multiple ssh keys to the authorized_keys...
2009-08-11 Magnus HaganderAdd instructions about users/ namespace.
2009-08-01 Magnus HaganderAdd support for subdirectories in repository paths...
2009-07-22 Magnus HaganderAdd ssh url information
2009-06-15 Magnus HaganderAdd .git suffix to gitweb links, another oops due to...
2009-06-15 Magnus HaganderProperly include /git/ in generated URL in the admin...
2009-05-04 Magnus HaganderAdd an RSS feed of all repositories, including those...
2009-03-26 Magnus HaganderInclude .git suffix in gitweb list as well
2009-03-26 Magnus HaganderRe-instate the ".git" suffix on all repositories, since...
2009-03-08 Magnus HaganderClearify a few things, per David Fetter
2009-03-05 Magnus HaganderAdd initial help page.
2009-03-04 Magnus HaganderBetter __str__ for permissions - mainly shown when...
2009-03-04 Magnus HaganderDon't remove files/dirs starting with a period - because
2009-03-04 Magnus HaganderDept of really stupid. COALESCE works the other way..
2009-03-04 Magnus HaganderDeal with repositories without owner (such as remote...
2009-03-04 Magnus HaganderFix another bunch of typos. Maybe I should test things?
2009-03-04 Magnus HaganderDon't ever allow any direct access to a remote-synced...
2009-03-04 Magnus HaganderMove interlocking tool to it's own file, and use it...
2009-03-04 Magnus HaganderAdd interlocking so we don't run the script more than...
next