retrogit/app
Mihai Parparita d831754422 Stop querying for the organization list.
The changes to the repositories and organization APIs are live
(https://developer.github.com/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/)
and thus the scopes used for the public repositories only option are no longer
sufficient to list organizations. However, it's no longer necessary to do that
in the first place, since the user repository list now includes repos from
organizations.
2015-08-18 22:13:38 -07: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 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