Commit Graph

41 Commits

Author SHA1 Message Date
Athou
158abadf19 use date constructor directly when a calendar is not needed, better performances 2013-06-25 16:57:48 +02:00
Athou
268fb26220 strip html from entry titles (closes #329) 2013-06-24 10:18:07 +02:00
Athou
070276d7bd removed debug lines 2013-06-22 21:55:17 +02:00
Athou
52e4a2a0b7 proxy images through commafeed (#231) 2013-06-22 21:45:44 +02:00
Athou
2f32a01947 fix relative url detection when entry link starts with a blank space or blank line 2013-06-22 10:29:26 +02:00
Athou
1239725083 fix character detection for eastern europe languages (fix #138) 2013-06-19 15:23:40 +02:00
Athou
bc8eed7a62 allow some css style rules for iframes (fix #288) 2013-06-16 17:44:21 +02:00
Athou
7bb660986e use pathparam for id 2013-06-11 14:42:17 +02:00
Athou
ddd65f69bf change favicon rest method to accept a subscription id 2013-06-11 13:47:23 +02:00
Athou
2baa2bbfe5 store average entry interval and use it to decide when to reschedule feed refresh when it returns 304 2013-06-10 12:53:46 +02:00
Athou
4ba2f5dbd9 moving some code around 2013-06-02 19:44:25 +02:00
Athou
a3cc4ee269 use title if content is empty for rtl detection 2013-06-02 19:42:25 +02:00
Ebrahim Byagowi
c1d5c699a2 Some improvments for having better support for RTL/BiDi contents 2013-06-02 20:53:41 +01:00
Athou
4e7bcd004d make sure we have content 2013-05-31 09:31:59 +02:00
Athou
d0e37af52b keep text only before detecting direction, use jsoup because bidiutils html stripping is too restrictive 2013-05-31 09:28:51 +02:00
Athou
9568ccfeac experimental rtl support (#209) 2013-05-31 08:23:30 +02:00
Athou
a2f28f2565 reduce factor to 2 for heavy load 2013-05-30 14:56:03 +02:00
Athou
7df071b023 use all timestamps available to build average time 2013-05-30 13:58:37 +02:00
Athou
47b9f49831 make sure we have something to do before entering synchronized block 2013-05-30 12:57:14 +02:00
Athou
f832374087 disable feeds up to a week 2013-05-28 09:20:44 +02:00
Athou
5124a092d3 build icon url server side 2013-05-26 15:36:55 +02:00
Athou
f04b24796c resolve entry link when url is relative (fix #181) 2013-05-26 07:29:10 +02:00
Athou
d148fa9df7 build disabledUntil date for feeds with support for http 304 2013-05-24 12:15:19 +02:00
Athou
f9cfea4f79 make sure enclosure urls fit in the database field 2013-05-23 10:03:15 +02:00
Athou
adb1d99f8b typo 2013-05-22 16:12:39 +02:00
Athou
badc830535 use the first entry date as publish date 2013-05-20 12:37:37 +02:00
Athou
72e3507006 disable incrementally by one hour every time the feed fails to download (#44) 2013-05-20 11:57:45 +02:00
Athou
c5147360d8 sort timestamps desc (#44) 2013-05-20 11:47:54 +02:00
Athou
eea6d9855a typo 2013-05-20 11:22:32 +02:00
Athou
b11fd7897d first try at #44 2013-05-20 11:19:30 +02:00
Athou
b2ee06d94a handle iso-8859-2 (#138) 2013-05-19 21:51:26 +02:00
Athou
df52dcd748 utility method to calculate average time between entries 2013-05-19 12:54:39 +02:00
Athou
a6e969fadc disallow align for images and display them as blocks 2013-05-17 21:14:17 +02:00
Athou
680b0551fc allow some table styling 2013-05-17 15:57:56 +02:00
Athou
11632286bf fix #113 2013-05-17 14:33:21 +02:00
Athou
d31ba48507 skip characters until the xml actually starts 2013-05-02 08:59:47 +02:00
Athou
24198689a5 properly detect invalid characters 2013-04-23 09:40:13 +02:00
Athou
8500589943 combine all characters stripping in one place 2013-04-23 09:31:02 +02:00
Athou
64747881de detect encoding and trim invalid characters before parsing xml (#60) 2013-04-23 07:20:21 +02:00
Athou
8376b69f25 prevent NPE 2013-04-22 17:56:30 +02:00
Athou
faaf18f5cf trim unicode characters from url if any 2013-04-22 13:20:17 +02:00