1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
Commit Graph

6123 Commits

Author SHA1 Message Date
Andrew Dolgov
e5fac677c5 Merge pull request #131 from pictuga/patch-1
Added other allowed elements to sanitize()
2013-04-05 06:03:37 -07:00
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
2013-04-05 15:56:14 +03:00
Andrew Dolgov
8edcbed6b7 Merge pull request #130 from seidler2547/master
fix "embed original"
2013-04-05 00:55:35 -07:00
Stefan Seidel
44db06b6be fix "embed original" plugin 2013-04-05 09:28:32 +02:00
Andrew Dolgov
2714d5caa3 fix batch subscribe eating CRs (closes #667) 2013-04-05 09:08:28 +04:00
Andrew Dolgov
bb296998de Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-05 07:53:22 +04:00
Andrew Dolgov
bf87833884 fix prefs reset not working properly 2013-04-05 07:52:50 +04:00
Andrew Dolgov
6cd2aebaa8 Merge pull request #129 from HeikoAdams/master
German translation updated
2013-04-04 20:46:26 -07:00
Heiko Adams
9d732abb47 Updated german translation 2013-04-05 00:18:13 +02:00
Andrew Dolgov
1e2ce2905e rebase translations 2013-04-04 21:31:10 +04:00
Andrew Dolgov
356f755d57 fr_FR - fix typo (closes #665) 2013-04-04 21:31:03 +04:00
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 2013-04-04 20:58:43 +04:00
Andrew Dolgov
f3b2e7d41f add back sorting by title 2013-04-04 20:44:55 +04:00
Andrew Dolgov
ba1c7d7cc9 do not set active feed id in headlines callback, bailout if received data for currently deselected feed 2013-04-04 20:14:39 +04:00
Andrew Dolgov
c2e01db3de remove db-updater 2013-04-04 19:46:12 +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
Andrew Dolgov
29c8fa080e add language dropdown to prefs 2013-04-04 18:15:37 +04:00
Andrew Dolgov
aadd636a01 enable remember me 2013-04-04 17:59:04 +04:00
Andrew Dolgov
0fc3930be4 search: simplify code, allow searching by note and title content (note:blah, title:blah) 2013-04-04 16:52:25 +04:00
Andrew Dolgov
7f44364870 search: allow searching by note text 2013-04-04 16:42:37 +04:00
Andrew Dolgov
9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 2013-04-04 15:33:14 +04:00
Andrew Dolgov
82d77deb28 reduce default session expiration limit 2013-04-04 15:29:58 +04:00
Andrew Dolgov
122e9d788e add a dropdown button action to save and exit prefs (closes #660) 2013-04-04 14:53:36 +04:00
Andrew Dolgov
e6cdbaec9f Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-04 13:21:11 +04:00
Andrew Dolgov
5929a0c1e4 updater: prevent duplicate feed ids being scheduled for update 2013-04-04 13:20:44 +04:00
Andrew Dolgov
810205625b session validation: check for tt-rss version 2013-04-04 12:55:15 +04:00
Andrew Dolgov
9fb91a2043 release 1.7.8 2013-04-04 12:21:37 +04:00
Andrew Dolgov
9772c52a62 fix operation without curl 2013-04-04 12:21:29 +04:00
Andrew Dolgov
61096207b6 add several checks to googleimportplugin to make importing more stable 2013-04-04 10:21:48 +04:00
Andrew Dolgov
ae31704bb3 only unmark articles which had been processed when automarking (for realz) 2013-04-04 09:49:37 +04:00
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
2013-04-04 09:45:34 +04:00
Andrew Dolgov
509626a2ac rebase translations 2013-04-04 09:06:06 +04:00
Andrew Dolgov
a78cb4b18b release 1.7.7 2013-04-04 09:05:59 +04:00
Andrew Dolgov
cf57eb3c5d all articles: allow archived 2013-04-04 09:01:17 +04:00
Andrew Dolgov
cd4d71b41b updater: fix is_writable checking 2013-04-03 23:24:27 +04:00
Andrew Dolgov
83b1ddafef plugins/mail: remove secretkey stuff 2013-04-03 22:55:46 +04:00
Andrew Dolgov
d0eef2a3b0 only destroy unlogged sessions 2013-04-03 19:23:43 +04:00
Andrew Dolgov
4ad99f23ff deinitialize session in login_sequence() instead of sessions.php 2013-04-03 19:16:59 +04:00
Andrew Dolgov
6f431804a9 remove session check/destroy stuff, looks problematic 2013-04-03 19:13:23 +04:00
Andrew Dolgov
e3ca32a818 replace catchupCurrentFeed dropdown with a better control 2013-04-03 18:20:14 +04:00
Andrew Dolgov
686852d548 fix default sorting not taking score into account, remove unused SORT_HEADLINES_BY_FEED_DATE remnant 2013-04-03 16:06:54 +04:00
Andrew Dolgov
1fcb6baa38 installer: remove shorttag 2013-04-03 14:36:59 +04:00
Andrew Dolgov
49dc02808e updater: add /bin and /usr/bin to path before looking for binaries in case of php-fpm empty environment or whatever 2013-04-03 14:33:59 +04:00
Andrew Dolgov
cfd34086c1 fix catchup not working on Fresh articles 2013-04-03 13:48:50 +04:00
Andrew Dolgov
737ede9cbc Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-03 13:43:45 +04:00
Andrew Dolgov
6470aaec68 add NO_CURL; disable native gzdecoding for file_get_contents() experimentally 2013-04-03 13:43:09 +04:00
Andrew Dolgov
3b32c232da Merge pull request #127 from scarabeusiv/master
Fix typos in czech trans and add few directly visible strings
2013-04-03 02:16:53 -07:00
Tomáš Chvátal
7fdb28ca89 Update few typos and directly visible strings after the release. 2013-04-03 11:11:07 +02:00
Andrew Dolgov
b3b48f61c0 add an angrier blurb to sanity_check.php 2013-04-03 12:28:21 +04:00