.docker
add separate script that invokes update.php with args, add basic info blurbs to other scripts
2025-07-04 09:46:46 +03:00
.vscode
launch gulp from local node_modules
2024-10-15 19:36:26 +03:00
api
Use the official JSON MIME type of 'application/json'.
2025-06-03 13:53:12 +00:00
cache
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
2023-10-22 12:19:05 +03:00
classes
add support for PG sslmode and set it to prefer encrypted connections by default
2025-07-03 19:04:32 +03:00
feed-icons
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
2023-10-22 12:19:05 +03:00
images
share: move og:image back to head
2021-03-21 09:35:43 +03:00
include
only exit with nonzero exit code if there was an error
2025-07-04 13:22:06 +03:00
js
Clean up displaying subscription error info, log more detailed info to the event log.
2025-06-19 20:37:49 +00:00
lib
bump dojo to 1.16.5
2023-04-09 11:14:46 +03:00
locale
Translated using Weblate (Tamil)
2025-07-04 00:07:24 +02:00
lock
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
2023-10-22 12:19:05 +03:00
plugins
cache_starred_images - make scheduled tasks intervals configurable
2025-05-27 08:27:49 +03:00
plugins.local
schema
bring back web dbupdate using new migrations system
2021-03-04 09:22:24 +03:00
sql /pgsql
record last cron expression (and stub owner_uid) used by scheduled task
2025-05-04 18:06:43 +03:00
templates
Use the current timestamp for feed-level 'updated' in 'Handler_Public#generate_syndicated_feed()'.
2025-06-03 14:10:08 +00:00
templates.local
allow overriding built-in templates via templates.local
2020-03-13 14:40:35 +03:00
tests
let's use gitlab rss feed in phpunit for now
2025-05-29 07:48:45 +03:00
themes
pref feed tree - switch to flexbox for row layout, remove floating param
2024-12-14 12:17:22 +03:00
themes.local
utils
auto create MR on push into weblate-integration
2025-05-27 13:09:29 +03:00
vendor
update static composer autoload
2025-05-02 23:24:09 +03:00
.dockerignore
Revert "pass .git to docker context so self-built images would have some way to determine version without CI variables"
2023-11-01 13:24:04 +03:00
.editorconfig
update editorconfig
2021-03-14 12:49:37 +03:00
.env-dist
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
2023-10-22 12:19:05 +03:00
.eslintrc.js
Bump ESLint ecmaVersion to 2020.
2025-03-30 18:12:55 +00:00
.gitignore
add simple dev compose
2023-10-22 09:40:08 +03:00
.gitlab-ci.yml
php8.3 -> php8.4
2025-06-03 10:34:45 +03:00
backend.php
Use the official JSON MIME type of 'application/json'.
2025-06-03 13:53:12 +00:00
composer.json
import cron-expression
2025-05-02 08:53:38 +03:00
composer.lock
import cron-expression
2025-05-02 08:53:38 +03:00
config.php-dist
add some ;s
2021-02-23 13:36:02 +03:00
CONTRIBUTING.md
update CONTRIBUTING
2024-07-17 09:50:29 +03:00
COPYING
add COPYING
2017-04-22 15:42:34 +03:00
docker-compose.yml
fix build: directive missing in dev compose file for updater
2024-08-16 14:27:59 +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
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
2024-11-18 21:59:45 +00: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
2025-05-04 13:45:30 +03:00
package-lock.json
add eslint-formatter-gitlab npm dependency
2025-04-25 18:53:55 +03:00
package.json
add eslint-formatter-gitlab npm dependency
2025-04-25 18:53:55 +03:00
phpstan.neon
add limited highlighting of filter test results based on matched rules
2025-03-28 07:59:46 +03:00
phpunit.xml
add phpunit configuration
2022-03-22 14:34:05 +03:00
prefs.php
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
2024-11-18 21:59:45 +00:00
public.php
Use the official JSON MIME type of 'application/json'.
2025-06-03 13:53:12 +00:00
README.md
add svg loading indicators
2021-03-16 21:32:44 +03:00
update_daemon2.php
* pass arbitrary CLI arguments to update daemon via updater.sh entrypoint
2024-06-18 21:47:05 +03:00
update.php
run housekeeping tasks on task 0 if task id is passed, stop checking for pidlock
2025-07-04 13:18:50 +03:00