Releases: LinkoraApp/sync-server
Releases · LinkoraApp/sync-server
0.0.5
Fixes
- auth token containing special characters is now parsed correctly, and the 400 issue (400 bad request error on the app) should be resolved [#6]
Pull this release using Docker:
docker pull sakethpathike/linkora-sync-server
the
latest
tag now points to this release and will be followed with further releases as well [#7]
Internals
- ktor-auth library has been replaced with custom auth, which works fine for this server's case.
0.0.4
What's New
- Added support for multi-actions (copy, move, delete, archive, unarchive) for links and folders.
- If you're deleting everything from the client + remote database and another client is online, its local data will be deleted too.
What's Changed
New Contributors
Pull this release using Docker:
docker pull sakethpathike/linkora-sync-server
Full Changelog: release-v0.0.3...release-v0.0.4
0.0.3
What's New
- Added support for removing duplicate links, which can be initiated from the latest Linkora app release.
Pull this release using Docker:
docker pull sakethpathike/linkora-sync-server:0.0.3
Full Changelog: release-v0.0.2...release-v0.0.3
0.0.2
What's New
- Added a new route
SERVER_IS_CONFIGURED
, which provides enough information to understand how everything works and some details about the server. - When the server boots successfully as expected, this new route
SERVER_IS_CONFIGURED
will open automatically.
Improvements
- Re-added the
TEST_BEARER
route, which should fix the 404 error in the Linkora app.
Pull this release using Docker:
docker pull sakethpathike/linkora-sync-server:0.0.2
What's Changed
New Contributors
Full Changelog: 0.0.1...release-v0.0.2
0.0.1
Initial Release
This took a long time, but here we are.
Check out the README to know how to use the server, and let me know if anything doesn't work as expected through issues or on Discord.
The Docker image of this version is available here: Docker Hub
Thank you everyone.