Commit graph

275 commits

Author SHA1 Message Date
swve
31e8eaf0b5 feat: optimize NextAuth session and token management
- Added global session caching to reduce API calls
- Improved token refresh logic with expiry check
- Implemented 5-minute session caching mechanism
- Added type declarations for global session cache
2025-01-25 13:51:15 +01:00
swve
6edf02b92d chore: upgrade Next.js and related dependencies to version 14.2.23 2025-01-25 13:41:12 +01:00
swve
be7b9499f2 fix: collections bugs and issues 2025-01-24 22:59:04 +01:00
swve
79a31dd8ec feat: enhance user account management with password and profile updates
- Added validation for user profile and password update forms using Yup.
- Implemented user feedback for successful profile and password updates, including prompts to re-login.
- Improved UI for profile editing and password change sections, enhancing user experience.
- Updated password update service to include response metadata handling.
2025-01-24 22:46:05 +01:00
swve
9f457561d8 fix: Course payment modal is overflowing in mobile 2025-01-24 22:06:14 +01:00
swve
5006b1abad fix: switching issues in payments dashboard 2024-12-18 01:11:32 +01:00
swve
bfd27ef6e3 feat: Init explore metadata features & redesign org settings panel 2024-12-18 01:04:11 +01:00
swve
581eff7668 feat: enhance onboarding experience with new assignment and payment steps
- Added new onboarding steps for creating assignments and managing payments.
- Updated state management to persist the current onboarding step in local storage.
- Implemented temporary closure logic for the onboarding modal, allowing users to resume after 24 hours.
- Improved modal handling and UI adjustments for better user experience.
2024-12-01 20:07:45 +01:00
swve
734cf072ad fix: login button issues 2024-11-30 13:50:22 +01:00
swve
47c4a6f8f7 fix: multiple Embed block issues #363 #362 #375 2024-11-29 00:16:44 +01:00
swve
0f87065806 fix: Dynamic preview page content can be deleted when AI menu is present #349 2024-11-28 23:47:57 +01:00
swve
8acceb5ba9 fix: Badge template floating element covers toggle, makes it hard to close for when don't want to choose in editor page #366 2024-11-28 22:51:06 +01:00
swve
a6506d5339 fix: Embed block inputs accepts empty input #364 2024-11-28 22:42:03 +01:00
swve
780968ba06 fix: Interactive quizzes, add and removing answers is challenge due to CSS scaling effect in editor page #343 2024-11-28 22:29:03 +01:00
swve
90a47880cb fix: No way to add an answer for question after deleting all answers for quizzes on admin assignment page #359 2024-11-28 22:25:19 +01:00
swve
9929edffc0 fix: Couldn't update course's details when it is in "users only" access mode #389 2024-11-28 22:20:48 +01:00
swve
f4794ebaf2 fix: login and signup orgslug missing bug 2024-11-28 21:47:41 +01:00
swve
1c6de351d3 fix: additional issues 2024-11-26 01:10:39 +01:00
swve
0d2f9aa55b feat: remove collaborative features 2024-11-26 01:03:31 +01:00
Badr B.
60740c4166
Merge pull request #316 from learnhouse/feat/payments
Payments & Subscriptions
2024-11-26 00:03:48 +01:00
swve
546e8a5f98 feat: add payments feature access based on config 2024-11-25 23:58:25 +01:00
swve
5a746a946d chore: refactor frontend components folder 2024-11-25 23:26:33 +01:00
swve
46f016f661 feat: better healthcheck 2024-11-25 23:04:40 +01:00
swve
6cd1cf7e9c feat: UI improvements & migration script 2024-11-23 20:24:39 +01:00
swve
0449d6f87c feat: use OAuth for stripe connect 2024-11-18 19:52:09 +01:00
JeyGR
67b47258ba fix: border for usergroup selector 2024-11-18 22:33:13 +05:30
swve
93c0838fab fix: webhooks issues 2024-11-10 15:42:55 +01:00
swve
a8ba053447 feat: use stripe connect for payments 2024-11-09 16:54:43 +01:00
swve
cdd893ca6f feat: prevent access removal if user has paid for a product 2024-11-03 01:26:58 +01:00
swve
0e97580747 feat: add user owned courses page 2024-11-03 00:44:34 +01:00
swve
9f1d8c58d1 feat: add customers list on the dashboard 2024-11-03 00:04:00 +01:00
swve
3988ee1d4b feat: protect paid courses 2024-11-02 23:35:39 +01:00
swve
1bff401e73 feat: add course checkout UI and stripe integration and webhook wip 2024-11-02 19:44:26 +01:00
swve
d8913d1a60 feat: improve course creation UI 2024-10-31 19:24:54 +01:00
swve
f0aeb4605c feat: add ability to link courses to products 2024-10-31 19:24:31 +01:00
swve
3f96f1ec9f feat: add user choosen custom prices 2024-10-31 16:12:32 +01:00
swve
bf38fee68b fix: conflicts and upgrades 2024-10-30 23:52:39 +01:00
swve
416c3a4afc feat: init stripe utils 2024-10-30 23:41:25 +01:00
swve
412651e817 feat: improve products & subscriptions page 2024-10-30 23:41:11 +01:00
swve
c762d2333e feat: use shadcn inputs and modal 2024-10-30 23:41:11 +01:00
swve
4c8cb42978 feat: products crud 2024-10-30 23:41:11 +01:00
swve
5e53878a64 fix: packages issues 2024-10-30 23:40:37 +01:00
swve
deba63cc15 feat: init payments config backend & dash frontend 2024-10-30 23:40:37 +01:00
swve
96e453a4de fix: courses visibility issue 2024-10-30 23:40:37 +01:00
swve
b3f1a4a7c5 feat: frontend packages upgrades 2024-10-30 23:40:37 +01:00
Badr B.
94c2ed50ab
Merge pull request #367 from chrishollandaise/fix/limit-inputs-accept-values
fix: file inputs limit to their respective file formats
2024-10-27 20:29:08 +01:00
Badr B.
de10fb4969
Merge pull request #373 from Benjamin-Frost/fix/350-long-email-invite
Fix Long User Input Leads To Overflow
2024-10-27 20:18:08 +01:00
Benjamin Frost
7a7e12cd11 fix: long user input leads to overflow 2024-10-24 09:09:34 +02:00
Chris Holland
3430cfdb3a
chore: merge with dev 2024-10-23 20:06:17 -07:00
Chris Holland
9c41df22da
Merge remote-tracking branch 'origin/dev' into fix/make-left-menu-sticky 2024-10-23 19:55:51 -07:00