📸 Your memories under your control
Перейти к файлу
Nextcloud bot fca09b05ed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 01:29:56 +00:00
.github ci: Update workflows 2024-09-10 11:29:43 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:49:59 +00:00
LICENSES fix(reuse): Add missing licenses 2024-07-29 10:43:59 +02:00
appinfo fix(migration): Fix migration for MySQL which does not allow joining a written table as a select 2024-08-14 17:19:52 +02:00
build-js ci: compile license files 2024-07-28 12:18:58 +02:00
composer chore: Add SPDX header 2024-05-03 11:28:13 +02:00
cypress chore: Add SPDX header 2024-05-03 11:28:13 +02:00
img chore: Update Material Symbol icons 2024-06-10 19:16:07 +02:00
js chore: Compile assets 2024-11-14 12:46:57 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-11-21 01:29:56 +00:00
lib feat: Check upload directory share state 2024-09-25 17:51:46 +02:00
screenshots Update screenshot in Readme.md 2022-11-15 12:59:15 +01:00
src fix(l10n): plural typo 2024-11-14 09:25:14 +01:00
templates chore: Add SPDX header 2024-05-03 11:28:13 +02:00
tests Run php linter 2024-08-29 16:14:16 +02:00
vendor-bin chore: Fix psalm errors 2024-08-29 17:05:29 +02:00
.eslintrc.js Non-cropped layout 2020-10-16 07:10:00 +00:00
.gitattributes Create .gitattributes 2019-12-05 12:12:36 +01:00
.gitignore fix(CI): Run PHPUnit on CI 🙈 2024-08-14 17:19:53 +02:00
.l10nignore All .l10nignore 2019-12-05 20:49:44 +01:00
.npmignore This is photos 2019-11-04 18:54:03 +01:00
.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
COPYING This is photos 2019-11-04 18:54:03 +01:00
Makefile chore: Add SPDX header 2024-05-03 11:28:13 +02:00
README.md chore: Add SPDX header 2024-05-03 11:28:13 +02:00
REUSE.toml chore: Migrate to TOML format 2024-07-27 19:59:05 +02:00
babel.config.js Bump deps and use npm7 2021-06-16 08:36:02 +02:00
composer.json chore(dev-deps): Bump nextcloud/ocp package 2024-09-01 02:57:00 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2024-09-29 02:59:03 +00:00
cypress.config.ts fix: Adjust cypress config 2024-02-04 01:17:01 +01:00
jest.config.js Introduce tiled layout in the timeline 2022-08-22 19:44:47 +02:00
package-lock.json Chore(deps): Bump elliptic from 6.5.7 to 6.6.0 2024-10-31 02:12:05 +00:00
package.json feat(deps): Add Nextcloud 31 support on master 2024-08-14 12:37:11 +02:00
postcss.config.js Bump deps and use npm7 2021-06-16 08:36:02 +02:00
psalm.xml chore: Fix psalm errors 2024-08-29 17:05:29 +02:00
stylelint.config.js Rename to stylelintConfig 2021-12-21 07:26:08 +01:00
tsconfig.json Copy how cypress is run on the server 2023-02-01 18:01:00 +01:00
webpack.js fix: do not run unwanted plugins in dev mode 2024-08-08 12:36:21 +02:00

README.md

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.