.. |
auth
|
don't try to pass string literal NOW() to ORM as a timestamp
|
2021-03-01 23:07:20 +03:00 |
db
|
log applied migrations
|
2021-03-04 11:33:25 +03:00 |
feeditem
|
rename unfairly prefixed get_enclosures() in feeditem
|
2021-03-05 09:35:24 +03:00 |
handler
|
FIX: public.php - Undefined index: feed_title
|
2021-04-19 10:43:30 +02:00 |
logger
|
use separate connection for logging
|
2021-03-02 11:37:56 +03:00 |
pref
|
OTP: generate longer secrets, also make them easier to read/copy
|
2021-03-29 19:26:04 +03:00 |
api.php
|
Switch most of API to ORM
|
2021-03-20 14:00:53 +00:00 |
article.php
|
HOOK_ARTICLE_IMAGE: stop after first provided match
|
2021-03-07 14:19:00 +03:00 |
config.php
|
sanity check: in single user mode, only test for admin user if migrations have been completed
|
2021-05-11 19:36:25 +03:00 |
counters.php
|
use orm in some more places; prevent _get_cat_title from hitting the db for uncategorized
|
2021-03-02 20:07:31 +03:00 |
db.php
|
set orm and pdo mysql charset on connection
|
2021-03-13 17:56:52 +01:00 |
debug.php
|
general cleanup, set some type hints
|
2021-03-06 15:19:31 +03:00 |
digest.php
|
fix digest preview not working on mysql because of a quoted LIMIT argument
|
2021-03-08 09:10:44 +03:00 |
diskcache.php
|
* sanitize: never rewrite relative links to our own prefix
|
2021-03-02 08:16:41 +03:00 |
errors.php
|
check if client-presented URL scheme is different from one configured in SELF_URL_PATH
|
2021-02-26 14:14:44 +03:00 |
feedenclosure.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
feeditem.php
|
rename unfairly prefixed get_enclosures() in feeditem
|
2021-03-05 09:35:24 +03:00 |
feedparser.php
|
fix some more warnings reported by phpstan
|
2021-02-06 17:38:24 +03:00 |
feeds.php
|
include archived articles (which lack associated feed id) when browsing by tag
|
2021-05-07 19:15:10 +03:00 |
handler.php
|
handler: default base csrf_ignore() to false
|
2020-09-15 18:16:33 +03:00 |
iauthmodule.php
|
fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost
|
2021-02-08 19:11:31 +03:00 |
ihandler.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
labels.php
|
for the most part, deal with filter rules UI
|
2021-02-21 09:35:07 +03:00 |
logger.php
|
route Logger:log() to user_error() if there's no adapter
|
2021-03-10 21:31:57 +03:00 |
mailer.php
|
mailer: stop warning if to_name is unset (it's optional anyway)
|
2021-03-15 14:45:50 +03:00 |
opml.php
|
remove published opml (use CLI instead)
|
2021-03-16 12:27:46 +03:00 |
plugin.php
|
move around some methods in base plugins class
|
2021-03-02 12:15:42 +03:00 |
pluginhandler.php
|
drop errors.php and simplify error handling
|
2021-02-23 22:26:07 +03:00 |
pluginhost.php
|
pluginhost: add profile_get/profile_set helpers
|
2021-04-09 14:01:30 +03:00 |
prefs.php
|
experimental: add preference to show combined mode headlines as a 2 column grid
|
2021-03-10 08:33:56 +03:00 |
rpc.php
|
yet another flex feedtree attempt
|
2021-03-22 16:18:59 +03:00 |
rssutils.php
|
functions_enabled: trim spaces from disable_functions php ini setting
|
2021-04-12 11:55:19 +03:00 |
sanitizer.php
|
* sanitize: never rewrite relative links to our own prefix
|
2021-03-02 08:16:41 +03:00 |
templator.php
|
replace FALSE with false so that static analyzer shuts up about it
|
2020-09-17 19:02:27 +03:00 |
timehelper.php
|
use constants in get_pref()/set_pref()
|
2021-02-25 14:49:58 +03:00 |
urlhelper.php
|
add urlhelper to extract youtube video id from url
|
2021-05-07 07:37:27 +03:00 |
userhelper.php
|
Improve missing token check
|
2021-05-11 10:32:59 +02:00 |