Go to file
wn_ 2d830c6281 Minor correction to RSSUtils::cache_enclosures() $enclosures param type.
All FeedEnclosure values are currently strings, even though the numeric things get converted to int before getting inserted in 'ttrss_enclosures'.
2021-11-17 20:45:41 +00:00
.vscode reorder debug targets 2021-02-24 22:28:49 +03:00
api simplify internal authentication code and bump default algo to SSHA-512 2021-03-01 15:24:18 +03:00
cache remove cache/js (no longer used) 2018-12-04 07:15:53 +03:00
classes Minor correction to RSSUtils::cache_enclosures() $enclosures param type. 2021-11-17 20:45:41 +00:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images share: move og:image back to head 2021-03-21 09:35:43 +03:00
include Address PHPStan warnings in 'include/colors.php'. 2021-11-14 21:06:06 +00:00
js when uninstall plugins, refresh plugins index instead of reloading entire prefs pane 2021-11-15 20:18:37 +03:00
lib update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
locale Translated using Weblate (Chinese (Traditional)) 2021-09-22 14:10:57 +00:00
lock remove .htaccess files 2016-05-13 09:10:54 +03:00
plugins * DiskCache: add download() helper 2021-11-15 23:22:21 +03:00
plugins.local pluginhost: allow loading user plugins from plugins.local 2015-06-05 17:54:52 +03:00
schema bring back web dbupdate using new migrations system 2021-03-04 09:22:24 +03:00
sql schema: remove default subscription of admin to the forums rss feed 2021-11-17 11:35:40 +03:00
templates add digest preview button, also fix a bunch of bugs 2021-03-02 19:21:21 +03:00
templates.local allow overriding built-in templates via templates.local 2020-03-13 14:40:35 +03:00
themes remove themes/Makefile (obsolete, replaced with gulp) 2021-11-15 08:27:49 +03:00
themes.local support loading themes from themes.local 2015-06-05 18:08:19 +03:00
utils revert all plugin base class related changes to keep compatibility with extant plugins (for the time being) 2021-11-13 19:36:26 +03:00
vendor update phpstan to 1.1.2; update php-qrcode to 3.4.1 2021-11-15 18:33:35 +03:00
.editorconfig update editorconfig 2021-03-14 12:49:37 +03:00
.eslintrc.js fix eslint configuration 2021-02-19 07:07:45 +03:00
.gitignore initial for idiorm 2021-03-01 18:36:47 +03:00
CONTRIBUTING.md Update 'CONTRIBUTING.md' 2021-01-24 09:30:22 +03:00
COPYING add COPYING 2017-04-22 15:42:34 +03:00
README.md add svg loading indicators 2021-03-16 21:32:44 +03:00
backend.php PHPStan warning fix in 'backend.php'. 2021-11-12 04:53:53 +00:00
composer.json update phpstan to 1.1.2 (composer files) 2021-11-15 18:44:24 +03:00
composer.lock update phpstan to 1.1.2 (composer files) 2021-11-15 18:44:24 +03:00
config.php-dist add some ;s 2021-02-23 13:36:02 +03:00
gulpfile.js revert back to lower contrast light theme by default, add separate light-high-contrast.less 2021-03-25 20:29:36 +03:00
index.php main toolbar: clarify element ordering, fix some indents 2021-06-28 12:16:55 +03:00
jsconfig.json unify prefs/main App objects, remove fake classes, use single static App object instead 2020-06-04 22:19:23 +03:00
messages.pot rebase translations 2021-06-18 13:36:15 +03:00
package.json add workaround for gulp4 not updating file timestamps on build 2021-02-04 15:30:28 +03:00
phpstan.neon unignore several phpstan errors 2021-11-15 08:20:56 +03:00
prefs.php add two helper account access levels: 2021-11-10 20:44:51 +03:00
public.php move startup checks to Config, set a bunch of @deprecated annotations 2021-03-01 10:20:21 +03:00
update.php deal with phpstan warnings in update.php 2021-11-14 16:15:31 +03:00
update_daemon2.php Address PHPStan warning and tweak 'tasks'+'interval' handling in 'update_daemon2.php'. 2021-11-11 12:11:33 +00:00

README.md

Tiny Tiny RSS

Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

http://tt-rss.org

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise).