Commit Graph

  • 02ef8fdb88 fix: enumeration attack vector on login form imperosol 2025-06-25 14:42:17 +02:00
  • a7f4630d13 Merge pull request #1138 from ae-utbm/counter-admin thomas girod 2025-06-25 17:03:03 +02:00
  • c7087c6e7e Merge pull request #1137 from ae-utbm/fix-user-pictures thomas girod 2025-06-25 16:40:23 +02:00
  • f38926c4a3 fix: user pictures ordering imperosol 2025-06-20 16:22:15 +02:00
  • 9a19f34ea2 Merge pull request #1141 from ae-utbm/fix-permanences thomas girod 2025-06-25 14:55:36 +02:00
  • 67884017f8 fix old permanences having end replaced by activity imperosol 2025-06-25 01:22:13 +02:00
  • f474edc84f Style adjustment on the new footer Sli 2025-06-24 17:03:56 +02:00
  • f5a8228358 Rework footer's UX on small devices Julien Constant 2025-06-22 15:51:00 +02:00
  • 59a714af9f Merge pull request #1134 from ae-utbm/family Bartuccio Antoine 2025-06-21 15:20:47 +02:00
  • 9049d8779c improve counter admin pages imperosol 2025-06-21 15:06:08 +02:00
  • d111023363 Apply review comments Sli 2025-06-18 16:31:37 +02:00
  • cdfa76ad57 add missing "Respo site" group imperosol 2025-06-18 17:27:56 +02:00
  • 88b70bf51f rename main groups to their real production version imperosol 2025-06-18 17:26:15 +02:00
  • ca593c7d81 Avoid click on graph when zooming Sli 2025-06-18 16:09:31 +02:00
  • 94bdc5e615 Remove useless closures Sli 2025-06-18 14:13:06 +02:00
  • 7d454749e0 Add style to zoom controls on family graph Sli 2025-06-18 14:10:26 +02:00
  • 06090e0cd9 Merge pull request #1133 from ae-utbm/api-fixes thomas girod 2025-06-18 12:25:31 +02:00
  • a1ae67da7d Merge pull request #1132 from ae-utbm/missing-perm thomas girod 2025-06-18 12:25:15 +02:00
  • 10d5b9d63f Add zoom control of family graph Sli 2025-06-18 12:22:30 +02:00
  • cc96c93d23 Convert family tree to typescript Sli 2025-06-18 11:59:46 +02:00
  • 8cc0b01e9c fix: api title typo (again) imperosol 2025-06-17 21:01:51 +02:00
  • 88755358a6 fix: add missing sas permission imperosol 2025-06-17 20:56:13 +02:00
  • 0e850e5486 Merge pull request #1131 from ae-utbm/api-fixes thomas girod 2025-06-17 15:57:33 +02:00
  • af67c5fc27 Merge pull request #1130 from ae-utbm/navbar-keyboard-navigation Bartuccio Antoine 2025-06-17 15:41:42 +02:00
  • 30809a69c9 Move navbar script to dedicated file Sli 2025-06-17 15:39:35 +02:00
  • 0c442a8f03 fix: select only active club members on GET /club/{club_id} imperosol 2025-06-17 15:31:28 +02:00
  • f1b69dd47d fix: typo in API name imperosol 2025-06-17 14:57:46 +02:00
  • b5ebf09fcb Fix click on navbar Sli 2025-06-17 15:31:51 +02:00
  • 9d9ce5b30a Merge pull request #1129 from ae-utbm/fix-docs thomas girod 2025-06-17 15:09:06 +02:00
  • a87460fa3e fix: documentation CI/CD imperosol 2025-06-17 14:39:53 +02:00
  • 81d1d1caca Merge pull request #1128 from ae-utbm/taiste thomas girod 2025-06-17 14:08:05 +02:00
  • 48fae33651 Merge pull request #1119 from ae-utbm/notifs thomas girod 2025-06-17 11:22:06 +02:00
  • 6fec250658 display album name on picture identification notif imperosol 2025-06-11 18:16:54 +02:00
  • 75b37cd6e3 fix album grouping on user pictures page imperosol 2025-06-11 18:14:35 +02:00
  • 9c3820f986 Merge pull request #1127 from ae-utbm/deps thomas girod 2025-06-16 18:35:50 +02:00
  • 28b60c7bae Merge pull request #1097 from ae-utbm/api-key thomas girod 2025-06-16 18:21:19 +02:00
  • efbbfcda76 update js deps imperosol 2025-06-16 15:51:11 +02:00
  • 9e1fe7a296 update python deps imperosol 2025-06-16 15:33:33 +02:00
  • 50d7b7e731 Move api urls to api app imperosol 2025-06-16 14:46:29 +02:00
  • ae7784a973 rename apikey to api imperosol 2025-06-04 09:49:11 +02:00
  • a23604383b doc: incompatibility between api keys and csrf imperosol 2025-06-03 11:03:20 +02:00
  • 80866086a8 Forbid authentication with revoked keys imperosol 2025-05-26 07:42:44 +02:00
  • 2c7eb99f31 use 54 bytes keys and sha512 hashing imperosol 2025-05-25 15:34:00 +02:00
  • 189081f5a8 api key doc for developers imperosol 2025-05-20 21:25:43 +02:00
  • 52e53da9ef adapt CanAccessLookup to api key auth imperosol 2025-05-20 21:04:49 +02:00
  • b5d65133f3 add doc for external API consumers imperosol 2025-05-20 18:18:36 +02:00
  • 44e1902693 Add GET /api/club/{club_id} to fetch details about a club imperosol 2025-05-20 18:17:48 +02:00
  • 1d55a5c2da Make HasPerm work with ApiKeyAuth imperosol 2025-05-20 18:16:14 +02:00
  • 853aa34c18 adapt pedagogy api to api key auth imperosol 2025-05-20 18:13:44 +02:00
  • dc72789c14 feat: basic api key management imperosol 2025-05-20 00:35:09 +02:00
  • 2f0454355f Merge pull request #1126 from ae-utbm/hey-api Bartuccio Antoine 2025-06-16 12:25:50 +02:00
  • 1c14bb22a0 Merge pull request #1125 from ae-utbm/navbar-keyboard-navigation Bartuccio Antoine 2025-06-16 12:25:33 +02:00
  • d1f11216c7 Merge pull request #1124 from ae-utbm/tabs Bartuccio Antoine 2025-06-16 12:25:14 +02:00
  • 2299e3f966 Upgrade hey-api Sli 2025-06-16 11:20:41 +02:00
  • 0f55bcc513 Disable mouse click on navbar for desktop Sli 2025-06-16 09:17:40 +02:00
  • b19973ec9c Move ts files at the wrong place in com module Sli 2025-06-15 17:12:53 +02:00
  • 17129af1bb Remove unused popup system and jquery-ui Sli 2025-06-15 17:08:44 +02:00
  • 42434d10ca Remove jquery-ui tabs from counter Sli 2025-06-15 16:33:22 +02:00
  • c904e41ea3 Replace tab macro with new tab web component Sli 2025-06-15 16:11:08 +02:00
  • 2dd4fd5c71 Initial tab concept Sli 2025-06-15 15:04:07 +02:00
  • dad09deab7 Merge pull request #1123 from ae-utbm/fix-com-dates thomas girod 2025-06-15 20:20:16 +02:00
  • 6782638a5d Merge pull request #1122 from ae-utbm/fix-election-css thomas girod 2025-06-15 20:20:01 +02:00
  • c7e4de7df2 fix: datetime format in main page news list imperosol 2025-06-14 11:54:58 +02:00
  • dcc84894e5 fix: bad role title alignment in election.scss imperosol 2025-06-14 10:43:02 +02:00
  • 9d841cd606 Merge pull request #1121 from ae-utbm/fix-sales thomas girod 2025-06-13 13:58:38 +02:00
  • 9f54e8362d Merge pull request #1117 from ae-utbm/lit-html Bartuccio Antoine 2025-06-13 13:25:15 +02:00
  • c62c09f603 fix: counter selection queryset performance on SellingForm imperosol 2025-06-12 14:35:39 +02:00
  • 9c8e3b7cac Merge pull request #1118 from ae-utbm/notifs thomas girod 2025-06-11 17:58:42 +02:00
  • c07f0c33cb fix permanent notification callback imperosol 2025-06-11 17:38:21 +02:00
  • 7b778d3e6b Merge pull request #1114 from ae-utbm/accordions Bartuccio Antoine 2025-06-11 14:00:46 +02:00
  • 4c67bb1e2a Support animation with calc-size and detect browser features Sli 2025-06-11 01:21:53 +02:00
  • 96f91138dd Fix accordion transition on chrome Sli 2025-06-11 00:20:46 +02:00
  • 7b8102c242 Add lit-html and use it for ics-calendar popups Sli 2025-06-10 23:08:04 +02:00
  • 36d4a02a45 Remove js size animation and only use the opacity one Sli 2025-06-10 15:06:59 +02:00
  • 4774a7b741 Improve accordion animation Sli 2025-06-05 20:37:58 +02:00
  • d58c713fc5 Merge pull request #1113 from ae-utbm/accordions Bartuccio Antoine 2025-06-05 20:37:23 +02:00
  • 6f48a9a151 Fix bad css scoping on accordions Sli 2025-06-05 19:57:25 +02:00
  • 1cc2378476 Merge pull request #1112 from ae-utbm/taiste thomas girod 2025-06-05 19:51:13 +02:00
  • 99be8a56f3 Merge pull request #1109 from ae-utbm/remove-laundry thomas girod 2025-06-05 18:28:16 +02:00
  • e04a99cabd Merge pull request #1111 from ae-utbm/calendar-cache Bartuccio Antoine 2025-06-05 18:27:51 +02:00
  • bfea0989fb Disable cache on ics calendar on API response headers Sli 2025-06-05 18:20:25 +02:00
  • be32486115 Merge pull request #1106 from ae-utbm/navbar-keyboard-navigation Bartuccio Antoine 2025-06-05 18:17:58 +02:00
  • 861447ae36 Merge pull request #1105 from ae-utbm/accordions Bartuccio Antoine 2025-06-05 18:09:45 +02:00
  • 5f701d1a17 Fix centering of detail elements Sli 2025-06-05 18:04:45 +02:00
  • 64fd123a85 Remove shadow and disable hovering on mobile view Sli 2025-06-02 23:42:49 +02:00
  • 7090254658 Refactor navbar css and use details instead of div for better semantics Sli 2025-06-02 23:27:25 +02:00
  • d80f2e73e8 Merge pull request #1110 from ae-utbm/fix-old-promo thomas girod 2025-06-05 16:38:10 +02:00
  • ee3646594b fix promo logo older than promo 10 imperosol 2025-06-05 16:25:08 +02:00
  • b0d9063153 remove remaining laundry code imperosol 2025-06-04 12:53:22 +02:00
  • 0980fccf93 Add accordion animation with js Sli 2025-06-03 20:48:35 +02:00
  • fb3fd9536e Improve accordion icon Sli 2025-06-03 11:47:23 +02:00
  • 3892e1cee2 Add fade animation Sli 2025-06-02 16:12:04 +02:00
  • c10b488080 Remove jquery-ui accordions Sli 2025-06-02 19:32:03 +02:00
  • ad91c8ed4f Merge pull request #1108 from ae-utbm/revert-python thomas girod 2025-06-03 17:15:07 +02:00
  • 3b90bd54fc Revert "bump python to 3.13" imperosol 2025-06-03 10:37:04 +02:00
  • 61e370cf73 Merge pull request #1107 from ae-utbm/taiste thomas girod 2025-06-03 00:03:33 +02:00
  • 350a92bc44 Merge pull request #1102 from ae-utbm/update-deps thomas girod 2025-06-02 18:26:51 +02:00
  • 95b4b0ba03 Merge pull request #1087 from ae-utbm/remove-laundry thomas girod 2025-05-26 13:01:01 +02:00
  • bab44b31b1 Merge pull request #1100 from ae-utbm/filter-counter thomas girod 2025-05-26 12:59:47 +02:00
  • f0fa27a8b5 bump python to 3.13 imperosol 2025-05-26 12:56:35 +02:00