summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-06-20move more globals to more appropriate placesAndrew Dolgov
set libxml to always use internal errors
2019-06-20move several more global functions to more appropriate classesAndrew Dolgov
2019-06-20get_feeds_from_html: remove XML preamble hackAndrew Dolgov
move several related helper functions to Feeds class
2019-05-01sanity check: require UConverter from php intlAndrew Dolgov
2019-04-30better tsquery support:Andrew Dolgov
1. report query syntax errors properly 2. fall back to implicit &-joining only if no joiners are detected in user query, otherwise permit full tsquery syntax
2019-04-12Add keyboard shortcut 'g r': Go to Recently readltGuillaume
2019-04-11add hidden _SKIP_SESSION_UA_CHECKS tunableAndrew Dolgov
2019-04-10schema: add DEFAULT_SEARCH_LANGUAGEAndrew Dolgov
2019-03-28PDO error in cleanup_tags repairedGreg-T
Changes : - add PDO::PARAM_INT to a value in a PDO query - switch limit to limit_part to respect semantic here (cleanup by packages)
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ↵Andrew Dolgov
preamble utf8 hack (on loadhtml where it makes sense) af_readability: better (?) charset hack for non-unicode pages
2019-03-19support "picture" tags in articlesAndrew Dolgov
2019-03-11Refactor hotkeys to use keypress instead of keydownMichael Kuhn
keydown returns the "raw" key in event.which. Depending on the keyboard layout, this may not be what is wanted. For example, on a German keyboard, Shift+7 has to be pressed to get a slash. However, event.which will be 55, which corresponds to "7". In the keypress event, however, event.which will be 47, which corresponds to "/". Sadly, several important keys (such as escape and the arrow keys) do not trigger a keypress event. Therefore, they have to be handled using a keydown event. This change refactors the hotkey support to make use of keypress events whenever possible. This will make hotkeys work regardless of the user's keyboard layout. Escape and arrow keys are still handled via keydown events. There should be only one change in behavior: I could not make Ctrl+/ work and therefore rebound the help dialog to "?".
2019-03-10add composite key on ttrss_feeds (feed_url & owner_uid)Andrew Dolgov
2019-03-06remove feedbrowser (other feeds)Andrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-03-05update previous with make_password() in tt-rss properAndrew Dolgov
2019-03-05make_password: generate longer passwords by default, use better random ↵Andrew Dolgov
function if available
2019-03-04login: switch to absolute redirect urlsAndrew Dolgov
2019-03-04Revert "login: only allow relative URLs in return="Andrew Dolgov
This reverts commit c68ac04020d85a296c784de18f8def3f365f9f6a.
2019-03-03login: only allow relative URLs in return=Andrew Dolgov
2019-03-01support per-plugin locale directoriesAndrew Dolgov
2019-02-25OPML: include (and import) ttrss per-feed update interval and sort orderAndrew Dolgov
2019-02-23fill in some missing doctypes; use short doctype where it wasn'tAndrew Dolgov
2019-02-22should be 19.2, duhAndrew Dolgov
2019-02-22bump version_staticAndrew Dolgov
2019-02-19utility css updatesAndrew Dolgov
2019-02-19make login form a bit special after allAndrew Dolgov
2019-02-19remove ttrss_login stuff, use utility classAndrew Dolgov
2019-02-19center and rework some utility screensAndrew Dolgov
2019-02-19simplify login formAndrew Dolgov
2019-02-08Revert "enable fi_FI locale"Andrew Dolgov
oops, nevermind This reverts commit e00041b206df6a476a6fe86a786d88bd79f6af7d.
2019-02-08enable fi_FI localeAndrew Dolgov
2019-02-01Make article date select 12/24 time based on SHORT_DATE_FORMATroot
2019-01-30Add i18n for auto mode:wqAndrii Zhuk
2019-01-30Changed language name for UkrainianAndrii Zhuk
2019-01-16enable uk_UA locale; rebase translationsAndrew Dolgov
2018-12-24truncate_middle: make it utf8 awareAndrew Dolgov
2018-12-21fetch_file_contents: decompress gzipped dataAndrew Dolgov
af_readability: remove utf8 preamble hack
2018-12-16rework git update checking to be initiated by frontend, outside of runtime ↵Andrew Dolgov
info output
2018-12-12requestCounters: remove cooldownAndrew Dolgov
2018-12-11score: get correct classes for rows/score icons on the clientAndrew Dolgov
2018-12-10show alert if recent_log_events > 0Andrew Dolgov
2018-12-10runtime info: return count of recent eventlog entriesAndrew Dolgov
2018-12-09add hotkey (a N) to toggle night.cssAndrew Dolgov
2018-12-09remove theme supports-version etc checkingAndrew Dolgov
2018-12-07various layout fixes related to inline player causing unnecessary left ↵Andrew Dolgov
padding if shorten_expanded is enabled
2018-12-06add ttrss_filters2.last_triggered (bump schema version)Andrew Dolgov
2018-12-06add HOOK_FILTER_TRIGGERED (for filter debugging)Andrew Dolgov
2018-12-06remove some bitmaps and rework stuff using it to use iconfont insteadAndrew Dolgov
2018-12-06night.css: do not import default less theme staticallyAndrew Dolgov
remove themes/default.php (not needed) compact.css: fixes