Commit Graph

142 Commits

Author SHA1 Message Date
Athou
f93ecd8607 return 404 if no category is found 2013-05-21 16:59:50 +02:00
Athou
a98ddc185a changing logging level 2013-05-21 14:44:55 +02:00
Athou
5569fcca40 methods refactoring 2013-05-21 12:57:32 +02:00
Athou
23240f2c93 small optimizations 2013-05-21 12:41:57 +02:00
Athou
a5a5421c5a small tweak to pubsubhubbub 2013-05-21 11:36:01 +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
Risto Kankkunen
8f9e8fd2ea Make subscription failures visible.
--HG--
extra : rebase_source : 9e7232b821665d9a6342c928d0b17ac3bdd9e6e7
2013-05-20 22:14:56 +03:00
Athou
58e9308058 remove debug line 2013-05-20 21:04:26 +02:00
Athou
c88d3021b8 initial pubsubhubbub support (#44) 2013-05-20 17:44:38 +02:00
Athou
d8277800bd subscribe by url callback and subtome support 2013-05-19 10:41:19 +02:00
Athou
c6897eb357 better metrics 2013-05-18 00:11:37 +02:00
Athou
b0f9f1ed9b return Response objects for all methods, including security interceptor. Removes stacktraces for unauthorized calls 2013-05-17 19:39:52 +02:00
Athou
e72addf4f4 added missing / 2013-05-17 07:55:11 +02:00
Athou
993bc0a1ac left joins instead of cross joins 2013-05-15 16:01:14 +02:00
Athou
73154be1db utility method for retrieving subscription unread count 2013-05-12 16:09:28 +02:00
Athou
98aeccbb66 i18n implementation (#55) 2013-05-12 14:19:00 +02:00
Athou
ca47270db1 store and use preferred language from user (#55) 2013-05-11 22:49:33 +02:00
Athou
dab151ce37 api documentation fix 2013-05-11 21:12:02 +02:00
Athou
ef618c1e13 allow users to permanently delete their account 2013-05-08 16:17:45 +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
bfda641501 set parent category of children categories to null when removing a category (fix #38) 2013-05-01 14:49:03 +02:00
Athou
2d40c4292c refactored tree, no more dropdown for feed editing 2013-04-30 17:09:53 +02:00
Athou
2cbf51c287 rest endpoint to retrieve a feed or a category as a feed 2013-04-30 07:20:26 +02:00
Athou
d5218b8773 initial starring support 2013-04-29 22:37:26 +02:00
Athou
f7004bf625 make sure opml is not empty before importing 2013-04-28 18:06:34 +02:00
Athou
30cf80e4f5 api method to export opml (#64) 2013-04-28 09:19:27 +02:00
Athou
0fb6c6c40c refresh button now queues the feed for refresh 2013-04-27 10:44:16 +02:00
Athou
e3682ac844 added a way to display an announcement 2013-04-26 07:40:39 +02:00
Athou
8944687006 new frontend model class instead of using the backend feed model 2013-04-25 13:14:56 +02:00
Athou
effa009241 new fetchedfeed class 2013-04-25 12:30:21 +02:00
Athou
e161ff4167 create a demo user on startup and prevent any profile modification 2013-04-21 13:50:10 +02:00
Athou
1ba9d32c9f use basic authentication if cookie is not found 2013-04-19 10:39:13 +02:00
Athou
136a45641f fix category creation 2013-04-19 09:04:10 +02:00
Athou
af109ccf5c fix for admin api 2013-04-18 13:08:17 +02:00
Athou
9bd825d786 rename users to user as it makes more sense 2013-04-18 09:32:32 +02:00
Athou
8d04a7c29f use POST for operations that modify data 2013-04-18 09:28:18 +02:00
Athou
123c208391 document that those methods only support read and not unread marking 2013-04-18 09:19:22 +02:00
Athou
715dc8783f refactored resource classes 2013-04-17 16:49:43 +02:00
Athou
4c927630a7 more api documentation 2013-04-17 13:26:14 +02:00
Athou
ef3508f393 speed feeds refresh up by using http headers 2013-04-17 12:52:17 +02:00
Athou
328aa8c019 actually use the resource class 2013-04-17 12:03:53 +02:00
Athou
ebd8d8afb8 use application resources to find the annotation, as weld is proxying classes and annotation is not present on those 2013-04-17 11:38:55 +02:00
Athou
ff5d77adaf additional debug info 2013-04-17 10:51:24 +02:00
Athou
5ab2d3739d present an error message when the annotation is not found 2013-04-17 10:34:52 +02:00
Athou
3ddbeba0eb small fixes to swagger implementation 2013-04-17 10:11:22 +02:00
Athou
8486f7b57e don't extend swagger classes, i'll just do the work myself. fixes issues with weld 2013-04-17 09:54:52 +02:00