Andrew Dolgov
12a6bd28ac
remove hsl stuff from classes/feeds, we take care of this when choosing the color
12 years ago
Andrew Dolgov
a8c93f0a81
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
6ac722d5b1
try to improve color guessing algorithm a bit
12 years ago
Andrew Dolgov
99e9d7b6c7
Merge pull request #156 from Menti/master
...
Updated Spanish translation
12 years ago
DavidM
afb2d69299
Updated Spanish translation
12 years ago
Andrew Dolgov
e7480cc13b
do not color predominantly white/black rows
12 years ago
Andrew Dolgov
646aeb7001
add schema version 177 upgrade scripts
12 years ago
Andrew Dolgov
bfaf90e364
add row backgrounds in normal mode
12 years ago
Andrew Dolgov
85eea71e0e
use w3c gradient definition
12 years ago
Andrew Dolgov
e0deff3933
implement basic moz gradient for feedicon color
12 years ago
Andrew Dolgov
63c323f736
only enable colored favicons in vfeeds; fix RGB triplet packing
12 years ago
Andrew Dolgov
687a4f59c8
store favicon color as #rrggbb; process existing favicons
12 years ago
Andrew Dolgov
14118af36f
fix schema for favicon_avg_color
12 years ago
moontear
2cfbb448fb
Added average color calculation of feeds' favicons for banded display.
12 years ago
Andrew Dolgov
e43a9c4a01
add a %d articles selected element
12 years ago
Andrew Dolgov
884f2aee91
use mdash as a separator between title and author
12 years ago
Andrew Dolgov
e8f9069c5c
quickAddFeed: add placeholder select element to feeds dropdown
12 years ago
Andrew Dolgov
96de8fea67
subscribe_to_feed: fix typo
12 years ago
Andrew Dolgov
b082ad5b5a
Merge pull request #153 from HeikoAdams/master
...
German translation updated
12 years ago
Heiko Adams
6dec4e64e2
german translation update
12 years ago
Andrew Dolgov
41694a956d
fix double-escaping possible with encrypted passwords
12 years ago
Andrew Dolgov
5276b7c768
fix handling of blank FEED_CRYPT_KEY
12 years ago
Andrew Dolgov
044cff2d74
implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)
12 years ago
Andrew Dolgov
5b27cb05a8
use height : auto in cdmContentInner
12 years ago
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