Commit graph

145 commits

Author SHA1 Message Date
swve
0fb213ee4e fix: Error when you try to edit a course from a button 2024-06-14 00:46:12 +01:00
swve
f524ddb51a feat: various course edition improvements 2024-06-14 00:18:23 +01:00
swve
29219391ea feat: add loading indicator and improve loading screens 2024-06-13 23:00:33 +01:00
swve
866111aa4c feat: usergroups bugs 2024-06-13 22:42:30 +01:00
swve
8901cc589e chore: js package updates 2024-06-10 14:26:57 +01:00
swve
644693149a fix: session issues/bugs 2024-06-10 10:17:45 +01:00
swve
d85ea6861c feat: init umami 2024-06-08 12:36:46 +01:00
swve
9968fe23fa fix: course edition bugs 2024-06-08 11:39:30 +01:00
swve
25cba1cdbb fix: pnpm issues 2024-06-06 17:21:07 +01:00
swve
693a28721d feat: implement logged in organization joining + improvements 2024-06-06 16:54:53 +01:00
swve
25ac82f4ad feat: additional changes 2024-06-06 16:54:53 +01:00
swve
2ae8dbeba5 feat: major login and signup changes 2024-06-06 16:54:53 +01:00
swve
5ca1ba75e1 feat: middleware support for oauth 2024-06-06 16:54:53 +01:00
swve
52f2235942 feat: use session access_tokens 2024-06-06 16:54:53 +01:00
swve
08cc97f557 fix: session auth issues 2024-06-06 16:54:53 +01:00
swve
1708b36818 feat: init new auth 2024-06-06 16:53:41 +01:00
swve
2e3d1ca094 chore: upgrade pnpm lockfiles to 9.0 2024-05-26 11:25:20 +02:00
swve
5a8eedb091 feat: add simple health check page 2024-05-21 19:08:51 +02:00
swve
7c0b60461c chore: use node:22 for frontend image 2024-05-05 09:59:42 +02:00
swve
f0fc7c1d99 fix: course avatar issue 2024-05-03 17:49:24 +02:00
swve
47a96d84d2 feat: improve YouTube videoIds detection 2024-05-03 17:28:35 +02:00
swve
6650a82d3a fix: course author avatar issue 2024-05-03 17:17:51 +02:00
swve
a0966e90e3 fix: video activity bug 2024-05-03 17:13:07 +02:00
swve
ae7b7a7f93 fix: downgrade nextjs due to bugs 2024-05-02 16:20:03 +02:00
swve
49cfb854b2 chore: Update next package version to 14.2.3 in package.json and pnpm-lock.yaml 2024-05-02 16:04:36 +02:00
swve
a89e98d063 feat: update to next@14.2.2 2024-04-21 13:23:55 +02:00
swve
d1fde17220 feat: init new self-hosting method 2024-04-21 12:37:06 +02:00
swve
d5791d99d5 feat: improve frontend image 2024-04-20 11:51:01 +02:00
swve
1d9445db70 feat: add update creation time indicator 2024-04-17 21:36:27 +02:00
swve
8a2ccb2534 feat: add updates functionality to app 2024-04-17 21:26:21 +02:00
swve
f0e5fa925d feat: add ui skeletons for course updates 2024-04-16 21:54:55 +02:00
Badr B
190e518ba6
Merge pull request #203 from learnhouse/dependabot/npm_and_yarn/types/react-18.2.74 2024-04-10 22:33:18 +02:00
dependabot[bot]
700d4b5882 chore(deps-dev): bump @types/react from 18.2.8 to 18.2.74
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.8 to 18.2.74.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 21:42:18 +02:00
swve
8b2ba56af6 chore: update ts 5.4.4 locks 2024-04-10 21:32:52 +02:00
dependabot[bot]
fc3a30f124
chore(deps): bump typescript from 5.4.3 to 5.4.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 04:08:13 +00:00
swve
32a7aeffd2 fix: lazy import EditorWrapper and disable ssr for the editor 2024-04-07 18:04:41 +02:00
swve
800154e199 feat: add locks to folders + dockerimage for collaboration stack 2024-04-06 13:44:51 +02:00
swve
6a47202c78 feat: add live users avatar indicators 2024-04-05 17:07:43 +02:00
swve
54718d7111 feat: init mouse movements 2024-04-04 20:16:47 +02:00
swve
2afc6ec5e9 feat: add ability to emit content saving notifications 2024-04-03 20:19:31 +02:00
swve
953de4cc67 feat: init collaboration backend & adapt editor 2024-04-01 16:47:41 +02:00
swve
b9e6fc5d23 fix: packages issues 2024-04-01 16:26:50 +02:00
swve
bc7ea04998 chore: add @tiptap/pm package dependency 2024-04-01 13:29:05 +02:00
Badr B
78a0428c2a
Merge pull request #191 from learnhouse/dependabot/npm_and_yarn/eslint-config-next-14.1.4
chore(deps-dev): bump eslint-config-next from 13.5.6 to 14.1.4
2024-04-01 11:00:11 +02:00
dependabot[bot]
d9c59ece39
chore(deps-dev): bump eslint-config-next from 13.5.6 to 14.1.4
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.6 to 14.1.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 08:58:46 +00:00
Badr B
d7acd00d02
Merge pull request #190 from learnhouse/dependabot/npm_and_yarn/radix-ui/react-form-0.0.3
chore(deps): bump @radix-ui/react-form from 0.0.2 to 0.0.3
2024-04-01 10:55:21 +02:00
Badr B
8bc9252d78
Merge pull request #193 from learnhouse/dependabot/npm_and_yarn/types/node-20.12.2
chore(deps-dev): bump @types/node from 18.7.18 to 20.12.2
2024-04-01 10:54:59 +02:00
Badr B
753e996f1f
Merge pull request #194 from learnhouse/dependabot/npm_and_yarn/typescript-5.4.3
chore(deps-dev): bump typescript from 5.1.3 to 5.4.3
2024-04-01 10:54:39 +02:00
dependabot[bot]
948f806d31
chore(deps-dev): bump typescript from 5.1.3 to 5.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:31:54 +00:00
dependabot[bot]
088ebe255b
chore(deps-dev): bump @types/node from 18.7.18 to 20.12.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 20.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:30:37 +00:00