Commit Graph

  • 9c9214b5df [registration] comments Pierre-antoine Comby 2020-08-19 13:03:36 +0200
  • 00935a8c02 [activity] comments on view and forms Pierre-antoine Comby 2020-08-19 11:31:15 +0200
  • b0ebc7c0a4 mv imageForm Pierre-antoine Comby 2020-08-19 11:30:56 +0200
  • 60b1cdbcf8 comments member views Pierre-antoine Comby 2020-08-18 18:19:39 +0200
  • f324965f1a [note] comments view and templates Pierre-antoine Comby 2020-08-18 14:27:04 +0200
  • 7c291b115a Ensure that date_end ≥ date_start in activities Yohann D'ANELLO 2020-08-18 12:10:52 +0200
  • 6217f35f67 Notes are force-updated when a transaction is saved Yohann D'ANELLO 2020-08-18 11:46:35 +0200
  • 448d379315 no need to disable turbolinks if we don't use select2 Pierre-antoine Comby 2020-08-18 11:45:30 +0200
  • e974eaa1fe Tuple (name, date_start, date_end) must be unique for activities Yohann D'ANELLO 2020-08-17 19:28:26 +0200
  • 61ace4af74 Replace timezone.now().date() by date.today() Yohann D'ANELLO 2020-08-16 00:35:13 +0200
  • b8c3dda95b Replace timezone.now().date() by date.today() Yohann D'ANELLO 2020-08-16 00:35:13 +0200
  • da23df05cb Kfet members can edit their own WEI registration Yohann D'ANELLO 2020-08-16 00:15:33 +0200
  • 9c061d9837 Free the transfer lock in case of transfer error Yohann D'ANELLO 2020-08-16 00:04:35 +0200
  • 5abb155287 Free the transfer lock in case of transfer error Yohann D'ANELLO 2020-08-16 00:02:09 +0200
  • 9f258e39b6 Check that the user is a member of the parent club only at the creation of the membership Yohann D'ANELLO 2020-08-15 23:52:57 +0200
  • 4997a37058 Ensure that the user is authenticated before that it has the permission to see page Yohann D'ANELLO 2020-08-15 23:27:58 +0200
  • b16871d925 Display a form error rather than a page error if a guest is already invited Yohann D'ANELLO 2020-08-15 23:03:49 +0200
  • 1186b0f9a9 Don't serialize *_ptr fields in logs Yohann D'ANELLO 2020-08-15 22:54:16 +0200
  • 5abbb84254 Permissions for activities must be more specific to prevent that anyone can validate its own activity Yohann D'ANELLO 2020-08-15 22:24:48 +0200
  • 5f8c4a2857 Prevent time travelers to register in the note Yohann D'ANELLO 2020-08-15 21:30:08 +0200
  • 14b969b2dd Fix link in negative balances mails Yohann D'ANELLO 2020-08-15 21:12:16 +0200
  • f95a0875db Fix link in negative balances mails Yohann D'ANELLO 2020-08-15 21:11:02 +0200
  • 430036bfc2 Don't display "change password" button on other profile pages Yohann D'ANELLO 2020-08-15 20:59:45 +0200
  • d6fd925fdd Display email and phone number in profile page Yohann D'ANELLO 2020-08-15 20:40:11 +0200
  • 89c15cbe3e Refresh filters to search a transaction when a source or a destination is selected Yohann D'ANELLO 2020-08-15 20:19:34 +0200
  • 75cd34f5dd Enlarge buttons table and transactions table Yohann D'ANELLO 2020-08-15 20:04:19 +0200
  • 6927f5fbb6 Search buttons by category or description, highlight matched words Yohann D'ANELLO 2020-08-15 19:47:29 +0200
  • 482a04d37c Consumptions didn't get removed properly Yohann D'ANELLO 2020-08-15 19:33:30 +0200
  • 0bf5067b60 Fix linters Yohann D'ANELLO 2020-08-15 19:10:23 +0200
  • fe2af5ac2b Pass resourcetype argument correctly when invalidating a transaction Yohann D'ANELLO 2020-08-15 19:10:15 +0200
  • d4090a4043 🎉 Use select_for_update tag to update note balances when we save a Transaction to avoid concurrency issues Yohann D'ANELLO 2020-08-15 18:57:44 +0200
  • 242b85676d Floats are already formatted Yohann D'ANELLO 2020-08-14 19:37:17 +0200
  • eca4767155 Mark fields in TeX templates as safe Yohann D'ANELLO 2020-08-14 19:35:21 +0200
  • 21ba46c1bc Don't escape numbers in TeX template Yohann D'ANELLO 2020-08-14 19:16:51 +0200
  • 74097ecc44 "safe" template tag is not made for TeX templates, it replaces ' with ' but & is a special character Yohann D'ANELLO 2020-08-14 19:13:24 +0200
  • d962763987 datetime.today() => date.today() Yohann D'ANELLO 2020-08-14 19:04:44 +0200
  • a43abee00b Don't log database changes when we check a permission Yohann D'ANELLO 2020-08-14 19:00:57 +0200
  • 912ce5da2e Fix the amount history in the button update page Yohann D'ANELLO 2020-08-13 20:13:00 +0200
  • 29f8b9215d Fix the amount history in the button update page Yohann D'ANELLO 2020-08-13 20:04:46 +0200
  • f5f379e6ad BooleanField -> CharField (a locale name is not a boolean) Yohann D'ANELLO 2020-08-13 19:48:15 +0200
  • c50fdd6689 Move the mailing list registration to the Profile model, see #50 Yohann D'ANELLO 2020-08-13 19:43:37 +0200
  • 1e4cbf60c5 Display the full price of the WEI, including the BDE and the Kfet membership Yohann D'ANELLO 2020-08-13 19:29:01 +0200
  • dfe4bf2175 Register external apps in Django Admin, fix Django Admin Docs Yohann D'ANELLO 2020-08-13 19:13:19 +0200
  • a25e663a26 Use datetime.today for DateField Yohann D'ANELLO 2020-08-13 18:54:53 +0200
  • 721da093e9 Don't update membership information every time Yohann D'ANELLO 2020-08-13 18:16:26 +0200
  • d98e46ffc2 Store note balances in a big integer Yohann D'ANELLO 2020-08-13 18:04:28 +0200
  • 2d69e36adf Store only changed data in logs Yohann D'ANELLO 2020-08-13 17:08:15 +0200
  • bb2704323a Spam click on invalidity button is no longer possible Yohann D'ANELLO 2020-08-13 17:04:10 +0200
  • c466715e8a Raise permission denied on CreateView if you don't have the permission to create a sample instance, see #53 Yohann D'ANELLO 2020-08-13 15:20:15 +0200
  • 71f6436d06 More WEI tests, > 97 % coverage Yohann D'ANELLO 2020-08-11 13:30:44 +0200
  • 106e97f5df Tests are better when they work (fix two tests) Yohann D'ANELLO 2020-08-11 01:07:45 +0200
  • b7a88a387c More tests in WEI app, but we can still go further Yohann D'ANELLO 2020-08-11 01:03:29 +0200
  • 25e26fe8cf Don't test LaTeX pages if LaTeX is not installed Yohann D'ANELLO 2020-08-10 23:29:11 +0200
  • 0fae5b3e62 Create tests for the WEI app Yohann D'ANELLO 2020-08-10 23:18:40 +0200
  • 3784e97d60 Hide the credit interface when editing a WEI registration Yohann D'ANELLO 2020-08-10 20:09:49 +0200
  • 6567d2f8cc When an user is registering to the WEI, it doesn't pay the membership + the credit amount. The credit amount is deducted instead Yohann D'ANELLO 2020-08-10 19:59:01 +0200
  • 999cc0a6b2 Tesdt login page Yohann D'ANELLO 2020-08-10 19:36:04 +0200
  • 60de58b78a Execute tests from apps/ Alexandre Iooss 2020-08-10 18:43:50 +0200
  • 9c816a288d Stronger alias normalisation, ensure that normalized strings are encoded in ASCII. Closes #52 Yohann D'ANELLO 2020-08-10 18:36:47 +0200
  • c277d8bccd Fix CI broken link in README Alexandre Iooss 2020-08-10 18:27:45 +0200
  • 4a4c3d33b0 Format README and fix link Alexandre Iooss 2020-08-10 18:26:45 +0200
  • 9c679d5bc9 Regen locales Alexandre Iooss 2020-08-10 18:12:59 +0200
  • 3b49b7f4c1 Add how to translate in README Alexandre Iooss 2020-08-10 18:12:50 +0200
  • 747a878cca Do not hover table when not clickable Alexandre Iooss 2020-08-10 18:01:39 +0200
  • c612e159cf See user information does not imply see the note balance Yohann D'ANELLO 2020-08-10 16:32:45 +0200
  • 1b84c8c603 🐛 The balance must be greater than the *total* amount of a transaction, not the unit price Yohann D'ANELLO 2020-08-10 16:05:50 +0200
  • 3a52af33a2 🍻 Make coffee, closes #54 Yohann D'ANELLO 2020-08-10 15:36:41 +0200
  • ccfc1e74ac Reorder import statements of apps/activity Alexandre Iooss 2020-08-10 15:30:39 +0200
  • 7719ff41ad Make tables responsive Alexandre Iooss 2020-08-10 15:10:02 +0200
  • 8933fddaf3 Add comment on custom CSS Alexandre Iooss 2020-08-10 15:05:00 +0200
  • eadc8fa193 Fix autocompletion not showing up in rare cases Alexandre Iooss 2020-08-10 14:45:44 +0200
  • f74b19b2af Fix autocompletion popup flipping direction Alexandre Iooss 2020-08-10 14:45:17 +0200
  • c3081d9cc3 Add missing space in menu Alexandre Iooss 2020-08-10 13:59:29 +0200
  • 8e886f1431 Remove debug banner as it does not work Alexandre Iooss 2020-08-10 13:56:06 +0200
  • bf7c253607 Set HTML lang depending on user locale Alexandre Iooss 2020-08-10 13:50:23 +0200
  • 027ae5b97f Color reauth warning on login page Alexandre Iooss 2020-08-10 13:49:53 +0200
  • 63562d3fbb Merge branch 'frontnax' into 'beta' erdnaxe 2020-08-10 12:25:26 +0200
  • bba69f0a60 Give Pikachu as an example Alexandre Iooss 2020-08-10 12:09:05 +0200
  • beff848796 Use a fixed-width container by default for lisibility Alexandre Iooss 2020-08-10 12:08:47 +0200
  • e78ba49252 Override Django Registration templates Alexandre Iooss 2020-08-10 12:08:21 +0200
  • ce35e8f7e8 Make the container customizable Alexandre Iooss 2020-08-10 11:40:51 +0200
  • 50f4a43343 Custom CSS and card for login page Alexandre Iooss 2020-08-10 11:31:35 +0200
  • b66d6635fc Ignore only collected statics Alexandre Iooss 2020-08-10 11:31:21 +0200
  • 9a52c81bff Simplify NGINX examples Alexandre Iooss 2020-08-09 20:33:48 +0200
  • 48d3e8960a Do not cover virtualenv and migrations Alexandre Iooss 2020-08-09 19:54:31 +0200
  • f6dfbb0b6c Fix amount of \ in apps/activity/views.py Alexandre Iooss 2020-08-09 19:49:11 +0200
  • c6e3a57801 Reorder import in apps/treasury/admin.py Alexandre Iooss 2020-08-09 19:43:21 +0200
  • 40b826a375 Fix hanging indent in apps/note/tables.py Alexandre Iooss 2020-08-09 19:42:09 +0200
  • f0089d0bc5 Remove unused django.template.loader.render_to_string import Alexandre Iooss 2020-08-09 19:39:17 +0200
  • 5e75a56eda missing whitespace after ':' in apps/wei/forms/registration.py Alexandre Iooss 2020-08-09 19:38:13 +0200
  • d73f7c31a1 Define BASE_DIR in development.py Alexandre Iooss 2020-08-09 19:36:11 +0200
  • 31f4105c9a Do not test against Py3.6 Alexandre Iooss 2020-08-09 19:34:01 +0200
  • e9ae8531b8 Fix date-picker.html import Alexandre Iooss 2020-08-09 19:16:11 +0200
  • 7b40ee1ca4 Reorder templates Alexandre Iooss 2020-08-09 19:06:57 +0200
  • 53b496546d Add django-bootstrap-datepicker-plus and django-colorfield, move statics Alexandre Iooss 2020-08-09 18:51:20 +0200
  • 8c1cf754ed Revert to NOTE_URL Alexandre Iooss 2020-08-09 18:39:06 +0200
  • efe833cec3 Merge production settings in base settings Alexandre Iooss 2020-08-09 18:34:51 +0200
  • ccfc37d226 Reorder base Django settings and read env vars Alexandre Iooss 2020-08-09 17:52:19 +0200
  • 764eaafb95 Emails are unique. Translate mail foooters. Closes #55 #56 Yohann D'ANELLO 2020-08-09 16:38:37 +0200
  • 5846f03220 🐛 Last report date is a datetime, not a date Yohann D'ANELLO 2020-08-09 15:53:50 +0200