hamn.git
2016-04-11 Magnus HaganderSet a default socket timeout of 10 seconds
2016-03-29 Magnus HaganderCap blog entries at todays date
2016-03-29 Magnus HaganderFix indentation that caused logic error
2016-03-21 Magnus HaganderFix typo
2016-03-21 Magnus HaganderDon't put a space before P in shortlinks
2016-03-08 Magnus HaganderDon't synchronize twitter users for unapproved feeds
2016-03-03 Magnus HaganderSource header images locally
2016-02-18 Magnus HaganderReference correct variable in error msg
2016-02-16 Magnus HaganderRemove templates no longer used
2016-02-16 Magnus HaganderLog is not a separate page anymore, so fix links
2016-02-15 Magnus HaganderSet title fields for forms and pages
2016-02-15 Magnus HaganderLink to moderation admin view
2016-02-15 Magnus HaganderDon't synchronize users who only have archived blogs
2016-02-12 Magnus HaganderFix accidentaly reversed condition
2016-02-11 Magnus HaganderAdd specific team admin to list more details in admin...
2016-02-11 Magnus HaganderRemove leftover debugging code
2016-02-11 Magnus HaganderAdd managers to teams
2016-02-11 Magnus HaganderDon't try to store status updates for fake blog entries
2016-02-11 Magnus HaganderAdd search fields to admin
2016-02-11 Magnus HaganderBetter admin for aggregator log
2016-02-11 Magnus HaganderImplement log sender for new planet admin
2016-02-11 Magnus HaganderFix query for list sync
2016-02-10 Magnus HaganderOops, include the name of the feed in the title on...
2016-02-10 Magnus HaganderFix accidentally broken error pages
2016-02-10 Magnus HaganderSave feed status directly instead of at end of processing
2016-02-10 Magnus HaganderNot used any more
2016-02-10 Magnus HaganderDon't crash in feed for items with no existing shortlink
2016-02-10 Magnus HaganderDon't crash hard when there are no visible items
2016-02-10 Magnus HaganderOops in purge header
2016-02-10 Magnus HaganderAdd support for archiving blogs
2016-02-10 Magnus HaganderSend email to feed owner when entries are aggregated
2016-02-10 Magnus HaganderRemove redundant code
2016-02-10 Magnus HaganderMake the user a proper Foreign Key in the database
2016-02-10 Magnus HaganderThese shorterners haven't been supported for years
2016-02-10 Magnus HaganderA brand new planet manager and runtime
2016-02-10 Magnus HaganderImport bootstrap CSS
2016-02-10 Magnus HaganderList more info about posts in admin display
2016-02-09 Magnus HaganderImport mailqueue app from pgeu
2016-01-01 Magnus HaganderDon't crash on NULL team information
2016-01-01 Magnus HaganderScript requires bash
2016-01-01 Magnus HaganderSupport for automatically activating virtualenv for...
2016-01-01 Magnus HaganderNo need to set path in script
2016-01-01 Magnus HaganderUse REQUEST_URI to get the URL for redirector
2015-12-31 Magnus HaganderAdd initial schema migration for django 1.8
2015-12-31 Magnus HaganderUpdate sample local_settings.py for new settings format
2015-12-31 Magnus HaganderRemove horribly out-of-date documentation
2015-12-31 Magnus HaganderMove all tables to public schema
2015-12-31 Magnus HaganderUpdate redirector to run as uwsgi app
2015-12-31 Magnus HaganderCode updates for django 1.8
2015-12-31 Magnus HaganderMove files to new django 1.8 structure
2015-04-21 Magnus HaganderReturn proper errorcodes from auth plugin
2015-03-15 Tomas Vondrasort top posters by time of last post
2015-03-15 Magnus HaganderAvoid crashing when truncating empty URLs
2013-06-13 Magnus HaganderUpdate to use twitter API v1.1
2013-06-13 Magnus HaganderAdd more info when JSON return is not in JSON format
2013-06-13 Magnus HaganderAvoid using global variable that wasn't intended to...
2013-05-26 Magnus HaganderFixes for new verson of feedparser in wheezy
2013-05-25 Magnus HaganderUpdate for django 1.4
2013-02-12 Magnus HaganderFix link to signup page
2012-09-11 Magnus HaganderOops, fix SQL query properly
2012-09-11 Magnus HaganderTurn all twitter handles to lowercase when comparing
2012-08-13 Magnus HaganderSynchronize mailinglist subscriptions using https inste...
2012-01-20 Magnus HaganderSet full user name
2011-12-28 Magnus HaganderFix typo
2011-12-27 Magnus HaganderImplement single sign-out with community auth 2.0
2011-12-23 Magnus HaganderSwitch to postgresql.org community auth 2.0
2011-11-23 Selena DeckelmannRetabbed (ugh)
2011-11-23 Selena DeckelmannAllow https URLs
2011-11-11 Magnus HaganderMove policy page to the wiki
2011-09-24 Magnus HaganderDon't throw exception when approving a blog with no...
2011-08-18 Magnus HaganderRemove @ signs from twitter names
2011-04-11 Magnus HaganderAdd script to generate the short URLs on the commandlin...
2011-03-28 Magnus HaganderClearly in need of more testing... Need id, not title
2011-03-28 Magnus HaganderFix completely messed up copy/paste
2011-03-28 Magnus HaganderGenerate twitter links using postgr.es instead of bit.ly
2011-03-28 Magnus HaganderAdd support for generating local shortnames for twitter...
2011-03-28 Magnus HaganderForgot to make redirector.py executable..
2011-03-28 Magnus HaganderAdd URL redirector for http://postgr.es/p/<id>
2011-03-14 Magnus HaganderEnsure twitter status messages are utf-8 encoded
2011-03-11 Magnus HaganderRemove imported feedparser.py, instead relying on the...
2011-03-06 Magnus HaganderCheck server status before we check the contents of...
2011-02-13 Magnus HaganderAdd csrf_token, required by newer Django versions
2010-12-10 Magnus HaganderFix incorrect markup
2010-12-09 Magnus HaganderAdd admin link to reset http time for a blog
2010-12-09 Magnus HaganderFix typo
2010-09-02 Magnus HaganderHighlight code/pre blocks in planet posts.
2010-09-02 Magnus HaganderIf the given Last-Modified value is too far in the...
2010-08-28 Magnus HaganderSupport cursors when listing subscribers to a list.
2010-08-28 Magnus HaganderUpdate sample INI file with a reborn and a new parameter.
2010-08-28 Magnus HaganderMake the name of the twitter list configurable.
2010-08-28 Magnus HaganderThe list_subscribers function belongs in TwitterClient
2010-08-28 Magnus HaganderRefactor the posttotwitter.py script to use TwitterClient.
2010-08-28 Magnus HaganderAdd a script that synchronizes a twitter list with...
2010-08-24 Magnus HaganderStore the Last-Modified time as received from the webse...
2010-07-02 Magnus HaganderProperly escape title of blogposts when generating...
2010-06-19 Magnus HaganderUpdate sample INI file to reflect twitter-oauth changes
2010-06-19 Magnus HaganderBetter way for old python compatibility (should work...
2010-06-19 Magnus HaganderAttempt to make compatible with old version of python...
2010-06-19 Magnus HaganderMake the twitter poster use OAuth authentication instea...
2010-06-19 Magnus HaganderImport the oauth2 library so we can make oauth calls...
next