Commit Graph

54 Commits

Author SHA1 Message Date
Athou
5fe5b97130 configurable feed refresh interval 2013-07-29 10:40:55 +02:00
Athou
da94880c53 added a little doc 2013-07-26 16:00:02 +02:00
Athou
8845c54d0c apply formatter 2013-07-25 09:17:33 +02:00
Athou
f4dd989b04 cleanup 2013-07-17 09:14:51 +02:00
Ebrahim Byagowi
0eda8a26b9 keep direction of p tag
* spotted on http://fedorafans.com
2013-07-09 20:38:13 +04:30
Athou
b368ab877d don't check the query params for feedburner 2013-07-06 06:42:36 +02:00
Athou
4f09d650f6 continue with normalization even when the canonicalizer returns null 2013-07-03 13:15:11 +02:00
Athou
aab83043bd feedburner special handling for normalization 2013-07-03 11:42:36 +02:00
Athou
e2f1774e1d remove www from normalized url 2013-07-03 10:19:22 +02:00
Athou
8a23c79d16 comment phrasing 2013-07-02 16:57:30 +02:00
Athou
f230ad74b1 store normalized urls 2013-07-02 16:56:25 +02:00
Athou
d8a9022c97 initial feed url canonicalizer setup (requires java 1.7) 2013-07-02 16:56:25 +02:00
Athou
322676e9e5 fix image behavior in entries 2013-06-26 15:48:06 +02:00
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