No description
Find a file
Ferdinand Thiessen 739e28731b
Merge pull request #1827 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-8.0.0
Chore(deps): Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
2025-12-18 17:30:01 +01:00
.github Merge pull request #1827 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-8.0.0 2025-12-18 17:30:01 +01:00
.tx
appinfo feat(deps): Add Nextcloud 33 support on master 2025-09-04 15:57:22 +02:00
css chore(assets): Recompile assets 2025-10-27 20:01:32 +00:00
img feat: add hub release information for Hub 25 Autumn 2025-09-04 11:07:52 +02:00
js chore: Recompile assets 2025-11-17 10:08:27 +01:00
l10n fix(l10n): Update translations from Transifex 2025-12-15 00:44:14 +00:00
lib refactor(psalm): Move to level 1 2025-11-17 10:36:40 +01:00
LICENSES chore: add missing license to fix REUSE compatibility 2025-10-27 22:04:25 +01:00
src fix: always use the internal back button 2025-09-12 12:45:30 +02:00
templates fix: Migrate personal settings to Vue 2024-08-08 12:33:30 +02:00
tests refactor: Run rector 2025-11-17 10:34:12 +01:00
vendor-bin Chore(deps-dev): Bump rector/rector in /vendor-bin/rector 2025-12-13 02:21:01 +00:00
.gitattributes fix: Add license information to all test and config files 2024-05-09 09:59:32 +02:00
.gitignore chore: update PHPUnit to v10 2025-10-27 21:42:00 +01:00
.l10nignore
.php-cs-fixer.dist.php refactor: Switch to composer-bin 2025-11-17 10:34:12 +01:00
AUTHORS.md
composer.json refactor: Switch to composer-bin 2025-11-17 10:34:12 +01:00
composer.lock refactor(psalm): Move to level 1 2025-11-17 10:36:40 +01:00
eslint.config.js feat: migrate to Vue 3 2025-05-07 20:06:39 +02:00
package-lock.json fix(deps): Fix npm audit 2025-12-14 03:31:57 +00:00
package.json Chore(deps-dev): Bump sass from 1.94.2 to 1.96.0 2025-12-13 02:03:42 +00:00
psalm.xml refactor(psalm): Move to level 1 2025-11-17 10:36:40 +01:00
README.md
rector.php refactor(psalm): Move to level 1 2025-11-17 10:36:40 +01:00
REUSE.toml fix: gracefully handle missing autoplay permissions 2025-09-04 10:31:45 +02:00
stylelint.config.cjs fix: Add license information to all test and config files 2024-05-09 09:59:32 +02:00
tsconfig.json feat: migrate to Vue 3 2025-05-07 20:06:39 +02:00
vite.config.js fix: Migrate personal settings to Vue 2024-08-08 12:33:30 +02:00

🔮 First run wizard

REUSE status

A first run wizard that explains the usage of Nextcloud to new users

Configuration

No configuration is needed, but it is possible to prevent the wizard from opening for users by default. When disabled users can only open it from manually clicking "About" in the user menu.

This can be done by setting an app setting value:

occ config:app:set --value false firstrunwizard wizard_enabled

Development setup

Make sure you have node, npm and make installed on your system.

  1. ☁ Clone the app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/firstrunwizard.git
  2. 👩‍💻 Run npm ci to install the dependencies
  3. 🏗 To build the Javascript after you have made changes, run npm run build
  4. Enable the app through the app management of your Nextcloud
  5. 🎉 Partytime! Help fix some issues and review pull requests 👍

Add Nextcloud Hub release notes

  1. Open the src/hub-release.ts file
  2. Adjust the version property to reflect the new Hub release version
  3. Adjust the link (e.g. blog post)
  4. Add releaseNotes, this is an array of strings, for localization those are translated using t('firstrunwizard', 'YOUR MESSAGE')
  5. Change the videoAltText for the Hub release animation if needed (alternative text for accessibility)
  6. Adjust the shareSubject which is used when users share their thoughts about the release on social media
  7. Replace img/nextcloudHub.mp4 and img/nextcloudHub.webm (VP9) with updated animations
  8. Update the current changelog version in lib/Constants.php