Commit graph

13 commits

Author SHA1 Message Date
Michael Hall
3cd1e314e3 Add upcoming events to user profile page. Fixes #121 2018-09-20 23:28:54 -04:00
Michael Hall
83550b4cf7 Show badges on user profile page 2018-08-25 11:29:30 -04:00
Michael Hall
7ac3d82ac4 Refactor login page to allow local account signup and login 2018-04-28 16:33:37 -04:00
Michael Hall
8e7c955928 Refactor Speaker/Talk/Presentation models into their own file, add views and templates for deleting speaker and talk, add view and template for showing a talk, improve the workflow for proposing a talk that wasn't previously defined 2018-04-25 10:43:25 -04:00
Michael Hall
7db2bcf356 Use get_object_or_404 to throw 404 errors when a page's primary object isn't found, rather than a 500 error 2018-04-15 17:53:22 -04:00
Michael Hall
353286e1d6 Use django-imagekit to allow uploading avatar images. Fixes #41 2018-03-17 16:05:13 -04:00
Michael Hall
a908901ca9 Limit event and team listing to only those the user is connected to. 2018-03-04 14:45:25 -05:00
Michael Hall
ba69749cc5 Add email confirmation step so that we can (in the future) send team and event notifications to a user. Fixes #29 2018-02-26 11:53:50 -05:00
Bheesham Persaud
5f4d85f709 Fix bug with show-profile. 2018-02-25 12:11:26 -05:00
Bheesham Persaud
88c809a50d Add show-profile view.
Allows users to view the profiles of other people.
2018-02-24 00:56:32 -05:00
Michael Hall
36459b11da Add a functional homepage using team and event lookups based on geoip or specifid city. Use Searchable to include federated events. Move login to it's own page 2018-02-14 23:01:43 -02:00
Michael Hall
3826e49168 Allow editing your user profile. Limited ability at the moment 2018-02-01 23:26:11 -05:00
Michael Hall
37f4ca7869 Refactor get_together views 2018-01-26 21:52:10 -05:00