Commit Graph

96 Commits

Author SHA1 Message Date
Athou
ae44a1563a initial support for infinispan as 2nd level caching layer 2013-06-19 18:44:56 +02:00
Athou
285baaafb7 added feeds cleanup method 2013-06-19 17:01:28 +02:00
Athou
05f80d6765 unused import 2013-06-17 08:50:08 +02:00
Athou
968a911ccf save when users were created 2013-06-16 18:31:21 +02:00
Athou
897b482698 cascade delete for users 2013-06-16 18:03:52 +02:00
Athou
e6a091d351 don't delete in a big transaction 2013-06-16 16:32:46 +02:00
Athou
76f7978a06 rename language column because language is a reserved keyword in hsqldb 2013-06-16 13:19:42 +02:00
Athou
379e342e30 added on-demand database cleanup (date is hardcoded for the moment) 2013-06-16 12:06:59 +02:00
Athou
4e412c150c add missing fields and recreate sequence (#291) 2013-06-13 10:58:29 +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
d855455b54 store feed content hash 2013-06-09 16:22:38 +02:00
Athou
d212cf66c1 change log level at runtime 2013-06-09 16:19:49 +02:00
Athou
ceeeee8466 Merge remote-tracking branch 'origin/master' into tg 2013-06-08 21:47:45 +02:00
Athou
19a4a58d9e use publishedDate from feed to determine if we need to handle feed entries or not 2013-06-08 21:47:19 +02:00
Athou
a73d82bd6c table generator 2013-06-07 15:47:13 +02:00
Athou
4edb481fea remove ehcache support as it does not provide a performance boost (fix #264) 2013-06-07 13:27:41 +02:00
Athou
c907abbf62 cache tweaks 2013-06-06 08:50:15 +02:00
Athou
dbe7b48a04 merge push infos into feeds 2013-06-05 21:50:26 +02:00
Athou
7cbcf1080b initial ehcache support 2013-06-05 11:58:35 +02:00
Athou
41344e08f7 Merge pull request #252 from Athou/dragndrop
Dragndrop
2013-06-03 22:17:18 -07:00
Athou
502938a1df refresh pubsubhubbub subscriptions every three days 2013-06-03 06:50:36 +02:00
Athou
7ffd044a86 added needed fields in models and needed libraries for frontend (#67) 2013-06-02 09:46:36 +02:00
Athou
a79cfeef16 cascade not needed anymore as we persist push infos manually 2013-05-30 13:39:14 +02:00
Athou
4da9fca7ea Revert for the moment as it breaks pubsub handling 2013-05-30 11:55:15 +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
eb996560c2 initial theme implementation 2013-05-28 22:45:03 +02:00
Athou
01b8087e43 added index 2013-05-24 15:16:29 +02:00
Athou
e8953378bb enforce settings uniqueness 2013-05-23 16:16:05 +02:00
Athou
44d4d3e96b setting for database update threads 2013-05-23 06:50:11 +02:00
Athou
f5a6d6c830 fix annotation 2013-05-21 13:49:42 +02:00
Athou
e388a56c8e enforce uniqueness 2013-05-21 13:47:20 +02:00
Athou
9c9a315d1c settings for heavy load 2013-05-21 08:46:14 +02:00
Athou
304218265f pubsubhubbub support is now optional 2013-05-21 07:09:48 +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
fb1df96d29 mark author as transient for the moment, and remove unnecessary index 2013-05-19 14:38:14 +02:00
Athou
f59198e018 persist entry author 2013-05-19 06:47:37 +02:00
Athou
121daacf94 lazy loading everywhere 2013-05-15 16:40:16 +02:00
Athou
ca47270db1 store and use preferred language from user (#55) 2013-05-11 22:49:33 +02:00
Athou
2f7349640c remove test field 2013-05-07 12:31:37 +02:00
Athou
e0d6be4d01 wip: mark items as the user scrolls past them (#62) 2013-05-05 19:35:07 +02:00
Athou
dcd8ab951f initial expanded view support (#62) 2013-05-04 21:12:51 +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
07fb0e712b social sharing buttons 2013-05-01 18:06:18 +02:00
Athou
e3358e97e4 uservoice feedback 2013-04-28 10:44:45 +02:00
Athou
e3682ac844 added a way to display an announcement 2013-04-26 07:40:39 +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
6011411dc4 google analytics support 2013-04-22 20:49:24 +02:00