retrogit/app
Mihai Parparita 112ddb2b02 Don't use border: shorthand in combination with other CSS properties.
Something (Gmail's HTML sanitizer?) reordered the properties in the style
declaration, and having border: come after border-width: etc. clobbers the
earlier rules.
2015-08-19 22:17:26 -07:00
..
config Don't use border: shorthand in combination with other CSS properties. 2015-08-19 22:17:26 -07:00
static Fix private repositories checkbox not being visible in Firefox. 2014-12-20 22:08:06 -08:00
templates Stop querying for the organization list. 2015-08-18 22:13:38 -07:00
account.go Rename package to retrogit. 2014-10-26 15:22:14 -07:00
admin.go Fix null pointer when viewing repos for an account with revoked credentials. 2015-01-03 14:35:51 -08:00
app.go Better handling of GitHub OAuth errors when sending digest emails. 2014-12-20 21:38:09 -08:00
app.yaml Add basic robots.txt file. 2014-12-20 21:49:06 -08:00
caching_transport.go Take into account Accept header for the cache key. 2015-02-07 14:37:28 -08:00
cron.yaml Move digest cron to 1PM Pacific Time. 2014-09-01 22:22:15 -07:00
digest.go Stop looking up repos for all users on the admin page. 2014-12-27 21:53:38 -08:00
queue.yaml Add infrastructure for computing and storing repository "vintages." 2014-08-26 22:59:25 -07:00
recovery.go Add basic panic recovery. 2014-12-07 14:20:13 -08:00
repos.go Stop querying for the organization list. 2015-08-18 22:13:38 -07:00
retrogit.go Stop looking up repos for all users on the admin page. 2014-12-27 21:53:38 -08:00
session.go Rename package to retrogit. 2014-10-26 15:22:14 -07:00
timezones.go Rename package to retrogit. 2014-10-26 15:22:14 -07:00