Commit graph

302 commits

Author SHA1 Message Date
Michael Hall
5b7067dd60
Merge pull request #134 from bheesham/feature/4-add-travis-ci
Add .travis.yml file.
2018-11-21 22:00:25 -05:00
Michael Hall
a21ae854ba Use https URLs when falling back to gravatar for profile pictures. Fixes #135 2018-11-21 12:13:13 -05:00
Bheesham Persaud
dd6e70f941 Add .travis.yml file. 2018-11-15 01:36:57 -05:00
Michael Hall
60916282d5 Show org invite button if the viewer owns an org, even if they can't edit a team 2018-09-27 18:06:56 -04:00
Michael Hall
cd0496fa11 Add owner and team count to Org admin 2018-09-27 18:00:42 -04:00
Michael Hall
3d74d9395c 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
Michael Hall
d35355b535 Make sponsor logos required, but fail gracefully when there isn't one 2018-09-26 18:15:32 -04:00
Michael Hall
96cad889c6 Give org owners a screen to manage and contact their member teams. Fixes #106 2018-09-23 22:06:14 -04:00
Michael Hall
15011e9ffd Use verbose name for totd AppConfig 2018-09-22 01:35:17 -04:00
Michael Hall
b73e3778d7 Add seen count to totd admin 2018-09-22 01:28:39 -04:00
Michael Hall
b3a832a420 Add 'Tip of the Day' app to display helpful messages to users 2018-09-22 01:19:49 -04:00
Michael Hall
987d631a45 Version bump to 0.8.0 2018-09-21 00:28:53 -04:00
Michael Hall
9170eee9a9 Cleanup speaker display when no title is given 2018-09-21 00:26:33 -04:00
Michael Hall
3e0ba04aea Gracefully handle missing IPSTACK_ACCESS_KEY setting. Fixes #118 2018-09-21 00:09:40 -04:00
Michael Hall
de814e2b03 Allow moving an event from one team to another. Fixes #120 2018-09-20 23:57:23 -04:00
Michael Hall
3cd1e314e3 Add upcoming events to user profile page. Fixes #121 2018-09-20 23:28:54 -04:00
Michael Hall
fa18721b45 Add local-only files to gitignore 2018-09-20 22:51:55 -04:00
Michael Hall
32d1054cb5 Add ability to change a member's role in a team if you are an admin 2018-09-07 16:26:27 -04:00
Michael Hall
9f09405ecd Add ability for org owners to edit common events 2018-09-07 14:20:06 -04:00
Michael Hall
b74c95e923 Use organization image for social media sharing of common events 2018-09-07 12:48:30 -04:00
Michael Hall
2d06dde5b7 Add total member and event counts on org pages 2018-09-07 12:35:09 -04:00
Michael Hall
6179f5240d Cleanup invite team to org button and form 2018-09-07 11:58:28 -04:00
Michael Hall
bd8979b461 Cleanup join org button and form 2018-09-07 10:32:01 -04:00
Michael Hall
44719ba56d Cleanup event forms 2018-09-07 10:29:27 -04:00
Michael Hall
305c98a0d8 Fix event comment form textarea overflowing on mobile 2018-09-07 09:46:42 -04:00
Michael Hall
3dcd4dee7a Give event page more room in the right-side column 2018-09-07 09:25:55 -04:00
Michael Hall
67626a59d9 Use a team's custom image for social media previews of their events 2018-09-04 22:45:49 -04:00
Michael Hall
3d057c7f6e Add admin filters for team event count and team member count 2018-09-04 22:14:59 -04:00
Michael Hall
d8e9f70793 Fix failing geoip searching on the homepage for unauthenticated users 2018-09-04 21:46:55 -04:00
Michael Hall
e647984e4a Fix error when trying to display a speaker bio without an avatar on the speaker or on the user profile 2018-09-04 21:36:15 -04:00
Michael Hall
93dc62c322 Add admin screen filters for badge grants 2018-08-25 11:56:29 -04:00
Michael Hall
d0fa1aac59 Lighten platinum sponsor badge 2018-08-25 11:53:44 -04:00
Michael Hall
9290e95b31 Add new badge images for platinum sponsors and developers 2018-08-25 11:50:12 -04:00
Michael Hall
83550b4cf7 Show badges on user profile page 2018-08-25 11:29:30 -04:00
Michael Hall
a1c387f520 Add event toggles to enable/disable presentations, comments and photos. Fixes #109 2018-08-25 10:34:23 -04:00
Michael Hall
50995b0a0f Remove Premium setting and restrictions 2018-08-25 10:21:22 -04:00
Michael Hall
117f4e8dc2 Handle case where user or profile form is invalid, send the user back to them to fix any errors 2018-08-24 09:33:39 -04:00
Michael Hall
30083d573c Allow team records in the database without a country_id to support personal teams where the owner doesn't have a country set. City will still be required via forms when being created by a user 2018-08-19 13:24:07 -04:00
Michael Hall
65f795fa27 Merge branch 'polymerwitch-7_compose_file' 2018-08-19 11:59:32 -04:00
Michael Hall
7e6d478a8b Rebase off master with updated Dockerfile 2018-08-19 11:59:03 -04:00
Michael Hall
8906e0e7d8 Merge branch 'crashsystems-smaller_docker_image' 2018-08-19 11:32:03 -04:00
Michael Hall
5ce3aa476c Include /lib and /usr/lib from builder for PIL to work. Use environ_settings to pass config info to Django 2018-08-19 11:31:27 -04:00
Douglass Clem
11e335bb71 Make a smaller Docker image
This shrinks the resulting docker image from 500+ mb to 151, by
switching to the official python alpine image and using multi-stage
builds.
2018-08-19 10:36:36 -04:00
Michael Hall
57050075c0 Improve new event creation workflow, fixes #56. Allow adding events without a host team (falls back to 'Personal' team), fixes #92. Lays the groundwork for 'Private' teams for #46. 2018-08-17 00:07:29 -04:00
Michael Hall
74be8e4bd6 Show event title in banner image of event cards 2018-08-12 10:03:21 -04:00
Michael Hall
5a8341fc3f Fix missing teams in city search 2018-08-12 09:52:54 -04:00
Michael Hall
e44aba4b55 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
Michael Hall
8ee6060112 Bump to version 0.7.0 2018-08-06 23:53:08 -04:00
Michael Hall
b120321cd9 Email admins from an organization's member teams to notify them of a newly created common event that they should participate in 2018-08-06 22:53:55 -04:00
Michael Hall
75feaa649a Add ability to invite teams to an org, or request to have your team added to an org 2018-08-06 11:08:51 -04:00