Commit graph

  • 3618ba6def Support both old-style avatar URLs and new-style upload avatar files Michael Hall 2018-03-17 16:21:38 -0400
  • 03e54bbc3f Merge branch 'master' of github.com:mhall119/GetTogether Michael Hall 2018-03-17 16:05:22 -0400
  • 353286e1d6 Use django-imagekit to allow uploading avatar images. Fixes #41 Michael Hall 2018-03-17 16:05:13 -0400
  • 246a6f8304 Merge branch 'master' of https://github.com/GetTogetherComm/GetTogether into develop Craig Maloney 2018-03-17 09:04:27 -0400
  • e15abd4a4b Set the height of the UI Select Menu so it doesn't exceed 200px Craig Maloney 2018-03-17 09:03:50 -0400
  • db2393e3ff
    Merge pull request #51 from craigmaloney/develop Michael Hall 2018-03-15 12:47:16 -0400
  • c28e26d5cc Refactor code to clean it up a bit. Craig Maloney 2018-03-14 20:39:27 -0400
  • ef77c8faed Sort Event admin by start_time, descending Michael Hall 2018-03-10 23:19:44 -0800
  • e0df6b3f5b Add unique URI to Searchable that won't change if the event name changes Michael Hall 2018-03-10 23:13:57 -0800
  • 4debf8e255 Create initial empty test cases for accounts, events and get_together apps. Fixes #22 Michael Hall 2018-03-06 17:26:12 -0800
  • 11da53e006 Skip trying to send confirmation emails to accounts without email addresses Michael Hall 2018-03-05 20:44:23 -0500
  • 5c30446c5a Add management command for re-sending confirmation emails to people who haven't responded Michael Hall 2018-03-05 20:36:23 -0500
  • e3eeb66c1b Release 0.2.0 Michael Hall 2018-03-04 22:40:27 -0500
  • a908901ca9 Limit event and team listing to only those the user is connected to. Michael Hall 2018-03-04 14:45:25 -0500
  • a76076e58a Add new user setup workflow to walk the user through confirming their profile information, choosing categories, finding teams and attending events. Fixes #23 Michael Hall 2018-03-04 14:10:37 -0500
  • 8d9bfa0c8d Fix broken profile template Michael Hall 2018-03-01 17:23:22 -0500
  • d115224268 Use the profile user's avatar instead of the requester's avatar Michael Hall 2018-03-01 17:22:07 -0500
  • 92b6370ed7 Small spelling fixes in email, use real name in header bar when logged in, add fields to Account admin Michael Hall 2018-03-01 17:16:59 -0500
  • 8a63da154c Add Bootstrap layouts to profile view page Michael Hall 2018-03-01 17:16:04 -0500
  • 742680620d Correct wording and styling around confirmation emails Michael Hall 2018-02-28 16:44:29 -0500
  • 9ff9b55692 Add Category support for teams and events, including card images. Fixes #37 Michael Hall 2018-02-26 23:03:56 -0500
  • 7a577250b3 Add migration for Category and Topic, apply to Team and Event models Michael Hall 2018-02-25 17:03:10 -0500
  • ba094c8130 Add initial models for Category and Topic Michael Hall 2018-02-25 16:58:41 -0500
  • ba69749cc5 Add email confirmation step so that we can (in the future) send team and event notifications to a user. Fixes #29 Michael Hall 2018-02-26 11:53:50 -0500
  • 30e2aed4af Merge branch 'bheesham-view-profile' Michael Hall 2018-02-25 17:07:04 -0500
  • 04282c8d85 Merge branch 'view-profile' of https://github.com/bheesham/GetTogether into bheesham-view-profile Michael Hall 2018-02-25 17:04:43 -0500
  • 5f4d85f709 Fix bug with show-profile. Bheesham Persaud 2018-02-25 12:11:26 -0500
  • ffc5d8d80e Include jquery and bootstrap javascript and css as local static files Michael Hall 2018-02-24 23:06:17 -0500
  • 856d48bbcb Merge branch 'view-profile' of https://github.com/bheesham/GetTogether into bheesham-view-profile Michael Hall 2018-02-24 21:16:27 -0500
  • 3107735e32 Refresh jquery-ui-lookup field after settings it's value based on a map click Michael Hall 2018-02-24 10:28:10 -0500
  • c07f6fdb7c Created a custom JQuery-UI widget for dynamic lookup fields. Fixes #39 Michael Hall 2018-02-24 10:22:19 -0500
  • 88c809a50d Add show-profile view. Bheesham Persaud 2018-02-24 00:42:03 -0500
  • db7eda85cf Cleanup minor bugs from new homepage Michael Hall 2018-02-14 23:42:01 -0200
  • 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 Michael Hall 2018-02-14 23:01:43 -0200
  • e29da6ce6f 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 Michael Hall 2018-02-14 23:00:21 -0200
  • 233483c0c4 Add fields to Team and Event admin site Michael Hall 2018-02-13 10:33:23 -0200
  • e96dc59efb Allow anybody to share an event on social media Michael Hall 2018-02-12 19:54:17 -0200
  • 2cb2089678 Use event name instead of summary in social media sharing posts Michael Hall 2018-02-12 19:52:16 -0200
  • aa50e85b9a Add support for login and sharing with Facebook and Twitter if app keys are defined Michael Hall 2018-02-12 19:32:42 -0200
  • 8c3358a60b Show badge images in Admin interface Michael Hall 2018-02-09 15:35:40 -0500
  • 0ca75a9baf Avoid runtime errors by declaring None values for settings keys being exported to template contexts Michael Hall 2018-02-09 15:35:25 -0500
  • fe8a1f625f Remove link to create a new place outside of the event creation pipeline Michael Hall 2018-02-08 17:56:43 -0500
  • 29e58be896 Split event creation into two steps: 1) define the event, 2) pick the place. Make place selection optional. Use Google maps to easily find the address of a place Michael Hall 2018-02-06 23:20:38 -0500
  • d47ec4635e Add accounts app and ability to give badges to users Michael Hall 2018-02-02 22:34:08 -0500
  • 3826e49168 Allow editing your user profile. Limited ability at the moment Michael Hall 2018-02-01 23:26:11 -0500
  • 51b9530a04 Add ability for pages to override google analytics page path Michael Hall 2018-02-01 23:03:12 -0500
  • 76ef0160b2 Display user avatar in team members list and event attendee list Michael Hall 2018-02-01 22:52:02 -0500
  • e15cdd7fc1 Require 3 characters or more before calling an API for Lookup fields. Limit returned results to 20 objects. Include 'no value' option in lookup field results Michael Hall 2018-01-29 12:48:14 -0500
  • 8e6fc7c4da Fix team creation failure when City isn't defined by making City a required field Michael Hall 2018-01-29 10:06:46 -0500
  • 5b0104ea98 Merge branch 'bheesham-update-version' Michael Hall 2018-01-28 16:47:29 -0500
  • ffc95d9756 Merge branch 'update-version' of https://github.com/bheesham/GetTogether into bheesham-update-version Michael Hall 2018-01-28 16:46:31 -0500
  • bf69163325 Include version in README and get_together module. Bheesham Persaud 2018-01-27 01:12:10 -0500
  • d5420d6451 Merge branch 'master' of github.com:mhall119/GetTogether Michael Hall 2018-01-26 22:38:23 -0500
  • 4e031ae07d Add ability to delete events and teams. Fixes #14 Michael Hall 2018-01-26 22:38:11 -0500
  • c6d93b5db9
    Merge pull request #20 from bheesham/update-contact Michael Hall 2018-01-26 21:58:05 -0500
  • 37f4ca7869 Refactor get_together views Michael Hall 2018-01-26 21:52:10 -0500
  • 93469e283b Refactor get_together templates Michael Hall 2018-01-26 21:42:13 -0500
  • c0bb231734 Add ability to logout Michael Hall 2018-01-26 21:27:35 -0500
  • 7cbb96bb09 Allow importing events without an venue, as long as it has a location (city) Michael Hall 2018-01-26 21:07:07 -0500
  • 0b239e553a Expand UserProfile admin, auto-set profile realname if possible Michael Hall 2018-01-26 21:06:33 -0500
  • be235d69cd Update contact info for maintainer. Bheesham Persaud 2018-01-26 21:05:31 -0500
  • 3a9d1b6863 Add Description field to Teams, allow Markdown for team and event descriptions, use Bootstrap layouts for team and event pages Michael Hall 2018-01-25 16:50:19 -0500
  • bb88e55d49 Add longitude and latitude to city import, use it for searchable data when a Place isn't defined for an event Michael Hall 2018-01-25 16:41:12 -0500
  • d5217c14f3 Fix broken new event form Michael Hall 2018-01-24 10:58:47 -0500
  • a3a636f5c0 Add ability to mark yourself as attending an event Michael Hall 2018-01-23 23:52:42 -0500
  • b29eaf5457 Add ability to join a team as a member, migrate team owners to admin members, add Attendee objects Michael Hall 2018-01-23 23:15:14 -0500
  • 386d757fe9 Switch team name and event name in events list cards Michael Hall 2018-01-23 11:29:46 -0500
  • 60516e4bb7 Fix link to bootstrap album stylesheet Michael Hall 2018-01-23 11:14:49 -0500
  • e37a945220 Fix and simplify the new team form Michael Hall 2018-01-23 11:12:46 -0500
  • fe1140d0fc Change events list to a card layout Michael Hall 2018-01-22 18:53:52 -0500
  • b327dcec97 Add permission checks before editing teams or events, use Django messaging framework to tell the use what went wrong Michael Hall 2018-01-22 17:03:25 -0500
  • de445c0728 Fix Boostrap menu collapse on mobile screens. Show user messages at the top of the page Michael Hall 2018-01-22 17:01:38 -0500
  • 257d3108e1 Don't broadcast events without a location in the searchable federation Michael Hall 2018-01-22 17:00:31 -0500
  • 26357e6b41 Enable Google OAuth2 logins Michael Hall 2018-01-22 12:39:45 -0500
  • 6022eb15d5 Add ability to enable Google analytics for production sites Michael Hall 2018-01-22 12:01:07 -0500
  • 360a2c67a6 Handle excelptions during permission checks for AnonymousUsers Michael Hall 2018-01-21 21:48:58 -0500
  • df1f638c8d Fix race conditions on lookup fields and improve display of values Michael Hall 2018-01-21 14:01:00 -0500
  • 11caac5fa9 Fix places list not showing address and city Michael Hall 2018-01-21 12:26:18 -0500
  • 542a8c82e9 Add permission checking before showing edit buttons Michael Hall 2018-01-21 12:23:13 -0500
  • 54adf71434 Add ability to edit teams and events Michael Hall 2018-01-21 12:09:18 -0500
  • dd9a836a66 Fix saving eents using the new datepicker widget Michael Hall 2018-01-21 11:18:58 -0500
  • 5ce3de6eec Add JQueryUI date picker to event start/end date fields Michael Hall 2018-01-21 10:51:29 -0500
  • e769c79257 Add ability to add Places Michael Hall 2018-01-20 23:18:02 -0500
  • a803c8d96d Add name field label to Team model Michael Hall 2018-01-20 17:00:41 -0500
  • 5e97740f7c Include base project directory in python path for wsgi.py Michael Hall 2018-01-20 16:52:19 -0500
  • 927933f68e Move loading local_settings overrides to the end of settings.py Michael Hall 2018-01-20 16:51:20 -0500
  • 63c542d20f Change team form widget base from Select to TextInput to avoid loading all related values from the database. Fixes #13 Michael Hall 2018-01-20 16:50:11 -0500
  • c2195f22ae Use JQuery for dynamic lookups of form fields instead of using a large <select> list Michael Hall 2018-01-20 14:09:57 -0500
  • 816e770ccf Merge branch 'master' of github.com:mhall119/GetTogether Michael Hall 2018-01-12 22:47:10 -0500
  • f021893dd3 Add environ_settings.py for situations where you want to configure GetTogether using runtime variables (such as docker, vagrant or other container style deployments). Fixes #12 Michael Hall 2018-01-12 22:46:59 -0500
  • 9edb3d16c1
    Fix README.md formatting Michael Hall 2018-01-12 22:26:09 -0500
  • 9e26c86f3c Add instructions for pre-loading city data using GeoNames data files. Fixes #10 Michael Hall 2018-01-12 22:23:25 -0500
  • 3bb829851d Add Membership model to connect users to teams Michael Hall 2018-01-08 22:35:44 -0500
  • f4cf1c9cda Add Bootstrap CSS, management script to load locale data, add new fields to locale models Michael Hall 2018-01-03 23:44:27 -0500
  • d70435fdcc
    Merge pull request #9 from gekitsuu/adding-docker Michael Hall 2018-01-03 11:54:50 -0500
  • 90e95f036b adding readme update Adam Glenn 2018-01-02 11:15:09 -0800
  • 3260e7734f fixing createsuperuser + readme Adam Glenn 2018-01-02 06:48:44 -0800
  • df64e46913 Add simple for for adding Events to a Team Michael Hall 2017-12-31 16:54:35 -0500
  • 7c8acd05ec adding a working dockerfile Adam Glenn 2017-12-29 23:08:43 -0800
  • 8f3e190c19 Start new user experience, setup a new team and view the team's page. Add event details page too, but not create event page yet Michael Hall 2017-12-29 22:27:05 -0500