summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-07-09change version_static based on y.mAndrew Dolgov
2015-07-09Check for HTML in the first 100 bytes.Christian Weiske
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
2015-07-06sanitize: disable <hr> for nowAndrew Dolgov
2015-07-06sanitize: allow <hr> elementsAndrew Dolgov
2015-07-06fix article tags/labels not assigning properly on mysql because of the 4byte ...Andrew Dolgov
2015-07-04update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subsc...Andrew Dolgov
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
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
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
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 explanat...Andrew Dolgov
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
2015-03-04add auto_assign_labels plugin; allow article filter plugins to add labels to ...Andrew Dolgov
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 t...Andrew Dolgov
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
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-30do not invalidate session when version_static and user agent changesAndrew Dolgov
2015-01-19comment out old-school test trgm codeAndrew Dolgov
2014-12-18Drop duplicate database indexesAnders Kaseorg
2014-12-101.15.3 to fix tag/version mismatchAndrew Dolgov