Lychee

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

MIT License

Stars
3.1K
Committers
92
Lychee - Version 5.3.0 - Support for S3 & Copyright per album Latest Release

Published by ildyria 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.2.2...v5.3.0

Lychee - v5.2.2 - Hot Fix broken albums with no landscape images.

Published by ildyria 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.2.1...v5.2.2

Lychee - Version 5.2.1 - Header image per album

Published by ildyria 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.2.0...v5.2.1

Lychee - Version 5.2.0

Published by ildyria 7 months ago

Lychee is looking for contributors.

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.1.2...v5.2.0

Lychee - Version 5.1.2 - Fixes CSP for redirection

Published by ildyria 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.1.1...v5.1.2

Lychee - Version 5.1.1 - Dropbox, Download buttons & Improved privacy

Published by ildyria 9 months ago

This minor version adds the ability to redirect when using old links such as https://lychee.test/#albumID/photoID.
To enable this add LEGACY_V4_REDIRECT=true in your .env.

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.1.0...v5.1.1

Lychee - Version 5.1.0 - Oauth supported for major providers.

Published by ildyria 9 months ago

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.0.3...v5.1.0

Lychee - Version 5.0.3 - Fixes, sorting per sub album and more

Published by ildyria 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.0.2...v5.0.3

Lychee - Version 5.0.2 - Fix SQL injection

Published by ildyria 10 months ago

IF YOU ARE UPGRADING FROM VERSION 4, DO MAKE SURE YOU READ THE RELEASE NOTES OF V5.0.0.

See here.

Security advisories

See here for more details: https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-rjwv-5j3m-p5x4

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.0.1...v5.0.2

Lychee - Version 5.0.1 - Fixing reverse proxy upload and other stuff

Published by ildyria 10 months ago

IF YOU ARE UPGRADING FROM VERSION 4, DO MAKE SURE YOU READ THE RELEASE NOTES OF V5.0.0.

See here.

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v5.0.0...v5.0.1

Lychee - Version 5.0.0 - New front-end

Published by ildyria 10 months ago

BREAKING CHANGE IN BUILD STEPS

If you are using git clone, you will need to use npm to build the front-end:

  1. composer install --no-dev
  2. php artisan migrate
  3. npm install
  4. npm run build

Those files are however provided in the release zip file.

Furthermore, proper definition of APP_URL is now required.

Changes from v4.13.0

  • new #2031 : improved honeypot logic & add more honey by @ildyria.
  • new #2033 : map providers are now specified in an Enum by @ildyria.
  • fixes #2041 : Delete existing user permissions associated by @ildyria.
  • new #2066 : Add optimize database call by @ildyria.
  • fixes #2069 : Adds missing space separator in Ghostbuster command advice by @HorlogeSkynet.
  • new #2071 : Drops support for singular public photos in search. by @ildyria.
  • new #2060 : Bye bye PHP 8.1, long live PHP 8.2 by @ildyria.
  • new #2072 : Add configuration check between int and positive (>0) by @ildyria.

Changes included in the new Front-end

  • fixes ♯199 : Depreciated dependencies cries for a new frontend. #199

    Complete rewrite of the front-end using latest technologies. Moving to a TALL stack: Tailwind, Alpinejs, Livewire, Laravel.

  • new #12 : Shared albums: policy

    Complete new implementation of sharing and access rights.

  • new #383 : Allow other users to upload to shared albums

    See #12

  • new #725 : Login on direct album url if not logged in and album needs it

    Proper implementation with the new frontend

  • new #748 : UI/UX: give more information about the capabilities given to new users in the users page
  • fixes #828 : Album name not correct displayed in confirmation popup when moving a newly created album
  • new #857 : Support for very large uploads by chunking
  • fixes #1053 : Public album is not and can not be configured to be public #1053

    BREAKING CHANGE: The public smart album has been removed. Pictures are no longer made public singular.

  • new #1211 : Date/Time display options

    Date/Time format are now configurable in the settings per location (sidebar, panel etc.)

  • new #1249 : header text for the gallery

    Description of each album is directly readable at the top and support markdown.

  • new #1189 : Multiline descriptions with markdown support for images and albums

    Similar functionalities have been added for pictures too.

  • new #1253 : Change album's Top Right menu behavior when selecting some pictures

    Top right action menu behaviour has enhanced to increase visibility and intent in the album view.
    It now depends of the selected elements.

  • new #1462 : Access Rights management: Users and Albums

    Major refactoring the access rights, user can now give read, upload, edit, delete access to others.

  • fixes #1676 : Unable to open sidebar, can't navigate away from log/diagnostic/setting page
  • new #1704 : Add real links to albums

    No longer use fragments, as a results links are properly clickable.

  • fixes #1720 : Download button is visible and does not support download rights yet.
  • fixes #1732 : Consistent URLs when Landing Page is disabled.

    url have been made consisten accross the board.

  • fixes #1744 : UX broken on version 4.7.0 for Safari iPhone

    New front-end will need more testing.

  • new #1825 : Change accent color

    With the use of tailwindcss this is now easier to produce.

  • new #1891 : Login popup appears if no albums created
  • fixes #1948 : Internal server error on photo upload (permissions?)

    No longer applicable due to new front-end

  • fixes #1973 : The CSS tweaks to disable auto zoom in/out no longer work #1973

    No longer applicable due to new front-end

  • new #1989 : Add search / filter for 'Move' destination album list
  • new #2011 : Album Delete Confirmation

    deletion is now hidden in a danger zone.

  • fixes #2050 : When trying to open a password protected shared album, no password prompt is shown
  • fixes #2051 : Photo Download not work - UnauthorizedException
  • fixes #2058 : Insufficient privilieges when opening the "Share album" dialog as a regular user
  • fixes #2068 : Album allow public upload but disallow deletion

    Part of this is now available, user can give upload access to other users while preventing deletion.
    The public part is not taken in consideration as this is too much of a security risk.

  • new ♯104 : Rework Sharing Dialog in Settings

    Sharing page only provide an overview, sharing is now done at the album level.

  • new ♯166 : Add album description between the header and the pictures
  • new ♯268 : Css is too complex to permit anyone to create new theme

    We now use tailwindcss, which makes it easier to create a unified theme.

  • new ♯312 : Make login dialog more prominent, auto-show login dialog if necessary, hide empty smart folders for anonymous users
  • fixes ♯343 : Use proper URL instead of # fragments.
  • fixes ♯344 : a are now correct links/interactive
  • fixes ♯373 : Left menu is now working correctly
  • new #2078 : Diagnostics: Info are displayed in blue by @ildyria
  • new #2079 : Add option for thumbs overlay: none|hidden|always by @ildyria

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.13.0...v5.0.0

Lychee - Version 5.0.0 - New front-end

Published by ildyria 10 months ago

Changes from v4.13.0

  • new #2031 : improved honeypot logic & add more honey by @ildyria.
  • new #2033 : map providers are now specified in an Enum by @ildyria.
  • fixes #2041 : Delete existing user permissions associated by @ildyria.
  • new #2066 : Add optimize database call by @ildyria.
  • fixes #2069 : Adds missing space separator in Ghostbuster command advice by @HorlogeSkynet.
  • new #2071 : Drops support for singular public photos in search. by @ildyria.
  • new #2060 : Bye bye PHP 8.1, long live PHP 8.2 by @ildyria.
  • new #2072 : Add configuration check between int and positive (>0) by @ildyria.

Changes included in the new Front-end

  • fixes ♯199 : Depreciated dependencies cries for a new frontend. #199

    Complete rewrite of the front-end using latest technologies. Moving to a TALL stack: Tailwind, Alpinejs, Livewire, Laravel.

  • new #12 : Shared albums: policy

    Complete new implementation of sharing and access rights.

  • new #383 : Allow other users to upload to shared albums

    See #12

  • new #725 : Login on direct album url if not logged in and album needs it

    Proper implementation with the new frontend

  • new #748 : UI/UX: give more information about the capabilities given to new users in the users page
  • fixes #828 : Album name not correct displayed in confirmation popup when moving a newly created album
  • new #857 : Support for very large uploads by chunking
  • fixes #1053 : Public album is not and can not be configured to be public #1053

    BREAKING CHANGE: The public smart album has been removed. Pictures are no longer made public singular.

  • new #1211 : Date/Time display options

    Date/Time format are now configurable in the settings per location (sidebar, panel etc.)

  • new #1249 : header text for the gallery

    Description of each album is directly readable at the top and support markdown.

  • new #1189 : Multiline descriptions with markdown support for images and albums

    Similar functionalities have been added for pictures too.

  • new #1253 : Change album's Top Right menu behavior when selecting some pictures

    Top right action menu behaviour has enhanced to increase visibility and intent in the album view.
    It now depends of the selected elements.

  • new #1462 : Access Rights management: Users and Albums

    Major refactoring the access rights, user can now give read, upload, edit, delete access to others.

  • fixes #1676 : Unable to open sidebar, can't navigate away from log/diagnostic/setting page
  • new #1704 : Add real links to albums

    No longer use fragments, as a results links are properly clickable.

  • fixes #1720 : Download button is visible and does not support download rights yet.
  • fixes #1732 : Consistent URLs when Landing Page is disabled.

    url have been made consisten accross the board.

  • fixes #1744 : UX broken on version 4.7.0 for Safari iPhone

    New front-end will need more testing.

  • new #1825 : Change accent color

    With the use of tailwindcss this is now easier to produce.

  • new #1891 : Login popup appears if no albums created
  • fixes #1948 : Internal server error on photo upload (permissions?)

    No longer applicable due to new front-end

  • fixes #1973 : The CSS tweaks to disable auto zoom in/out no longer work #1973

    No longer applicable due to new front-end

  • new #1989 : Add search / filter for 'Move' destination album list
  • new #2011 : Album Delete Confirmation

    deletion is now hidden in a danger zone.

  • fixes #2050 : When trying to open a password protected shared album, no password prompt is shown
  • fixes #2051 : Photo Download not work - UnauthorizedException
  • fixes #2058 : Insufficient privilieges when opening the "Share album" dialog as a regular user
  • fixes #2068 : Album allow public upload but disallow deletion

    Part of this is now available, user can give upload access to other users while preventing deletion.
    The public part is not taken in consideration as this is too much of a security risk.

  • new ♯104 : Rework Sharing Dialog in Settings

    Sharing page only provide an overview, sharing is now done at the album level.

  • new ♯166 : Add album description between the header and the pictures
  • new ♯268 : Css is too complex to permit anyone to create new theme

    We now use tailwindcss, which makes it easier to create a unified theme.

  • new ♯312 : Make login dialog more prominent, auto-show login dialog if necessary, hide empty smart folders for anonymous users
  • Fixes ♯343 : Use proper URL instead of # fragments.
  • Fixes ♯344 : a are now correct links/interactive
  • Fixes ♯373 : Left menu is now working correctly
Lychee - Version 4.13.0 - Stability & dependency updates

Published by ildyria about 1 year ago

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.12.0...v4.13.0

Lychee - Version 4.12.0 - Fixes & minor API change

Published by ildyria about 1 year ago

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.11.1...v4.12.0

Lychee - Version 4.11.1 - Minor fixes & QOL improvements on install & diagnostics

Published by ildyria about 1 year ago

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.11.0...v4.11.1

Lychee - Version 4.11.0 - Hungarian support + Bug fixes + Settings

Published by ildyria about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.10.0...v4.11.0

Lychee - Version 4.10.0 - Bug fixes and refactoring

Published by ildyria about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.9.4...v4.10.0

Lychee - Version 4.9.4 : Speed improvement on root.

Published by ildyria over 1 year ago

What's Changed

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.9.3...v4.9.4

Lychee - Version 4.9.3 : Fixes CSP + HoneyPot + optional Matomo support

Published by ildyria over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.9.2...v4.9.3

Lychee - Version 4.9.3 RC : Fixes CSP + HoneyPot + optional Matomo support

Published by ildyria over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LycheeOrg/Lychee/compare/v4.9.2...v4.9.3

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
GitHub Release PHP 8.2 & 8.3 MIT License Downloads Build Status Code Coverage CII Best Practices Summary OpenSSF Scorecard Quality Gate Status Website Documentation Changelog Front end repository Docker repository Gitter Discord