Andrew Dolgov
404e2e3603
more work on singleton-based DB
2013-04-17 15:36:48 +04:00
Andrew Dolgov
ba68b6815a
db updates, remove init_connection()
2013-04-17 14:23:35 +04:00
Andrew Dolgov
9594791782
experimental singleton-based Db connection
2013-04-17 13:08:36 +04:00
Andrew Dolgov
2cbdc95bb0
add a separate tab for the logger
2013-04-17 08:42:39 +04:00
Andrew Dolgov
9deca86d96
require entering current one time code to enable otp
2013-04-16 21:07:26 +04:00
Andrew Dolgov
a5680acbe8
replace split with explode
2013-04-16 20:40:23 +04:00
Andrew Dolgov
e2261e177b
implement old log entry purging in update_daemon_common; add some more error types; tweak error log display
2013-04-16 20:34:20 +04:00
Andrew Dolgov
b8c7f8357d
do not try to load plugins which aren't directories
2013-04-16 20:20:40 +04:00
Andrew Dolgov
4e53956add
implement error log viewer
2013-04-16 20:16:15 +04:00
Andrew Dolgov
889a5f9f19
experimental SQL-based error logger
2013-04-16 19:41:31 +04:00
Andrew Dolgov
4f032700db
ttrssMailer: actually use OOP properly
2013-04-16 16:50:22 +04:00
Andrew Dolgov
90df27a4c1
ttrssMailer: fix typo
2013-04-16 16:43:15 +04:00
Andrew Dolgov
b9863a153c
unify SMTP_HOST and SMTP_PORT as SMTP_SERVER
2013-04-16 16:40:04 +04:00
Andrew Dolgov
40fe2d7382
remove js-based player, better mp3 support detection for html5 audio
2013-04-16 15:44:38 +04:00
Andrew Dolgov
5e3d5480f7
use hashed guids in a hopefully backwards compatible fashion
2013-04-15 19:28:11 +04:00
Andrew Dolgov
bc7a144dd5
properly remove and replace favicon color when favicon gets manually removed/uploaded
2013-04-15 18:22:48 +04:00
Andrew Dolgov
86f7d2a9f2
make gradient less visible on read headlines
2013-04-15 18:09:48 +04:00
Andrew Dolgov
12a6bd28ac
remove hsl stuff from classes/feeds, we take care of this when choosing the color
2013-04-15 17:07:06 +04:00
Andrew Dolgov
e7480cc13b
do not color predominantly white/black rows
2013-04-15 15:56:08 +04:00
Andrew Dolgov
bfaf90e364
add row backgrounds in normal mode
2013-04-15 15:38:05 +04:00
Andrew Dolgov
85eea71e0e
use w3c gradient definition
2013-04-15 15:34:47 +04:00
Andrew Dolgov
e0deff3933
implement basic moz gradient for feedicon color
2013-04-15 15:27:35 +04:00
Andrew Dolgov
63c323f736
only enable colored favicons in vfeeds; fix RGB triplet packing
2013-04-15 15:17:12 +04:00
moontear
2cfbb448fb
Added average color calculation of feeds' favicons for banded display.
2013-04-15 12:28:52 +02:00
Andrew Dolgov
e43a9c4a01
add a %d articles selected element
2013-04-15 13:16:14 +04:00
Andrew Dolgov
884f2aee91
use mdash as a separator between title and author
2013-04-15 12:57:52 +04:00
Andrew Dolgov
41694a956d
fix double-escaping possible with encrypted passwords
2013-04-13 18:58:09 +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
5aaae215e8
api: add score to getHeadlines/getArticle
2013-04-13 10:59:26 +04:00
Andrew Dolgov
3ab417c277
remove label gradients
2013-04-12 15:02:44 +04:00
Andrew Dolgov
79f9bef767
add support for plugins adding API methods
2013-04-12 08:18:43 +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
e1f76af006
block listing of several util directories; deny access to config.php
2013-04-11 22:01:10 +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
723bcdb213
update description of DEFAULT_UPDATE_INTERVAL (2)
2013-04-09 22:28:06 +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
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 )
2013-04-09 16:13:32 +04:00
Andrew Dolgov
b1df14d0ec
do not rely on feed_id when adding archived feed while unsubscribing
2013-04-08 13:58:48 +04:00
Andrew Dolgov
814fa4ef11
Revert "remove RTITLE"
...
This reverts commit ecac674ade
.
2013-04-07 01:09:46 +04:00
Andrew Dolgov
ecac674ade
remove RTITLE
2013-04-07 01:04:32 +04:00
Andrew Dolgov
7e27c91409
remove RCHK
2013-04-07 00:52:39 +04:00
Andrew Dolgov
2714d5caa3
fix batch subscribe eating CRs ( closes #667 )
2013-04-05 09:08:28 +04:00
Andrew Dolgov
bf87833884
fix prefs reset not working properly
2013-04-05 07:52:50 +04:00
Andrew Dolgov
f3b2e7d41f
add back sorting by title
2013-04-04 20:44:55 +04:00
Andrew Dolgov
f240d26e46
move db-updater functionality to public, remove db-updater.php
2013-04-04 19:45:26 +04:00
Andrew Dolgov
b4c47f7e7b
add command-line db schema updater
2013-04-04 19:15:14 +04:00