summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-07-18smart_date_time: better eta_min handlingAndrew Dolgov
2015-07-15purge_orphans: optimize the query, maybeAndrew Dolgov
https://tt-rss.org/forum/viewtopic.php?f=1&t=3417&p=20408#p20407
2015-07-15Revert "Performance breakthrough"Andrew Dolgov
This reverts commit c2916856541ed82b2f11b5f3ff29b1e4f5cd6b3e.
2015-07-13Performance breakthroughGregThib
Improvement in the Purge method for huge performance increase. "WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql. This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.
2015-07-13queryFeedHeadlines: remove filter stuffAndrew Dolgov
2015-07-13do not allow commas in tagsAndrew Dolgov
2015-07-13add workaround for fresh feed first id calculation issueAndrew Dolgov
2015-07-12first_id default value: type is importantAndrew Dolgov
2015-07-12add some more stuff to first_id query to fix virtual feedsAndrew Dolgov
2015-07-12minor first_id query fixAndrew Dolgov
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12functions: fix some phpstorm-reported warningsAndrew Dolgov
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-09change version_static based on y.mAndrew Dolgov
2015-07-09Check for HTML in the first 100 bytes.Christian Weiske
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes. Thus we need to check for the HTML or doctype tags in the first 100 bytes.
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-07-06sanitize: disable <hr> for nowAndrew Dolgov
2015-07-06sanitize: allow <hr> elementsAndrew Dolgov
af_redditimgur: optionally add original content using Readability php implementation
2015-07-06fix article tags/labels not assigning properly on mysql because of the 4byte ↵Andrew Dolgov
unicode workaround
2015-07-04update_rss_feed: set basic feed info if title is [Unknown] (fixes batch ↵Andrew Dolgov
subscribe)
2015-07-03limit smart_date_time stuff to headlines onlyAndrew Dolgov
2015-07-03smart_date_time: add special case when article date is within current hourAndrew Dolgov
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-06-17update_rss_feed: limit maximum execution time while processing articlesAndrew Dolgov
2015-06-17bayes, filter: do not categorize already processed articlesAndrew Dolgov
rss: remove site url/title checks from update_rss_feed
2015-06-17speedup feed subscription processAndrew Dolgov
2015-06-17add some more bayes stuffAndrew Dolgov
2015-06-16add workaround for mysql only accepting subset of unicode charactersAndrew Dolgov
2015-06-15allow plugins modify article scoreAndrew Dolgov
2015-06-08fix_url: support schema-less urlsAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2015-05-22Merge pull request #456 from andersk/disable-feed-browserAndrew Dolgov
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
The undocumented _DISABLE_FEED_BROWSER option added in commit c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking at which feeds other users are subscribed to, but it did not prevent you from manually constructing an RPC call to get the same data. This was a privacy risk for those who consider _DISABLE_FEED_BROWSER important. Signed-off-by: Anders Kaseorg <[email protected]>
2015-04-21add HOOK_RENDER_ENCLOSURE & af_youtube_embed pluginAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add ↵Andrew Dolgov
explanation to the error object if possible
2015-03-17remove unread first sorting: has issues, is pretty much adaptive anywayAndrew Dolgov
2015-03-11add bg_BG entry to get_translations()Andrew Dolgov
2015-03-06add housekeeping task for orphaned counter cache entriesAndrew Dolgov
2015-03-05Add unread category to build-in SearchSkyREgit
unread:{true,false} - match only unread or read articles
2015-03-04add auto_assign_labels plugin; allow article filter plugins to add labels to ↵Andrew Dolgov
articles
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2015-02-03add config option CHECK_FOR_UPDATESAndrew Dolgov
2015-02-03minor fixes for previous (2)Andrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-02-01do not subscribe new users to now obsolete releases feedAndrew Dolgov
2015-01-31session: don't try to validate session schema version on empty sessionsAndrew Dolgov