Go to file
John Molakvoæ d5d99257f6
chore(deps): upgrade `@nextcloud` family
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-09 09:48:05 +02:00
.github Create pr-feedback.yml 2023-07-03 10:50:11 +02:00
.tx
appinfo
composer
cypress
img
js chore(deps): upgrade `@nextcloud` family 2023-08-09 09:48:05 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-08-09 01:47:26 +00:00
lib Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1 2023-08-08 16:57:08 +02:00
screenshots
src fix(eslint): Fix lint errors 2023-07-27 13:52:32 +02:00
templates
tests
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.npmignore
.php-cs-fixer.dist.php
COPYING
Makefile
README.md
babel.config.js
composer.json Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1 2023-08-08 16:57:08 +02:00
composer.lock Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1 2023-08-08 16:57:08 +02:00
cypress.config.ts
jest.config.js
package-lock.json chore(deps): upgrade `@nextcloud` family 2023-08-09 09:48:05 +02:00
package.json chore(deps): upgrade `@nextcloud` family 2023-08-09 09:48:05 +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.