Go to file
nextcloud-command 6e77a78e91 Update npm and node engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-01-16 13:18:48 +00:00
.github feat(deps): Add Nextcloud 29 support on master 2023-11-23 14:25:21 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:49:59 +00:00
appinfo Add album creation to occ 2023-12-13 10:52:07 +01:00
composer perf(autoloader): Force own autoloader 2023-02-24 12:26:45 +01:00
cypress fix: Adjust favorite icon to be accessible 2023-12-13 01:11:35 +01:00
img
js chore(assets): Recompile assets 2024-01-15 13:30:25 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-01-14 01:20:14 +00:00
lib Request background job to generate metadata on non-local files 2024-01-09 18:02:31 +01:00
screenshots Update screenshot in Readme.md 2022-11-15 12:59:15 +01:00
src fix(photos): adapt headings and `<h1>` styles 2024-01-12 16:02:44 +01:00
templates Make public pages work 2022-10-10 12:23:52 +02:00
tests Fix psalm 2023-11-09 23:37:24 +01:00
.eslintrc.js
.gitattributes
.gitignore Revert using display name in shared albums' name 2023-05-16 09:54:41 +02:00
.l10nignore
.npmignore
.php-cs-fixer.dist.php Add commands and listeners to generate location data of files: 2023-02-22 15:44:33 +01:00
COPYING
Makefile Install php deps on dev setup 2023-05-09 10:59:51 +01:00
README.md Add information that main branch is needed of viewer app 2023-12-13 11:33:16 +01:00
babel.config.js
composer.json Rationalize dependencies 2023-12-12 16:01:49 +01:00
composer.lock Chore(deps-dev): Bump psalm/phar from 5.18.0 to 5.19.0 2024-01-13 02:35:51 +00:00
cypress.config.ts Increase timeout 2023-06-06 11:17:34 +02:00
jest.config.js
package-lock.json Chore(deps): Bump follow-redirects from 1.15.2 to 1.15.4 2024-01-10 22:23:53 +00:00
package.json Update npm and node engines versions 2024-01-16 13:18:48 +00:00
postcss.config.js
psalm.xml techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2023-08-28 15:54:36 +02:00
stylelint.config.js
tsconfig.json Copy how cypress is run on the server 2023-02-01 18:01:00 +01:00
webpack.js Add sidebar to the build entries 2023-11-15 22:00:08 +01:00

README.md

Nextcloud Photos

📸 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 only included in nextcloud v18 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.