Commit Graph

25 Commits

Author SHA1 Message Date
Abdullah Atta 4da9614851 global: upgrade to net8.0 2024-03-05 10:03:27 +05:00
Abdullah Atta 1f72e2c3a8 identity: fix session revokation 2023-10-28 11:08:17 +05:00
Abdullah Atta ab7ea72fd4 sync: introduce sync v2 2023-09-09 20:29:05 +05:00
Abdullah Atta 55a7e9fd1c sync: make collection & db name usage more obvious 2023-09-09 20:28:46 +05:00
Abdullah Atta 8bbb4d0b9e sync: make tags & colors syncable 2023-09-09 20:26:51 +05:00
Abdullah Atta fc757674a9 sync: improve announcements & monograph query performance 2023-09-09 20:23:16 +05:00
Abdullah Atta 6e7a85763c sync: pause all fetches if another device is pushing 2023-06-28 17:12:02 +05:00
Abdullah Atta 4b67b7eedb sync: prevent multiple syncs from a single connection 2023-05-22 18:22:32 +05:00
Abdullah Atta 19056a9302 sync: detect multiple conflicting syncs
When 2 or more syncs conflict, it is necessary to adjust last synced
date to avoid data from entering a Sync Blindspot.
2023-05-22 18:22:16 +05:00
Abdullah Atta f38e61d58f global: update copyright year to 2023 2023-01-16 13:33:47 +05:00
Abdullah Atta 1b5678a26c sync: minor refactors 2023-01-16 13:24:04 +05:00
Abdullah Atta 443b4ab715 sync: improve perf of user account reset & deletion
this adds a new UserId index in all the notesnook collections which
helps to speed up the deletion time during account reset & delete.
This fixes the request timeout issues during both of these processes.
2023-01-16 13:22:57 +05:00
Abdullah Atta cb3c8ed4ac global: add very basic server versioning 2023-01-05 19:44:45 +05:00
Abdullah Atta 38c410db58 common: make CORS origins configurable 2023-01-05 19:41:25 +05:00
Abdullah Atta 50c06fc11d global: read env from .env file in release mode 2023-01-05 19:27:25 +05:00
Abdullah Atta 9db20e7f98 global: add ssl support to all servers 2023-01-03 22:28:17 +05:00
Abdullah Atta 7ebbbb8004 docker: use minio for s3 storage 2022-12-31 14:56:00 +05:00
Abdullah Atta 9af8a46f87 chore: read env vars from .env.local during dev 2022-12-30 19:23:39 +05:00
Abdullah Atta 19b0d94406 sync: add some helpful comments 2022-12-30 11:39:57 +05:00
Abdullah Atta b15495d1bc docker: add Dockerfiles for all servers & enable docker compose 2022-12-30 11:24:33 +05:00
Abdullah Atta c0fab8a735 global: make ready for self hosting
This exposes a few more env vars for configuration &
bypasses the Subscription backend
so each user is Pro by default. This is required because there won't be
any mechanism for the user to upgrade. We'll also have to disable a few
things on the client side to avoid confusion.
2022-12-30 11:23:02 +05:00
Abdullah Atta 3f89ebc214 global: move more config to env vars 2022-12-29 11:18:29 +05:00
Abdullah Atta af9b357f3f read env vars from .env file 2022-12-28 17:33:18 +05:00
Abdullah Atta 021f098233 chore: add license & readme 2022-12-28 16:52:22 +05:00
Abdullah Atta d2217adce7 open source Notesnook API 2022-12-28 16:20:25 +05:00