linkding/bookmarks
Sascha Ißbrücker e497bcb5c0
#24 Implement REST API (#32)
* #24 Implement readonly bookmark API

* #24 Implement create/update bookmark API

* #24 Fix title, description not allowing blank values

* #24 Code cleanup

* #24 Add modification dates to response

* #24 Add API docs

* #24 Implement delete bookmark API

* #24 Fix API docs link

* #24 Fix API docs link

* #24 Implement tag API

Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
2020-09-27 09:34:56 +02:00
..
api #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
components Implement tag auto-completion 2019-12-27 12:46:54 +01:00
management/commands Create docker image 2019-07-03 17:18:29 +02:00
migrations #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
services #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
styles #23 Prevent bookmark duplicates 2020-09-13 08:46:07 +02:00
templates #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
templatetags #26 Return to same page after editing or deleting bookmark 2020-09-13 10:56:03 +02:00
views #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py - Added Tags in the admin page 2019-12-28 16:44:14 -05:00
apps.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
models.py #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
queries.py Implement tag auto-completion 2019-12-27 12:32:44 +01:00
tests.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
urls.py #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00