retrogit/app
Mihai Parparita fc94f2ff06 Fix private repositories checkbox not being visible in Firefox.
Firefox doesn't support generated content in before/after pseudo classes applied
to <input type="checkbox"> elements. Switch instead to adding the custom
checkbox glyph to the <label> for the checkbox.

Thanks to @snarfed for reporting this.
2014-12-20 22:08:06 -08:00
..
config Don't turn errors fetching individual repository intervals into errors for the whole digest. 2014-12-14 21:23:33 -08:00
static Fix private repositories checkbox not being visible in Firefox. 2014-12-20 22:08:06 -08:00
templates Fix private repositories checkbox not being visible in Firefox. 2014-12-20 22:08:06 -08:00
account.go Rename package to retrogit. 2014-10-26 15:22:14 -07: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 Make sure memcache keys are under the 250 byte limit. 2014-12-08 22:04:12 -08:00
cron.yaml Move digest cron to 1PM Pacific Time. 2014-09-01 22:22:15 -07:00
digest.go Slightly better digest intro paragraph. 2014-12-14 21:47:13 -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 Don't retry vintage calculation if the repo can't be loaded. 2014-12-20 21:54:47 -08:00
retrogit.go More aggressively persis the user's email address in the account object. 2014-12-20 21:44:09 -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