Commit Graph

39 Commits

Author SHA1 Message Date
e56f7933f4 fix: refactor forgot password system (#329)
* refactor forgot password system

* ready
2024-09-19 15:51:51 +01:00
b152c858b4 fix: add user tokens repo to database module 2024-09-18 20:28:39 +01:00
f34812653e feat(backend): forgot password (#250)
* feat(backend): forgot password

* feat: apply feedback from code review

* chore(auth): validate the minimum length of 'newPassword'

* chore(auth): make token has an expiry of 1 hour

* chore: rename all occurrences of 'code' to 'token'

* chore(backend): provide value on nanoIdGen method
2024-09-17 15:52:47 +01:00
6a3a7721be features and bug fixes (#322)
* fix page import title bug

* fix youtube embed in markdown export

* add link to rendered file html

* fix: markdown callout import

* update local generateJSON

* feat: switch spaces from sidebar

* remove unused package

* feat: editor date menu command

* fix date description

* update default locale code

* feat: add more code highlight languages
2024-09-17 15:40:49 +01:00
fb27282886 feat: delete space and edit space slug (#307)
* feat: make space slug editable

* feat: delete space

* client
2024-09-16 17:43:40 +01:00
38e9eef2dc feat: excalidraw integration (#214)
* update tiptap version

* excalidraw init

* cleanup

* better file handling and other fixes

* use different modal to fix excalidraw cursor position issue
* see https://github.com/excalidraw/excalidraw/issues/7312
* fix websocket in vite dev mode

* WIP

* add align attribute

* fix table

* menu icons

* Render image in excalidraw html
* add size to custom SVG components

* rewrite undefined font urls
2024-08-31 19:11:07 +01:00
e960b8c1a9 create migration 2024-07-07 16:27:43 +01:00
1958067110 Revert "remove redundant slug_id index"
This reverts commit 3e519ebcd8.
2024-07-07 16:16:13 +01:00
3e519ebcd8 remove redundant slug_id index 2024-07-07 16:07:43 +01:00
949d782a28 make emails case-insensitive 2024-07-07 15:49:43 +01:00
f12f93b373 increase startup db retry limit 2024-07-05 19:00:55 +01:00
9496ec9b57 prevent database error from crashing server 2024-07-05 18:59:16 +01:00
8f056d1071 add full page width preference 2024-07-03 11:00:42 +01:00
aea37eecda use uuid7 2024-06-27 01:53:32 +01:00
f2a193ac8d Allow creation of space
* other fixes and cleanups
2024-06-24 20:06:57 +01:00
d4eefa48a8 restructure directories
* set log level based on env
2024-06-09 15:57:52 +01:00
38ef610e5e fixes
* integrate websocket redis adapter
* use APP_SECRET for jwt signing
* auto migrate database on startup in production
* add updatedAt to update db operations
* create enterprise ee package directory
* fix comment editor focus
* other fixes
2024-06-07 17:29:34 +01:00
06d854a7d2 refactor layout
* ui polishing
* frontend and backend fixes
2024-05-31 21:51:44 +01:00
046dd6d150 fix space member count
* fix space added_by_id
* rename user role change endpoints
2024-05-24 15:59:20 +01:00
ccf9d5d99f more work on attachments
* fix frontend env usage
2024-05-22 23:24:57 +01:00
9c7c2f1163 updates and fixes
* seo friendly urls
* custom client serve-static module
* database fixes
* fix recent pages
* other fixes
2024-05-18 03:19:42 +01:00
c18c9ae02b Refactoring
* replace TypeORM with Kysely query builder
* refactor migrations
* other changes and fixes
2024-03-29 01:46:11 +00:00
7d56920ad5 fix pages tsv column index 2024-03-23 00:12:01 +00:00
f1d7ffb9dd Fix env path for Nestjs 2024-03-23 00:08:44 +00:00
a40ba4b41e Re-initialize database migrations (3rd try) 2024-03-22 23:42:19 +00:00
2304abd43c Re-initialize database migrations 2024-03-22 23:38:05 +00:00
51baf30f0d Use polymorphic table for space membership 2024-03-22 00:40:13 +00:00
639842182c Replace space privacy with visibility
* Make creatorId nullable
2024-03-21 20:31:32 +00:00
51b9808382 Implement Space membership by group
* Add all users to default group
* Fixes and updates
2024-03-20 01:26:03 +00:00
a821e37028 Refactoring
* Refactor workspace membership system
* Create setup endpoint
* Use Passport.js
* Several updates and fixes
2024-03-16 22:58:12 +00:00
528b9d70b1 feat: groups 2024-03-05 16:22:24 +00:00
7afd893fa1 implement custom typeorm naming strategy 2024-03-03 00:15:53 +00:00
3d90fc01ad * fixes and cleanups
* db transactions
* add default space to workspace
2024-03-01 01:07:30 +00:00
40251aef7d feat: spaces - WIP 2024-02-28 02:39:46 +00:00
1d620eba49 * Replace tsvector generated column with triggers.
* reason: due to typeorm generated column metadata bug
2024-02-26 13:57:28 +00:00
4008e15c04 fix migrations 2024-02-26 13:51:34 +00:00
e03b1f9f25 migrations 2024-01-30 00:22:29 +01:00
5a49e65ca8 update .gitignore 2024-01-10 20:45:53 +01:00
093e634c0b switch to nx monorepo 2024-01-09 18:58:26 +01:00