Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil 1ab738c4af dav: remove usage of path
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-10-18 14:21:51 -07:00
.github ci: minor fixes 2023-10-15 17:42:00 -07:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:18:37 +00:00
.vscode docs: added recommended extensions to VSCode config 2023-10-17 22:04:17 +03:00
appinfo deps: bump nc and php requirements 2023-10-14 18:18:21 -07:00
docs docs: general improvements 2023-10-17 08:43:24 -07:00
e2e test: fix E2E 2023-09-30 12:04:36 -07:00
img img: update logo 2023-08-16 19:30:33 -07:00
l10n Fix(l10n): Update translations from Transifex 2023-10-18 02:50:53 +00:00
lib admin: show expected go-vod version 2023-10-15 14:28:18 -07:00
patches editor: remove patching 2023-07-22 12:39:09 -07:00
scripts webpack: fix source maps 2023-10-18 12:55:12 -07:00
src dav: remove usage of path 2023-10-18 14:21:51 -07:00
templates template: fix php tag 2023-06-02 19:30:03 -07:00
.gitattributes Ignore l10n in language stats 2022-10-13 21:49:56 -07:00
.gitignore refactor: tools to composer.json 2023-10-14 03:01:08 -07:00
.l10nignore l10n: ignore docs 2023-04-30 13:31:49 -07:00
.npmignore Add vue 2022-08-14 20:54:18 +00:00
.php-cs-fixer.php refactor: PHP 8 syntax migration 2023-10-15 12:46:35 -07:00
.prettierrc refactor: update prettier config 2023-04-19 16:14:30 -07:00
CHANGELOG.md docs: general improvements 2023-10-17 08:43:24 -07:00
COPYING Initial Commit 2022-08-13 01:58:37 +00:00
Makefile psalm: fix caching 2023-10-14 16:10:50 -07:00
README.md docs: added recommended extensions to VSCode config 2023-10-17 22:12:26 +03:00
composer.json refactor: tools to composer.json 2023-10-14 03:01:08 -07:00
composer.lock refactor: tools to composer.json 2023-10-14 03:01:08 -07:00
exiftest.jpg Test for exiftool before running (fix #6) 2022-08-20 02:25:39 +00:00
mkdocs.yml docs: update privacy 2023-10-04 10:09:56 -07:00
package-lock.json build: remove babel 2023-10-18 12:21:16 -07:00
package.json build: remove babel 2023-10-18 12:21:16 -07:00
playwright.config.ts Add CI E2E tests (#37) 2022-09-14 15:50:02 -07:00
psalm-ls.xml psalm: bump level back to 3 2023-10-15 13:46:20 -07:00
psalm.xml psalm: bump level back to 3 2023-10-15 13:46:20 -07:00
tsconfig.json refactor(large): disallow implicit any 2023-10-11 22:56:53 -07:00
webpack.js webpack: fix source maps 2023-10-18 12:55:12 -07:00

README.md

Screenshot

Memories: Photo Management for Nextcloud

Discord Website Demo Nextcloud Store

GitHub GitHub issues GitHub Sponsor

e2e static analysis Shepherd

Memories is a batteries-included photo management solution for Nextcloud with advanced features

🎁 Features

  • 📸 Timeline: Sort photos and videos by date taken, parsed from Exif data.
  • Rewind: Jump to any time in the past instantly and relive your memories.
  • 🤖 AI Tagging: Group photos by people and objects, powered by recognize and facerecognition.
  • 🖼️ Albums: Create albums to group photos and videos together. Then share these albums with others.
  • 🫱🏻🫲🏻 External Sharing: Share photos and videos with people outside of your Nextcloud instance.
  • 📱 Mobile Support: Work from any device, of any shape and size through the web app.
  • ✏️ Edit Metadata: Edit dates and other metadata on photos quickly and in bulk.
  • 📦 Archive: Store photos you don't want to see in your timeline in a separate folder.
  • 📹 Video Transcoding: Transcode videos and use HLS for maximal performance.
  • 🗺️ Map: View your photos on a map, tagged with accurate reverse geocoding.
  • 📦 Migration: Migrate easily from Nextcloud Photos and Google Takeout.
  • Performance: Do all this very fast.

🚀 Installation

  1. Install the app from the Nextcloud app store.
  2. Perform the recommended configuration steps.
  3. Run php occ memories:index to generate metadata indices for existing photos.
  4. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.

📱 Mobile Apps

An Android client for Memories is available in early access on Google Play.

For automatic uploads, you can use the official Nextcloud mobile apps. These are available for Android (F-Droid) and iOS.

🏗 Development Setup

  1. ☁ Clone this into your custom_apps folder of your Nextcloud.
  2. 📥 Install Composer and Node.js 18
  3. 👩‍💻 In a terminal, run the command make dev-setup to install the dependencies.
  4. 🏗 To build/watch the UI, run make watch-js.
  5. Enable the app through the app management of your Nextcloud.
  6. ⚒️ (Strongly recommended) use VS Code for development and install these extensions (Ctrl+Shift+P > Show Recommended Extensions).
    • PHP Intelephense: For PHP intellisense and static analysis
    • PHP-CS-Fixer: For PHP formatting (alternatively, make php-cs-fixer)
    • Psalm: For PHP static analysis (alternatively, make psalm)
    • Prettier: For autoformatting Vue and Typescript
    • Volar: For Vue intellisense and static analysis
    • Volar Typescript: For Vue Typescript support

🤝 Support the project

  1. 🌟 Star this repository: This is the easiest way to support Memories and costs nothing.
  2. 🪲 Report bugs: Report any bugs you find on the issue tracker.
  3. 📝 Contribute: Read and file or comment on an issue and ask for guidance.
  4. 🪙 Sponsorship: You can support the project financially at GitHub Sponsors.

A shout out to the current and past financial backers of Memories! See the sponsors page for a full list.

📝 Changelog

For the full changelog, see CHANGELOG.md.

🙏 Special Thanks

To the great folks building Nextcloud, PHP, Vue and all the other dependencies that make this project possible.