Athou
015a60f998
subquery for retrieving feeds to refresh was not connected to main query
2021-01-30 21:28:37 +01:00
Athou
c7ba5ca894
make swagger aware that dates are serialized as longs
2019-05-03 22:01:18 +02:00
Athou
ddaefbc952
deduplicate method names across all the api (swagger requires unique api operations)
2019-05-03 18:40:50 +02:00
Jeremie Panzer
0b3a0fb3ed
add missing required
2019-05-02 13:42:49 +02:00
Athou
7f40a430fd
hide securitycheck user from swagger documentation
2019-05-01 23:33:55 +02:00
Athou
05f5d3b25c
add missing "required" flags
2019-05-01 20:31:48 +02:00
Athou
c3ca0b18b3
value field of annotation is actually the name of the class
2019-05-01 19:57:52 +02:00
Athou
201f7dbd3e
restore cookieMaxAge behavior
2019-04-23 01:14:26 +02:00
Jérémie Panzer
71ac2bfc45
support for Java9+ ( #906 )
...
* initial java9+ support
* restore session management, updated for jetty 9.4
* Session actually implements EntityManager
* reusable method for setting the timeout
2019-04-22 20:30:06 +02:00
Athou
5370db7c5e
rename for clarity
2019-03-17 07:05:29 +01:00
Athou
2f70f654f7
extensible mechanism for feed url building
2019-03-17 06:44:09 +01:00
ildar-shaimordanov
b64115dcbd
improve youtube feed URL getter
2019-03-12 05:52:00 +04:00
ildar-shaimordanov
c9c71d8582
workaround for youtube channels
2019-03-12 02:13:41 +04:00
Athou
e9ef98716f
configurable user agent string ( #825 )
2018-07-31 15:21:45 +02:00
Athou
b3ce43eaf7
faster replace for large feeds ( #881 )
2018-07-11 17:13:38 +02:00
Athou
a7665a9994
add current year to filtering context
2018-02-25 13:38:37 +01:00
Athou
fcdb33b64b
utility for testing feeds
2018-02-06 15:17:37 +01:00
Athou
7fd6119bcf
add author to rss generated feeds ( #858 )
2017-12-22 18:50:32 +01:00
Athou
86835eec73
request may not be a HttpUriRequest when using a proxy ( #850 )
2017-10-12 10:21:11 +02:00
Ty Brown
cb254f87d4
Add feature to emit Graphite metrics based on configuration
2017-07-05 21:56:00 -05:00
Athou
d4db98fd64
fix api key generation
2017-05-09 08:59:31 +02:00
Athou
e57976be99
fix findbugs warning
2016-10-05 09:01:34 +02:00
tyler
61039dcd7e
remove some whitespace, put tuples assignment back on one line
2016-09-05 05:09:57 -04:00
tyler
039ff4ee41
decided to do ctrl-f for " order " and found this piece. Don't know what bug this will fix but probably best to update to reflect additional sorting options. Sorry for ternary operator abuse
2016-09-05 04:56:30 -04:00
tyler
b40349805f
switch abc & zyx
2016-09-05 00:41:17 -04:00
tyler
d709d119ac
change button for Alphabetic sort to have different "icon".
...
also ABC and ZYX sorting were switched.
2016-09-04 23:57:12 -04:00
tyler
ff78af2d56
fix lots of bugs with alphabetic sort by properly assigning FeedEntry.FeedEntryContent.title instead of trying to make FeedEntryStatus know about titles.
2016-09-04 21:37:04 -04:00
tyler
ada53dba3b
Add Alphabetical sorting
...
First "working" version of Alphabetical sorting in Commafeed. Needs better front end interface, translations, and probably the API is buggy surrounding "order" now b/c there is probably some code still that assumes there are only two possible ways to sort (date asc, date desc).
2016-09-02 03:39:16 -04:00
Athou
4b556bd3a9
fix password change ( #805 )
2016-08-22 15:05:15 +02:00
Athou
6f10d35a4c
no casting of sessionfactory necessary this way
2016-07-28 11:28:45 +02:00
Ebrahim Byagowi
29417005b0
Add rel="noreferrer" to resolve window.opener issue
...
https://mathiasbynens.github.io/rel-noopener
2016-03-22 20:09:12 +04:30
Athou
b444a74a44
change user agent so that self hosted instances don't point to commafeed.com
2016-01-18 10:01:05 +01:00
ebraminio
30264be311
Add magnet links support
2015-10-19 23:45:53 +03:30
Athou
447029ae70
skip jsoup parsing for null strings ( #754 )
2015-08-19 11:10:02 +02:00
Athou
8ac52690fd
fix wrong parameter name ( #752 )
2015-08-18 13:14:35 +02:00
Athou
6934b2bd27
remove println
2015-08-17 16:30:27 +02:00
Athou
6647e4fcd4
additional timer metrics
2015-08-14 12:58:55 +02:00
Athou
21710f55f3
proxy image enclosures too ( #750 )
2015-08-07 10:07:42 +02:00
Athou
9424237534
cleanup
2015-07-27 14:38:52 +02:00
Athou
6c61d47d78
swagger.json no longer generated at runtime
2015-07-09 16:08:31 +02:00
Athou
35e02f9d98
querydsl upgrade
2015-07-09 12:34:54 +02:00
Athou
076594c78e
force filter expression to lowercase
2015-06-29 12:56:17 +02:00
Athou
fed7a1ac84
rewrite query using subqueries
2015-06-25 11:20:50 +02:00
Athou
ddfd170ea8
make eclipse mars happy
2015-06-24 11:42:01 +02:00
Athou
bae5c67dfa
dropwizard upgrade
2015-06-19 08:41:23 +02:00
Athou
101602c6f6
return the correct media type for favicons ( fix #736 )
2015-06-08 15:53:17 +02:00
Athou
18a7bd1fd1
check both urls for favicon
2015-06-08 15:53:16 +02:00
Athou
06373480ae
various upgrades
2015-06-04 14:55:36 +02:00
Athou
9adc993472
fix youtube favicon fetching
2015-06-04 12:29:22 +02:00
Athou
18e70a0e6b
fix opml import without head element ( fix #737 )
2015-06-02 21:21:49 +02:00