Commit Graph

793 Commits (39119f02167454a44025b4a15c09553e5c221938)

Author SHA1 Message Date
Andrew Dolgov c722c0be17 rewrite_relative_url: don't touch stuff which has sheme in it (closes #738) 11 years ago
Andrew Dolgov 04a8c2065f better error reporting in session validation 11 years ago
Joakim 4cb2c55025 Filter test from web interface now replicates behaviour from pull #167 11 years ago
craywolf 3cda9e2a40 Fix version in preferences footer 11 years ago
Andrew Dolgov a8572a7182 login page: remove version 11 years ago
Andrew Dolgov 420940fa90 do not catchup newly subscribed feeds 11 years ago
Andrew Dolgov b627f574f8 fix 2week catchup parameter 11 years ago
Andrew Dolgov 202a81e7ba add rel=noreferrer to article links 11 years ago
Andrew Dolgov 84acb0b711 Merge pull request #227 from whyparkc/master
Pull request for localization for Korean
11 years ago
Andrew Dolgov 30d2d8a6ef Merge pull request #226 from mhaley/patches-no-preload
Don't preload audio attachments.
11 years ago
Andrew Dolgov a586afa37d do no try to pass MS icon files to GD 11 years ago
Andrew Dolgov 8d1cfe8020 colorPalette: try checking imagesize before invoking GD 11 years ago
whyparkc d349eb8f88 adding Korean in the language list 11 years ago
Matt Haley afd0849e30 Don't preload audio attachments. 11 years ago
Andrew Dolgov b684a2e665 fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref 11 years ago
Andrew Dolgov b5a9ef5ebc release 1.8 11 years ago
Andrew Dolgov 1fcebfb3c7 make_lockfile: don't do inode checking on windows 11 years ago
Andrew Dolgov 58fc7095ed make_lockfile: check ino and dev fields for lock file (refs #703) 11 years ago
Luc Didry c4db796fc7 Fix automatic language detection for registered users
If you do not choose a language, the db pref record for your language is an empty string, but if you choose "automatic detection" and save your prefs, it's "auto".
"auto" in startup_gettext function prevents ttrss to choose the appropriate language.
11 years ago
Andrew Dolgov 53a49ff82a properly handle per-feed hide_images setting in three panel mode (closes #706) 11 years ago
Andrew Dolgov 67f4fe1780 format_tags_string: fix typo 11 years ago
Andrew Dolgov 7c01db43ef sphinx: type cast port to integer 11 years ago
Andrew Dolgov 2457679aed switch AUTO_ASSIGN_LABELS to off by default (bump schema) 11 years ago
Andrew Dolgov 80d8d2d026 update config checks for SMTP_SECURE 11 years ago
Andrew Dolgov 102a36c233 Merge pull request #212 from hoelzro/master
Fix self-signed certificate issue (issue 698)
11 years ago
Rob Hoelz 40a35a628d Don't verify SSL peers in geturl 11 years ago
Rob Hoelz e2b4c0b70c Pass error code along if geturl fails 11 years ago
Andrew Dolgov 67e0cf9a37 add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header 11 years ago
Andrew Dolgov 8ff2a86cf3 fix file_is_locked 11 years ago
gitawego 44bf49d414 @FIXED dijit modules aren't cached even all the js files are compressed
@CHANGED use require to load all the dependencies
@FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.
11 years ago
Andrew Dolgov 4077f72ced Revert "@FIXED dijit modules aren't cached even all the js files are compressed"
This reverts commit 4f70f13f26.
11 years ago
gitawego 4f70f13f26 @FIXED dijit modules aren't cached even all the js files are compressed 11 years ago
Andrew Dolgov 1d76589693 file_is_locked: check if file exists before trying to flock it 11 years ago
Andrew Dolgov d7b5a9e7f5 labels: add auxcounters 11 years ago
Heiko Adams 9717d5de9d fixed wrong path for css files in function calculate_dep_timestamp 11 years ago
Andrew Dolgov 6791af0cfd pass feed it to feed_fetched and fetch_feed hooks 11 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 11 years ago
Andrew Dolgov 0ad2013bd2 update_rss_feed: remove unused override_url parameter 11 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
11 years ago
Andrew Dolgov a5eca88750 add a placeholder where floicon might be added if needed, still keep it
off trunk re: author being a shitlord
11 years ago
Andrew Dolgov 82852ecd33 Revert "remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)"
This reverts commit dce5037888.
11 years ago
Andrew Dolgov cc0e24ba90 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov 7711086b9a when checking filter expression for validity, do not include ttrss_feed_categories (closes #689) 11 years ago
Steven Hiscocks 13db181d10 Fix password field missing on login form when auth_internal not used 11 years ago
Andrew Dolgov dce5037888 remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822) 11 years ago
Andrew Dolgov 47673e6611 add fetch_url and owner_uid to HOOK_FEED_FETCHED 11 years ago
Andrew Dolgov d1f3fa9791 try to force-convert feed data to utf8 11 years ago
Andrew Dolgov 6a51939ee6 db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users 11 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
Andrew Dolgov 32011b9b66 get_minified_js: use basename() on cached file 11 years ago