Go to file
Marcel Klehr 0fbe1e82e8 Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-08-30 01:25:09 +02:00
.tx
appinfo v2.0.3 2019-08-31 00:27:54 +02:00
css Fix dragging on touch devices 2019-07-31 15:16:23 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2019-09-10 02:18:07 +00:00
lib Reapply breaking changes 2019-08-30 22:39:19 +02:00
screenshots
src Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
templates Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
tests Reapply breaking changes 2019-08-30 22:39:19 +02:00
.eslintrc.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.prettierrc.json Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.scrutinizer.yml
.stylelint.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.travis.yml Update travis 2019-08-31 00:30:26 +02:00
API.md Fix folder hashing: Murmur hash didn't work reliably 2019-05-07 21:44:41 +02:00
CHANGELOG.md Clarify changelog 2019-09-04 12:52:00 +02:00
CONTRIBUTING.md
COPYING
Makefile v2.0.3 2019-08-31 00:27:54 +02:00
README.md README: Add donation note 2019-09-04 12:52:00 +02:00
composer.json Reapply breaking changes 2019-08-30 22:39:19 +02:00
composer.lock v2.0.1 2019-08-30 22:49:39 +02:00
krankerl.toml
package-lock.json Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
package.json Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
webpack.common.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
webpack.config.js Fix admin settings: Pipe admin.js through webpack 2018-07-24 01:33:53 +02:00
webpack.dev.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
webpack.prod.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00

README.md

Nextcloud Bookmarks

Bookmarks app for Nextcloud

This app provides you with a web interface for collecting and organizing bookmarks to the sites on the web that are precious to you. You can browse and filter your bookmarks via the tags you give them and by using the built-in search feature. Furthermore, in order to be able to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API.

Install

This app requires at leasts php v7.1 as well as the following php extensions to be installed:

  • gmp: *
  • intl: *
  • mbstring: *

One-click

Install this app in the app store of your nextcloud instance (you must have administrator privileges). You will find it in the 'Organization' category.

Manual install

Dependencies

Setup

cd /path/to/nextcloud/apps/
git clone https://github.com/nextcloud/bookmarks.git
cd bookmarks
composer install
npm install
npm run build

Third-party clients

API

This app exposes a public REST API that third-party clients can interface with.

Go to the API docs.

Maintainers

Donate

If you'd like to support the creation and maintenance of this software, consider donating.

Contribute

We always welcome contributions and happily accept pull requests.

In order to make the process run more smoothly, you can make sure of the following things:

  • Announce that you're working on a feature/bugfix in the relevant issue
  • Make sure the tests are passing
  • If you have any questions you can let the maintainers above know privately via email, or simply open an issue on github

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

More information on how to contribute: https://nextcloud.com/contribute/

Happy hacking ❤️

License

This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.