Sascha Ißbrücker
a6b36750da
Fix missing tags causing errors in import with Postgres ( #1203 )
...
* Handle missing tags in importer
* Make all tests run with Postgres again
2025-10-11 10:32:31 +02:00
Sascha Ißbrücker
aaa0f6e119
Run formatter
2025-08-11 08:05:50 +02:00
Sascha Ißbrücker
5cc8c9c010
Allow filtering feeds by bundle ( #1152 )
2025-08-10 12:59:55 +02:00
Sascha Ißbrücker
2d3bd13a12
Merge siteroot application
2025-03-09 05:50:05 +01:00
Sascha Ißbrücker
fe7ddbe645
Allow bookmarks to have empty title and description ( #843 )
...
* add migration for merging fields
* remove usage of website title and description
* keep empty website title and description in API for compatibility
* restore scraping in API and add option for disabling it
* document API scraping behavior
* remove deprecated fields from API docs
* improve form layout
* cleanup migration
* cleanup website loader
* update tests
2024-09-22 07:52:00 +02:00
Sascha Ißbrücker
1c6e5902db
Additional filter parameters for RSS feeds ( #811 )
2024-08-31 22:58:41 +02:00
Sascha Ißbrücker
20fe88dd57
Return bookmark tags in RSS feeds ( #810 )
2024-08-31 22:41:22 +02:00
Sascha Ißbrücker
d0d5c15345
Add RSS feeds for shared bookmarks ( #656 )
...
* Add shared bookmarks feed
* Add public shared bookmarks feed
2024-03-17 11:55:34 +01:00
Sascha Ißbrücker
98b9a9c1a0
Add black code formatter
2024-01-27 11:29:16 +01:00
Vitor Marçal
560769f068
Fix RSS feed not handling None values ( #569 )
...
Previously, the 'sanitize' function would throw an error when 'text' was None. This commit fixes the issue by adding a check to handle the case where 'text' is None, returning an empty string instead.
Closes #568
2023-11-04 09:56:06 +01:00
Sascha Ißbrücker
de328c78e2
Sanitize RSS feed to remove control characters ( #565 )
2023-10-27 19:59:06 +02:00
Sascha Ißbrücker
5841ba0f4c
Bump Django and other dependencies ( #331 )
...
* Bump Django and other dependencies
* Bump python version for CI
2022-09-04 07:15:09 +02:00
Sascha Ißbrücker
54ce6d5fe6
Add RSS feeds ( #305 )
...
* Add basic unread bookmarks feed
* Generate user-specific feed
* Add feed tests
* Add all bookmarks feed
* Add feed token admin
* Add note about renewing URLs
* Add support for query parameter
* Fix rebase issues
* Improve docs on feeds integration
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com >
2022-07-23 23:20:27 +02:00