Commit Graph

426 Commits

Author SHA1 Message Date
Athou
71213bfcd8 oops 2013-04-27 06:43:07 +02:00
Athou
791aede4cf category is required when subscribing 2013-04-26 23:06:35 +02:00
Athou
ac47bd61a0 preparing what will be needed to minify and concat resources for production use 2013-04-26 22:34:08 +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
85f381ad99 auto reconnect 2013-04-25 18:56:20 +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
84f9b4e10e tomee variable tweaks 2013-04-25 16:39:44 +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
7912e1e098 correctly check if ga is defined 2013-04-25 12:54:32 +02:00
Athou
effa009241 new fetchedfeed class 2013-04-25 12:30:21 +02:00
Athou
3cbdbcc6f7 missing slash 2013-04-25 08:09:44 +02:00
Athou
7f80ccec2c name of columns were actually inverted 2013-04-25 07:08:10 +02:00
Athou
b390b3534d don't use angular-ui for dropdowns, breaks other dropdowns on the page 2013-04-24 13:55:19 +02:00
Athou
1504924a76 fix build failure 2013-04-24 13:25:48 +02:00
Athou
cde844b4a5 moved some functions to category directive scope 2013-04-24 13:13:18 +02:00
Athou
edb345da9c track more events 2013-04-24 12:26:27 +02:00
Athou
9dab6fa0fa angularjs service for analytics tracking 2013-04-24 11:42:39 +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
f705faf7ac added missing injection points 2013-04-23 12:03:17 +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
3dd5f8375a dependencies update 2013-04-23 10:33:07 +02:00
Athou
62215bf66e removed unnecessary class declaration 2013-04-23 10:25:50 +02:00
Athou
0c2712cc6b removed ugly tree icons 2013-04-23 10:23:08 +02:00
Athou
d56b13784d added missing injection point 2013-04-23 09:55:30 +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
9cb56557be Merge pull request #59 from joshmatz/master
Make AngularJS minification compatible
2013-04-22 21:51:50 -07:00
Josh Matz
e620988fc3 Whitespace cleanup 2013-04-22 21:19:53 -05:00
Josh Matz
d36a7240bf AngularJS minify compatible 2013-04-22 20:58:18 -05: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