No description
Find a file
github-actions[bot] 24fa661c9d
Merge pull request #670 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2025-10-26 03:07:18 +00:00
.github ci(action): Bump PHP version in action test 2025-10-20 07:42:50 +02:00
action fix: profiler data and lint 2024-02-24 11:24:10 +01:00
appinfo feat(deps): Add Nextcloud 33 support on master 2025-09-04 12:34:46 +02:00
img ci: Fix reuse state 2025-03-16 15:42:24 +01:00
l10n Initial commit 2022-03-14 12:28:10 +01:00
lib fix: handle no HTTP_USER_AGENT information for $_SERVER when running through occ 2025-09-21 18:01:39 +02:00
LICENSES ci: Fix reuse state 2025-03-16 15:42:24 +01:00
src fix: restore profile importing functionality 2025-09-10 16:10:37 +02:00
templates Port license header to REUSE spec 2022-04-20 14:52:17 +02:00
tests fix(backend): Update for psalm 6.10+ 2025-08-08 11:30:48 +02:00
vendor-bin ci: Bump tools 2025-08-08 11:31:06 +02:00
.editorconfig ci: Fix reuse state 2025-03-16 15:42:24 +01:00
.eslintrc.json Port to vue3 2025-08-08 09:54:07 +02:00
.gitignore Port to vue3 2025-08-08 09:54:07 +02:00
.jshintrc Initial commit 2022-03-14 12:28:10 +01:00
.l10nignore Initial commit 2022-03-14 12:28:10 +01:00
.php-cs-fixer.dist.php ci: Fix reuse state 2025-03-16 15:42:24 +01:00
action.yml fix(action): Fix warning about unexpected input 2024-02-26 11:00:53 +01:00
AUTHORS.md chore: Add authors file 2025-08-08 11:30:54 +02:00
composer.json ci: Bump psalm to v6 2025-03-16 15:42:23 +01:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2025-10-26 02:43:17 +00:00
package-lock.json chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 2025-10-25 03:12:27 +00:00
package.json chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 2025-10-25 03:12:27 +00:00
psalm.xml ci(psalm): Bump PHP version 2025-10-20 07:38:31 +02:00
README.md chore: move SPDX headers to remove duplicate header warnings on reuse compliance checks 2024-04-26 20:49:22 +02:00
REUSE.toml Port to vue3 2025-08-08 09:54:07 +02:00
stylelint.config.cjs Port to vue3 2025-08-08 09:54:07 +02:00
tsconfig.json Port to vue3 2025-08-08 09:54:07 +02:00
vite.config.ts Port to vue3 2025-08-08 09:54:07 +02:00

Profiler

REUSE status

This app provides a profiler to find performance related issues

Don't use in a production system.

How to use (short introduction)

  1. Clone the app and checkout the relevant stableX branch.
  2. Build the JavaScript with npm i && npm run build
  3. Enable the app occ app:enable profiler
  4. Enable profiling by running occ profiler:enable
  5. Open nextcloud with an admin account, you should see the profiler toolbar

How to use (long introduction)

A tutorial page is available in the developer documentation