🎉 Social can be used for work, or to connect to the fediverse!
Перейти к файлу
Nextcloud bot e7dd50e23f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 01:37:37 +00:00
.github ci: Add npm audit fix 2024-09-08 17:54:46 +02:00
.tx
LICENSES chore: Add SPDX header 2024-09-08 17:36:27 +02:00
appinfo chore: Add SPDX header 2024-09-08 17:36:27 +02:00
context
css chore: Add SPDX header 2024-09-08 17:36:27 +02:00
cypress chore: Add SPDX header 2024-09-08 17:36:27 +02:00
docs chore: Add SPDX header 2024-09-08 17:36:27 +02:00
img chore: Add SPDX header 2024-09-08 17:36:27 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-09-18 01:37:37 +00:00
lib chore: Add SPDX header 2024-09-08 16:16:03 +02:00
src fix(lint): remove trailing space 2024-09-08 17:42:31 +02:00
templates chore: Add SPDX header 2024-09-08 16:16:03 +02:00
tests chore: Add SPDX header 2024-09-08 17:36:27 +02:00
.babelrc.js chore: Add SPDX header 2024-09-08 17:36:27 +02:00
.eslintrc.js chore: Add SPDX header 2024-09-08 17:36:27 +02:00
.gitignore chore: Add SPDX header 2024-09-08 17:36:27 +02:00
.nextcloudignore chore: Add SPDX header 2024-09-08 17:36:27 +02:00
.php-cs-fixer.dist.php chore: Add SPDX header 2024-09-08 17:36:27 +02:00
AUTHORS.md
CHANGELOG.md
COPYING
Makefile chore: Add SPDX header 2024-09-08 17:36:27 +02:00
README.md docs: Add REUSE status badge 2024-09-08 17:37:08 +02:00
REUSE.toml chore: Add SPDX header 2024-09-08 17:36:27 +02:00
babel.config.js chore: Add SPDX header 2024-09-08 17:36:27 +02:00
composer.json
composer.lock
cypress.config.ts chore: Add SPDX header 2024-09-08 17:36:27 +02:00
package-lock.json Chore(deps): Bump semver from 5.7.1 to 5.7.2 2024-09-08 14:51:33 +02:00
package.json Update npm and node engines versions 2024-09-08 14:58:58 +02:00
psalm.xml
stylelint.config.js chore: Add SPDX header 2024-09-08 17:36:27 +02:00
webpack.common.js chore: Add SPDX header 2024-09-08 17:36:27 +02:00

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 👍