Commit Graph

  • 20493edd07 💄(frontend) support bordeless Tabs and TabList lebaudantoine 2024-08-14 10:51:44 +02:00
  • 79f7fcab6e (frontend) introduce Tab-related components lebaudantoine 2024-08-13 20:24:53 +02:00
  • ce3a6dab12 ♻️(frontend) make Dialog's title optional lebaudantoine 2024-08-13 19:14:34 +02:00
  • 1b57dd0ecf ⬆️(dependencies) update django to v5.0.8 [SECURITY] renovate[bot] 2024-08-13 13:38:44 +00:00
  • c6318910c2 🚨(eslint) disable 'only-export-components' rule for Text lebaudantoine 2024-08-13 15:23:28 +02:00
  • 03b3630611 ♻️(frontend) refactor options menu lebaudantoine 2024-08-13 15:17:03 +02:00
  • 5b8c8d493a ✏️(frontend) fix minor typo lebaudantoine 2024-08-13 14:19:44 +02:00
  • b12fb6bf48 🐛(pandacss) use recipes instead of bare style objects to fix gen issues Emmanuel Pelletier 2024-08-06 11:39:16 +02:00
  • a8f64f5a36 💄(buttons) new button styles ("invisible" toggled + danger) Emmanuel Pelletier 2024-08-06 11:37:18 +02:00
  • 6ab5b3300a 🌐(frontend) make react aria use current language Emmanuel Pelletier 2024-08-05 17:25:22 +02:00
  • 6189e6454d ♻️(frontend) extract ToggleButton in a proper component Emmanuel Pelletier 2024-08-05 17:19:09 +02:00
  • a8b2c56f4b (frontend) new Menu component Emmanuel Pelletier 2024-08-05 17:18:14 +02:00
  • b472220151 🔥(frontend) remove languageselector code Emmanuel Pelletier 2024-08-05 17:08:54 +02:00
  • 223cee3828 🔖(minor) bump release to 0.1.4 lebaudantoine 2024-08-12 23:29:24 +02:00
  • 101be503bf 🚸(frontend) fix widget state management lebaudantoine 2024-08-12 16:48:47 +02:00
  • 47e2d85471 ♻️(frontend) refactor Chat toggle lebaudantoine 2024-08-12 16:41:33 +02:00
  • 16321b3cb0 🚧(frontend) introduce a participants list lebaudantoine 2024-08-12 16:24:19 +02:00
  • 144cb56cda 💄(frontend) add spacing around dialog close icon lebaudantoine 2024-08-12 09:33:45 +02:00
  • e6a15e36b4 (frontend) create a control button for participants list lebaudantoine 2024-08-12 09:31:39 +02:00
  • 3541af5992 (frontend) extend button primitive with a toggle variant lebaudantoine 2024-08-09 22:38:05 +02:00
  • 68f0ea3639 🩹(frontend) prevent controls shift when opening chat lebaudantoine 2024-08-09 22:08:02 +02:00
  • 925eb92c60 🗃️(database) add missing migrations for user's language lebaudantoine 2024-08-07 16:41:14 +02:00
  • d965ee7060 🔒️(helm) allow server host and whitelist pod IP for health checks lebaudantoine 2024-08-05 16:58:11 +02:00
  • aef85bb1ab 🏗️(bin) merge duplicated folders scripts and bin lebaudantoine 2024-08-05 16:20:47 +02:00
  • 8f59b08088 🩺(helm) update liveness and readiness probes from 10s to 30s lebaudantoine 2024-08-05 14:48:49 +02:00
  • 366998b3d6 🔇(backend) silence security warnings for reverse proxy setup lebaudantoine 2024-08-02 21:14:21 +02:00
  • c8ad0ab24f 🔥(terraform) remove legacy terraform and OpenStack references lebaudantoine 2024-08-02 21:07:55 +02:00
  • d2bbcb0f51 🔇(backend) fix E010 Django warning logs lebaudantoine 2024-08-02 19:58:30 +02:00
  • 40457bd68a 🐛(frontend) avoid unnecessary refetches of room's data lebaudantoine 2024-08-08 13:08:56 +02:00
  • c21c5f604b 🩹(frontend) clear router state on page reload lebaudantoine 2024-08-07 17:30:59 +02:00
  • 66350b8fb5 🐛(frontend) pass participant's name while creating a room lebaudantoine 2024-08-07 16:34:29 +02:00
  • 378cc3a651 (frontend) persist local participant name on updates lebaudantoine 2024-08-07 16:31:56 +02:00
  • 28f43fb2c0 ♻️(backend) refactor LiveKit access token handling lebaudantoine 2024-08-07 16:25:54 +02:00
  • 37eea16a50 (frontend) allow local participant to update her name lebaudantoine 2024-08-07 11:36:07 +02:00
  • fe8ed43aae (backend) allow LiveKit users to update their own metadata lebaudantoine 2024-08-07 11:28:04 +02:00
  • 671aa68804 ♻️(frontend) restore User Information in Settings Dialog lebaudantoine 2024-08-06 17:49:02 +02:00
  • 6449aaf7ea ♻️(frontend) remove header from video conference lebaudantoine 2024-08-06 17:44:21 +02:00
  • f8fff3dbdf ♻️(frontend) allow opening Settings dialog in a controlled way lebaudantoine 2024-08-06 17:25:22 +02:00
  • 1715ec10dd (frontend) introduce a menu with more actions lebaudantoine 2024-08-06 17:06:58 +02:00
  • 8c7aed4b00 ♻️(frontend) simplify the controls component lebaudantoine 2024-08-06 15:16:37 +02:00
  • 217b19e42a 🌐(frontend) internationalize video conference controls lebaudantoine 2024-08-06 14:50:26 +02:00
  • bd26a0abc1 💩(frontend) duplicate Controls bar lebaudantoine 2024-08-06 14:29:46 +02:00
  • abb708aa49 💩(frontend) duplicate VideoConference component lebaudantoine 2024-08-06 13:40:21 +02:00
  • 5d35161ae3 👷(frontend) add linting and formatting checks for frontend lebaudantoine 2024-08-06 11:15:45 +02:00
  • 0b6f58bf9c 🚨(frontend) run Prettier on the codebase lebaudantoine 2024-08-06 11:08:01 +02:00
  • 79519fef26 🔧(frontend) configure Prettier and ESLint lebaudantoine 2024-08-06 11:06:16 +02:00
  • d7b1fbaf28 ♻️(mail) refactor mail to use npm instead of yarn lebaudantoine 2024-08-06 10:40:28 +02:00
  • 26bc67d1b4 ⬆️(dependencies) update boto3 to v1.34.154 renovate[bot] 2024-08-05 21:14:20 +00:00
  • b783a8bac6 📝(doc) add an example for the frontend image lebaudantoine 2024-08-05 23:11:18 +02:00
  • e7dc54d6c5 🔖(minor) bump release to 0.1.3 lebaudantoine 2024-08-05 22:38:20 +02:00
  • 9a07fba991 💄(frontend) center the feedback screen text lebaudantoine 2024-08-04 23:42:52 +02:00
  • ca3b1f0297 (frontend) center error screen body lebaudantoine 2024-08-04 21:58:46 +02:00
  • 01390b12fb (frontend) allow customization of error title and description lebaudantoine 2024-08-04 21:21:53 +02:00
  • df1eca7c34 (frontend) support get or create room while accessing a room lebaudantoine 2024-08-04 17:53:59 +02:00
  • b529e9c848 ♻️(frontend) extract query key in a variable lebaudantoine 2024-08-04 17:40:26 +02:00
  • 23a2d3bcac ♻️(frontend) support mutation status in QueryAware component lebaudantoine 2024-08-04 17:35:36 +02:00
  • 55749a9565 ♻️(frontend) extract queryClient definition lebaudantoine 2024-08-04 17:28:04 +02:00
  • 8115a39538 🐛(frontend) make link in the chat clickable lebaudantoine 2024-08-02 14:55:49 +02:00
  • 2416ca1127 🔥(frontend) remove default username lebaudantoine 2024-08-02 14:31:53 +02:00
  • 1971f594cf 🔇(frontend) remove LiveKit logs in production lebaudantoine 2024-08-02 14:28:12 +02:00
  • fb0ee9e8f6 (frontend) create room in db when creating a new room lebaudantoine 2024-07-31 17:47:28 +02:00
  • b261f2ee5b 🛂(backend) disallow unregistered rooms lebaudantoine 2024-07-26 00:41:17 +02:00
  • aa54075e6b 📈(helm) add separate namespaces for each environment lebaudantoine 2024-08-03 23:28:05 +02:00
  • 271b598cee 📈(backend) introduce analytics lebaudantoine 2024-08-03 23:26:56 +02:00
  • fc232759fb (backend) support email anonymization on user lebaudantoine 2024-08-03 23:14:01 +02:00
  • a992aa8898 (backend) add analytics dependency lebaudantoine 2024-08-03 23:05:17 +02:00
  • 1b8b91a44d ⬆️(dependencies) update python dependencies renovate[bot] 2024-08-05 00:15:38 +00:00
  • 63c6f5a8a1 🐛(frontend) add unique key to 'popover' items lebaudantoine 2024-08-04 22:31:31 +02:00
  • 1970a4d6b1 ✏️(frontend) fix minor typo in i18n hook lebaudantoine 2024-08-04 22:23:39 +02:00
  • d406f31bd8 🔧(backend) fix Pylint configurations lebaudantoine 2024-07-31 12:54:06 +02:00
  • 4a011024dd 🚨(backend) fix Ruff warnings lebaudantoine 2024-07-31 00:26:35 +02:00
  • 59b23ad1b9 ⚰️(backend) remove unused setup file lebaudantoine 2024-07-31 00:21:55 +02:00
  • 93be2881d2 (backend) fix tests broken by dependencies updates lebaudantoine 2024-07-31 00:21:44 +02:00
  • daa125edf3 🚨(backend) fix linter warnings lebaudantoine 2024-07-30 16:48:26 +02:00
  • c93e770704 ⬆️(dependencies) update python dependencies renovate[bot] 2024-07-30 00:09:59 +00:00
  • 1f57adc4da ♻️(frontend) rework how we handle screens and layout code Emmanuel Pelletier 2024-07-29 18:32:56 +02:00
  • 952e6970f0 🐛(room) do not show feedback info when reloading room page Emmanuel Pelletier 2024-07-30 01:47:03 +02:00
  • af0746eac1 ️(frontend) dont endlessly query user info Emmanuel Pelletier 2024-07-30 01:37:20 +02:00
  • 62492d1411 🔖(minor) bump release to 0.1.2 Emmanuel Pelletier 2024-07-29 10:16:49 +02:00
  • 34e21b77b5 🩹(loading) fix header doubled when loading room Emmanuel Pelletier 2024-07-29 10:11:31 +02:00
  • 9edb9c2f57 💄(button) center button texts Emmanuel Pelletier 2024-07-29 08:44:11 +02:00
  • ee1abbed04 🚸(feedback) remember the user about feedback form on call end Emmanuel Pelletier 2024-07-29 08:42:06 +02:00
  • ed52123733 💄(header) better feedback integration Emmanuel Pelletier 2024-07-29 08:26:48 +02:00
  • a7739efb70 🚸(feedback) better wording Emmanuel Pelletier 2024-07-29 08:26:06 +02:00
  • 72ef3c8bb0 🎨(locales) fix locale strings order Emmanuel Pelletier 2024-07-29 08:25:13 +02:00
  • e9ef2bc4ae 🐛(home) fix invite form that didn't work with actual meeting urls Emmanuel Pelletier 2024-07-26 11:11:38 +02:00
  • 8587574fcd (rooms) show an invite dialog when creating a room Emmanuel Pelletier 2024-07-26 11:02:32 +02:00
  • c3617fc005 🚸(home) skip the join screen when creating a room Emmanuel Pelletier 2024-07-26 00:39:09 +02:00
  • 8f81318ecf ♻️(frontend) trying out cleaner way to handle routes Emmanuel Pelletier 2024-07-26 00:36:10 +02:00
  • afd2f9a299 (frontend) new feedback link in header Emmanuel Pelletier 2024-07-25 15:44:54 +02:00
  • fff5740b14 (backend) fix test broken by dependencies update lebaudantoine 2024-07-25 23:25:37 +02:00
  • 7545f94bbd ⬆️(dependencies) update django to v5.0.7 [SECURITY] renovate[bot] 2024-07-25 20:35:39 +00:00
  • edb90327e5 ⬆️(dependencies) update requests to v2.32.2 [SECURITY] renovate[bot] 2024-07-25 16:57:13 +00:00
  • fdff5092b0 🐛(sso) prevent flash when trying to autologin Emmanuel Pelletier 2024-07-25 18:08:10 +02:00
  • 234116163a (frontend) try silent login every one hour lebaudantoine 2024-07-24 23:28:30 +02:00
  • 2a8027deb0 (frontend) support 'silent' and 'returnTo' params in authUrl lebaudantoine 2024-07-24 22:27:55 +02:00
  • d167490c09 (backend) support silent login lebaudantoine 2024-07-24 22:11:03 +02:00
  • e7ea700c3d (backend) handle custom redirect URL while login lebaudantoine 2024-07-24 16:58:53 +02:00
  • edf19c8f1e 🩹(backend) update pyproject description lebaudantoine 2024-07-24 16:32:32 +02:00
  • e6feed2086 📝(tilt) document running the application with Tilt lebaudantoine 2024-07-17 20:37:31 +02:00