Athou
e000bb05c4
don't handle byte arrays with jackson (feed icons, ...)
2013-08-12 20:53:19 +02:00
Athou
d66ca05dca
don't wrap String responses with double quotes
2013-08-12 20:50:03 +02:00
Athou
5ef8fd18ca
annotations not needed anymore
2013-08-12 13:42:18 +02:00
Athou
5b5d5cca1c
jackson update
2013-08-12 12:45:25 +02:00
Athou
71368fba62
fix reply message
2013-08-11 17:22:17 +02:00
Athou
a58b0a0806
use lombok data instead of getters and setters
2013-08-11 11:59:24 +02:00
Athou
e26950671c
clarify documentation: keywords are not required
2013-08-11 11:50:30 +02:00
Athou
0d730128f7
use lombok slf4j annotation
2013-08-11 11:45:32 +02:00
Athou
f8738f10af
added optional 'onlyIds' api parameter
2013-08-09 12:53:21 +02:00
Athou
677fb87f71
increase limit
2013-08-09 12:18:35 +02:00
Athou
c980e5dd67
return newly created category id
2013-08-09 09:36:06 +02:00
Athou
474995c8dd
send date of the newest subscriptions item
2013-08-08 17:00:52 +02:00
Athou
dccaca4972
file writing is now java vendor independent ( #485 )
2013-08-08 15:31:31 +02:00
Athou
4520ef4078
search is now context aware (will only search in selected category or feed)
2013-08-07 15:26:43 +02:00
Athou
701a1903ba
move feedcount in its own file
2013-08-07 10:08:03 +02:00
Athou
2bff335698
show exception in debug log
2013-08-06 13:07:50 +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
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
5d5c955451
list filtering wasn't working correctly
2013-07-31 11:07:48 +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
37437877e1
option to force refresh all feeds
2013-07-27 11:21:26 +02:00
Athou
68ad6d8b55
reuse existing random object
2013-07-26 15:34:14 +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
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
8845c54d0c
apply formatter
2013-07-25 09:17:33 +02:00
Athou
645164997d
move author to content
2013-07-24 15:50:05 +02:00
Athou
c2b53b117c
remove many to many relationship between entries and feeds
2013-07-24 15:40:59 +02:00
Athou
150920e0c8
delete old statuses
2013-07-23 15:27:56 +02:00
Athou
074ecbf159
persist read status instead of unread status
2013-07-22 16:31:29 +02:00
Athou
60c64ce900
display app version
2013-07-21 11:40:32 +02:00
Athou
074ab9f707
use faster query for 'all unread'
2013-07-19 12:18:10 +02:00
Athou
079345b2e0
refactored the way entries and statuses are fetched
2013-07-19 11:30:40 +02:00
Athou
bd6fd24e67
fix #395
2013-07-11 09:30:32 +02:00
Athou
a88098116f
feed fetching now uses POST ( fix #418 )
2013-07-11 09:10:46 +02:00
Athou
be4b15be70
admin cleanup interface
2013-07-10 15:15:31 +02:00
Athou
3871af9c7f
use user setting if not under heavy load ( #78 )
2013-07-10 09:25:59 +02:00
MageFroh
7ace9c46da
fix null ptr exception in feed/get/{id} rest call when all entries are read
...
- map of the unread counts does not contain any element for the feed if
no entry is unread, leading to a null pointer exception when building
the response
- problem occurs for example when showing the feed details and all entries
are read: all fields are blank
2013-07-09 23:02:41 +01:00
Athou
b2d0d8da26
return unread count
2013-07-09 22:16:00 +02:00