No description
  • JavaScript 85.2%
  • Vue 5.6%
  • TypeScript 4.5%
  • PHP 4.5%
Find a file
Nextcloud bot e4d70f6f2e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-12 02:07:45 +00:00
.github feat(deps): Autoupdate rector 2026-05-18 17:20:17 +02:00
.tx
appinfo feat(deps): Add Nextcloud 35 support on master 2026-05-16 00:29:02 +02:00
composer
css chore(assets): Recompile assets 2026-06-08 14:34:51 +00:00
cypress test(cypress): Disable sidebar tests 2026-06-02 11:01:08 +02:00
img
js chore(assets): Recompile assets 2026-06-08 14:34:51 +00:00
l10n fix(l10n): Update translations from Transifex 2026-06-12 02:07:45 +00:00
lib fix: Adjust to API change of "getDavPermissions" in Nextcloud 34 2026-05-06 15:07:26 +02:00
LICENSES
screenshots
src feat: display video duration 2026-06-08 14:37:57 +02:00
templates
tests fix: Fix psalm issues 2026-03-05 10:37:23 +01:00
vendor-bin
.gitattributes
.gitignore
.l10nignore
.npmignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.cjs
composer.json
composer.lock
COPYING
cypress.config.ts chore(test): Migrate to @nc/e2e-test-server 2026-05-13 09:58:19 +02:00
eslint.config.js
Makefile
package-lock.json chore: Bump @nc/vue 2026-06-02 11:05:56 +02:00
package.json chore: Bump @nc/vue 2026-06-02 11:05:56 +02:00
postcss.config.cjs
psalm.xml
README.md
rector.php
REUSE.toml
stylelint.config.cjs
tsconfig.json
vite.config.ts

Nextcloud Photos

REUSE status

📸 Your memories under your control

Work in progress screenshot of Nextcloud Photos App

Why is this so awesome?

  • 📸 Beautiful Photo and Video Timeline
  • Favorites and Tagging: Favorite and tag your photos!
  • Slideshow and easy sharing: Show slideshows and share your photos or albums easily
  • Albums: Create albums from your contents

🚀 Installation

In your Nextcloud, simply enable the Photos app through the Apps management. The Nextcloud Photos app is included in Nextcloud 18 and higher.

Optional add-ons that make the Photos app even better:

  • Install Recognize for Nextcloud for AI-powered automatic face and object recognition. Includes automated tagging/categorizing.
  • Install the preview generator if pre-generating thumbnails is desired.
  • Install Imaginary to speed up preview generation.

Mobile Photos

Use the Android/iOS App to view your photos. It's possible to auto-upload them.

Maintainers

If you'd like to join, just go through the issues list and fix some!

🏗 Development setup

This app requires the Viewer app to be installed and enabled. Follow its development setup and then continue here.

  1. ☁ Clone this into your apps folder of your Nextcloud.
  2. 👩‍💻 In a terminal, run the command make dev-setup to install the dependencies.
  3. 🏗 Then to build the Javascript whenever you make changes, run make build-js. To create a pull request use make build-js-production. Watch changes with: make watch-js.
  4. Enable the app through the app management of your Nextcloud.
  5. 🎉 Partytime!
  6. 💻 Fix easily linting issues with npm run lint:fix.