.. |
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
|
Email event hosts when the next event in their series has been created
|
2018-05-12 23:19:58 -04:00 |
migrations
|
Make sponsor logos required, but fail gracefully when there isn't one
|
2018-09-26 18:15:32 -04:00 |
models
|
Make sponsor logos required, but fail gracefully when there isn't one
|
2018-09-26 18:15:32 -04: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
|
Add admin filters for team event count and team member count
|
2018-09-04 22:14:59 -04: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
|
Fix city lookup not matching by city name when clicking on the map on the Place selection screens
|
2018-08-08 17:03:18 -04:00 |