summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2013-04-06fix for fetching urls with spacesSunjay Cauligi
2013-04-05Added functionality for navigation without opening articles and toggling expa...Sunjay Cauligi
2013-04-05Added other allowed elements to sanitize()pictuga
2013-04-04search: simplify code, allow searching by note and title content (note:blah, ...Andrew Dolgov
2013-04-04search: allow searching by note textAndrew Dolgov
2013-04-04implement some tweaks to session handling; properly remove session cookie if ...Andrew Dolgov
2013-04-04session validation: check for tt-rss versionAndrew Dolgov
2013-04-04fix operation without curlAndrew Dolgov
2013-04-04all articles: allow archivedAndrew Dolgov
2013-04-03only destroy unlogged sessionsAndrew Dolgov
2013-04-03deinitialize session in login_sequence() instead of sessions.phpAndrew Dolgov
2013-04-03fix default sorting not taking score into account, remove unused SORT_HEADLIN...Andrew Dolgov
2013-04-03fix catchup not working on Fresh articlesAndrew Dolgov
2013-04-03add NO_CURL; disable native gzdecoding for file_get_contents() experimentallyAndrew Dolgov
2013-04-02api: add article api hook to getArticle, change parameters passedAndrew Dolgov
2013-04-02remove THEME_VERSION_REQUIREDAndrew Dolgov
2013-04-02No more "tunables.php" defaults dumped into "functions.php"Barak Korren
2013-04-02Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.gitBarak Korren
2013-04-02Merge pull request #119 from dandersson/hotkey_info_hookAndrew Dolgov
2013-04-02schema: remove unused prefs help_text/short_desc/section_nameAndrew Dolgov
2013-04-02retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it su...Andrew Dolgov
2013-04-02Add hook to add explanations of hotkey actions via plugins.Daniel Andersson
2013-04-02Revert "add php native gzdecode()"Andrew Dolgov
2013-04-02opml: add some data length limitingAndrew Dolgov
2013-04-02add php native gzdecode()Andrew Dolgov
2013-04-01add sv_SE translationAndrew Dolgov
2013-04-01Merge branch 'master' into tunable-fetchesBarak Korren
2013-04-01Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git into tu...Barak Korren
2013-04-01Move tuning settings to different file so config.php isn't overcrowdedBarak Korren
2013-04-01Revert "remove ru_RU translation: unmaintained, broken"Andrew Dolgov
2013-04-01validate_session: check for user agentAndrew Dolgov
2013-04-01Merge branch 'master' into tunable-fetchesBarak Korren
2013-04-01remove ru_RU translation: unmaintained, brokenAndrew Dolgov
2013-04-01Moved hard-coded fetch timeout values into config file to allow site-level tu...Barak Korren
2013-04-01Initial Finnish(Suomi) translation. 74% translated.Arto Tolonen
2013-04-01remove experimental view_settings stuff from masterAndrew Dolgov
2013-04-01add (disabled) per-feed view_settings handling placeholderAndrew Dolgov
2013-04-01schema: add feed/cat view_settingsAndrew Dolgov
2013-03-31implement stop actionAndrew Dolgov
2013-03-31add necessary schema plumbing to implement filter orderingAndrew Dolgov
2013-03-31validate session on startupAndrew Dolgov
2013-03-31catchup_feed: fix 1day on mysqlAndrew Dolgov
2013-03-31catchup by date: go by date_enteredAndrew Dolgov
2013-03-31implement catchup with selectable updated criteriaAndrew Dolgov
2013-03-30support If-Modified-SinceAndrew Dolgov
2013-03-30add hotkey toggle_cdm_expanded (f c)Andrew Dolgov
2013-03-30unbreak auth_remote and possibly other auth pluginsAndrew Dolgov
2013-03-29cleanup_tags: remove dotsAndrew Dolgov
2013-03-29set combined display mode as defaultAndrew Dolgov
2013-03-29remove unused view modes handlingAndrew Dolgov