Andrew Dolgov
|
d373c1f978
|
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers
|
2025-03-14 11:43:25 +03: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 |
|
wn_
|
a784305cc7
|
Address PHPStan findings as of 2.0.1
|
2024-11-12 03:15:53 +00:00 |
|
Andrew Dolgov
|
7bba4ae558
|
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
|
2023-10-22 12:19:05 +03:00 |
|
Andrew Dolgov
|
7c45b3f789
|
* add HOOK_LOGINFORM_ADDITIONAL_BUTTONS
* allow plugins to inject JS code into login form
|
2022-07-24 16:33:28 +03:00 |
|
Andrew Dolgov
|
27ab16b6dc
|
add Config::LOCAL_OVERRIDE_JS
|
2021-03-11 07:44:58 +03:00 |
|
Andrew Dolgov
|
ecb94ec23d
|
login page: fix a warning if return is unset
|
2021-03-05 15:35:48 +03:00 |
|
Andrew Dolgov
|
4fda5ccd0e
|
fix a bunch of bookmarklets login forms not leading back
|
2021-03-04 13:40:54 +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
|
211f699aa0
|
migrate the rest into Config::
|
2021-02-22 22:35:27 +03:00 |
|
Andrew Dolgov
|
e4107ac952
|
wip: initial for config object
|
2021-02-22 21:47:48 +03:00 |
|
Andrew Dolgov
|
6b43b788d9
|
migrate xhrJson invocations to the new helper
|
2021-02-19 10:22:00 +03:00 |
|
Andrew Dolgov
|
c088e9d9d8
|
get rid of a few more prototype-isms
|
2021-02-18 22:23:06 +03:00 |
|
Andrew Dolgov
|
bdbbdbb0ed
|
rework controls to accept parameters as array
|
2021-02-16 16:59:21 +03:00 |
|
Andrew Dolgov
|
af4b3e7df0
|
login form: use control helpers
|
2021-02-16 15:05:32 +03:00 |
|
Andrew Dolgov
|
26d6b84a57
|
add namespaced controls with unified naming; deprecated old-style control shortcuts
|
2021-02-16 14:23:00 +03:00 |
|
Andrew Dolgov
|
15fd23c374
|
use shortcut echo syntax for php templates
|
2021-02-14 09:15:51 +03:00 |
|
Andrew Dolgov
|
d23a261b92
|
RIP self-registration
|
2021-02-12 15:57:43 +03:00 |
|
Andrew Dolgov
|
848bc57f29
|
disable themes in safe mode; rework safe mode warning/login prompt
|
2021-02-11 21:19:57 +03:00 |
|
Andrew Dolgov
|
6e774a58fe
|
more php8 fixes mostly related to login
|
2021-02-06 00:12:15 +03:00 |
|
Andrew Dolgov
|
81c52b4b1e
|
add support for an override stylesheet which applies to all users
|
2020-11-30 15:53:32 +03:00 |
|
Andrew Dolgov
|
03a337a660
|
add basic safe mode which doesn't load any user plugins
|
2020-09-18 15:48:22 +03:00 |
|
Andrew Dolgov
|
a4525d31b2
|
replace FALSE with false so that static analyzer shuts up about it
|
2020-09-17 19:02:27 +03:00 |
|
Andrew Dolgov
|
076c5382fa
|
login form: add workarounds for chrome password manager
|
2020-01-25 17:00:51 +03:00 |
|
Andrew Dolgov
|
a6d314b753
|
support dark mode for login form
|
2020-01-23 13:14:47 +03:00 |
|
cac2s
|
6b47f5a6d1
|
fix position for "forgotpass" link
|
2019-11-13 10:52:25 +02:00 |
|
Andrew Dolgov
|
5b3a73e574
|
login: switch to absolute redirect urls
|
2019-03-04 20:38:39 +03:00 |
|
Andrew Dolgov
|
54c1b5c611
|
fill in some missing doctypes; use short doctype where it wasn't
|
2019-02-23 13:49:40 +03:00 |
|
Andrew Dolgov
|
8cd7f31bde
|
utility css updates
|
2019-02-19 19:46:09 +03:00 |
|
Andrew Dolgov
|
73c845858c
|
make login form a bit special after all
|
2019-02-19 15:21:59 +03:00 |
|
Andrew Dolgov
|
e2c9e283a2
|
remove ttrss_login stuff, use utility class
|
2019-02-19 15:14:42 +03:00 |
|
Andrew Dolgov
|
4f720f906e
|
simplify login form
|
2019-02-19 14:27:53 +03:00 |
|
Andrew Dolgov
|
29c890b495
|
login form: use dojo, remove profile hacks
|
2018-12-04 23:17:35 +03:00 |
|
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
2018-12-03 13:38:13 +03:00 |
|
Andrew Dolgov
|
84affc7b1d
|
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
remove event.observe from login form (not needed)
load pluginhost via amd
|
2018-12-03 09:33:44 +03:00 |
|
Andrew Dolgov
|
e905ce7ea9
|
fix login
|
2018-12-03 09:26:26 +03:00 |
|
Andrew Dolgov
|
f89924f7a1
|
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
|
2018-12-02 18:38:27 +03:00 |
|
Andrew Dolgov
|
4d10b4abca
|
merge login form css into default.css
update more hardcoded colors to use @color-accent
update @color-accent
|
2017-12-10 22:51:39 +03:00 |
|
Andrew Dolgov
|
09bc54c690
|
further stylesheet simplification related fixes
|
2017-12-03 13:25:34 +03:00 |
|
Andrew Dolgov
|
6cf3a57282
|
login: fix profile dropdown popping out in a weird place
|
2017-12-03 00:23:11 +03:00 |
|
Andrew Dolgov
|
9dd336a2c3
|
generate base css files using lessc
|
2017-11-29 18:55:12 +03:00 |
|
Andrew Dolgov
|
0acc1ed76e
|
dijit style updates
|
2015-08-12 16:58:06 +03:00 |
|
Andrew Dolgov
|
7d73cc4184
|
minor css fixes
|
2015-08-12 09:28:38 +03:00 |
|
Andrew Dolgov
|
5a801bd6f0
|
load stylesheets/scripts using helper functions in a few more places
|
2014-01-28 15:32:19 +04:00 |
|
Andrew Dolgov
|
a8572a7182
|
login page: remove version
|
2013-06-25 22:14:50 +04:00 |
|
Andrew Dolgov
|
67e0cf9a37
|
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
|
2013-05-29 15:41:19 +04:00 |
|
gitawego
|
44bf49d414
|
@FIXED dijit modules aren't cached even all the js files are compressed
@CHANGED use require to load all the dependencies
@FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.
|
2013-05-28 23:40:17 +03:00 |
|
Andrew Dolgov
|
4077f72ced
|
Revert "@FIXED dijit modules aren't cached even all the js files are compressed"
This reverts commit 4f70f13f26.
|
2013-05-29 00:17:19 +04:00 |
|
gitawego
|
4f70f13f26
|
@FIXED dijit modules aren't cached even all the js files are compressed
|
2013-05-28 22:59:27 +03:00 |
|