Go to file
dependabot[bot] b7789852cf
Chore(deps-dev): Bump phpunit/phpunit from 9.6.6 to 9.6.8
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.6 to 9.6.8.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.8)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-13 01:56:33 +00:00
.github Add npm audit workflow 2023-05-11 12:15:46 +02:00
.tx
appinfo
composer
cypress
img
js Reset file list on upload in FilesPicker 2023-05-11 15:07:17 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-05-12 03:22:38 +00:00
lib Use display name instead of id in share album title 2023-05-10 11:07:20 +02:00
screenshots
src Reset file list on upload in FilesPicker 2023-05-11 15:07:17 +02:00
templates
tests Update metadata stub 2023-04-12 17:43:23 +02:00
.eslintrc.js
.gitattributes
.gitignore
.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
composer.lock Chore(deps-dev): Bump phpunit/phpunit from 9.6.6 to 9.6.8 2023-05-13 01:56:33 +00:00
cypress.config.ts
jest.config.js
package-lock.json Bump @nextcloud/vue to 7.11.3 2023-05-08 14:14:48 +02:00
package.json Bump @nextcloud/vue to 7.11.3 2023-05-08 14:14:48 +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.