No description
  • JavaScript 99.2%
  • PHP 0.6%
  • Vue 0.2%
Find a file
github-actions[bot] 52656b078e
Merge pull request #1032 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4
build(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4
2026-05-09 04:06:26 +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 fix(deps): Fix npm audit 2026-05-03 04:13:03 +00:00
l10n fix(l10n): Update translations from Transifex 2026-04-01 01:41:15 +00:00
lib Merge pull request #1019 from nextcloud/jtr/perf-recentlyCommented 2026-05-07 11:43:34 -04:00
LICENSES fix(psalm): Add stub for oc hooks 2026-02-05 13:36:15 +01:00
src fix: update header registration for files v4 2026-04-27 22:06:02 -04:00
tests Remove OC\Hooks stubs by avoiding direct mock of IRootFolder 2026-03-19 16:41:36 +00: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
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 @babel/plugin-transform-modules-systemjs 2026-05-09 03:26:25 +00:00
package.json build(deps): bump @nextcloud/axios from 2.5.2 to 2.6.0 2026-05-01 01:10:05 +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.