shaark

Self-hosted platform to keep and share your content: web links, posts, passwords and pictures.

Downloads
23
Stars
578
Committers
7

Bot releases are hidden (Show)

shaark - 1.2.24

Published by MarceauKa almost 5 years ago

1.2.24

⚠️ Re-run the shaarli:update command in case of error.

Added

  • Progressive Web App compatibility (issue #24)
  • Default icon for Shaarli and ability to customize it
  • Automatic backup (issue #28)
  • Network status monitor (for PWA)

Changed

  • Shaarli manager is now divised into multiple traits
  • Move email translation from frontend file to laravel file for performance issue
shaark - 1.2.23

Published by MarceauKa almost 5 years ago

1.2.23

Added

  • Japanese translation (thanks to wyred)
  • Ability to test PDF and Media archiving in settings (issue #34)

Changed

  • Installation and archiving documentation
  • Add php artisan storage:link to the update command
  • Installation and update documentation
  • Shaarli will now append default values to settings

Fixed

  • Default locale setting
shaark - 1.2.22

Published by MarceauKa almost 5 years ago

1.2.22

⚠️ If you have issues with settings, remove custom_background and custom_background_encoded from your storage/settings.json

Added

  • Ability to customize background as image or custom gradient (issues #25 and #26)
  • Shaarlies listing

Changed

  • Unused settings keys are now cleaned after settings update
  • Shaarli default settings are now located in shaarli config file
  • Move link preview and archive to LinkForm (issue #29)
  • Removed link preview action (previews are updated when saving a link)

Fixed

  • Translation in german updated (thanks to kayschima)
  • Select tags now use custom-select class
  • Move vue component styles to app.scss
  • Modal component now correctly remove itself
  • Wrong translation used when blocking in demo mode
  • Typos in StoryForm
shaark - 1.2.21

Published by MarceauKa almost 5 years ago

1.2.21

⚠️ Run migrations when updating

Added

  • RSS and Atom feeds (issue #21)
  • Pinned posts (issue #11)
shaark - 1.2.20

Published by MarceauKa almost 5 years ago

1.2.20

⚠️ Run migrations when updating

Added

  • Post content sharing (issue #1)
  • New Modal component

Changed

  • Password generator with more options
  • Better JS dependencies extraction for lighter builds
  • Tags icon on Search and tag page results
  • copyToClipboard is now a mixin

Fixed

  • Create link then archive it (issue #23)
  • DatabaseSeeder for youtube link
shaark - 1.2.19

Published by MarceauKa about 5 years ago

1.2.19

Added

  • Shortcut to see Link, Story or Chest when created or updated
  • Font Awesome 5 icons

Fixed

  • WebParser with empty result
  • Dragging chest lines on Firefox
shaark - 1.2.18

Published by MarceauKa about 5 years ago

1.2.18

Added

  • Password generator for chests

Changed

  • WebParser now use Symfony DomCrawler
  • DatabaseSeeder with english tags

Fixed

  • Responsive youtube preview
shaark - 1.2.17

Published by MarceauKa about 5 years ago

1.2.17

Added

  • Update command: php artisan shaarli:update

Changed

  • Refactored dark mode
  • Title tag is read before open graph tags when parsing an URL

Fixed

  • Search global shortcut on Firefox
  • Chest password are now readonly
shaark - 1.2.16

Published by MarceauKa about 5 years ago

1.2.16

Added

  • Check if a link has been already shared (thanks to tuananhp-1844)
  • Tests for LinkForm

Changed

  • Only display available tags for the current user or guest
  • Assets are now splitted into vendor.js and app.js to reduce bundle size

Fixed

  • Demo mode on manage tags and users API
shaark - 1.2.15

Published by MarceauKa about 5 years ago

1.2.15

Added

  • Ability to hide card content (home and tag view)
  • Ability to choose the number of columns displayed (home and tag view)
  • Ability to display tags or not (home only)
  • Ability to display chests or not (home only)

Changed

  • Laravel 6.2
  • Removed mavon-editor and vue-markdown for tui.editor
  • Card UI and Search UI

Removed

  • Alternative homepage
shaark - 1.2.14

Published by MarceauKa about 5 years ago

1.2.14

Added

  • Search can use operators such as: -, and, or, ...
  • More tests !

Fixed

  • Search private content
  • Postable withPrivate scope
  • StoryFactory
  • Migrations compatible with SQLite
shaark - 1.2.13

Published by MarceauKa about 5 years ago

1.2.13

⚠️ Run migrations when updating

Added

  • Multi-users
  • Non-admin users can't access settings section

Changed

  • Manage section in separate controllers
  • Logins history and logout other devices moved to account instead of manage
  • Improvements on api http and form errors

Fixed

  • Pagination will now wrap
shaark - 1.2.12

Published by MarceauKa about 5 years ago

1.2.12

Added

  • Demo mode
shaark - 1.2.11

Published by MarceauKa about 5 years ago

1.2.11

Added

  • Ability to purge login history
  • German translation (thanks to kayschima)
  • Documentation for configuration, php and js dependencies
  • Documentation for contribution

Fixed

  • Alternative homepage responsive

Changed

  • Moved marceauka/laravel-scout-tntsearch-driver to teamtnt/laravel-scout-tntsearch-driver
shaark - 1.2.10

Published by MarceauKa about 5 years ago

1.2.10

Fixed

  • SecureLogin will now work with remember
  • Ability to logout other devices

Added

  • current_password validation rule
shaark - 1.2.9

Published by MarceauKa about 5 years ago

1.2.9

Added

  • shaarli:chests:encrypt and shaarli:chests:decrypt commands

Changed

  • Chests are now encrypted in database using AES-256-CBC
  • Install command is now a class

Fixed

  • Settings will not merge shaarli config anymore
  • Chest Export with non-encrypted values
  • Typos in readme
shaark - 1.2.8

Published by MarceauKa about 5 years ago

1.2.8

Changed

  • Refactored link view to LinkCard, updated LinkForm
  • Refactored chest view to ChestCard, updated ChestForm
  • Refactored story view to StoryCard, updated StoryForm
  • LinkActionsController to LinkArchiveController
shaark - 1.2.7

Published by MarceauKa about 5 years ago

1.2.7

Added

  • Move tagged posts to another tag
  • Loader vue component

Changed

  • Refactored managing tags

Fixed

  • Missing translations (custom background images)
shaark - 1.2.6

Published by MarceauKa about 5 years ago

1.2.6

Fixed

  • Default settings
  • Custom background in dark mode

Changed

  • Screenshots
shaark - 1.2.5

Published by MarceauKa about 5 years ago

1.2.5

Added

  • Alternative homepage
  • Ability to customize background image

Changed

  • Refactored settings (back and front)
  • Card dropdown menu is not right aligned
  • Assets are now versionned
  • Screenshots in readme
Package Rankings
Top 22.96% on Packagist.org
Related Projects