Oliver Haucke
|
cfd9e6b53b
|
FIX: public.php - Undefined index: feed_title
|
4 years ago |
wn_
|
cd52ca80ab
|
Minor cleanup in 'Handler_Public->getProfiles'
|
4 years ago |
wn_
|
baf3ecd4cf
|
Fix a couple of array index warnings in 'Handler_Public->forgotpass'
|
4 years ago |
wn_
|
541a07250c
|
Switch 'Handler_Public->forgotpass' to ORM
|
4 years ago |
wn_
|
f057c124d1
|
Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles'
|
4 years ago |
wn_
|
7ea48f7a4b
|
Switch 'Handler_Public->rss' to ORM
|
4 years ago |
wn_
|
b6ae280446
|
Switch 'Handler_Public->getProfiles' to ORM
|
4 years ago |
Andrew Dolgov
|
44b274b6d4
|
remove published opml (use CLI instead)
|
4 years ago |
Andrew Dolgov
|
27ab16b6dc
|
add Config::LOCAL_OVERRIDE_JS
|
4 years ago |
Andrew Dolgov
|
ac6a59914b
|
nsfw: support API clients
|
4 years ago |
Andrew Dolgov
|
4fda5ccd0e
|
fix a bunch of bookmarklets login forms not leading back
|
4 years ago |
Andrew Dolgov
|
5eb0f3d640
|
bring back web dbupdate using new migrations system
|
4 years ago |
Andrew Dolgov
|
d6629ed188
|
move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/updater class
|
4 years ago |
Andrew Dolgov
|
70adfd4a74
|
* sanitize: never rewrite relative links to our own prefix
* use Config::get_self_url() instead of get_self_url_prefix() in a bunch
of places
|
4 years ago |
Andrew Dolgov
|
f96abd2b52
|
generate_syndicated_feed: timestamp is a strtotime() expression, not an integer
|
4 years ago |
Andrew Dolgov
|
320503dd39
|
move version-related stuff to Config; fix conditional feed requests
|
4 years ago |
Andrew Dolgov
|
34c74400a4
|
enforce some stricter type checking for loggers
|
4 years ago |
Andrew Dolgov
|
dcf0135285
|
logger: shorter syntax
|
4 years ago |
Andrew Dolgov
|
59c14e9c00
|
api: remove base64 encoded passwords (wtf), log all authentication failures in userhelper
|
4 years ago |
Andrew Dolgov
|
efd196839a
|
stop caching schema version entirely, fix some session_start() related warnings
|
4 years ago |
Andrew Dolgov
|
c96172fa04
|
use constants in get_pref()/set_pref()
|
4 years ago |
Andrew Dolgov
|
988eb3ac91
|
initial (wip) for new prefs
|
4 years ago |
Andrew Dolgov
|
8d2e3c2528
|
drop errors.php and simplify error handling
|
4 years ago |
Andrew Dolgov
|
e4107ac952
|
wip: initial for config object
|
4 years ago |
Andrew Dolgov
|
be4e7b1340
|
fix several issues reported by phpstan
|
4 years ago |
Andrew Dolgov
|
d1328321be
|
move published OPML endpoint to public.php
|
4 years ago |
Andrew Dolgov
|
053b262aa7
|
rename public.php/cached_url to cached
|
4 years ago |
Andrew Dolgov
|
fc0ebf0891
|
move bookmarklet-related methods out of public.php into the plugin
|
4 years ago |
Andrew Dolgov
|
c088e9d9d8
|
get rid of a few more prototype-isms
|
4 years ago |
Andrew Dolgov
|
70fa423026
|
initial for RIP prototype/scriptaculous
|
4 years ago |
Andrew Dolgov
|
273ada7353
|
* implement shortcut syntax for exposed plugin methods
* move shared article rendering code to share plugin
|
4 years ago |
Andrew Dolgov
|
26d6b84a57
|
add namespaced controls with unified naming; deprecated old-style control shortcuts
|
4 years ago |
Andrew Dolgov
|
39604bedef
|
move reset_password to UserHelper
|
4 years ago |
Andrew Dolgov
|
6426ae559a
|
dbupdater: unify naming
|
4 years ago |
Andrew Dolgov
|
166f2d4666
|
diskcache: unify naming
|
4 years ago |
Andrew Dolgov
|
8e79f1717d
|
prefs: unify naming
|
4 years ago |
Andrew Dolgov
|
257efb43c6
|
article: unify naming
|
4 years ago |
Andrew Dolgov
|
020f062a76
|
feeds: unify naming
|
4 years ago |
Andrew Dolgov
|
82adb01307
|
render enclosures on the client
|
4 years ago |
Andrew Dolgov
|
0b7377238a
|
add Handler_Administrative
|
4 years ago |
Andrew Dolgov
|
a8cc43a0ff
|
move logout_user() to UserHelper
|
4 years ago |
Andrew Dolgov
|
15fd23c374
|
use shortcut echo syntax for php templates
|
4 years ago |
Andrew Dolgov
|
d3940b6259
|
fix a bunch of warnings related to generated feeds
|
4 years ago |
Andrew Dolgov
|
e6624cf631
|
fix a few more session-related warnings
|
4 years ago |
Andrew Dolgov
|
71dfc83466
|
force _ENABLED_PLUGINS to string when passed to pluginhost
|
4 years ago |
Andrew Dolgov
|
74986d1ac6
|
shorten pref tab names; make log-alert clickable
|
4 years ago |
Andrew Dolgov
|
09e9f34bb4
|
add UserHelper::find_user_by_login() and rewrite some user checks to invoke it instead of going through PDO
|
4 years ago |
Andrew Dolgov
|
7af8744c85
|
authentication: make logins case-insensitive (force lowercase)
|
4 years ago |
Andrew Dolgov
|
9f3de2d24c
|
login: fix profile warning
|
4 years ago |
Andrew Dolgov
|
7eb860af61
|
even more hooks
|
4 years ago |