Commit Graph

293 Commits

Author SHA1 Message Date
Athou
2cbf51c287 rest endpoint to retrieve a feed or a category as a feed 2013-04-30 07:20:26 +02:00
Athou
aef82fe690 store a copy of the settings in memory 2013-04-30 07:11:57 +02:00
Athou
c36e684440 actually restrict starred list to the user's feeds 2013-04-29 22:40:49 +02:00
Athou
d5218b8773 initial starring support 2013-04-29 22:37:26 +02:00
Athou
f7004bf625 make sure opml is not empty before importing 2013-04-28 18:06:34 +02:00
Athou
c3d826eb74 bypass our server directly for feed favicons 2013-04-28 15:15:59 +02:00
Athou
7f979e2310 handle sass files 2013-04-28 11:20:20 +02:00
Athou
e3358e97e4 uservoice feedback 2013-04-28 10:44:45 +02:00
Athou
30cf80e4f5 api method to export opml (#64) 2013-04-28 09:19:27 +02:00
Athou
cfb1e550bc resources concat and minify in production 2013-04-28 07:47:16 +02:00
Athou
fe3ccb92df disable a feed up to 12 hours 2013-04-27 11:12:05 +02:00
Athou
af821662cf intercept empty feed early on 2013-04-27 11:03:47 +02:00
Athou
afcfebdc36 that check is not reliable 2013-04-27 10:49:15 +02:00
Athou
0fb6c6c40c refresh button now queues the feed for refresh 2013-04-27 10:44:16 +02:00
Athou
56ba907ec5 only allow one thread to update entries for a feed, avoids duplicates if two feeds containing the same entry are updating at the same time 2013-04-26 18:53:48 +02:00
Athou
aa3baf5007 log an info line for metrics 2013-04-26 15:52:08 +02:00
Athou
ec3c98b7aa prevent duplicates 2013-04-26 11:14:52 +02:00
Athou
e3682ac844 added a way to display an announcement 2013-04-26 07:40:39 +02:00
Athou
51f11e48b5 more performance tweaks 2013-04-26 07:12:19 +02:00
Athou
69e9d05e0b warn if we are unable to parse xml, debug otherwise (timeout, ...) 2013-04-25 17:28:08 +02:00
Athou
2af55553a2 return to async beans, jms is too much overhead atm 2013-04-25 17:26:07 +02:00
Athou
9ee2f60e03 small tweaks 2013-04-25 15:04:41 +02:00
Athou
50585b3ff9 refactored feed updating 2013-04-25 14:43:52 +02:00
Athou
9ea1278823 added utility methods 2013-04-25 14:43:37 +02:00
Athou
735c2efb34 queue feed for refresh after a subscription 2013-04-25 14:41:56 +02:00
Athou
8944687006 new frontend model class instead of using the backend feed model 2013-04-25 13:14:56 +02:00
Athou
98d73ab747 rewrote query (#53) 2013-04-25 13:14:33 +02:00
Athou
effa009241 new fetchedfeed class 2013-04-25 12:30:21 +02:00
Athou
7f80ccec2c name of columns were actually inverted 2013-04-25 07:08:10 +02:00
Athou
fcb6ad2af2 domain name not needed 2013-04-24 11:41:13 +02:00
Athou
b767980fe5 import using small database transactions, not a huge one with the whole OPML in it, prevents long table lock 2013-04-24 05:13:06 +02:00
Athou
23e6915643 use java classes instead of scala ones 2013-04-23 21:29:16 +02:00
Athou
5bba598b2e allows http threads to continue their job by asynchronously queuing database updates 2013-04-23 21:16:30 +02:00
Athou
c71b0aee96 don't batch refresh more than 100 feeds 2013-04-23 16:00:18 +02:00
Athou
83946373d9 use a constant instead 2013-04-23 15:58:56 +02:00
Athou
d6597d8cdd simulate internet ag 2013-04-23 11:55:47 +02:00
Athou
5c4df4e451 handle background threads ourselves, leave the stateless pool intact 2013-04-23 10:51:05 +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
29b3b92b85 throw an exception when needed, prevents html error pages parsing 2013-04-23 09:14:18 +02:00
Athou
92e76d469f check for nulls before querying the database 2013-04-23 09:06:35 +02:00
Athou
64747881de detect encoding and trim invalid characters before parsing xml (#60) 2013-04-23 07:20:21 +02:00
Athou
6011411dc4 google analytics support 2013-04-22 20:49:24 +02:00
Athou
fbba5dce16 completely disable transactions for background threads 2013-04-22 18:02:57 +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
Athou
1cd153a4ba typo 2013-04-22 11:58:06 +02:00
Athou
839beb5d14 small optimizations 2013-04-22 10:23:53 +02:00
Athou
bb5d76109a Integer.MAX_VALUE is actually the maximum value in seconds, construct date with milliseconds (#56) 2013-04-22 09:05:04 +02:00
Athou
d28c74ea25 use a default date instead of null 2013-04-21 23:07:19 +02:00