Go to file
Marcel Klehr 3db5ab3125 Use webpack code splitting
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 21:55:56 +02:00
.github Updating node.yml workflow from template 2021-07-24 07:34:21 +00:00
.tx
appinfo v4.3.0 2021-07-18 18:48:25 +02:00
docs API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
img
l10n [tx-robot] updated from transifex 2021-07-20 02:06:24 +00:00
lib Fix streamFor after Guzzle update 2021-07-24 21:55:23 +02:00
screenshots Update screenshots 2021-07-18 12:17:44 +02:00
src Use webpack code splitting 2021-07-24 21:55:56 +02:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests Fix hash endpoint: Allow hashing with tags 2021-07-24 14:12:25 +02:00
.eslintrc.js Use webpack code splitting 2021-07-24 21:55:56 +02:00
.gitignore Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.php_cs.dist Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.prettierrc.json
.readthtedocs.yml
CHANGELOG.md v4.3.0 2021-07-18 18:48:25 +02:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile v4.3.0 2021-07-18 18:48:25 +02:00
README.md Update README.md 2021-07-06 22:56:49 +02:00
babel.config.js Update webpack and babel config 2021-07-24 21:55:56 +02:00
composer.json Bump guzzlehttp/psr7 from 1.8.2 to 2.0.0 2021-07-24 13:42:36 +02:00
composer.lock Bump guzzlehttp/psr7 from 1.8.2 to 2.0.0 2021-07-24 13:42:36 +02:00
krankerl.toml
package-lock.json Update webpack and babel config 2021-07-24 21:55:56 +02:00
package.json Update webpack and babel config 2021-07-24 21:55:56 +02:00
psalm-baseline.xml Psalm: Update baseline 2021-04-13 14:37:37 +02:00
psalm.xml Psalm: Use baseline 2021-01-20 19:12:42 +01:00
stylelint.config.js Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
webpack.js Update webpack and babel config 2021-07-24 21:55:56 +02:00

README.md

Nextcloud Bookmarks

Downloads Code coverage Dependabot status

Bookmarks app for Nextcloud

This app provides you with a web interface for collecting and organizing bookmarks to the places on the web that are precious to you.

  • 📂 Browse and filter your bookmarks via tags and folders.
  • 📰 Write down additional notes
  • 🔍 Built-in search integrated into Nextcloud's unified search
  • 👪 Share bookmarks with other users as well as publicly
  • ☠ Easily find broken links
  • 📔 Archive bookmarked files
  • 📲 Access your bookmarks anywhere, via a built-in REST API
  • 💡 Keep track of changes in the activity stream
  • 💼 Includes a Dashboard widget
  • ⚛ Easily generate public and private RSS feeds of your collections

Third-party clients

Android

Browser

  • Owncloud Bookmarks - Bookmarks extension for Chromium-based browsers (Chromium/Chrome/Opera/Vivaldi)
  • Floccus - Bookmark sync for Firefox/Chromium-based browsers
  • FreedomMarks - Addon for Firefox and Chrome. No sync, just a client.

Desktop

iOS

Other

  • uMarks - App for Ubuntu touch

Community

Talk to us on gitter, via matrix #nextcloud-bookmarks_community:gitter.im or in our official Talk channel

Install

Requirements

  • php 7.3 and above

PHP extensions:

  • 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

API

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

Head over 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. Have an issue or an idea for a feature? Let us know. Additionally, we 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.