- 23 Nov, 2016 14 commits
-
-
Nienke authored
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Luuk Scholten authored
package was renamed, but not all references were fixed
-
Joost Rijneveld authored
Import newsletters Basic newsletter importing, not perfect but good enough. Closes #97 See merge request !177
-
Thom Wiggers authored
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Use sponsor logo from the newsletters app static, since this logo is always correct (transparent + white) and the uploaded logo might not be.
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
-
Thom Wiggers authored
-
Luuk Scholten authored
Add album downloading Zip files are put in /tmp/ then served with sendfile Closes #73 See merge request !169
-
Thom Wiggers authored
-
WKuipers authored
Zip files are put in /tmp/ then served with sendfile
-
- 17 Nov, 2016 3 commits
-
-
Luuk Scholten authored
Added a check all as present and paid button Closes #89 See merge request !174
-
Luuk Scholten authored
Improve membership migration It's not ideal but it works. (#156) See merge request !175
-
Luuk Scholten authored
Fix ALLOWED_HOSTS when env var is not set See merge request !176
-
- 16 Nov, 2016 10 commits
-
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Wietse Kuipers authored
-
Joost Rijneveld authored
This was a problem for people without an infix
-
Joost Rijneveld authored
-
Luuk Scholten authored
Get docker ready for production See merge request !173
-
Thom Wiggers authored
-
Thom Wiggers authored
Adds a event_permissions attribute and checks Allows to ban users from attending events in a discrete manner Closes #144 See merge request !167
-
Thom Wiggers authored
Offer same API as old site Wolktm can't be deprecated because Django doesn't do longpolling(yet). Closes #56 See merge request !156
-
Thom Wiggers authored
Add various missing translations Closes #153 See merge request !172
-
- 14 Nov, 2016 2 commits
-
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
- 13 Nov, 2016 5 commits
-
-
Luuk Scholten authored
Make url patterns more consistent Closes #122 This addresses nearly all changes from the proposed urls.csv. However, the changes to the password reset URLs have not been implemented. We currently include `django.contrib.auth.urls` for all URLs related to authentication, and changing those would require including all of the individual URLs instead. For maintainability, I suggest we maintain the `reset` pattern instead of the (arguably more clear) `reset-password`. See merge request !171
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
Sébastiaan Versteeg authored
Revert "Fix translation.py error when saving" This reverts commit d31edc44. See the discussion in issue #149; this evaluated get_language when the models were loaded rather than upon rendering the view Closes #149 This potentially breaks what was achieved in !126. I gave it a superficial glance and it looked like the migration still works, but perhaps this could do with some more thorough checking. See merge request !170
-
Joost Rijneveld authored
This reverts commit d31edc44. See the discussion in issue #149; this evaluated get_language when the models were loaded rather than upon rendering the view
-
- 10 Nov, 2016 6 commits
-
-
Thom Wiggers authored
-
Wietse Kuipers authored
-
Wietse Kuipers authored
Allows to ban users from attending events in a discrete manner
-
Sébastiaan Versteeg authored
Add enter See merge request !168
-
Thom Wiggers authored
-
Sébastiaan Versteeg authored
Fix deprecation errors by providing app_nam in urls.py See https://docs.djangoproject.com/en/1.10/topics/http/urls/#namespaces-and-include See merge request !166
-