Skip to content

Releases: LinkoraApp/sync-server

0.0.5

16 Jun 12:24
Compare
Choose a tag to compare

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

28 Mar 16:47
Compare
Choose a tag to compare

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

  • Updated Corretto Image by @0xK1r4n in #4
  • Minor improvements across the codebase.

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

20 Feb 18:59
Compare
Choose a tag to compare

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

14 Feb 16:58
Compare
Choose a tag to compare

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

07 Feb 10:12
Compare
Choose a tag to compare

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.