Go to file
Marcel Klehr 14288bc60c Create favicon
fixes #729
2019-06-13 16:53:23 +02:00
.tx Add transifex config 2018-02-27 14:28:13 +01:00
appinfo v1.0.5 2019-05-16 02:10:52 +02:00
css Truncate tags in grid view 2019-06-07 08:01:53 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
js Remove background colors 2019-06-07 07:51:04 +02:00
l10n [tx-robot] updated from transifex 2019-06-09 02:07:27 +00:00
lib UrlNormalizer: Don't enforce normalization 2019-06-13 16:14:33 +02:00
screenshots Update screenshots 2018-05-27 17:37:11 +02:00
templates Fix typos 2019-03-25 12:39:34 +01:00
tests UrlNormalizer: Fix tests 2019-05-15 17:40:18 +02:00
.scrutinizer.yml
.travis.yml Travis: Don't test on php7.0 2018-12-31 15:46:42 +01:00
API.md Fix folder hashing: Murmur hash didn't work reliably 2019-05-07 21:44:41 +02:00
CONTRIBUTING.md
COPYING
Makefile v1.0.5 2019-05-16 02:10:52 +02:00
README.md README: Correct OCBookmarks URL 2019-05-25 14:42:21 +02:00
composer.json Re-implement url normalizer based on python implementation 2018-11-29 18:37:19 +01:00
composer.lock Update composer deps 2018-12-21 16:28:37 +01:00
issue_template.md
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
package-lock.json Bump interactjs from 1.4.8 to 1.4.10 2019-06-13 16:23:48 +02:00
package.json Bump interactjs from 1.4.8 to 1.4.10 2019-06-13 16:23:48 +02:00
webpack.config.js Fix admin settings: Pipe admin.js through webpack 2018-07-24 01:33:53 +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.

Background

The bookmarks app is quite old and has gone through many hands. It is now more relevant than ever, as the nextcloud app providing support for Firefox Sync doesn't work with the latest versions of Firefox anymore. Currently, there are efforts to make it live up to the expectations produced by the gap that was left by the firefox sync app.

Install

Please avoid installing the bookmarks_fulltextsearch app along with the bookmarks app, as it is not compatible with newer versions of this app.

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

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.