LinkAce

LinkAce is a self-hosted archive to collect links of your favorite websites.

GPL-3.0 License

Downloads
173
Stars
2.4K
Committers
19

Bot releases are visible (Hide)

LinkAce - v0.0.24

Published by Kovah almost 5 years ago

Changes:

  • Links can now be displayed as small cards with less information displayed for a cleaner user experience. The setting can be changed in the user settings.
  • The mobile view of the app is now more mobile-friendly: the navbar sits at the bottom and is easier to reach.
  • Development Docker stack was improved.
  • Minor improvements and small fixes.

Migration:

  • there is no migration needed for this version.
LinkAce - v0.0.23

Published by Kovah about 5 years ago

Changes:

  • Fixes issues with Chrome (#71)
  • Optimizes the whole scripts implementation, additionally fixing the dark theme loader (#67)
  • Updates the readme with additional information
  • Dependency updates
  • Minor style improvements
LinkAce - v0.0.22

Published by Kovah about 5 years ago

Changes:

  • Overhauled dark mode with an updated color scheme
  • Current version is now visible in the footer
  • Docker image and build process was optimized
  • Some internal code optimizations
  • Counter for broken links added to the dashboard
LinkAce - v0.0.21

Published by Kovah about 5 years ago

LinkAce - v0.0.20

Published by Kovah about 5 years ago

Changes:

  • Optimized Docker setup for both development and production use
  • Fixed link check which will now also catch unregistered domains
  • Small interface fixes mainly for icons
  • Upgrade to Laravel 6
  • Updates for the frontend libraries

Upgrade notes:

  • Modify the docker-compose file for production based on the new file from the repository.
LinkAce - v0.0.19

Published by Kovah over 5 years ago

Changes:

  • Fixed a bug where the bookmarklet won't redirect properly (#57)
  • Links are added to the Waybackmachine via the Cron to not block link adding (#58)
  • A lot of internal changes, especially for testing. Also, the front end workflow was moved to Laravel Mix.
  • Tests for the app were extended.
  • Also a lot of minor UI changes and optimizations.
  • Upgraded to Laravel 5.8 to be up-to-date.

Upgrade notes:

  • Run php artisan migrate to pull the latest database changes.
  • Update your nginx.conf baed on the updated nginx.conf shipped with LinkAce.
LinkAce - v0.0.18

Published by Kovah over 5 years ago

Changes:

  • Update Docker production setup
  • Disable submit buttons to indicate loading (#53)
  • Add text descriptions to icons in the mobile menu (#52)
  • Updates Travis CI test process
LinkAce - v0.0.17

Published by Kovah over 5 years ago

Changes:

  • Added auto focus to search field
  • Improve styling of forms and the link page
  • Updates dependencies
  • Fix parsing of meta data
LinkAce - v0.0.16

Published by Kovah over 5 years ago

Changes:

  • Corrections for the release dockerfile
LinkAce - v0.0.15

Published by Kovah over 5 years ago

Changes:

  • Fixes for the password and username settings
  • Updates for the docker-compose.production.yml file
  • Implements some changes for a demo setup
LinkAce - v0.0.14

Published by Kovah over 5 years ago

Changes:

  • Added check for duplicate urls while in edit form (#46)
  • Fixes problems with meta generation for new links (#47)
  • Fixes some smaller issues and fix some styling
LinkAce - v0.0.13

Published by Kovah over 5 years ago

Changes:

  • Small optimizations for the navigation and category selects
  • Added stats to the dashboard
  • Added a new dark theme (#14)
  • Updated dependencies to newer versions
  • Adds a footer :)
LinkAce - v0.0.12

Published by Kovah over 5 years ago

Changes:

  • Implemented the Wayback Machine into link saving
  • Added more tests, activated build process
LinkAce - v0.0.11

Published by Kovah over 5 years ago

Changes:

  • Corrects build process for Docker
LinkAce - v0.0.10

Published by Kovah over 5 years ago

Changes:

  • Updated frontend assets
  • Fixed Docker release build
LinkAce - v0.0.9

Published by Kovah over 5 years ago

Changes:

  • Fixed issue with Bookmarklet session handling
  • Removed Rememberable package because of weird cache issues (#25)
  • Implemented automated backups (#23)
  • Finalize automated link checks (#20)
LinkAce - v0.0.8

Published by Kovah over 5 years ago

Changes:

  • Moved to a single-user approach (#36 )
  • Added system settings as a settings page (#34)
LinkAce - v0.0.7

Published by Kovah over 5 years ago

Changes:

  • Added base for roles with laravel-permission (#33)
  • Added cron handler, cron token can be found in the system settings when you are an admin (#20)
  • Added a status for links to indicate when they are broken (#20)
  • Small improvements for the Docker setup
LinkAce - v0.0.6

Published by Kovah over 5 years ago

Changes:

  • Major interface changes for links
  • Enabled Selectize for category selects
  • Increased session lifetime to 7 days
  • Description will automatically be filled from meta descriptions
  • Implemented exporting of links (#22)
  • Minor bugfixes
LinkAce - v0.0.5

Published by Kovah over 5 years ago

Changes:

  • Added a favicon
  • Internal renaming for easer development
  • Implemented link icons (#15)
  • Fixed issues with the dashboard
  • Improved the import and app settings