- 30 Oct, 2017 3 commits
-
-
Tom van Bussel authored
Use more specific exceptions and include context See merge request !618
-
Thom Wiggers authored
-
Thom Wiggers authored
Fix MemberMiddleware in the API See merge request !616
-
- 29 Oct, 2017 1 commit
-
-
Tom van Bussel authored
The MemberMiddleware was broken when DRF's TokenAuthentication was used.
-
- 28 Oct, 2017 2 commits
-
-
Tom van Bussel authored
Remove bare except clauses See merge request !617
-
Tom van Bussel authored
A new check in flake8 complains about them.
-
- 23 Oct, 2017 1 commit
-
-
Sébastiaan Versteeg authored
Grayscale inaccessible albums Closes #166 See merge request !614
-
- 22 Oct, 2017 1 commit
-
-
Tom van Bussel authored
-
- 20 Oct, 2017 2 commits
-
-
Sébastiaan Versteeg authored
Add a missing migration in the education app See merge request !612
-
Sébastiaan Versteeg authored
Optimize the activemembers admin See merge request !609
-
- 19 Oct, 2017 1 commit
-
-
Tom van Bussel authored
-
- 18 Oct, 2017 7 commits
-
-
Thom Wiggers authored
Prevent setting automatic member payment fees to true without an IBAN. Closes #452 See merge request !587
-
Tom van Bussel authored
This commit makes the activemembers admin a lot faster by doing the following two things: 1. Add `member` to `raw_id_fields` in the inline for committee memberships. Before the entire list of members was copied for every committee membership. This resulted in html pages of several megabytes. 2. Remove duplicate queries (for different ids) by adding `select_related` calls in the right places.
-
Jim Driessen authored
-
Jim Driessen authored
-
Tom van Bussel authored
Fix profile save See merge request !610
-
Sébastiaan Versteeg authored
-
Sébastiaan Versteeg authored
Use the User model for foreign keys. See merge request !606
-
- 17 Oct, 2017 1 commit
-
-
Tom van Bussel authored
-
- 16 Oct, 2017 8 commits
-
-
Tom van Bussel authored
-
Tom van Bussel authored
-
Tom van Bussel authored
-
Tom van Bussel authored
-
Tom van Bussel authored
-
Thom Wiggers authored
Resize profile images on upload Closes #529 See merge request !608
-
Gijs Hendriksen authored
-
Gijs Hendriksen authored
-
- 12 Oct, 2017 2 commits
-
-
Thom Wiggers authored
Remove confusing 'cancel' button from registration info fields page Closes #525 See merge request !603
-
Sébastiaan Versteeg authored
-
- 11 Oct, 2017 10 commits
-
-
Tom van Bussel authored
Fix info fields in events API registrations See merge request !601
-
Sébastiaan Versteeg authored
-
Bram in 't Zandt authored
Fix events table values in admin See merge request !598
-
Sébastiaan Versteeg authored
-
Bram in 't Zandt authored
Fix context given to baseurl templatetag in events emails.py See merge request !600
-
Sébastiaan Versteeg authored
-
Thom Wiggers authored
Update django-rest-framework to 3.7 See merge request !596
-
Joost Rijneveld authored
In particular, this resolves the template error wrt crispyforms when deploying.
-
Sébastiaan Versteeg authored
Translation is now with capital letters and the event export displays payment method correct. See merge request !597
-
Bram in 't Zandt authored
payment method correct.
-
- 09 Oct, 2017 1 commit
-
-
Milan van Stiphout authored
Add part about committee promotion to styleguide See merge request !584
-