summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-10Added propagation of $fetch_last_content_type for curl- and file_get_contents...Markus Birth
2013-04-09update default of allow_duplicate_posts to false, bump schemaAndrew Dolgov
2013-04-09add HOOK_ARTICLE_LEFT_BUTTONAndrew Dolgov
2013-04-09search_to_sql: fix searching for reserved keywordsAndrew Dolgov
2013-04-08Merge pull request #140 from pictuga/masterAndrew Dolgov
2013-04-08Added 'section' in allowed elementspictuga
2013-04-07fix bug with image attatchment settingsTerrence Ezrol
2013-04-07getLabelCounters: properly check for user_entry uid (closes #671)Andrew Dolgov
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-04enable remember meAndrew Dolgov
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-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-04updater: prevent duplicate feed ids being scheduled for updateAndrew Dolgov
2013-04-04session validation: check for tt-rss versionAndrew Dolgov
2013-04-04release 1.7.8Andrew Dolgov
2013-04-04fix operation without curlAndrew Dolgov
2013-04-04release 1.7.7Andrew 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-03remove session check/destroy stuff, looks problematicAndrew 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-03Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-03add NO_CURL; disable native gzdecoding for file_get_contents() experimentallyAndrew Dolgov
2013-04-03add an angrier blurb to sanity_check.phpAndrew Dolgov
2013-04-03release 1.7.6Andrew 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-02pref-prefs: don't use schema-defined help/desc/section namesAndrew Dolgov
2013-04-02label_create: set default owner_uidAndrew Dolgov
2013-04-02retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it su...Andrew Dolgov
2013-04-02remove some old ?op syntax notation callsAndrew Dolgov
2013-04-02initialize session connection in ttrss_open but define session_connection in ...Andrew Dolgov
2013-04-02sessions: initialize connection on include, not in ttrss_openAndrew 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