..
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
Add tooltip to truncated bookmark titles ( #607 )
2024-01-27 10:16:44 +01:00
management /commands
Add backup CLI command ( #571 )
2023-11-05 19:27:48 +01:00
migrations
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
services
Improve bulk tag performance ( #612 )
2024-01-27 09:13:21 +01:00
static
Avoid page reload when triggering actions in bookmark list ( #506 )
2023-08-21 23:12:00 +02:00
styles
Add tooltip to truncated bookmark titles ( #607 )
2024-01-27 10:16:44 +01:00
templates
Add tooltip to truncated bookmark titles ( #607 )
2024-01-27 10:16:44 +01:00
templatetags
Allow saving search preferences ( #540 )
2023-10-01 21:22:44 +02:00
tests
Add tooltip to truncated bookmark titles ( #607 )
2024-01-27 10:16:44 +01:00
views
Include archived bookmarks in export ( #579 )
2023-11-24 09:21:23 +01: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