Andrew Dolgov
|
8d2e3c2528
|
drop errors.php and simplify error handling
|
4 years ago |
Andrew Dolgov
|
211f699aa0
|
migrate the rest into Config::
|
4 years ago |
Andrew Dolgov
|
e4107ac952
|
wip: initial for config object
|
4 years ago |
Andrew Dolgov
|
6b43b788d9
|
migrate xhrJson invocations to the new helper
|
4 years ago |
Andrew Dolgov
|
c088e9d9d8
|
get rid of a few more prototype-isms
|
4 years ago |
Andrew Dolgov
|
bdbbdbb0ed
|
rework controls to accept parameters as array
|
4 years ago |
Andrew Dolgov
|
af4b3e7df0
|
login form: use control helpers
|
4 years ago |
Andrew Dolgov
|
26d6b84a57
|
add namespaced controls with unified naming; deprecated old-style control shortcuts
|
4 years ago |
Andrew Dolgov
|
15fd23c374
|
use shortcut echo syntax for php templates
|
4 years ago |
Andrew Dolgov
|
d23a261b92
|
RIP self-registration
|
4 years ago |
Andrew Dolgov
|
848bc57f29
|
disable themes in safe mode; rework safe mode warning/login prompt
|
4 years ago |
Andrew Dolgov
|
6e774a58fe
|
more php8 fixes mostly related to login
|
4 years ago |
Andrew Dolgov
|
81c52b4b1e
|
add support for an override stylesheet which applies to all users
|
4 years ago |
Andrew Dolgov
|
03a337a660
|
add basic safe mode which doesn't load any user plugins
|
4 years ago |
Andrew Dolgov
|
a4525d31b2
|
replace FALSE with false so that static analyzer shuts up about it
|
4 years ago |
Andrew Dolgov
|
076c5382fa
|
login form: add workarounds for chrome password manager
|
5 years ago |
Andrew Dolgov
|
a6d314b753
|
support dark mode for login form
|
5 years ago |
cac2s
|
6b47f5a6d1
|
fix position for "forgotpass" link
|
5 years ago |
Andrew Dolgov
|
5b3a73e574
|
login: switch to absolute redirect urls
|
6 years ago |
Andrew Dolgov
|
54c1b5c611
|
fill in some missing doctypes; use short doctype where it wasn't
|
6 years ago |
Andrew Dolgov
|
8cd7f31bde
|
utility css updates
|
6 years ago |
Andrew Dolgov
|
73c845858c
|
make login form a bit special after all
|
6 years ago |
Andrew Dolgov
|
e2c9e283a2
|
remove ttrss_login stuff, use utility class
|
6 years ago |
Andrew Dolgov
|
4f720f906e
|
simplify login form
|
6 years ago |
Andrew Dolgov
|
29c890b495
|
login form: use dojo, remove profile hacks
|
6 years ago |
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
6 years ago |
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
|
6 years ago |
Andrew Dolgov
|
e905ce7ea9
|
fix login
|
6 years ago |
Andrew Dolgov
|
f89924f7a1
|
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
|
6 years ago |
Andrew Dolgov
|
4d10b4abca
|
merge login form css into default.css
update more hardcoded colors to use @color-accent
update @color-accent
|
7 years ago |
Andrew Dolgov
|
09bc54c690
|
further stylesheet simplification related fixes
|
7 years ago |
Andrew Dolgov
|
6cf3a57282
|
login: fix profile dropdown popping out in a weird place
|
7 years ago |
Andrew Dolgov
|
9dd336a2c3
|
generate base css files using lessc
|
7 years ago |
Andrew Dolgov
|
0acc1ed76e
|
dijit style updates
|
9 years ago |
Andrew Dolgov
|
7d73cc4184
|
minor css fixes
|
9 years ago |
Andrew Dolgov
|
5a801bd6f0
|
load stylesheets/scripts using helper functions in a few more places
|
11 years ago |
Andrew Dolgov
|
a8572a7182
|
login page: remove version
|
12 years ago |
Andrew Dolgov
|
67e0cf9a37
|
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
|
12 years ago |
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.
|
12 years ago |
Andrew Dolgov
|
4077f72ced
|
Revert "@FIXED dijit modules aren't cached even all the js files are compressed"
This reverts commit 4f70f13f26 .
|
12 years ago |
gitawego
|
4f70f13f26
|
@FIXED dijit modules aren't cached even all the js files are compressed
|
12 years ago |
Andrew Dolgov
|
5bbc4bb4b0
|
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
|
12 years ago |
Steven Hiscocks
|
13db181d10
|
Fix password field missing on login form when auth_internal not used
|
12 years ago |
Andrew Dolgov
|
7b149552cb
|
remove language selector from the login form, store language in the database per-user
|
12 years ago |
Andrew Dolgov
|
a62337b35d
|
login: add tooltip for bw_limit
|
12 years ago |
Andrew Dolgov
|
3921f5081b
|
only show reset password link when auth_internal is enabled (refs #681)
|
12 years ago |
Andrew Dolgov
|
aadd636a01
|
enable remember me
|
12 years ago |
Andrew Dolgov
|
9ce7a5546c
|
implement some tweaks to session handling; properly remove session cookie if invalid/login failed
|
12 years ago |
Andrew Dolgov
|
8f2ad8e134
|
remove some old ?op syntax notation calls
|
12 years ago |
Andrew Dolgov
|
f231f438ba
|
reimplement remember_me
|
12 years ago |