Commit Graph

592 Commits

Author SHA1 Message Date
Athou
e90425778f registration api (#303) 2013-06-18 12:52:56 +02:00
Athou
c4bb8da746 faster cleanup query 2013-06-18 10:34:11 +02:00
Athou
9b53e2b0fb better cleaning method 2013-06-18 08:54:53 +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
bc8eed7a62 allow some css style rules for iframes (fix #288) 2013-06-16 17:44:21 +02:00
Athou
09533b8f24 wrong method called 2013-06-16 16:51:49 +02:00
Athou
e6a091d351 don't delete in a big transaction 2013-06-16 16:32:46 +02:00
Athou
c2f0efb448 not a good idea with maxresults, revert and use the same batch size as default_batch_fetch_size 2013-06-16 15:54:37 +02:00
Athou
93de8e48dc join fetch statuses 2013-06-16 15:48:27 +02:00
Athou
56f4f33707 cleanup by batch of 1000 2013-06-16 15:40:33 +02:00
Athou
76f7978a06 rename language column because language is a reserved keyword in hsqldb 2013-06-16 13:19:42 +02:00
Athou
b75a180150 email is now required for registration as people are forgetting their password 2013-06-16 12:06:59 +02:00
Athou
379e342e30 added on-demand database cleanup (date is hardcoded for the moment) 2013-06-16 12:06:59 +02:00
Athou
05893088c7 optimized query when only a single category is needed 2013-06-15 15:40:55 +02:00
Athou
949ec1fd89 distinct not needed 2013-06-15 15:37:31 +02:00
Athou
cc1248f350 remove unnecessary join 2013-06-13 13:40:13 +02:00
Athou
4e412c150c add missing fields and recreate sequence (#291) 2013-06-13 10:58:29 +02:00
Athou
fad0f7a9fd fix image path 2013-06-13 07:14:00 +02:00
Giles Wells
2ee8481b60 Adding a home screen icon for better mobile experience 2013-06-13 00:27:25 -04:00
Athou
b8a8a2b86d relationships are not nullable, no point in doing a left join 2013-06-12 16:57:31 +02:00
Athou
bfc8001733 Merge pull request #289 from Athou/liquibase
initial liquibase setup
2013-06-12 03:26:29 -07:00
Athou
cabea47995 throw an exception if there are no items in the feed 2013-06-12 05:12:38 +02:00
Athou
c6a9fdc8c3 flush the session for large inserts 2013-06-12 05:08:27 +02:00
Athou
62a77278ff load feeds only when needed 2013-06-12 05:05:10 +02:00
Athou
33f10f5e9c limit query execution time to 20s 2013-06-12 04:58:19 +02:00
Athou
b78f646523 initial liquibase setup 2013-06-11 17:01:21 +02:00
Athou
7bb660986e use pathparam for id 2013-06-11 14:42:17 +02:00
Athou
1d8876a030 log levels 2013-06-11 13:52:27 +02:00
Athou
ddd65f69bf change favicon rest method to accept a subscription id 2013-06-11 13:47:23 +02:00
Athou
5d5b223ffb prevent NPE 2013-06-11 08:08:27 +02:00
Athou
17a1783789 refactoring favicon fetcher 2013-06-11 07:27:57 +02:00
Ebrahim Byagowi
3ee4f9807e Adding basic support for favicon 2013-06-11 06:24:46 +02:00
Athou
2df2bae826 store last entry date 2013-06-10 13:24:31 +02:00
Athou
6b99489fcb use pubsub infos from fetched feed, not the existing feed 2013-06-10 13:22:45 +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
703fd91856 validate published date only if not null 2013-06-09 06:42:25 +02:00
Athou
ca64278c08 use entry date if more recent than feed published date 2013-06-08 22:35:19 +02:00
Athou
3572c0344e use entry date if more recent than feed published date 2013-06-08 22:31:34 +02:00
Athou
517b92c35c change log level 2013-06-08 22:22:43 +02:00
Athou
f5930fcab5 better log line 2013-06-08 22:15:13 +02:00
Athou
349ed7f223 add a day to make sure we don't have issues with timezones 2013-06-08 22:13:44 +02:00
Athou
d820d9738e make sure the date is in the past 2013-06-08 22:00:22 +02:00
Athou
56c0e7f6e2 use table generator for better batch insert performances 2013-06-08 21:56:49 +02:00
Athou
a9dc2f05f7 validate the date 2013-06-08 21:56:01 +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