- 23 Nov, 2016 5 commits
-
-
Joren Vrancken 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 8 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
-
Luuk Scholten authored
Add bleach to the vacancy page for a more readable description @lscholten, je hebt het gezien. See merge request !165
-
- 09 Nov, 2016 7 commits
-
-
Thom Wiggers authored
Fix translation of account from "Bankrekening" to "Account" Closes #147 See merge request !163
-
Thom Wiggers authored
Make courses visible again They were not visible, now they are See merge request !161
-
Joren Vrancken authored
-
Luuk Scholten authored
Add bleach to events Without bleach filtering the description text, it is possible for administrators to add any HTML they want to the description. See merge request !164
-
Luuk Scholten authored
Show photo albums to members only and only the albums made during their membership Closes #81 See merge request !158
-
Joren Vrancken authored
-
Jelle Besseling authored
-