Commit graph

676 commits

Author SHA1 Message Date
Martin Rotter
accb478bee very experimental way of PoC for JS-enabled websites scraping 2024-03-06 07:29:11 +01:00
Martin Rotter
567c0e1906 add support for fetching URL content via embedded browser 2024-03-05 07:43:10 +01:00
Martin Rotter
eb6332cc5c http headers usage and headers itself converted to lowercase, fixes #1296 2024-02-21 13:15:36 +01:00
Martin Rotter
65fa66b104 fix problems when source field is huge in feed 2024-02-13 10:42:17 +01:00
Martin Rotter
e5d5371e34 fix crash when forwading an email 2024-01-26 10:03:19 +01:00
Martin Rotter
f2b59b2836 fix #1280 2024-01-23 10:13:27 +01:00
Martin Rotter
d8180eb68f fix bad GUI in feed edit dialog when some article limit is set 2024-01-19 13:33:28 +01:00
Martin Rotter
450d01e714 working limitting 2024-01-16 10:38:38 +01:00
Martin Rotter
34167c3f9f bit better DB/logic handling 2024-01-15 14:51:39 +01:00
Martin Rotter
796fbf916e work on article ignore/limit 2024-01-15 09:37:43 +01:00
Martin Rotter
57f38ed3ed save work 2024-01-12 13:11:40 +01:00
Martin Rotter
ea8bac60d6 fix #1267 and some other minor bugs and stuff 2024-01-10 10:14:07 +01:00
Martin Rotter
11ec85f694 save work 2023-12-19 07:22:54 +01:00
Martin Rotter
e9e97786bb fix #695 2023-12-15 09:02:26 +01:00
Martin Rotter
f679b9cb67 fix #1183 2023-12-15 06:33:56 +01:00
Martin Rotter
1d49b038a1 fix gmail behavior when adding it as account a bit 2023-12-08 10:42:02 +01:00
Martin Rotter
c29c5ff4eb fix crash when marking many articles as read/unread 2023-12-06 13:42:31 +01:00
Martin Rotter
a9b0b1ef95 disable debug code 2023-12-06 12:03:46 +01:00
Martin Rotter
725ca569bc add custom configs for mpv, enabled by default, switchable in settings 2023-11-30 13:49:32 +01:00
Martin Rotter
20f8d81f13 work 2023-11-28 13:09:01 +01:00
Martin Rotter
56c9e973df initial slim implementation of media player for qt6, will fix for qt5 and polish and integrate better later 2023-11-21 14:33:48 +01:00
Martin Rotter
fa990b2610 fixes #1203 2023-11-16 11:19:38 +01:00
Martin Rotter
76c7dd1703 fixes for gmail, fixed crash when editing email 2023-11-16 10:21:30 +01:00
Martin Rotter
64ab3482b3 miniflux: fix for feed adding, removing, editing 2023-11-14 10:16:02 +01:00
Martin Rotter
854f6ea92e greader now supports feed adding, modifying and deleting 2023-11-14 08:34:41 +01:00
Martin Rotter
1ee283103d missing files 2023-11-14 06:48:01 +01:00
Martin Rotter
36fe7ccf73 Save 2023-11-13 15:10:23 +01:00
Martin Rotter
caecf5355a greader supports feed deleting 2023-11-13 12:10:58 +01:00
Martin Rotter
2aead89071 fix warnings 2023-11-11 08:18:19 +01:00
Martin Rotter
b6269bf0e6 fixed #824 2023-11-10 13:03:43 +01:00
Martin Rotter
d99ad7f628 fixed #584 and some related small refactorings 2023-11-10 12:29:27 +01:00
Martin Rotter
edc30fbe48 greader plugin now has ability to export/import feeds via API usage 2023-11-09 12:34:00 +01:00
Martin Rotter
95df21e385 some renaming 2023-11-08 07:09:44 +01:00
Martin Rotter
4c412ace5e fix feed batch edit behavior for some corner cases 2023-11-02 08:04:14 +01:00
Martin Rotter
9eb41f7d61 siteamps discovery is optional because it often takes long time for many websites (sitemaps can be huge) 2023-11-01 08:24:53 +01:00
martinrotter
623caa7631
Multi select feeds list - basic implementation (#1148)
* Starting to work on this.

* Working, saving of common data in feeds could work

* Working, saving of common data in feeds could work

* work on standard

* save work

* work on multi feed select, should work now for feeds

* kind of works, there are some corner cases and UX things that need to be sorted out, will merge so people can test
2023-10-30 10:54:44 +01:00
Martin Rotter
55c2da5ae4 close article list notification if only one article is there and is opened 2023-10-25 09:20:15 +02:00
Martin Rotter
ea424e5db7 fix gmail debug code 2023-10-24 12:52:49 +02:00
Martin Rotter
aecd0a3fe8 save 2023-10-24 11:27:42 +02:00
Martin Rotter
d2d5e8c850 fix build 2023-10-24 09:16:47 +02:00
Martin Rotter
3f0f26e28e fix #1136 2023-10-24 08:35:37 +02:00
Martin Rotter
2b4f910953 bump versions of libs 2023-10-24 07:05:55 +02:00
Martin Rotter
e695203502 bit of a refactoring 2023-10-23 15:01:07 +02:00
Martin Rotter
67f4c932d3 redesign discoever form a bit 2023-10-23 13:35:26 +02:00
Martin Rotter
7241b0403a rename, move some thinds in discovery dialog 2023-10-23 12:19:39 +02:00
Martin Rotter
64215894a9 use clipboard text only if valid url 2023-10-23 12:07:03 +02:00
Martin Rotter
2f5b84cfc7 make repeatedly used regexps static for some performance boost 2023-10-23 08:32:07 +02:00
Martin Rotter
efd2735063 remove debugging code 2023-10-20 14:47:28 +02:00
Martin Rotter
7699105e8f fix false regex matching! 2023-10-20 12:58:28 +02:00
Martin Rotter
ca9a1db2be fixing couple of found bugs, working on discovery 2023-10-20 09:29:51 +02:00