Commit Graph

369 Commits

Author SHA1 Message Date
Yohann D'ANELLO 980b2c9d8e All indexed fields are autocompleted 2020-10-15 14:55:45 +02:00
Yohann D'ANELLO 11ebc6848b Search bar is on navbar, don't add one other is results page 2020-10-15 13:17:17 +02:00
Yohann D'ANELLO f2cc5fb6cd Add search field in the navbar for administrators 2020-10-15 13:11:53 +02:00
Yohann D'ANELLO bbcfab1dcb Index in real time, we don't do so many transactions 2020-10-15 13:02:38 +02:00
Yohann D'ANELLO 6c59bf11be Use Django-Haystack to make indexed researches 2020-10-15 12:57:20 +02:00
Yohann D'ANELLO b397d00011 Display video preview iff the solution was already uploaded 2020-10-12 10:48:00 +02:00
Yohann D'ANELLO d420177011 Send a mail to teams when the team got validated 2020-10-11 19:06:32 +02:00
Yohann D'ANELLO e9b70f351b Admins can validate a team or not 2020-10-11 18:44:42 +02:00
Yohann D'ANELLO 3c8615b487 Warn administrators when a team is requesting validation 2020-10-11 17:40:18 +02:00
Yohann D'ANELLO 15d096a328 Allow linters to fail 2020-10-11 17:27:39 +02:00
Yohann D'ANELLO acb718cdc0 Request validation is working 2020-10-11 17:24:23 +02:00
Yohann D'ANELLO 691d3c1660 Import list was in a wrong order 2020-10-11 17:12:54 +02:00
Yohann D'ANELLO b3db01c02e Update the mailing list if the team name or trigram got updated 2020-10-11 17:10:59 +02:00
Yohann D'ANELLO a5e7325a5b Update the email address in the mailing lists if it changed 2020-10-11 16:57:11 +02:00
Yohann D'ANELLO 1b1651c294 Confirm email address is mandatory 2020-10-11 16:49:31 +02:00
Yohann D'ANELLO 6424b4658a Reset logout page 2020-10-11 16:47:40 +02:00
Yohann D'ANELLO fe29c61003 Set team valid in tests 2020-10-11 16:37:09 +02:00
Yohann D'ANELLO 427786769f Teams can request a validation 2020-10-11 16:30:02 +02:00
Yohann D'ANELLO 552ea17f7d Don't access to team participation if the team is not validated 2020-10-11 16:00:43 +02:00
Yohann D'ANELLO 6e8b6fbc66 sympasoap is not a dependency is test env 2020-10-09 14:18:27 +02:00
Yohann D'ANELLO d62cb40acd Test with Py3.8 and Py3.9 2020-10-09 14:17:17 +02:00
Yohann D'ANELLO 6429c3cb92 sympasoap should only be used in production (too much useless dependencies) 2020-10-09 14:15:52 +02:00
Yohann D'ANELLO 37f4f7a721 Missing libs in Gitlab CI 2020-10-09 14:13:10 +02:00
Yohann D'ANELLO d9bd3688a7 Python 3.9 got released and broke the tests 2020-10-09 14:10:52 +02:00
Yohann D'ANELLO c29ed171b4 Simulate a fake Sympa client to run tests 2020-10-09 14:06:07 +02:00
Yohann D'ANELLO 98abe243a7 Linting 2020-10-09 13:58:42 +02:00
Yohann D'ANELLO 92e66d75ab Automatically create mailing lists 2020-10-09 13:49:09 +02:00
Yohann D'ANELLO 798c8db781 Add admin pages for registration app 2020-10-06 13:35:05 +02:00
Yohann D'ANELLO 5c76e5f0db Get ZIP archive of all authorizations of one team 2020-09-27 18:40:45 +02:00
Yohann D'ANELLO 84a7ec6fb5 More shortcuts 2020-09-27 18:09:39 +02:00
Yohann D'ANELLO 3b73edd6b0 Test photo authorization upload 2020-09-27 17:06:05 +02:00
Yohann D'ANELLO 366f0c40a0 Test video upload 2020-09-27 16:52:52 +02:00
Yohann D'ANELLO 4b8ed14180 Fix one test 2020-09-27 16:40:14 +02:00
Yohann D'ANELLO 0dece5abef user.is_admin -> user.registration.is_admin 2020-09-27 16:38:17 +02:00
Yohann D'ANELLO 88c4a6b218 Protect some pages 2020-09-27 16:35:31 +02:00
Yohann D'ANELLO 56193dbecf Fix tests 2020-09-27 15:19:08 +02:00
Yohann D'ANELLO ed88c7cf6f Better participation page 2020-09-27 15:08:55 +02:00
Yohann D'ANELLO b2f2dfde5f Commit forgotten migrations 2020-09-27 15:08:45 +02:00
Yohann D'ANELLO 2d62bec690 💚 Install libmagic in CI 2020-09-27 14:32:05 +02:00
Yohann D'ANELLO 972902eb23 💚 Install libmagic in CI 2020-09-27 13:26:19 +02:00
Yohann D'ANELLO c6c091b741 Linting 2020-09-27 12:49:10 +02:00
Yohann D'ANELLO 9ef35217d3 Better photo authorization upload 2020-09-27 12:36:37 +02:00
Yohann D'ANELLO c84d4151bb Display team authorizations 2020-09-27 11:21:25 +02:00
Yohann D'ANELLO 698fc46072 Display photo authorization templates 2020-09-24 22:55:04 +02:00
Yohann D'ANELLO 468295f648 Upload photo authorizations 2020-09-24 22:40:10 +02:00
Yohann D'ANELLO e1ca18085a Factorize modal templates 2020-09-24 21:43:45 +02:00
Yohann D'ANELLO 471befb1f8 Display a warning when the email address is not validated 2020-09-24 18:54:03 +02:00
Yohann D'ANELLO 413525c6d2 Personal page 2020-09-24 18:39:55 +02:00
Yohann D'ANELLO cd53d34443 Fully test participation app, 100% coverage 2020-09-24 14:58:35 +02:00
Yohann D'ANELLO a2ce495a6b Fully test logs app 2020-09-24 14:30:24 +02:00