Commit Graph

623 Commits (605ae3ae72e057bda8fad1d55b1fcc0e5d5d785a)

Author SHA1 Message Date
Christian Merten 605ae3ae72
chore(tests): add executed test methods to coverage report (#5) 2 months ago
Christian Merten 69a4560ea4
refactor(finance/models): replace `submitted` and `confirmed` by a `status` field (#3)
This is in preparation for a [new statement admin
view](#179).
2 months ago
Christian Merten c6bf9fe915
chore(members/tests/tasks): fix tests for `send_notification_crisis_intervention_list` (#4) 2 months ago
marius.klein ad33d5db17 feat(members/admin): add training overview (#174)
Add a new admin view for managing all trainings of members of the association. The subsections on training and activity categories are moved to a new trainings section.

We also protect the `submitted` and `passed` fields of member trainings for the default permission set.
Co-authored-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
Co-committed-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
2 months ago
Christian Merten 61060d7104
chore(static): replace old favicon
The copyright of the old logo was unclear. The new one was designed by Tobias Lenk, who agreed
to its usage in this project.
2 months ago
Christian Merten 6d542456fa
feat(members/admin): enable waitinglist and memberunoconfirmed view for standard users
We change the default permissions for the standard user group to allow viewing the unconfirmed registrations
and waitinglist views (Most projects already manually added the permissions for unconfirmed registrations).
Standard users only see waiters that have a group invitation (active, expired or rejected) to a group
they are a youth leader of.
3 months ago
Christian Merten 342227624a
chore(members/tasks): adjust timeframe for crisis list sending 3 months ago
Christian Merten 9f012eed7a
fix(members/tasks): filter by date 3 months ago
Christian Merten 10cdc19011
feat(members/admin): show existence of registration form in list view 3 months ago
Christian Merten 9f7b7a9517
feat(members/admin): button to (re)request registration form 3 months ago
Christian Merten c9a475797b
chore(static): replace (j)dav logos by placeholders 3 months ago
Christian Merten 691ae04142
chore(static): add attributions and replace third party images 3 months ago
Christian Merten 068dfaa6c8
chore(finance/admin): mark unreachable code as no cover 4 months ago
Christian Merten 03d4781d49
chore(settings): add logging configuration and replace print statements 4 months ago
Christian Merten 19240e47c9
chore(members/tests): mark intentionally skipped tests as no cover 4 months ago
Christian Merten adc23bc7e0
fix(*): various bugs discovered by tests 4 months ago
Christian Merten 3fd01c9001
chore(members/admin): remove RegistrationFilter
This filter was used when there was not yet a distinction between confirmed and unconfirmed members.
By design, every confirmed member should have a complete registration.
4 months ago
Christian Merten 65790d3b4d
chore(members/views): add missing tests, remove dead code 4 months ago
Christian Merten 5efdbcb63c
chore(*): add various tests 4 months ago
Christian Merten 162b9a46ea
chore(docker/test): add test texts config 4 months ago
Christian Merten f5e3769aae
chore(members/tests): cover templatetags/overview_extras 4 months ago
Christian Merten c7eb07ddd1
chore(members/tests): cover templatetags 4 months ago
Christian Merten a784957b7f
chore(mailer/tests): remove unused method 4 months ago
Christian Merten e81efe0f83
chore(contrib/tests): add missing utils tests 4 months ago
Christian Merten 205b72d8e2
chore(startpage/tests): cover missing views 4 months ago
Christian Merten b21b975252
chore(startpage/tests): test uncovered lines 4 months ago
Christian Merten 3003bbe67f
fix(finance/admin): pass participant_count only once 4 months ago
Christian Merten 1b8089dd93
fix(mailer/models): __str__ method of Attachment returns string 4 months ago
Christian Merten 69062f3e58
fix(members): various bugs 4 months ago
marius.klein a75208b41c feat(members): add group meeting checklist generation (#154)
Add an action to generate checklists for group meetings. These checklists can be used for documentation and for simplifying the check-in procedure in climbing gyms.

Co-authored-by: mariusrklein <47218379+mariusrklein@users.noreply.github.com>
Reviewed-on: #154
Co-authored-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
Co-committed-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
4 months ago
Christian Merten f58a7dc4b6
chore(*/tests): various tests 4 months ago
Christian Merten 52f0209912
chore(*): ignore some files from tests 4 months ago
Christian Merten 996914dc77
chore(tests): add mailer and logindata tests 4 months ago
Christian Merten 7aea91cb31
chore(*): remove stub files 4 months ago
Christian Merten afedf74f8f
chore(tests/material): add models and admin tests 4 months ago
Christian Merten b613dc70c2
chore(finance/tests): add rules tests 4 months ago
Christian Merten 25ec55d731
chore(members/tests): add remaining PDF test cases 4 months ago
Christian Merten 7ea500ebaa
chore(members/tests): various tests
Co-authored by: Claude
4 months ago
Christian Merten 44354cb681
chore(logindata/tests): add views tests
Co-authored by: Claude
4 months ago
Christian Merten 1d519d70dc
chore(mailer/tests): add admin tests
Co-authored by: Claude
4 months ago
Christian Merten 242eff1ffc
chore(members/tests): more model tests 4 months ago
Christian Merten 2b9fd2556b
chore(members/models): remove unused function 4 months ago
Christian Merten b9d112e047
chore(members/tests): more admin tests 4 months ago
Christian Merten 88521def1a
chore(mailer): remove unused subscribe views 4 months ago
Christian Merten c7c64139a4
chore(mailer/tests): unsubscribe view tests 4 months ago
Christian Merten 187e4ebf54
chore(mailer/tests): add model tests 4 months ago
Christian Merten 355aad61c2
chore(finance/tests): add more admin tests 4 months ago
Christian Merten 396ea6f796
chore(finance/tests): reorganise and add admin tests 4 months ago
Christian Merten a9b26e529b
feat(*): add more tests 4 months ago
Christian Merten 7f203b5139
feat(contrib/management): add command to create a superuser from env variables 5 months ago