Nextcloud Social App
 
 
 
 
 
 
Go to file
dependabot[bot] 886fcec10f
Chore(deps): Bump webpack-dev-server and @nextcloud/webpack-vue-config
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.2 and updates ancestor dependency [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config). These dependencies need to be updated together.


Updates `webpack-dev-server` from 4.11.1 to 5.2.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v5.2.2)

Updates `@nextcloud/webpack-vue-config` from 5.5.1 to 6.3.0
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.3.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: indirect
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-version: 6.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 20:15:45 +00:00
.github
.tx
LICENSES
appinfo
context
css
cypress
docs
img
l10n fix(l10n): Update translations from Transifex 2025-06-16 01:42:57 +00:00
lib
src
templates
tests
.babelrc.js
.eslintrc.js
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
COPYING
Makefile
README.md
REUSE.toml
babel.config.js
composer.json
composer.lock
cypress.config.ts
package-lock.json Chore(deps): Bump webpack-dev-server and @nextcloud/webpack-vue-config 2025-06-16 20:15:45 +00:00
package.json Chore(deps): Bump webpack-dev-server and @nextcloud/webpack-vue-config 2025-06-16 20:15:45 +00:00
psalm.xml
stylelint.config.js
webpack.common.js

README.md

Nextcloud Social

REUSE status

🎉 Nextcloud becomes part of the federated social networks!

⚠️ This application is currently in beta stage.

For more information about our motivation and goals, read the announcement blog.

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

For a roadmap, see our development milestones - feel free to pick up any of the tasks which are not yet in progress!

Emojis

Please follow this guide to enable the Emojis in the Social app.

Reset app

If you want to reset all Social app data e.g. to change the domain used for Social, you can use occ social:reset (For how to use occ commands see documentation: using the occ command).

Development setup

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