Nextcloud Social App
 
 
 
 
 
 
Go to file
Jonas Sulzer ff9224e4ad
👌 IMPROVE: use vue Content components and transmit serverData over initialState
- use vue components `Content` and `AppContent` with it's respective styling
  to be independent from server styling
- use OCP\IInitialStateService and @nextcloud/initial-state to transmit the serverData
  instead of using a hidden span element and jsonEncode/Decode
  this is needed to use the `Content` component, so the vue instance can be mounted to
  #content directly (otherwise server styling for #content interfers with the vue styling)
- also improves some general styling (mostly widths and margins/paddings)

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-09-02 10:05:22 +02:00
.github
.tx
appinfo
context
css
docs
img
l10n [tx-robot] updated from transifex 2020-08-26 03:00:24 +00:00
lib 👌 IMPROVE: use vue Content components and transmit serverData over initialState 2020-09-02 10:05:22 +02:00
src 👌 IMPROVE: use vue Content components and transmit serverData over initialState 2020-09-02 10:05:22 +02:00
templates 👌 IMPROVE: use vue Content components and transmit serverData over initialState 2020-09-02 10:05:22 +02:00
tests
.babelrc.js
.drone.yml
.eslintrc.js
.gitignore
CHANGELOG.md
COPYING
Makefile
README.md
composer.json
composer.lock
package-lock.json switch from vue-style-loader to style-loader 2020-09-02 01:09:22 +02:00
package.json 👌 IMPROVE: use vue Content components and transmit serverData over initialState 2020-09-02 10:05:22 +02:00
webpack.common.js switch from vue-style-loader to style-loader 2020-09-02 01:09:22 +02:00
webpack.dev.js
webpack.prod.js

README.md

Nextcloud Social

🎉 Nextcloud becomes part of the federated social networks!

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

The app is in alpha 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 👍