Nextcloud Social App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Maxence Lange b5d0e55d18
Merge pull request #1767 from nextcloud/releases/0.6.0
4 days ago
.github fix matrix 4 days ago
.reuse add dep5 file 1 year ago
.tx [tx-robot] Update transifex configuration 8 months ago
appinfo 0.6.0 4 days ago
context add default context object, in case cache is empty and website is down 4 years ago
css Use new Mastodon like API 3 months ago
cypress Fix cypress workflow 5 months ago
docs Updates doc about compatibility of various iOS apps 3 years ago
img optimize image 9 months ago
l10n Fix(l10n): Update translations from Transifex 5 days ago
lib fix lint 4 days ago
src Prevent error when displaying notifications 2 weeks ago
templates Implement UI 6 months ago
tests fixing psalm 5 months ago
.babelrc.js Use new Mastodon like API 3 months ago
.eslintrc.js Add workflow for es and style lint 4 months ago
.gitignore chore: add VSCode settings to gitignore 3 months ago
.nextcloudignore Add packaing script 7 months ago
.php-cs-fixer.dist.php Php cs:fix 1 year ago
CHANGELOG.md 0.6.0-rc1 2 months ago
COPYING Vue example app 5 years ago
Makefile 0.6.0 4 days ago
README.md Emphasis on beta state 2 months ago
babel.config.js Update nc vue components to v7 9 months ago
composer.json Bump platform 5 days ago
composer.lock Bump platform 5 days ago
cypress.config.js Fix cypress workflow 5 months ago
package-lock.json Add visibility on statuses 2 months ago
package.json Add visibility on statuses 2 months ago
psalm.xml Fix psalm 6 months ago
stylelint.config.js Add stylelint 4 months ago
webpack.common.js Use new Mastodon like API 3 months ago

README.md

Nextcloud Social

🎉 Nextcloud becomes part of the federated social networks!

⚠️ This application is currently in beta stage.

For more information about 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 👍