.. |
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
|
Increase tag limit in tag autocomplete (#581)
|
2024-01-23 22:32:16 +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
|
Include archived bookmarks in export (#579)
|
2023-11-24 09:21:23 +01: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
|
Adjust archive.org donation link in general.html (#603)
|
2024-01-23 22:57:50 +01:00 |
templatetags
|
Allow saving search preferences (#540)
|
2023-10-01 21:22:44 +02:00 |
tests
|
Properly encode search query param (#587)
|
2023-12-08 21:53:54 +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 |