..
api
Add user profile endpoint ( #541 )
2023-10-01 21:57:32 +02:00
e2e
Add sort option to bookmark list ( #522 )
2023-09-01 22:48:21 +02:00
frontend
Fix search options not opening on iOS ( #549 )
2023-10-07 10:24:09 +02:00
management /commands
Add sort option to bookmark list ( #522 )
2023-09-01 22:48:21 +02:00
migrations
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
services
Add support for exporting/importing bookmark notes ( #532 )
2023-09-10 23:37:37 +02:00
static
Avoid page reload when triggering actions in bookmark list ( #506 )
2023-08-21 23:12:00 +02:00
styles
Fix search options not opening on iOS ( #549 )
2023-10-07 10:24:09 +02:00
templates
Fix search options not opening on iOS ( #549 )
2023-10-07 10:24:09 +02:00
templatetags
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
tests
Fix RSS feed not handling None values ( #569 )
2023-11-04 09:56:06 +01:00
views
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
__init__.py
Implement basic bookmark page
2019-06-27 08:09:51 +02:00
admin.py
Disable editing of search preferences in user admin ( #555 )
2023-10-14 00:05:27 +02:00
apps.py
Create snapshots on web.archive.org for bookmarks ( #150 )
2021-09-04 22:31:04 +02:00
context_processors.py
Add sort option to bookmark list ( #522 )
2023-09-01 22:48:21 +02:00
feeds.py
Fix RSS feed not handling None values ( #569 )
2023-11-04 09:56:06 +01:00
middlewares.py
Add option to share bookmarks publicly ( #503 )
2023-08-15 00:20:52 +02:00
models.py
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
queries.py
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
signals.py
Add sort option to bookmark list ( #522 )
2023-09-01 22:48:21 +02:00
urls.py
Allow bulk editing unread and shared state of bookmarks ( #517 )
2023-08-25 13:54:23 +02:00
utils.py
Update cached styles and scripts after version change ( #510 )
2023-08-23 10:54:25 +02:00
validators.py
Add option to disable bookmark URL validation ( #57 )
2021-02-06 16:27:19 +01:00