Andrew Dolgov
542c563c55
use height : auto in ttrssZoom
12 years ago
Andrew Dolgov
1cdb22b6fe
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
45a32e90b2
Merge pull request #150 from levito/patch-1
...
don't distort resized images
12 years ago
Andrew Dolgov
a6e3554e32
ttrssZoom: fix image width
12 years ago
Andrew Dolgov
5aaae215e8
api: add score to getHeadlines/getArticle
12 years ago
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.
12 years ago
Andrew Dolgov
c5569ff8d3
decode html entities in article title on import
12 years ago
Andrew Dolgov
3ab417c277
remove label gradients
12 years ago
Andrew Dolgov
bb399c6271
add cache-control: public to the login page so that firefox would bother making a thumbnail
12 years ago
Andrew Dolgov
b68a266a73
remove no_cache_incantation()
12 years ago
Andrew Dolgov
9bfda43e77
digest: use proper logging, update.php: fix typo
12 years ago
Andrew Dolgov
79f9bef767
add support for plugins adding API methods
12 years ago
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
12 years ago
Andrew Dolgov
8096a20a95
Revert "Add new API method: `getFeedStats'"
...
This reverts commit 0192ffe5a5
.
12 years ago
Andrew Dolgov
b7c62dbb35
rebase translations
12 years ago
Andrew Dolgov
e1f76af006
block listing of several util directories; deny access to config.php
12 years ago
Andrew Dolgov
70a1fb23d0
add feed-icons placeholder index.html
12 years ago
Andrew Dolgov
ccfa90803b
backend: add session validation check
12 years ago
Andrew Dolgov
b229a18456
fix import_export plugin for open_basedir; add missing closing form tags to import_export and googleimport plugin
12 years ago
Andrew Dolgov
b91a1e4deb
bump api level
12 years ago
Andrew Dolgov
2496da82e9
Merge pull request #147 from pedros/nnttrss_api_extensions
...
Add new API method: `getFeedStats`
12 years ago
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)'
12 years ago
Andrew Dolgov
3306daecf4
implement upload-related support for open_basedir
12 years ago
Andrew Dolgov
063ac61353
Merge pull request #146 from pictuga/patch-1
...
Use CSS3 ellipsis in .postTitle.
12 years ago
pictuga
5f938254fa
Use CSS3 ellipsis in .postTitle.
...
CSS3 property which makes cut-off text look smoother.
12 years ago
Andrew Dolgov
00f90dfb3e
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
8131e83c46
mailto: use rawurlencode
12 years ago
Andrew Dolgov
f602b0463d
Merge pull request #145 from HeikoAdams/master
...
German translation updated
12 years ago
Heiko Adams
8550e6404b
updated german translation
12 years ago
Andrew Dolgov
66af65f14b
initial
12 years ago
Andrew Dolgov
c3b06333b6
Revert "Revert "another attempt to workaround against feedtree scroll issues""
...
This reverts commit 9b176694f5
.
Conflicts:
tt-rss.css
12 years ago
Andrew Dolgov
81a6a6a5cc
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
526f690664
pre: forbid layout breaking width
12 years ago
Andrew Dolgov
6201154848
Merge pull request #144 from lotrfan/import_export_fix
...
[import_export plugin] Escape ']]>' (closing CDATA tag) when exporting feeds
12 years ago
Jeffrey Tolar
c541d3a57e
Escape ']]>' (closing CDATA tag) when exporting with import_export plugin
12 years ago
Andrew Dolgov
8a04906f89
Merge pull request #143 from mbirth/master
...
Return Content-Type with fetch_file_contents()
12 years ago
Markus Birth
ef39be2b88
Added propagation of $fetch_last_content_type for curl- and file_get_contents-calls
12 years ago
Andrew Dolgov
3a8d756ce1
rebase translations
12 years ago
Andrew Dolgov
723bcdb213
update description of DEFAULT_UPDATE_INTERVAL (2)
12 years ago
Andrew Dolgov
881a158032
update default of allow_duplicate_posts to false, bump schema
12 years ago
Andrew Dolgov
0f40d522a3
rebase translations
12 years ago
Andrew Dolgov
3ddbefabef
update description of DEFAULT_UPDATE_INTERVAL
12 years ago
Andrew Dolgov
ccb2b8dd42
add HOOK_ARTICLE_LEFT_BUTTON
12 years ago
Andrew Dolgov
efd840d87f
search_to_sql: fix searching for reserved keywords
12 years ago
Andrew Dolgov
1666e95522
mark_button: fix missing id
12 years ago
Andrew Dolgov
035d7a5a8f
implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode ( closes #382 )
12 years ago
Andrew Dolgov
af4204def2
Merge pull request #141 from tptb/master
...
embed_original: change overflow for the iframe content from hidden to auto
12 years ago
Bernd Amend
20a4022277
embed_original: change overflow for the iframe content from hidden to auto
...
Without this change only a portion of the original website is embedded
in Firefox 20. The Chromium 26 behavior is as expected with hidden and auto.
12 years ago
Andrew Dolgov
b1df14d0ec
do not rely on feed_id when adding archived feed while unsubscribing
12 years ago
Andrew Dolgov
e3b37a58ce
Merge pull request #140 from pictuga/master
...
Added 'section' in allowed elements
12 years ago