ixzhao
1f2cf21585
Add LAST_MODIFIED attribute when exporting ( #860 )
...
* add LAST_MODIFIED attribute when exporting
* complement test_exporter for LAST_MODIFIED attribute
* parse LAST_MODIFIED attribute when importing
* use bookmark date_added when no modified date is parsed, otherwise use parsed datetime.
* complement test_parser and test_importer for LAST_MODIFIED attribute
* cleanup tests a bit
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com >
2024-10-02 22:21:08 +02:00
Sascha Ißbrücker
98b9a9c1a0
Add black code formatter
2024-01-27 11:29:16 +01:00
Sascha Ißbrücker
a9512b2333
Include archived bookmarks in export ( #579 )
2023-11-24 09:21:23 +01:00
Sascha Ißbrücker
28acf3299c
Add support for exporting/importing bookmark notes ( #532 )
2023-09-10 23:37:37 +02:00
Sascha Ißbrücker
8206705876
Add support for PRIVATE flag in import and export ( #505 )
...
* Add support for PRIVATE attribute in import
* Add support for PRIVATE attribute in export
* Update import sync tests
2023-08-20 11:44:53 +02:00
Sascha Ißbrücker
13ff9ac4f8
Add read it later functionality ( #304 )
...
* Allow marking bookmarks as unread
* Restructure navigation to include preset filters
* Add mark as read action
* Improve description
* Highlight unread bookmarks visually
* Mark bookmarks as read by default
* Add tests
* Implement toread flag in importer
* Implement admin actions
* Add query tests
* Remove untagged link
* Update api docs
* Reduce height of description textarea
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com >
2022-07-23 22:17:20 +02:00
Sascha Ißbrücker
f4e3d724f0
Improve import performance ( #261 )
...
* Run import in batches, cache tags
* Use bulk operations for bookmarks and assigning tags
* Improve naming
* Restore bookmark validation
* Add logging
* Bulk create tags
* Use HTMLParser for parsing bookmarks
* add parser tests
* Add more importer tests
* Add more importer tests
* Remove pyparsing dependency
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com >
2022-05-21 09:27:30 +02:00
Sascha Ißbrücker
3e48b22095
Add settings view tests
2021-05-14 23:34:53 +02:00
Sascha Ißbrücker
779de41b65
Implement custom netscape file parser ( #51 )
...
* Implement custom Netscape file parser (#50 )
* Add environment variable to configure request timeouts (#50 )
Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io >
2020-12-31 07:02:28 +01:00