Chih-Hsuan Yen
35b3f78366
Fix for phpstan and drop unneeded type casts ( #265 )
...
In backend.php, phpstan infers the type of $method as
"non-empty-string" after this part:
if (!$method)
$method = 'index';
else
$method = strtolower($method);
On the other hand, codes in clean() turns "non-empty-string" into a
string that might be empty, so the return type is not always the same
as the param type.
2026-02-28 16:07:00 -06:00
supahgreg
95f8941060
Handle a missing 'op' better in 'public.php'.
...
Also a minor optimization to avoid getting a handler if the method would be disallowed.
Closes https://github.com/tt-rss/tt-rss/issues/213
2025-12-15 23:16:47 +00:00
supahgreg
fbac26467b
Various Rector rules for files that got missed previously.
...
Rules applied:
* ListToArrayDestructRector
* LongArrayToShortArrayRector
* ClassOnObjectRector
* ClassOnThisVariableObjectRector
* RemoveUnusedVariableInCatchRector
2025-10-18 02:05:57 +00:00
supahgreg
e1f34c982c
Stop using 'set_include_path', remove related PHPStan exclude.
2025-10-17 03:29:51 +00:00
wn_
34c7e11d84
Use the official JSON MIME type of 'application/json'.
2025-06-03 13:53:12 +00:00
wn_
667528d5b9
Use PHP 8 'str_' functions.
...
A few more characters in some places, but helps with readability.
2024-11-24 13:59:29 +00:00
Andrew Dolgov
884fd92f13
drop opentelemetry
2024-10-01 16:00:34 +03:00
wn_
16b89cc293
Move 'include/functions.php' require into Composer autoloader.
...
Autoloader regenerated with 'composer dump-autoload --optimize'.
2024-04-20 16:25:33 +00:00
wn_
8727fb3ba8
Clean up some unused variables.
...
This is essentially 1ccc0c8c1a without the renames and some other things related to Psalm.
2024-01-08 22:46:13 +00:00
Andrew Dolgov
350177df39
add placeholder instrumentation for public
2023-10-20 23:39:30 +03:00
Andrew Dolgov
7ef72fe0dc
move startup checks to Config, set a bunch of @deprecated annotations
2021-03-01 10:20:21 +03:00
Andrew Dolgov
8d2e3c2528
drop errors.php and simplify error handling
2021-02-23 22:26:07 +03:00
Andrew Dolgov
29ada58b4a
move db-prefs shortcut functions to functions.php
2021-02-22 23:25:14 +03:00
Andrew Dolgov
12bcf826e4
don't include config.php everywhere
2021-02-22 22:39:20 +03:00
Andrew Dolgov
42173386b3
dirname(__FILE__) -> __DIR__
2021-02-22 17:38:46 +03:00
Andrew Dolgov
273ada7353
* implement shortcut syntax for exposed plugin methods
...
* move shared article rendering code to share plugin
2021-02-17 09:59:14 +03:00
Andrew Dolgov
9f55454f63
remove the rest of db.php; rename some leftover methods in feeds
2021-02-15 16:51:35 +03:00
Andrew Dolgov
91285e3868
router: add additional logging for refused requests; reject requests for methods starting with _
2021-02-15 16:34:44 +03:00
Andrew Dolgov
6af83e3881
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
2021-02-12 21:43:38 +03:00
Andrew Dolgov
490df818aa
router: only allow functions without required parameters as handler methods
2020-09-22 09:34:39 +03:00
Andrew Dolgov
0697eca0e1
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
Andrew Dolgov
27f7b59353
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
2015-03-30 13:02:24 +03:00
Andrew Dolgov
1f29443530
fix missing DB object when instantiated to import opml
2013-04-18 23:19:14 +04:00
Andrew Dolgov
1ffe3391f9
make pluginhost a singleton
2013-04-18 12:27:34 +04:00
Andrew Dolgov
d632b28cef
fix some missing constructor parameters
2013-04-17 18:21:32 +04:00
Andrew Dolgov
eefaa2df38
remove db_connect, db_close; CLI fixes
2013-04-17 17:00:35 +04:00
Andrew Dolgov
6322ac79a0
remove $link
2013-04-17 16:48:41 +04:00
Andrew Dolgov
404e2e3603
more work on singleton-based DB
2013-04-17 15:36:48 +04:00
Andrew Dolgov
ba68b6815a
db updates, remove init_connection()
2013-04-17 14:23:35 +04:00
Andrew Dolgov
2e35a7070b
generated feeds: support if-modified-since
2013-04-01 21:08:32 +04:00
Andrew Dolgov
1ebf3b979e
replace getmicrotime() wrapper with microtime(true) (2)
2013-02-27 22:20:14 +04:00
Andrew Dolgov
23419d117b
modify includes to init session before translations are applied
2013-01-05 01:28:07 +04:00
Andrew Dolgov
8dcb2b4762
implement plugin routing masks, add example plugin
2012-12-23 23:05:51 +04:00
Andrew Dolgov
88e8fb3a71
modify include path order ( closes #514 )
2012-12-09 13:41:22 +04:00
Andrew Dolgov
369dbc19d6
rework class system to use subdirectories
...
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov
0d421af86f
split authentication to separate modules
2012-08-16 15:30:49 +04:00
Andrew Dolgov
6a79e8afeb
only enable ob_gzhandler if it exists
2012-03-20 14:45:43 +04:00
Andrew Dolgov
f03a795de7
include path fix for lighttpd
2011-12-15 18:19:38 +04:00
Andrew Dolgov
de8260cb10
move API to classes/
2011-12-13 15:40:42 +04:00
Andrew Dolgov
5f0a3741d0
add Public_Handler
...
misc code cleanup
2011-12-13 14:49:11 +04:00
Andrew Dolgov
3f3630529e
implement tiny-OOP routing
2011-12-13 00:20:53 +04:00
Andrew Dolgov
f30ef1fa1b
subop -> method
2011-12-12 22:46:25 +04:00
Andrew Dolgov
e0d91d846d
experimental split of public calls into public.php (refs #389 )
2011-11-15 11:40:57 +04:00