No description
Find a file
Nextcloud bot b7410bfee5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 01:39:11 +00:00
.github Merge pull request #3348 from nextcloud/dependabot/github_actions/actions/upload-artifact-6.0.0 2026-01-28 17:44:37 +01:00
.tx
appinfo feat(deps): Add Nextcloud 34 support on master 2026-01-22 10:34:06 +01:00
composer chore: Add SPDX header 2024-05-03 11:28:13 +02:00
css chore: Compile assets 2026-01-16 15:20:28 +01:00
cypress fix(test): Confirmation label when deleting collection 2026-02-06 12:35:36 +01:00
img chore: Migrate to vite 2025-04-10 12:03:10 +02:00
js chore(assets): Recompile assets 2026-01-23 11:16:53 +01:00
l10n fix(l10n): Update translations from Transifex 2026-02-07 01:39:11 +00:00
lib fix: Fix code issues causing PHP errors or warnings 2026-02-03 15:59:45 +01:00
LICENSES fix(reuse): Add missing licenses 2024-07-29 10:43:59 +02:00
screenshots
src fix(preview): Do not generate blurhash if large preview is cached 2026-01-16 15:20:28 +01:00
templates chore: Add SPDX header 2024-05-03 11:28:13 +02:00
tests test: Fix instanciation of AlbumMapper 2025-05-22 15:39:45 +02:00
vendor-bin chore: Remove top level nextcloud/ocp install 2025-08-18 18:08:44 +02:00
.gitattributes
.gitignore fix(CI): Run PHPUnit on CI 🙈 2024-08-14 17:19:53 +02:00
.l10nignore fix(l10n): Improve translation exclude list 2025-04-03 20:06:09 +02:00
.npmignore
.php-cs-fixer.dist.php chore: Use composer-bin-plugin 2024-08-29 16:11:47 +02:00
AUTHORS.md chore: Add SPDX header 2024-05-03 11:28:13 +02:00
babel.config.cjs chore: Migrate to vite 2025-04-10 12:03:10 +02:00
composer.json Chore(deps): Bump woltlab/webp-exif from 0.1.1 to 0.1.2 2025-11-22 02:05:54 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-01-04 02:56:37 +00:00
COPYING
cypress.config.ts chore: Run npm lint:fix 2025-06-02 11:31:41 +02:00
eslint.config.js chore: Drop requirement for jsdoc 2025-08-18 15:57:00 +02:00
Makefile chore: Add SPDX header 2024-05-03 11:28:13 +02:00
package-lock.json feat(deps): Add Nextcloud 34 support on master 2026-01-22 10:34:06 +01:00
package.json feat(deps): Add Nextcloud 34 support on master 2026-01-22 10:34:06 +01:00
postcss.config.cjs chore: Run npm lint:fix 2025-06-02 11:31:41 +02:00
psalm.xml ci(psalm): Update PHP version to 8.2 2025-10-13 08:50:32 +02:00
README.md chore: Add SPDX header 2024-05-03 11:28:13 +02:00
rector.php chore: Apply rector NC 27 set 2025-05-19 16:53:36 +02:00
REUSE.toml perf: extract CSS for better JS parsing performance 2025-04-23 12:14:58 +02:00
stylelint.config.cjs chore: Migrate to vite 2025-04-10 12:03:10 +02:00
tsconfig.json chore: Migrate to Node API 2025-04-29 16:34:05 +02:00
vite.config.ts chore: Run npm lint:fix 2025-06-02 11:31:41 +02:00

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.