Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil bd2101e7bb refactor: PHP 8 syntax migration
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-10-15 12:46:35 -07:00
.github cI: rename jobs 2023-10-14 13:15:42 -07:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:18:37 +00:00
.vscode psalm: use separate langserver config 2023-10-14 12:56:31 -07:00
appinfo deps: bump nc and php requirements 2023-10-14 18:18:21 -07:00
docs index: document that --clear is now destructive 2023-10-07 08:56:50 -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-15 02:23:02 +00:00
lib refactor: PHP 8 syntax migration 2023-10-15 12:46:35 -07:00
patches editor: remove patching 2023-07-22 12:39:09 -07:00
scripts ci: fix test 2023-10-13 09:17:00 -07:00
src timeline: enable aggregation for month view 2023-10-14 17:20:21 -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 deps: bump nc and php requirements 2023-10-14 18:18:21 -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 tools: various updates 2023-10-14 12:40:58 -07:00
babel.config.js Tab -> Space 2023-01-20 10:50:48 -08: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 chore: update prettier 2023-10-14 13:12:47 -07:00
package.json chore: update prettier 2023-10-14 13:12:47 -07:00
playwright.config.ts Add CI E2E tests (#37) 2022-09-14 15:50:02 -07:00
psalm-ls.xml psalm: remove more dead code 2023-10-14 18:15:01 -07:00
psalm.xml psalm: remove more dead code 2023-10-14 18:15:01 -07:00
tsconfig.json refactor(large): disallow implicit any 2023-10-11 22:56:53 -07:00
webpack.js webpack: add bundle analyzer 2023-10-14 19:43:21 -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 app for Memories is available in early access.

    Get it on Google Play

🏗 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.
    • Prettier: For autoformatting Vue and Typescript
    • 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)
    • Vetur: For Vue intellisense and static analysis

🤝 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

Nextcloud team. A lot of this work is based on Photos.