No description
  • JavaScript 99.2%
  • PHP 0.6%
  • Vue 0.2%
Find a file
Nextcloud bot 4c3cb43e55
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-11 01:52:22 +00:00
.github feat(deps): Add Nextcloud 35 support on master 2026-05-16 00:30:59 +02:00
.tx
appinfo feat(deps): Add Nextcloud 35 support on master 2026-05-16 00:30:59 +02:00
build-js fix(reuse): Fix reuse detection in build script 2025-11-24 21:26:16 +01:00
js refactor: convert all components to script setup syntax 2026-05-20 20:19:19 +00:00
l10n fix(l10n): Update translations from Transifex 2026-06-11 01:52:22 +00:00
lib refactor: Port away from deprecated APIs 2026-05-28 11:00:46 +02:00
LICENSES fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
src refactor: convert all components to script setup syntax 2026-05-20 20:19:19 +00:00
tests refactor: Port away from deprecated APIs 2026-05-28 11:00:46 +02:00
vendor-bin Add PHPUnit tests for RecentlyEditedFilesSource hidden file filtering 2026-03-19 08:59:29 +00:00
.eslintrc.js chore: Add additional SPDX header 2024-05-09 10:46:35 +02:00
.gitattributes
.gitignore Add PHPUnit tests for RecentlyEditedFilesSource hidden file filtering 2026-03-19 08:59:29 +00: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 test:unit binary path, PHP CS, and OCP availability in CI 2026-03-19 16:21:43 +00:00
composer.lock build(deps): Bump coding-standards 2025-11-24 21:59:49 +01:00
krankerl.toml
LICENSE
openapi.json chore(assets): Recompile assets 2025-11-24 21:55:34 +01:00
package-lock.json build(deps-dev): bump shell-quote from 1.8.1 to 1.8.4 2026-06-09 14:53:59 +00:00
package.json build(deps-dev): bump @nextcloud/stylelint-config from 3.2.1 to 3.2.2 2026-06-01 01:51:11 +00:00
phpunit.xml.dist Add PHPUnit tests for RecentlyEditedFilesSource hidden file filtering 2026-03-19 08:59:29 +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.