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.44 Latest Release

Published by MarceauKa almost 4 years ago

Fixed

  • Create and delete users (#77, #87)

Changed

shaark - 1.2.43

Published by MarceauKa about 4 years ago

Added

  • Health checks for links (thanks to wyred, #79)

Fixed

  • Update checker now fails silently when Github.com is down (#82)

Changed

  • Tag layout: new heading, 1 column on small screens (#80)
  • Confirm button with a duration of 2 seconds instead of .5 second (#81)
  • Dependencies update
shaark - 1.2.42

Published by MarceauKa over 4 years ago

1.2.42

Fixed

  • Default locale on fresh install (#75)
shaark - 1.2.41

Published by MarceauKa over 4 years ago

1.2.41

⚠️ Possible issue with Laravel 6.18 and composer

composer self-update
rm -rfv vendor/
composer install --no-dev --prefer-dist --no-scripts
composer dumpautoload -o
php artisan optimize
php artisan up

Added

Changed

  • Laravel 6.18
shaark - 1.2.40

Published by MarceauKa over 4 years ago

1.2.40

Added

  • Ability to add Custom CSS (#67)

Changed

  • Laravel 6.17
  • Fancy error pages

Fixed

  • PWA service worker location
  • Update migration UpdateLoginsAndDevicesTable for compatibility with SQLite (#68)
  • Exports columns name are now translated
shaark - 1.2.39

Published by MarceauKa over 4 years ago

1.2.39

Added

  • Ability to add Custom JS (#64)
  • Shaark is now a Web Share Target (Work in progress, only on Android #65)

Fixed

  • WebParser can now return null values (#66)
  • Missing french translations for pagination

Removed

  • Github actions
shaark - 1.2.38

Published by MarceauKa over 4 years ago

1.2.38

Added

Changed

  • Cards are now displayed with masonry instead of stacked cards from Bootstrap
  • HTTPS will be forced based on APP_URL instead of APP_ENV

Fixed

  • Posts count for a tag
  • Disable unloading when a new post is submitted
shaark - 1.2.37

Published by MarceauKa over 4 years ago

1.2.37

Added

  • Forms will now prevent reloading or leaving the page if changes were made

Changed

  • Laravel 6.11
  • Remove Faker from require-dev to use seeding in production
  • Simplified pagination
shaark - 1.2.36

Published by MarceauKa almost 5 years ago

1.2.36

⚠️ Run migrations when updating

Added

  • Walls: customizable pages with tags and card type restrictions to provide the best way to browse your content

Changed

  • Laravel 6.9

Fixed

  • Content post not loaded in DatabaseSeeder

Removed

  • Appearance settings: Show chests on homepage, Show tags on homepage, Number of columns, Compact cards
  • Removed App\Post model method scopeOnlyLinks
shaark - 1.2.35

Published by MarceauKa almost 5 years ago

1.2.35

Changed

  • Laravel 6.6

Fixed

shaark - 1.2.34

Published by MarceauKa almost 5 years ago

1.2.34

Added

  • CI build through Github action

Changed

  • Vue components for tests

Fixed

  • Add comment when global privacy is enabled
  • LinkForm test
  • Temp sharing for albums
  • WebParser in test mode
shaark - 1.2.33

Published by MarceauKa almost 5 years ago

1.2.33

⚠️ Run migrations when updating

Added

  • Comments on posts (documentation, #45)
  • Captcha system
  • Ability to choose prefered posts order: creation date or last update date (#61)

Changed

  • New offline network monitor
  • German and Japanese translations updated

Fixed

  • Typos on Story form
  • Composer install and update commands
shaark - 1.2.32

Published by MarceauKa almost 5 years ago

1.2.32

Added

  • Ability to rename tags
  • In-app notification updater (issue #31)
  • PWA meta for iOS

Changed

  • Japanese translation updated to 1.2.31 (thanks to wyred)

Fixed

  • Link, Story, Chest and Album default save action now reload the form
  • Remove unused yarn.lock
shaark - 1.2.31

Published by MarceauKa almost 5 years ago

1.2.31

Added

  • Search with history, loading indicator and no result indicator (issue #59)
  • Links now have a shortcut to archive.org (issue #57)

Fixed

  • Story: Markdown editor on small devices (issue #55)

Changed

  • New form actions "Save", "Save & New", "Save & View"
  • Story is now displayed at full-width
  • Cleaned some translations

Removed

  • Original shaarli import (issue #30)
shaark - 1.2.30

Published by MarceauKa almost 5 years ago

1.2.30

⚠️ Update your Git remote URL: git remote set-url origin https://github.com/MarceauKa/shaark.git

Changed

  • Laravel Shaarli is now Shaark (issue #54)
  • Japanese translation updated to 1.2.29 (thanks to wyred)
shaark - 1.2.29

Published by MarceauKa almost 5 years ago

1.2.29

Added

  • New search strategy using classic SQL search (issue #33 #52)
  • Ability to choose search strategy in settings
  • Chest content can be copied as a text (issue #4)

Fixed

  • Text in modals not visible using dark mode (issue #51)
shaark - 1.2.28

Published by MarceauKa almost 5 years ago

1.2.28

Added

  • Albums can be downloaded as .zip
  • Ability to test email configuration from settings
  • Robots are disabled when global privacy is enabled

Changed

  • New responsive navbar (issue #49)
  • Limit displayed tags in tags card (issue #50)
  • Private archive setting is now Private download
  • CheckArchive is now CheckFeature

Fixed

  • Custom background UI
shaark - 1.2.27

Published by MarceauKa almost 5 years ago

1.2.27

Added

Changed

  • Laravel 6.5
  • Japanese translation updated (thanks to wyred)

Fixed

  • AlbumCard preview
  • Missing translations on file uploader
  • Markdown editor will now load correct language pack (issue #42)
  • Manage Tags and Manage Archives issues in responsive and dark mode (issue #47)
  • Keep old settings values when validation fails
shaark - 1.2.26

Published by MarceauKa almost 5 years ago

1.2.26

Added

  • Add new Album content type for sharing your pictures
  • Manage archives (in settings section)
  • Ability to configure python path (for media archiving)
  • Scheduled job to clean old or incomplete files from storage

Changed

  • No more URL hash for Archive downloading

Fixed

  • Fix composer issue after updating
  • PasswordGenerator border radius
shaark - 1.2.25

Published by MarceauKa almost 5 years ago

1.2.25

Added

  • Install button for PWA in settings

Changed

  • Laravel 6.4
  • New theme (rounded, more icons, more space, new font)
  • Replaced font "Rubik" by "IBM Plex Sans" (without Google Font)
  • Move settings translation from frontend file to laravel file for performance issue

Fixed

  • PWA when global privacy is enabled
Package Rankings
Top 22.96% on Packagist.org
Related Projects