No description
Find a file
github-actions[bot] f28d67852f
Merge pull request #998 from nextcloud/dependabot/npm_and_yarn/flatted-3.4.2
build(deps-dev): bump flatted from 3.3.3 to 3.4.2
2026-03-21 10:32:51 +00:00
.github ci: update all workflow templates from organization template repository 2026-03-19 08:19:13 +00:00
.tx
appinfo feat(deps): Add Nextcloud 34 support on master 2026-01-22 10:35:13 +01:00
build-js fix(reuse): Fix reuse detection in build script 2025-11-24 21:26:16 +01:00
js chore(assets): Recompile assets 2026-03-19 08:17:53 +00:00
l10n fix(l10n): Update translations from Transifex 2026-02-24 01:44:57 +00:00
lib fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
LICENSES fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
src fix(Dashboard): hides overflow for text 2025-05-22 11:51:05 +00:00
tests/stubs fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
vendor-bin build(deps): Update psalm to 6.13 2025-11-24 22:10:58 +01:00
.eslintrc.js chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
.gitattributes
.gitignore build: Add psalm 2025-01-07 15:50:19 -08:00
.l10nignore chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
.php-cs-fixer.dist.php chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
AUTHORS.md chore: Add SPDX header 2024-05-02 16:46:19 +02:00
babel.config.js chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
composer.json fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
composer.lock build(deps): Bump coding-standards 2025-11-24 21:59:49 +01:00
krankerl.toml Chore(deps): Bump @nextcloud/vue from 5.4.0 to 8.8.1 2024-03-09 15:51:04 +01:00
LICENSE
openapi.json chore(assets): Recompile assets 2025-11-24 21:55:34 +01:00
package-lock.json build(deps-dev): bump flatted from 3.3.3 to 3.4.2 2026-03-21 10:31:41 +00:00
package.json build(deps): bump @nextcloud/paths from 3.0.0 to 3.1.0 2026-03-19 08:01:17 +00:00
psalm-baseline.xml fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
psalm.xml fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
README.md chore: Add SPDX header 2024-05-02 18:10:52 +02:00
REUSE.toml fix(reuse): Add license info for renovate config and remove unused licenses 2025-06-23 15:09:09 +02:00
stylelint.config.js chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
webpack.config.js ci: Add .license file creation 2024-07-30 13:24:27 +02:00

🔮 Nextcloud Recommendations

REUSE status

The app is in incubation stage, so its time for you to get involved! 👩‍💻

Development setup

  1. ☁ Clone the app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/recommendations.git
  2. 💻 Run npm i or krankerl up to install the dependencies
  3. 🏗 To build the Javascript whenever you make changes, run npm run dev
  4. ☁ Enable the app through the app management of your Nextcloud or run krankerl enable
  5. 👍 Partytime! Help fix some issues and review pull requests

Whenever you commit changes to submit a pull request, make sure to build the Javascript using npm run build and commit the files js/*.js and js/*.js.map as well. This needs to be done because the app is shipped with the release as is.