.vscode
add gulp task for less compilation
2020-09-17 13:30:52 +03:00
api
remove a lot of stuff from global context (functions.php), add a few helper classes instead
2020-09-22 09:04:33 +03:00
cache
remove cache/js (no longer used)
2018-12-04 07:15:53 +03:00
classes
don't mention last_updated in non-zero failure error message because that's not what it means
2020-09-28 08:32:14 +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
move timestamp-related stuff to a separate class
2020-09-23 13:04:26 +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
Remove `private` scope for class constants.
2020-09-18 18:13:18 -04:00
locale
Translated using Weblate (French)
2020-09-22 01:24:24 +00:00
lock
remove .htaccess files
2016-05-13 09:10:54 +03:00
plugins
move timestamp-related stuff to a separate class
2020-09-23 13:04:26 +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
router: only allow functions without required parameters as handler methods
2020-09-22 09:34:39 +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 a lot of stuff from global context (functions.php), add a few helper classes instead
2020-09-22 09:04:33 +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
remove a lot of stuff from global context (functions.php), add a few helper classes instead
2020-09-22 09:04:33 +03:00
public.php
router: only allow functions without required parameters as handler methods
2020-09-22 09:34:39 +03:00
register.php
remove a lot of stuff from global context (functions.php), add a few helper classes instead
2020-09-22 09:04:33 +03:00
update.php
update-feed: exit with non-zero exit code if update_rss_feed() failed
2020-09-27 16:42:45 +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