Andrew Dolgov
370fe2bdcd
Merge branch 'fclose-before-unlink-updater' into 'master'
...
If Windows, fclose() before unlink() in updater.php
Windows barks an error if you try to unlink() a file while the pointer is still open(); If running under Windows, fclose() the handle before the unlink();
See merge request !36
2017-01-06 20:18:06 +03:00
tsimmons
9973b13e19
Make sure we are running on Windows before fclose() to avoid race condition possible in Nix.
2017-01-06 11:06:09 -06:00
tsimmons
8231c039ed
Close lockfile handle before trying to unlink during update.
2017-01-05 15:56:24 -06:00
Andrew Dolgov
8b8568e9a3
edit tags dialog: fix height
2017-01-04 10:40:09 +03:00
Andrew Dolgov
8de58e1798
mail plugin: i guess rows= on dijit text areas doesn't work now
2017-01-04 10:37:44 +03:00
Andrew Dolgov
eee818c46a
ttrssmailer: include phpmailer's smtp class
2017-01-04 10:33:24 +03:00
Bernhard Thaler
62958fe9dc
convert to punycode for feed on idn hostname
2017-01-02 22:50:26 +01:00
Andrew Dolgov
832aa24943
update phpmailer (again)
2016-12-29 07:37:10 +03:00
Andrew Dolgov
d518096b83
update phpmailer
2016-12-26 22:26:16 +03:00
Andrew Dolgov
73c4e7ddf2
edit tags dialog: enable overflow so that tag completion works properly
2016-12-13 15:26:39 +03:00
Andrew Dolgov
3d5d289077
set_basic_feed_info: fix typo
2016-11-30 14:09:57 +03:00
Andrew Dolgov
bfe1eb4e52
rssfuncs: fix warning when trying to update nonexisting feed
2016-11-30 14:03:21 +03:00
Andrew Dolgov
12ff230bc2
maybe we shouldn't escape entry_author twice
2016-11-25 14:04:41 +03:00
Andrew Dolgov
f04b12d8e7
category: swap context menu items
2016-11-22 09:11:13 +03:00
Andrew Dolgov
e4071d2544
feedparser: fix syntax error
2016-11-11 19:47:09 +03:00
Andrew Dolgov
acfee412a3
feed tree: add category context menu entry to un/collapse it
2016-11-11 14:14:31 +03:00
Andrew Dolgov
4a5490dc58
feedparser: fix normalize_encoding() not working properly for some encodings
2016-11-11 14:08:40 +03:00
Andrew Dolgov
3bba9c396f
fetch_file_contents: set timeout when not using CURL
2016-10-24 16:12:18 +03:00
Andrew Dolgov
e3dceca66b
get_article_filters: add unicode modifier to preg_match()
2016-10-19 21:40:58 +03:00
Andrew Dolgov
6687cb9927
shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls
2016-09-21 09:39:31 +03:00
Andrew Dolgov
cde8272205
parser: only try to convert encoding if mbstring actually supports it
2016-09-05 15:02:31 +03:00
Andrew Dolgov
733b257d31
Merge branch 'add_feed_id_to_subscribeToFeed_response' into 'master'
...
Add feed id to subscribe to feed response
As described on the forum, this proposed change is to make the subscribeToFeed API response include the feed_id of the new or existing feed.
https://tt-rss.org/forum/viewtopic.php?f=8&t=3893
Thank you.
John
See merge request !35
2016-08-29 06:59:43 +03:00
John Brayton
401eb0f694
Specify feed_id as an int rather than a string.
2016-08-28 20:08:37 -04:00
John Brayton
f1b3b3f330
Add feed_id to subscribeToFeed response when the code is 1 or 0.
...
Set the API_LEVEL to 14.
2016-08-27 10:29:25 -04:00
Andrew Dolgov
557d86fe42
better debugging for matched filter rules
2016-08-26 14:45:34 +03:00
Andrew Dolgov
4719aaca8a
Merge branch 'fix-night-theme-for-ios' into 'master'
...
Fix themes/night.css for iOS browsers
Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.
See merge request !34
2016-08-26 12:39:46 +03:00
Dmitry Potapov
14fa9ce6b3
Fix themes/night.css for iOS browsers
...
Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.
2016-08-26 12:36:47 +03:00
Andrew Dolgov
e8a94ec7e2
af_psql_trgm: do not try to render preference pane if enabled on mysql
2016-08-25 09:47:02 +03:00
Andrew Dolgov
e54eb40a8c
remove support for legacy mysql driver
2016-08-21 14:03:35 +03:00
Andrew Dolgov
a005ebb693
remove classes/db/api.php (shouldn't be there)
2016-08-19 18:33:48 +03:00
Andrew Dolgov
fa142b9642
Merge branch 'german-translation' into 'master'
...
German translation
See merge request !33
2016-08-19 18:31:23 +03:00
Heiko Adams
66f73f5525
Updated german translation
2016-08-19 17:29:36 +02:00
Heiko Adams
2842cf6e45
Merge branch 'master' into german-translation
2016-08-19 17:25:05 +02:00
Andrew Dolgov
c565a0cc21
rebase translations
2016-08-19 18:16:36 +03:00
Andrew Dolgov
1a322ff3df
import_export: better error message if upload failed
2016-08-19 18:14:22 +03:00
Andrew Dolgov
a84fb943b4
pre-users: disallow renaming admin user
2016-08-17 17:54:27 +03:00
Andrew Dolgov
539f6ee6cd
update schema 128 to properly set ttrss_feeds.last_updated default value to NULL
2016-08-17 09:43:22 +03:00
Andrew Dolgov
5cbd1fe8e4
perform housekeeping tasks for plugins loaded in user-context only
2016-08-11 15:01:01 +03:00
Andrew Dolgov
d39a2f8005
switch modules to new dojo definition format
2016-08-10 13:40:24 +03:00
Andrew Dolgov
546b419f52
catch plugin JS errors
2016-08-10 12:23:35 +03:00
Andrew Dolgov
f6d2787a8e
plugins: use require() to hook into dojo
2016-08-10 12:22:55 +03:00
Andrew Dolgov
fd539f2800
prefs: use dojo asynchronously
2016-08-10 12:22:30 +03:00
Andrew Dolgov
0dbc20a8d4
load dijit properly, duh
2016-08-10 11:49:05 +03:00
Andrew Dolgov
ee5170424e
dojo: main UI: load stuff asynchronously
2016-08-10 10:01:05 +03:00
Andrew Dolgov
25a533c432
bump static version to 16.8
2016-08-10 09:15:52 +03:00
Andrew Dolgov
6ff51c1997
Merge branch 'more-info-article-filter' into 'master'
...
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.
Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another.
See merge request !32
2016-08-07 22:22:09 +03:00
Andrew Dolgov
3b4d9619e9
Merge branch 'patch-strip-harmful-tags' into 'master'
...
Remove href attribute if it executes JavaScript.
Security update to prevent A tags with a `javascript:` href from actually executing the JavaScript.
See merge request !31
2016-08-07 22:21:45 +03:00
JustAMacUser
babfadbfd2
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.
2016-08-06 14:16:39 -04:00
JustAMacUser
d8b0f06705
Remove href attribute if it executes JavaScript.
2016-08-06 14:07:30 -04:00
Andrew Dolgov
4800746386
tweet embed: force utf-8
2016-08-02 18:08:00 +03:00