GetTogether/events
2018-12-16 22:39:40 -05:00
..
activity_pub Add ActivityPub sources for Event and Place data. Not yet using it for federation, or making use of ActivityPub actions 2018-06-13 17:37:41 -04:00
management If an event doesn't have latlng from a Place, use the Place's city's latlng before the Team's. Also add population field to City and sort dynamic lookups by population size to show bigger cities first 2018-09-27 17:42:23 -04:00
migrations If an event doesn't have latlng from a Place, use the Place's city's latlng before the Team's. Also add population field to City and sort dynamic lookups by population size to show bigger cities first 2018-09-27 17:42:23 -04:00
models Use https URLs when falling back to gravatar for profile pictures. Fixes #135 2018-11-21 12:13:13 -05:00
templates Allow moving an event from one team to another. Fixes #120 2018-09-20 23:57:23 -04:00
tests Fix searchable event records having a domain and schema duplicated on the image url 2018-07-08 22:57:02 -04:00
__init__.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
admin.py Fix event admin filtering 2018-12-16 22:39:40 -05:00
apps.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
feeds.py Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28, Fixes #59 2018-04-01 22:22:30 -04:00
forms.py Give org owners a screen to manage and contact their member teams. Fixes #106 2018-09-23 22:06:14 -04:00
ipstack.py Gracefully handle missing IPSTACK_ACCESS_KEY setting. Fixes #118 2018-09-21 00:09:40 -04:00
location.py Switch to using ipstack.com's free API for geoip lookup. Requires setting IPSTACK_ACCESS_KEY in settings.py now. Fixed #90 2018-06-24 13:07:28 -04:00
utils.py Don't throw a 500 error when verifying csrf token on a session without a cookie 2018-07-07 16:54:52 -04:00
views.py If an event doesn't have latlng from a Place, use the Place's city's latlng before the Team's. Also add population field to City and sort dynamic lookups by population size to show bigger cities first 2018-09-27 17:42:23 -04:00