Philipinho
|
dc65fbafa4
|
add recent changes tab to home
|
2023-11-13 12:36:56 +00:00 |
|
Philipinho
|
4cb7a56f65
|
feat: comments
* create comment
* reply to comment thread
* edit comment
* delete comment
* resolve comment
|
2023-11-09 16:52:34 +00:00 |
|
Philipinho
|
dea2cad89c
|
refactor page endpoints
|
2023-11-03 13:31:01 +00:00 |
|
Philipinho
|
730e925b6a
|
fetch page without ydoc
|
2023-10-30 14:46:28 +00:00 |
|
Philipinho
|
968b9c3a0f
|
update collaboration
|
2023-10-21 14:16:52 +01:00 |
|
Philipinho
|
c6477698c0
|
Fix websocket port issue
* Make 'ws' (collaboration) and socket.io work on same server port
|
2023-10-20 22:56:59 +01:00 |
|
Philipinho
|
acaf7ba95d
|
update dependencies
|
2023-10-19 15:28:56 +01:00 |
|
Philipinho
|
2e9969d590
|
socket.io server init
* Make Hocuspocus collaboration websocket server (wsAdapter) work with socket.io
* Create database module for TypeOrm
|
2023-10-16 15:19:30 +01:00 |
|
Philipinho
|
d93c825fae
|
cleanup
|
2023-10-15 01:04:26 +01:00 |
|
Philipinho
|
2689b267cf
|
sidebar page tree
* frontend and backend implementation
|
2023-10-15 01:01:17 +01:00 |
|
Philipinho
|
7f38d3bffe
|
storage module
|
2023-09-23 13:54:11 +01:00 |
|
Philipinho
|
4382c5a1d0
|
collaborative editor - wip
|
2023-09-15 01:22:47 +01:00 |
|
Philipinho
|
89de5be6ed
|
Page module updates - WIP
|
2023-09-06 00:53:49 +01:00 |
|
Philipinho
|
add9303249
|
check for existing workspace user
|
2023-09-05 17:50:43 +01:00 |
|
Philipinho
|
6af5c9a9ca
|
Add new user and workspace endpoints
* add account update endpoint to user module
* add membership management endpoints to workspace module
|
2023-09-04 19:10:48 +01:00 |
|
Philipinho
|
3e7c2de9a4
|
Return user and with current workspace
* Create endpoint to return user and their workspace
* Only return auth tokens on login/signup
* Allow nullable workspace name
|
2023-08-26 23:38:14 +01:00 |
|
Philipinho
|
f11f9f6210
|
Add new page module and services; refactor existing entities
- Introduced a new page module with associated services.
- Refactored TypeORM entities in user and workspace modules.
|
2023-08-22 19:48:57 +01:00 |
|
Philipinho
|
c0b2bc1f57
|
configurable port
|
2023-08-20 13:43:45 +01:00 |
|
Philipinho
|
6e9be6d827
|
replace deprecated plainToClass with plainToInstance
|
2023-08-08 18:13:50 +01:00 |
|
Philipinho
|
643b448607
|
frontend init
|
2023-08-08 14:12:15 +01:00 |
|
Philipinho
|
fe7c3ede01
|
workspace - wip
|
2023-08-07 18:16:51 +01:00 |
|
Philipinho
|
021a99e716
|
transform http response json
|
2023-08-05 20:44:15 +01:00 |
|
Philipinho
|
40a459271a
|
write tests for UserService
|
2023-08-05 18:36:35 +01:00 |
|
Philipinho
|
6e3ba20fcf
|
implement jwt auth
|
2023-08-05 16:58:34 +01:00 |
|
Philipinho
|
cebad0e0a5
|
Setup TypeORM
|
2023-08-04 16:26:43 +01:00 |
|
Philipinho
|
11018ea976
|
switch to fastify
|
2023-08-03 17:29:50 +01:00 |
|
Philipinho
|
8c84bf822e
|
init
|
2023-08-03 17:04:35 +01:00 |
|