Nextcloud Social App
 
 
 
 
 
 
Go to file
Maxence Lange f6f7f2cd6a
Merge pull request #52 from nextcloud-gmbh/frontend-implement-different-streams
Frontend implement different streams
2018-11-22 17:04:33 -01:00
appinfo new routes 2018-11-22 10:46:11 -01:00
css
img
lib Load streams with pagination 2018-11-22 18:57:18 +01:00
src Load streams with pagination 2018-11-22 18:57:18 +01:00
templates
.babelrc.js
.drone.yml Add basic drone config 2018-11-21 13:21:02 +01:00
.eslintrc.js
.gitignore Use twemoji from npm 2018-11-21 15:23:41 +01:00
.travis.yml
COPYING
Makefile Use twemoji from npm 2018-11-21 15:23:41 +01:00
README.md
composer.json
composer.lock new db 2018-11-21 18:15:54 -01:00
package-lock.json Use twemoji from npm 2018-11-21 15:23:41 +01:00
package.json Use twemoji from npm 2018-11-21 15:23:41 +01:00
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

Nextcloud Social

🎉 Nextcloud becomes part of the federated social networks!

Mockup:

  • 🙋 Find your friends: No matter if they use Nextcloud, Mastodon, Friendica, GNU social or others – you can follow them!
  • 📜 Profile info: No need to fill out more profiles – your info from Nextcloud will be used and extended.
  • 👐 Own your posts: Everything you post stays on your Nextcloud!
  • 🕸 Open standards: We use the ActivityPub standard!

Development setup

  1. ☁ Clone this into your apps folder of your Nextcloud
  2. 👩‍💻 In a terminal, run the command make dev-setup to install the dependencies
  3. 🏗 Then 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!