1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
Commit Graph

6359 Commits

Author SHA1 Message Date
Andrew Dolgov
e8f9069c5c quickAddFeed: add placeholder select element to feeds dropdown 2013-04-14 10:23:01 +04:00
Andrew Dolgov
96de8fea67 subscribe_to_feed: fix typo 2013-04-14 09:11:02 +04:00
Andrew Dolgov
b082ad5b5a Merge pull request #153 from HeikoAdams/master
German translation updated
2013-04-13 09:06:22 -07:00
Heiko Adams
6dec4e64e2 german translation update 2013-04-13 17:55:14 +02:00
Andrew Dolgov
41694a956d fix double-escaping possible with encrypted passwords 2013-04-13 18:58:09 +04:00
Andrew Dolgov
5276b7c768 fix handling of blank FEED_CRYPT_KEY 2013-04-13 18:32:57 +04:00
Andrew Dolgov
044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 2013-04-13 18:24:41 +04:00
Andrew Dolgov
5b27cb05a8 use height : auto in cdmContentInner 2013-04-13 15:45:11 +04:00
Andrew Dolgov
542c563c55 use height : auto in ttrssZoom 2013-04-13 15:43:13 +04:00
Andrew Dolgov
1cdb22b6fe Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-13 15:42:31 +04:00
Andrew Dolgov
45a32e90b2 Merge pull request #150 from levito/patch-1
don't distort resized images
2013-04-13 04:42:14 -07:00
Andrew Dolgov
a6e3554e32 ttrssZoom: fix image width 2013-04-13 15:41:39 +04:00
Andrew Dolgov
5aaae215e8 api: add score to getHeadlines/getArticle 2013-04-13 10:59:26 +04:00
Veit Lehmann
2eee854481 don't distort resized images
If images have width/height attributes set and are reduced in size by max-width: auto, they look distorted. height: auto fixes this.
2013-04-12 23:19:43 +03:00
Andrew Dolgov
c5569ff8d3 decode html entities in article title on import 2013-04-12 16:30:40 +04:00
Andrew Dolgov
3ab417c277 remove label gradients 2013-04-12 15:02:44 +04:00
Andrew Dolgov
bb399c6271 add cache-control: public to the login page so that firefox would bother making a thumbnail 2013-04-12 14:14:11 +04:00
Andrew Dolgov
b68a266a73 remove no_cache_incantation() 2013-04-12 14:06:20 +04:00
Andrew Dolgov
9bfda43e77 digest: use proper logging, update.php: fix typo 2013-04-12 09:55:41 +04:00
Andrew Dolgov
79f9bef767 add support for plugins adding API methods 2013-04-12 08:18:43 +04:00
Andrew Dolgov
5e725f9c8c having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working 2013-04-12 07:58:10 +04:00
Andrew Dolgov
8096a20a95 Revert "Add new API method: `getFeedStats'"
This reverts commit 0192ffe5a5.
2013-04-12 07:53:14 +04:00
Andrew Dolgov
b7c62dbb35 rebase translations 2013-04-11 22:01:31 +04:00
Andrew Dolgov
e1f76af006 block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
Andrew Dolgov
70a1fb23d0 add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
Andrew Dolgov
ccfa90803b backend: add session validation check 2013-04-11 21:39:54 +04:00
Andrew Dolgov
b229a18456 fix import_export plugin for open_basedir; add missing closing form tags to import_export and googleimport plugin 2013-04-11 20:31:24 +04:00
Andrew Dolgov
b91a1e4deb bump api level 2013-04-11 20:06:07 +04:00
Andrew Dolgov
2496da82e9 Merge pull request #147 from pedros/nnttrss_api_extensions
Add new API method: `getFeedStats`
2013-04-11 09:04:32 -07:00
Pedro Silva
0192ffe5a5 Add new API method: `getFeedStats'
`getFeedStats' calls the new static function `api_get_feed_stats' to
return an array of real feeds of the following form:

    [{
       "first" : 1127,
       "unread" : 873,
       "last" : 15460,
       "title" : "Some feed",
       "id" : 31,
       "total" : 1513
    }]

where "first", "last", "total" are the first, last and total number of
articles in the feed.

This adds the ability to nntp-oriented clients to efficiently retrieve
an "active file" without having to resort to `getHeadlines(limit=-1)'
2013-04-11 16:25:37 +01:00
Andrew Dolgov
3306daecf4 implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
Andrew Dolgov
063ac61353 Merge pull request #146 from pictuga/patch-1
Use CSS3 ellipsis in .postTitle.
2013-04-10 23:22:13 -07:00
pictuga
5f938254fa Use CSS3 ellipsis in .postTitle.
CSS3 property which makes cut-off text look smoother.
2013-04-11 01:24:50 +03:00
Andrew Dolgov
00f90dfb3e Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-10 22:48:36 +04:00
Andrew Dolgov
8131e83c46 mailto: use rawurlencode 2013-04-10 22:48:09 +04:00
Andrew Dolgov
f602b0463d Merge pull request #145 from HeikoAdams/master
German translation updated
2013-04-10 11:28:24 -07:00
Heiko Adams
8550e6404b updated german translation 2013-04-10 19:37:21 +02:00
Andrew Dolgov
c3b06333b6 Revert "Revert "another attempt to workaround against feedtree scroll issues""
This reverts commit 9b176694f5.

Conflicts:
	tt-rss.css
2013-04-10 11:01:18 +04:00
Andrew Dolgov
81a6a6a5cc Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-10 10:20:07 +04:00
Andrew Dolgov
526f690664 pre: forbid layout breaking width 2013-04-10 10:01:28 +04:00
Andrew Dolgov
6201154848 Merge pull request #144 from lotrfan/import_export_fix
[import_export plugin] Escape ']]>' (closing CDATA tag) when exporting feeds
2013-04-09 21:14:57 -07:00
Jeffrey Tolar
c541d3a57e Escape ']]>' (closing CDATA tag) when exporting with import_export plugin 2013-04-09 22:46:44 -05:00
Andrew Dolgov
8a04906f89 Merge pull request #143 from mbirth/master
Return Content-Type with fetch_file_contents()
2013-04-09 20:43:04 -07:00
Markus Birth
ef39be2b88 Added propagation of $fetch_last_content_type for curl- and file_get_contents-calls 2013-04-10 00:59:48 +02:00
Andrew Dolgov
3a8d756ce1 rebase translations 2013-04-09 22:28:12 +04:00
Andrew Dolgov
723bcdb213 update description of DEFAULT_UPDATE_INTERVAL (2) 2013-04-09 22:28:06 +04:00
Andrew Dolgov
881a158032 update default of allow_duplicate_posts to false, bump schema 2013-04-09 22:26:38 +04:00
Andrew Dolgov
0f40d522a3 rebase translations 2013-04-09 22:19:10 +04:00
Andrew Dolgov
3ddbefabef update description of DEFAULT_UPDATE_INTERVAL 2013-04-09 22:18:59 +04:00
Andrew Dolgov
ccb2b8dd42 add HOOK_ARTICLE_LEFT_BUTTON 2013-04-09 16:46:56 +04:00