|
e34a4aa15d
|
Fix navbar for loop for generate repo list
|
2012-08-18 16:03:32 -07:00 |
|
|
72e2ae9290
|
Round out graph views to generate list of user's repos
|
2012-08-18 16:02:31 -07:00 |
|
|
cc84293480
|
Rename graph views
|
2012-08-18 16:01:59 -07:00 |
|
|
0314a0f71e
|
Rename GitHubRequestContext -> GraphRequestContext
|
2012-08-18 12:42:23 -07:00 |
|
|
6bb4000d30
|
Placeholder for repo graph
|
2012-08-18 12:42:23 -07:00 |
|
|
57ea318fcf
|
Repo graph template
|
2012-08-18 12:42:23 -07:00 |
|
|
8e2decc27e
|
Dropdown for user's repos
|
2012-08-18 12:42:23 -07:00 |
|
|
56587aa345
|
Repo stub view
|
2012-08-18 12:42:23 -07:00 |
|
|
e044dbf19a
|
Dropdown menu for user stuff
|
2012-08-18 12:42:22 -07:00 |
|
|
2184fab678
|
Rename follower_graph to graph_followers
Create graph_followers template
Add urlconf for graph_followers
Redirect use to followers view instead of just calling it
|
2012-08-18 12:42:22 -07:00 |
|
|
068403f81f
|
Render the graph template when rendering followers view
|
2012-08-18 12:42:22 -07:00 |
|
|
2da6b7395c
|
Graph base template
|
2012-08-18 12:42:22 -07:00 |
|
|
529c932e33
|
Navbar
|
2012-08-18 12:42:22 -07:00 |
|
|
fdb900a8a3
|
Check if user is authenticated and show follower_graph
|
2012-08-18 12:42:22 -07:00 |
|
|
d2fc4ca84b
|
Move login template to index.html
|
2012-08-18 12:42:22 -07:00 |
|
|
5435ed5789
|
Set test cookie even if cookies are disabled
It doesn't hurt anything, but we've hit this during development a bunch.
|
2012-08-18 12:41:03 -07:00 |
|
|
f7938a9dc1
|
Always return a correct value for bio field
|
2012-08-18 11:34:50 -07:00 |
|
Jonas Obrist
|
4af7ab5b1b
|
Merge branch 'master' of github.com:econchick/rogueojiiofwales
|
2012-08-18 20:32:31 +02:00 |
|
Jonas Obrist
|
f6613bd4ff
|
fixed inner not returning anything
|
2012-08-18 20:31:59 +02:00 |
|
|
60097c8be2
|
Bootstrap Dropdown plugin
|
2012-08-18 11:13:39 -07:00 |
|
|
fc9784b42d
|
jQuery
|
2012-08-18 10:31:54 -07:00 |
|
Jonas Obrist
|
13acc6d903
|
Merge branch 'feature/update-ghuser-on-login'
|
2012-08-18 18:16:07 +02:00 |
|
Jonas Obrist
|
d0ccd61afd
|
DRYed some stuff
|
2012-08-18 18:15:14 +02:00 |
|
|
4cff2b2db6
|
Merge pull request #3 from ojii/feature/update-ghuser-on-login
updates the ghuser on login
|
2012-08-18 09:14:29 -07:00 |
|
Jonas Obrist
|
903be7f383
|
incomplete objects always need refresh
|
2012-08-18 18:12:49 +02:00 |
|
Jonas Obrist
|
1e41d2cfee
|
disable normal model auth backend
use make_admin and revoke_admin management commands instead
|
2012-08-18 18:05:15 +02:00 |
|
Jonas Obrist
|
055e10b97e
|
updates the ghuser on login
|
2012-08-18 17:57:24 +02:00 |
|
Jonas Obrist
|
603c29c8b4
|
detect logged in users on the home page (mostly debugging social auth)
|
2012-08-18 17:23:15 +02:00 |
|
Jonas Obrist
|
28c6241553
|
added githubnetwork to INSTALLED_APPS
added migrations for githubnetwork
|
2012-08-18 17:11:17 +02:00 |
|
Jonas Obrist
|
d1a111e77f
|
don't commit hidden files
|
2012-08-18 14:21:22 +02:00 |
|
|
496634f613
|
Rough UI
Things don't work very well. It looks crappy. But it's something.
|
2012-08-17 22:25:30 -07:00 |
|
|
4dc5f872cf
|
Fix the regex for the login view
|
2012-08-17 22:24:32 -07:00 |
|
|
eacaa2db3a
|
Error message when the client doesn't do cookies.
|
2012-08-17 22:24:21 -07:00 |
|
|
47589abe93
|
Something I'm happy with. I think.
|
2012-08-17 22:19:29 -07:00 |
|
|
d748617ab3
|
Add container block around whole content container
|
2012-08-17 22:01:13 -07:00 |
|
|
e3e8295e47
|
Fix test cookie logic
set_test_cookie has to be in a separate request/response cycle than test_ and
delete_test_cookie.
Add some comments about what's going on.
|
2012-08-17 20:49:57 -07:00 |
|
|
b25eb12d7e
|
Login and index view work.
Fix the docstrings.
Rename the pre_login_test view to just login. Functionality is still the same.
|
2012-08-17 20:44:57 -07:00 |
|
|
63de6467f6
|
More logic for index; pre_login_test view; follower_graph stub view
|
2012-08-17 20:41:55 -07:00 |
|
|
97a2191b1a
|
Really (I mean *really*) simple index view
|
2012-08-17 20:26:22 -07:00 |
|
|
959197b8c7
|
Hero unit for the front page; removing the login form
|
2012-08-17 20:25:41 -07:00 |
|
Lynn Root
|
9cecf676de
|
added repo model
|
2012-08-17 19:31:46 -07:00 |
|
|
76cd6cee02
|
Doctype correction, comments
|
2012-08-17 19:30:33 -07:00 |
|
|
83b799d8b9
|
Bootstrap in base template
|
2012-08-17 19:26:59 -07:00 |
|
|
baebb2de51
|
Bare login page
|
2012-08-17 19:26:59 -07:00 |
|
|
cdce435ee2
|
Base template
|
2012-08-17 19:26:58 -07:00 |
|
|
41b824ed2b
|
Merge pull request #2 from ojii/feature/ghapi
added ghapi app
|
2012-08-17 19:11:02 -07:00 |
|
Jonas Obrist
|
d55a4745ef
|
middlewares->middleware
|
2012-08-18 04:09:33 +02:00 |
|
Jonas Obrist
|
c6ca280e68
|
copy/paste can be dangerous
|
2012-08-18 04:05:34 +02:00 |
|
Lynn Root
|
246263814d
|
fixed indents, added def unicode
|
2012-08-17 19:02:57 -07:00 |
|
Jonas Obrist
|
fdeab7bee0
|
added ghapi app
added GithubAPIMiddleware
added ghapi.api.GitHub
API calls can be done via request.github.get/get_iter or
GitHub().get/get_iter.
|
2012-08-18 03:58:05 +02:00 |
|