Go to file
Joas Schilling bfd46deefa
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 13:06:25 +02:00
.github chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 2023-05-17 13:06:25 +02:00
.tx
appinfo
composer
cypress Revert using display name in shared albums' name 2023-05-16 09:54:41 +02:00
img
js Prevent progress bar overflow when uploading in Folders 2023-05-16 15:11:13 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-05-17 01:08:49 +00:00
lib Revert using display name in shared albums' name 2023-05-16 09:54:41 +02:00
screenshots
src Prevent progress bar overflow when uploading in Folders 2023-05-16 15:11:13 +02:00
templates
tests Update metadata stub 2023-04-12 17:43:23 +02: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
COPYING
Makefile Install php deps on dev setup 2023-05-09 10:59:51 +01:00
README.md
babel.config.js
composer.json chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 2023-05-17 13:06:25 +02:00
composer.lock chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 2023-05-17 13:06:25 +02:00
cypress.config.ts
jest.config.js
package-lock.json Run npm audit fix 2023-05-16 11:07:14 +02:00
package.json Run npm audit fix 2023-05-16 11:07:14 +02:00
postcss.config.js
psalm.xml
stylelint.config.js
tsconfig.json
webpack.js

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.

Consider installing the preview generator for pre-generating thumbnails.

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

  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.