Go to file
Marcel Klehr cc6817bee9 Psalm: Use baseline
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-01-20 19:12:42 +01:00
.github CI: Don't check php reqs in Upgrade tests 2021-01-20 14:56:12 +01:00
.tx Add transifex config 2018-02-27 14:28:13 +01:00
appinfo v4.0.6 2021-01-19 17:28:04 +01:00
docs API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2021-01-20 02:24:54 +00:00
lib Psalm: Fix typings 2021-01-20 17:38:11 +01:00
screenshots Update screenshots 2020-09-29 14:47:04 +02:00
src Fix autofocus in Create{Bookmark|Folder} 2021-01-19 16:48:32 +01:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests Add psalm baseline 2020-10-23 12:26:30 +02:00
.eslintrc.js Migrate to @nextcloud packages 2020-03-31 15:58:37 +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 Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.readthtedocs.yml Docs: Add readthedocs config 2019-09-15 01:05:39 +02:00
CHANGELOG.md v4.0.6 2021-01-19 17:28:04 +01:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING This is a refactored / rewritten version of the bookmarks app using the app frameworks design and controller features. 2014-11-26 12:24:18 +01:00
Makefile v4.0.6 2021-01-19 17:28:04 +01:00
README.md Updating new App Store Entry 2020-10-30 01:20:53 +01:00
composer.json Psalm: Use baseline 2021-01-20 19:12:42 +01:00
composer.lock Psalm: Fix typings 2021-01-20 15:42:41 +01:00
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
package-lock.json Merge pull request #1231 from nextcloud/dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.0 2021-01-20 15:05:33 +01:00
package.json Merge pull request #1231 from nextcloud/dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.0 2021-01-20 15:05:33 +01: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 Implement dashboard widget 2020-10-11 13:50:16 +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 ind 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 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.