Andrew Dolgov
a26f0c1759
fix divide by zero in feeds/minute reporting ( closes #668 )
12 years ago
Andrew Dolgov
e5fac677c5
Merge pull request #131 from pictuga/patch-1
...
Added other allowed elements to sanitize()
12 years ago
pictuga
1701b96502
Added other allowed elements to sanitize()
...
The following html elements are now kept when sanitizing entries: aside, bdi, bdo, caption, col, colgroup, figure, figcaption, mark, ruby, rp, rt, samp, time. Most of them are new in HTML5. Based on the list at https://developer.mozilla.org/en-US/docs/HTML/HTML5/HTML5_element_list
12 years ago
Andrew Dolgov
8edcbed6b7
Merge pull request #130 from seidler2547/master
...
fix "embed original"
12 years ago
Stefan Seidel
44db06b6be
fix "embed original" plugin
12 years ago
Andrew Dolgov
2714d5caa3
fix batch subscribe eating CRs ( closes #667 )
12 years ago
Andrew Dolgov
bb296998de
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
bf87833884
fix prefs reset not working properly
12 years ago
Andrew Dolgov
6cd2aebaa8
Merge pull request #129 from HeikoAdams/master
...
German translation updated
12 years ago
Heiko Adams
9d732abb47
Updated german translation
12 years ago
Andrew Dolgov
1e2ce2905e
rebase translations
12 years ago
Andrew Dolgov
356f755d57
fr_FR - fix typo ( closes #665 )
12 years ago
Andrew Dolgov
4429463dff
feedTree: pass new copies of parent arrays while looking for category nodes to auto-expand to prevent siblings uncollapsing due to objects being passed by reference
12 years ago
Andrew Dolgov
f3b2e7d41f
add back sorting by title
12 years ago
Andrew Dolgov
ba1c7d7cc9
do not set active feed id in headlines callback, bailout if received data for currently deselected feed
12 years ago
Andrew Dolgov
c2e01db3de
remove db-updater
12 years ago
Andrew Dolgov
f240d26e46
move db-updater functionality to public, remove db-updater.php
12 years ago
Andrew Dolgov
b4c47f7e7b
add command-line db schema updater
12 years ago
Andrew Dolgov
29c8fa080e
add language dropdown to prefs
12 years ago
Andrew Dolgov
aadd636a01
enable remember me
12 years ago
Andrew Dolgov
0fc3930be4
search: simplify code, allow searching by note and title content (note:blah, title:blah)
12 years ago
Andrew Dolgov
7f44364870
search: allow searching by note text
12 years ago
Andrew Dolgov
9ce7a5546c
implement some tweaks to session handling; properly remove session cookie if invalid/login failed
12 years ago
Andrew Dolgov
82d77deb28
reduce default session expiration limit
12 years ago
Andrew Dolgov
122e9d788e
add a dropdown button action to save and exit prefs ( closes #660 )
12 years ago
Andrew Dolgov
e6cdbaec9f
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
5929a0c1e4
updater: prevent duplicate feed ids being scheduled for update
12 years ago
Andrew Dolgov
810205625b
session validation: check for tt-rss version
12 years ago
Andrew Dolgov
9fb91a2043
release 1.7.8
12 years ago
Andrew Dolgov
9772c52a62
fix operation without curl
12 years ago
Andrew Dolgov
61096207b6
add several checks to googleimportplugin to make importing more stable
12 years ago
Andrew Dolgov
ae31704bb3
only unmark articles which had been processed when automarking (for realz)
12 years ago
Andrew Dolgov
dfd071e28d
add experimental cooldown after headlines buffer had been manipulated before auto catchup is enabled
...
only unmark articles which had been processed when automarking
12 years ago
Andrew Dolgov
509626a2ac
rebase translations
12 years ago
Andrew Dolgov
a78cb4b18b
release 1.7.7
12 years ago
Andrew Dolgov
cf57eb3c5d
all articles: allow archived
12 years ago
Andrew Dolgov
cd4d71b41b
updater: fix is_writable checking
12 years ago
Andrew Dolgov
83b1ddafef
plugins/mail: remove secretkey stuff
12 years ago
Andrew Dolgov
d0eef2a3b0
only destroy unlogged sessions
12 years ago
Andrew Dolgov
4ad99f23ff
deinitialize session in login_sequence() instead of sessions.php
12 years ago
Andrew Dolgov
6f431804a9
remove session check/destroy stuff, looks problematic
12 years ago
Andrew Dolgov
e3ca32a818
replace catchupCurrentFeed dropdown with a better control
12 years ago
Andrew Dolgov
686852d548
fix default sorting not taking score into account, remove unused SORT_HEADLINES_BY_FEED_DATE remnant
12 years ago
Andrew Dolgov
1fcb6baa38
installer: remove shorttag
12 years ago
Andrew Dolgov
49dc02808e
updater: add /bin and /usr/bin to path before looking for binaries in case of php-fpm empty environment or whatever
12 years ago
Andrew Dolgov
cfd34086c1
fix catchup not working on Fresh articles
12 years ago
Andrew Dolgov
737ede9cbc
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
6470aaec68
add NO_CURL; disable native gzdecoding for file_get_contents() experimentally
12 years ago
Andrew Dolgov
3b32c232da
Merge pull request #127 from scarabeusiv/master
...
Fix typos in czech trans and add few directly visible strings
12 years ago
Tomáš Chvátal
7fdb28ca89
Update few typos and directly visible strings after the release.
12 years ago