.vscode
add gulp task for less compilation
2020-09-17 13:30:52 +03:00
api
add placeholder authentication via app passwords if service is passed
2019-11-01 13:03:06 +03:00
cache
remove cache/js (no longer used)
2018-12-04 07:15:53 +03:00
classes
replace FALSE with false so that static analyzer shuts up about it
2020-09-17 19:02:27 +03:00
feed-icons
add feed-icons placeholder index.html
2013-04-11 21:55:17 +04:00
images
center and rework some utility screens
2019-02-19 14:59:29 +03:00
include
validate_url: relax requirements for URLs, limit additional port/loopback filtering to fetch_file_contents()
2020-09-17 20:20:23 +03:00
install
replace FALSE with false so that static analyzer shuts up about it
2020-09-17 19:02:27 +03:00
js
fix default password nag dialog, load via xhr
2020-09-16 06:38:41 +03:00
lib
rename gettext.inc to gettext.inc.php (cosmetic)
2020-09-17 18:56:29 +03:00
locale
Translated using Weblate (Czech)
2020-07-31 16:23:42 +00:00
lock
remove .htaccess files
2016-05-13 09:10:54 +03:00
plugins
replace FALSE with false so that static analyzer shuts up about it
2020-09-17 19:02:27 +03:00
plugins.local
pluginhost: allow loading user plugins from plugins.local
2015-06-05 17:54:52 +03:00
schema
schema: when inserting initial forum feed, don't hardcode admin UID as 1
2019-11-07 08:48:13 +03:00
templates
remove atom-to-html XSLT
2020-03-28 11:45:42 +03:00
templates.local
allow overriding built-in templates via templates.local
2020-03-13 14:40:35 +03:00
themes
add gulp task for less compilation
2020-09-17 13:30:52 +03:00
themes.local
support loading themes from themes.local
2015-06-05 18:08:19 +03:00
utils
remove a bunch of obsolete files
2019-12-08 09:44:05 +03:00
vendor
move readability library to af_readability/vendor out of global vendor directory
2019-04-17 08:51:17 +03:00
.editorconfig
add .editorconfig
2018-01-30 10:36:41 +03:00
.eslintrc.js
eslint-related fixes; move a few things from global context to App
2020-06-05 07:44:57 +03:00
.gitignore
add gulp task for less compilation
2020-09-17 13:30:52 +03:00
CONTRIBUTING.md
upd CONTRIBUTING
2019-12-21 10:00:57 +03:00
COPYING
add COPYING
2017-04-22 15:42:34 +03:00
README.md
put gpl boilerplate back
2015-07-26 10:30:02 +03:00
backend.php
public/logout: require valid CSRF token
2020-09-15 16:59:11 +03:00
config.php-dist
replace some plain http links with https
2020-09-17 09:02:30 +03:00
errors.php
fail better if Feeds.view() data failed encoding to JSON
2018-12-24 12:28:11 +03:00
gulpfile.js
prevent source errors from crashing gulp watch
2020-09-18 12:14:37 +03:00
index.php
remove csrf token from rpc method sanityCheck
2020-09-14 20:00:01 +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
2020-02-28 08:08:52 +03:00
opml.php
opml host, update: use PDO
2017-12-02 11:42:42 +03:00
package.json
add eslint to package.json
2020-09-17 20:47:01 +03:00
prefs.php
replace some plain http links with https
2020-09-17 09:02:30 +03:00
public.php
remove testing for get_magic_quotes_gpc: deprecated in php7.4, apparently not working since php 5.4
2019-12-06 07:34:50 +03:00
register.php
don't generate default.css, replace with themes/light.css as a default root CSS file
2020-02-22 16:22:44 +03:00
update.php
add --opml-export to update.php
2020-05-13 12:07:31 +03:00
update_daemon2.php
remove version.php and VERSION global constant, do version-related things in a slightly less ridiculous way
2019-12-18 14:27:40 +03:00