Commit Graph

88 Commits

Author SHA1 Message Date
Athou
4da9fca7ea Revert for the moment as it breaks pubsub handling 2013-05-30 11:55:15 +02:00
Athou
34d47b3250 fetch content later, join big tables on foreign keys only 2013-05-30 10:43:49 +02:00
Athou
0aee6850d5 use a onetomany relationship for push info to avoid hibernate automatic lazy loading of onetoone optional relationships 2013-05-30 10:28:40 +02:00
Athou
7d614762e7 remove error predicate for metric 2013-05-29 08:54:29 +02:00
Athou
669574e4d5 ignore feeds in error from metrics 2013-05-28 09:21:29 +02:00
Athou
5b847d1ba9 display backlog in metrics 2013-05-24 12:42:18 +02:00
Athou
fe16a2a7e2 mark starred entries 2013-05-22 17:12:01 +02:00
Athou
1ee37057cd refactored dao method 2013-05-22 08:10:31 +02:00
Athou
15b7d685fe wip: allow parallel update of feeds 2013-05-22 08:01:05 +02:00
Athou
9d5b67ffda lazy load push infos 2013-05-21 15:28:08 +02:00
Athou
23240f2c93 small optimizations 2013-05-21 12:41:57 +02:00
Athou
cb9c124951 make sure emails are unique 2013-05-21 09:17:12 +02:00
Athou
515cc4c0dd recover password (wip) 2013-05-20 23:14:03 +02:00
Athou
c88d3021b8 initial pubsubhubbub support (#44) 2013-05-20 17:44:38 +02:00
Athou
eebad80cd7 refresh every 10 minutes (#44) 2013-05-20 11:48:00 +02:00
Athou
f5843e28b6 exclude content from the big join, lazy load when done 2013-05-17 11:25:50 +02:00
Athou
4ec2cc51ca rollback inner join changes, left joins actually enforce order 2013-05-16 17:01:10 +02:00
Athou
edbe326c0a move the join on entries as the first join 2013-05-16 14:34:29 +02:00
Athou
104c33e679 use inner joins 2013-05-16 12:06:35 +02:00
Athou
121daacf94 lazy loading everywhere 2013-05-15 16:40:16 +02:00
Athou
993bc0a1ac left joins instead of cross joins 2013-05-15 16:01:14 +02:00
Athou
5dcc923cf1 added authentication via api key for some limited api methods (fix #64) 2013-05-01 21:56:59 +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
9ea1278823 added utility methods 2013-04-25 14:43:37 +02:00
Athou
98d73ab747 rewrote query (#53) 2013-04-25 13:14:33 +02:00
Athou
1cd153a4ba typo 2013-04-22 11:58:06 +02:00
Athou
7502707930 check if the feed has changed by using publishDate of the feed or the first entry 2013-04-19 12:53:25 +02:00
Athou
f8faa69f02 remove serializable as it does not make sense 2013-04-15 11:47:48 +02:00
Athou
86edd54a21 index hashes 2013-04-14 18:28:48 +02:00
Athou
544ebb8e86 injetions cleanup 2013-04-13 09:17:38 +02:00
Athou
38233be861 added mailing class 2013-04-12 13:27:30 +02:00
Athou
edd2ec42c7 use metamodel 2013-04-12 10:44:41 +02:00
Athou
b459975522 rewrote query with criteria api 2013-04-12 10:29:34 +02:00
Athou
5b5ad242e0 major classes refactoring 2013-04-11 20:49:08 +02:00
Athou
4b49625a8f better background refresh 2013-04-11 19:11:27 +02:00
Athou
84f055b67a store entry content externally and load only when needed 2013-04-11 10:31:19 +02:00
Athou
60f289b82e optimization 2013-04-11 10:18:19 +02:00
Athou
013922b96d make sure the user owns the modified data 2013-04-10 22:23:43 +02:00
Athou
581c7bc070 store only 10 entries for new users 2013-04-10 16:45:05 +02:00
Athou
ae4cd0b5e1 allow ordering (fix #30) 2013-04-10 11:06:04 +02:00
Athou
1683a1ce50 rewrite queries with criteria for more flexibility 2013-04-10 10:14:27 +02:00
Athou
71499b5ed0 fix #19 2013-04-09 11:50:21 +02:00
Athou
384bafa38e fix #20 2013-04-09 11:10:26 +02:00
Athou
7b9bfeb816 fix #25 2013-04-09 09:03:52 +02:00
Athou
513785db8c query only if list is not empty 2013-04-08 20:41:16 +02:00
Athou
99ce880fe0 populate statuses as read when a user subscribes 2013-04-08 15:49:34 +02:00
Athou
aa592e54b2 use criteria api where possible 2013-04-08 14:28:31 +02:00
Athou
cf7d4cce9c major improvement in the way data is stored 2013-04-08 13:35:13 +02:00
Athou
028982477e create a status for new items 2013-04-08 07:54:46 +02:00