Athou
|
71403d4174
|
if under heavy load, don't refresh feeds for users who logged in more than a month ago for the last time
|
2013-08-01 21:11:45 +02:00 |
|
Athou
|
5668efc8a8
|
don't expose documentation class in the method signature as it's not available at runtime
|
2013-08-01 18:16:44 +02:00 |
|
Athou
|
bfbe39993f
|
use an annotation processor instead of a groovy script because of classloading issues
|
2013-08-01 17:11:57 +02:00 |
|
Athou
|
8926f9784d
|
documentation is now generated during build time and swagger is not needed for runtime anymore
|
2013-08-01 13:35:04 +02:00 |
|
Athou
|
0ff1d58dfb
|
code formatting
|
2013-08-01 11:18:06 +02:00 |
|
Athou
|
8df587aaad
|
don't display entries twice when refreshing during loading (fix #473)
|
2013-08-01 11:18:06 +02:00 |
|
Athou
|
bb5244c118
|
return headers on all requests
|
2013-08-01 05:33:23 +02:00 |
|
Athou
|
a43e738365
|
set default value
|
2013-07-31 18:47:20 +02:00 |
|
Athou
|
8f85637bb8
|
invalidate cache once per feed instead of once per entry
|
2013-07-31 16:03:52 +02:00 |
|
Athou
|
b66749264a
|
added http headers for cross origin resource sharing
|
2013-07-31 15:31:06 +02:00 |
|
Athou
|
6dcf2aabd1
|
pass a context object around instead of creating transient fields in model objects
|
2013-07-31 13:06:57 +02:00 |
|
Athou
|
71bb33d710
|
small cleanup
|
2013-07-31 12:07:29 +02:00 |
|
Athou
|
5d5c955451
|
list filtering wasn't working correctly
|
2013-07-31 11:07:48 +02:00 |
|
Athou
|
43a0c7be81
|
relationships are not needed for that query
|
2013-07-30 21:12:52 +02:00 |
|
Athou
|
a82e6f3402
|
hibernate timeout is in seconds
|
2013-07-30 14:38:50 +02:00 |
|
Athou
|
704081656e
|
increase batch size again
|
2013-07-30 13:23:32 +02:00 |
|
Athou
|
c1ac273749
|
increase maximum allowed favicon size
|
2013-07-30 09:20:52 +02:00 |
|
Athou
|
9bc5fdf02f
|
small batch size seems better than a large one
|
2013-07-30 06:18:22 +02:00 |
|
Athou
|
8d340e0f52
|
optimization not needed anymore
|
2013-07-29 21:31:08 +02:00 |
|
Athou
|
8628ac9e9a
|
use ApplicationPropertiesService
|
2013-07-29 16:42:52 +02:00 |
|
Athou
|
737e24e7dc
|
more push callback checks
|
2013-07-29 12:24:03 +02:00 |
|
Athou
|
f5943889ec
|
increase batch size
|
2013-07-29 12:10:22 +02:00 |
|
Athou
|
5fe5b97130
|
configurable feed refresh interval
|
2013-07-29 10:40:55 +02:00 |
|
Athou
|
ef79cf1748
|
added comments for refill()
|
2013-07-29 09:47:21 +02:00 |
|
Athou
|
7827cf49d6
|
limit queue sizes
|
2013-07-28 16:36:21 +02:00 |
|
Athou
|
7ad9c24879
|
fix feed cleanup
|
2013-07-28 14:35:10 +02:00 |
|
Athou
|
e3e476555a
|
use default thread factory
|
2013-07-28 12:44:24 +02:00 |
|
Athou
|
223c2f464e
|
index for entry lookup
|
2013-07-27 17:22:31 +02:00 |
|
Athou
|
6d396e1982
|
don't fetch the whole content, just return the id if it does
|
2013-07-27 16:42:50 +02:00 |
|
Athou
|
60bf96411c
|
removed unused urlHash field
|
2013-07-27 15:45:15 +02:00 |
|
Athou
|
3dd4f140e2
|
refactored the way we handle feed refresh queue
|
2013-07-27 15:45:03 +02:00 |
|
Athou
|
1131d70645
|
move utility method to service (fix #463)
|
2013-07-27 13:01:28 +02:00 |
|
Athou
|
37437877e1
|
option to force refresh all feeds
|
2013-07-27 11:21:26 +02:00 |
|
Athou
|
da94880c53
|
added a little doc
|
2013-07-26 16:00:02 +02:00 |
|
Athou
|
68ad6d8b55
|
reuse existing random object
|
2013-07-26 15:34:14 +02:00 |
|
Athou
|
080c0b48d0
|
prevent possible NPE
|
2013-07-26 15:34:02 +02:00 |
|
Athou
|
9cdc364fde
|
index title hash
|
2013-07-26 08:15:23 +02:00 |
|
Athou
|
6f29af1710
|
better locking mechanism
|
2013-07-25 16:41:48 +02:00 |
|
Athou
|
e77787e2cd
|
ignore case
|
2013-07-25 14:37:21 +02:00 |
|
Athou
|
84159a3a2d
|
filter out entries that were matched from html code
|
2013-07-25 14:15:30 +02:00 |
|
Athou
|
68e531ed0c
|
log phrasing
|
2013-07-25 11:31:49 +02:00 |
|
Athou
|
00159ce1c5
|
moved methods around
|
2013-07-25 11:02:49 +02:00 |
|
Athou
|
d293e972f2
|
added logging
|
2013-07-25 10:55:19 +02:00 |
|
Athou
|
c618e22c52
|
revert part of caching mechanism
|
2013-07-25 10:48:52 +02:00 |
|
Athou
|
73f2871235
|
revamp cache service
|
2013-07-25 10:21:11 +02:00 |
|
Athou
|
bdb30a60c3
|
ignore utility method for (de)serialization
|
2013-07-25 09:27:09 +02:00 |
|
Athou
|
7da630ed6d
|
run every day at midnight
|
2013-07-25 09:19:05 +02:00 |
|
Athou
|
8845c54d0c
|
apply formatter
|
2013-07-25 09:17:33 +02:00 |
|
Athou
|
02f1090fe7
|
set parameters for delete query
|
2013-07-25 09:12:56 +02:00 |
|
Athou
|
ec8eb4bd1f
|
faster startup
|
2013-07-24 20:05:58 +02:00 |
|