Michael Hall
|
501918da77
|
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 |
|
Michael Hall
|
316a047f14
|
Allow cancelling an event with a reason, notify attendees of the change. Fixed #91
|
2018-06-23 12:04:45 -04:00 |
|
Michael Hall
|
4b0acb0794
|
Cleanup email subject lines
|
2018-06-23 10:37:49 -04:00 |
|
Michael Hall
|
39309057ce
|
Fix event serialization to and from the session storage
|
2018-06-23 09:34:15 -04:00 |
|
Michael Hall
|
f4b9118d7b
|
Correction for ga event 'value' parameter
|
2018-06-22 16:43:31 -04:00 |
|
Michael Hall
|
4fdd428f57
|
Add events for new teams, events, and user confirmation
|
2018-06-22 16:34:51 -04:00 |
|
Michael Hall
|
8edfa1c3ee
|
Remove analytics tracking on search distance
|
2018-06-22 14:32:06 -04:00 |
|
Michael Hall
|
45d2a54872
|
Fix broken simple_ga javascript
|
2018-06-22 14:30:01 -04:00 |
|
Michael Hall
|
0690e3241e
|
Add simple_ga app to push backend event info to Google Analytics
|
2018-06-22 14:27:26 -04:00 |
|
Michael Hall
|
aed1dc2b14
|
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 |
|
Michael Hall
|
94961f09bb
|
Switch from ipinfo.io to freegeoip because of API call limits
|
2018-06-13 13:15:41 -04:00 |
|
Michael Hall
|
9ddc993cd5
|
Add checks for missing user geoip coordinates and fall back to not sorting by distance
|
2018-06-13 13:01:48 -04:00 |
|
Michael Hall
|
3defa51ff0
|
Fix resume redirects, add more test cases
|
2018-06-13 10:03:55 -04:00 |
|
Michael Hall
|
0a2adeaddb
|
Add new 'resume' module for getting back to a workflow that was interrupted by a necessary redirect
|
2018-06-13 09:44:24 -04:00 |
|
Michael Hall
|
aa0793241f
|
Use team cover image on new event team selection page
|
2018-06-10 13:25:33 -04:00 |
|
Michael Hall
|
a366fa951b
|
Finish up Bheesham's work on adding team images for card covers and banners, fixes #25
|
2018-06-10 13:06:46 -04:00 |
|
Michael Hall
|
7540b93d0a
|
Add a Team slug for human readable URLs. Fixes #73
|
2018-06-08 22:46:07 -04:00 |
|
Michael Hall
|
488d1f5c1e
|
Don't try to show a fallback speaker avatar if there isn't one
|
2018-05-22 17:19:16 -04:00 |
|
Michael Hall
|
a6a1b4d935
|
Throw a 404 error instead of 500 when somebody tries to attend an event that doesn't exist
|
2018-05-22 17:11:20 -04:00 |
|
Michael Hall
|
a05889bd76
|
Release 0.5.0
|
2018-05-22 15:37:11 -04:00 |
|
Michael Hall
|
c4408d9a16
|
Add Sponsor information for events. Save an event's sponsor to it's team so it can be selected for a future event. Fixes #70
|
2018-05-20 12:35:52 -04:00 |
|
Michael Hall
|
c3a1eefc8d
|
Merge pull request #88 from m4sk1n/master
i18n: Add Polish translation file
|
2018-05-17 22:01:19 -04:00 |
|
Michael Hall
|
50e90788f9
|
Add permanent button to the header for creating a new event. Direct users to crete a new team if they don't have one yet
|
2018-05-17 21:57:00 -04:00 |
|
Michael Hall
|
0690d85f92
|
Fix up email formatting on talk acceptance
|
2018-05-17 21:32:32 -04:00 |
|
Michael Hall
|
bebb84680a
|
Send talk proposal and acceptance emails. Fixed #83
|
2018-05-17 21:29:04 -04:00 |
|
Michael Hall
|
787e825f2e
|
Refactor email templates into separate directories
|
2018-05-17 20:41:56 -04:00 |
|
Michael Hall
|
da3626ec66
|
Hide event invite buttons when the event is over
|
2018-05-16 21:57:49 -04:00 |
|
Michael Hall
|
72893c7d89
|
Remove formatting of sender in email records admin
|
2018-05-16 21:48:05 -04:00 |
|
Michael Hall
|
cc470ce5fc
|
Limit filter list on some admin screens
|
2018-05-16 21:46:09 -04:00 |
|
Michael Hall
|
83ef285f8f
|
Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71
|
2018-05-16 21:30:32 -04:00 |
|
Marcin Mikołajczak
|
8d93402a94
|
i18n: Add Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
2018-05-16 22:23:23 +02:00 |
|
Michael Hall
|
c2a2bef699
|
Fix bug recording emails triggered by event comments
|
2018-05-13 21:33:57 -04:00 |
|
Michael Hall
|
dbbe5ec9e1
|
Add EmailRecord to accounts to track what emails are being sent out. Only visible to site sysadmins
|
2018-05-13 21:30:43 -04:00 |
|
Michael Hall
|
dde2b2160f
|
Add joined_date to Member admin
|
2018-05-13 17:09:15 -04:00 |
|
Michael Hall
|
89d691b6ba
|
Send emails to team admins when they get new members, and to event hosts when they get new attendees
|
2018-05-13 16:59:03 -04:00 |
|
Michael Hall
|
2f6b563841
|
Email event hosts when the next event in their series has been created
|
2018-05-12 23:19:58 -04:00 |
|
Michael Hall
|
508080f78e
|
move comment posting view into get_together so we can have it send emails to attendees. Fixes #87
|
2018-05-12 17:11:43 -04:00 |
|
Michael Hall
|
26404fdea6
|
Allow a user to mark themselves as 'yes', 'no' or 'maybe' attending an event, and let them change that value later. Fixes #86
|
2018-05-12 15:53:07 -04:00 |
|
Michael Hall
|
376c06200b
|
Add form for inviting people to an event. Allows both invite by email, and directly to team members. Fixes #74
|
2018-05-11 23:06:03 -04:00 |
|
Michael Hall
|
5626065fe5
|
Add a form for inviting external people to your team via email
|
2018-05-11 13:26:09 -04:00 |
|
Michael Hall
|
e27b4cd9e9
|
Make member names a link to their profile on the member management page
|
2018-05-09 22:39:44 -04:00 |
|
Michael Hall
|
359dd9816e
|
Add member contact form for team admins.
|
2018-05-09 22:28:08 -04:00 |
|
Michael Hall
|
fb36756ddd
|
Version bump to 0.4.0
|
2018-05-06 22:47:28 -04:00 |
|
Michael Hall
|
e4046f3e65
|
Allow adding recurrence data to an existing event to create a new event series. Fixes #68
|
2018-05-06 22:43:07 -04:00 |
|
Michael Hall
|
c7ebe12875
|
Configure GetTogether to export translations template file.
|
2018-05-06 22:19:38 -04:00 |
|
Michael Hall
|
0858449b3f
|
Add LinkedIn sharing, add user help for creating a new talk, fix some permissions around approving presentations
|
2018-04-30 23:53:54 -04:00 |
|
Michael Hall
|
4445a0d327
|
Fix event reminder emails missing location name
|
2018-04-30 09:07:30 -04:00 |
|
Michael Hall
|
7f0a4abb04
|
Add extra UserProfile info to admin screen
|
2018-04-28 17:12:31 -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
|
89b6de3651
|
URL encode the place name in the google maps embeded api iframe
|
2018-04-27 23:21:46 -04:00 |
|