Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c05851d
style alternative login form & buttons
hurradieweltgehtunter Mar 12, 2021
ffd28f0
Add dedicated login button & styling & valid HTML
hurradieweltgehtunter Mar 12, 2021
bd16643
Add Changelog item
hurradieweltgehtunter Mar 12, 2021
0420323
code style
hurradieweltgehtunter Mar 12, 2021
99e0db1
php style
hurradieweltgehtunter Mar 12, 2021
fa618a3
code style
hurradieweltgehtunter Mar 12, 2021
7480ce8
fix code style issues
hurradieweltgehtunter Mar 12, 2021
823577a
add multilang
hurradieweltgehtunter Mar 12, 2021
9ef3f24
remove opacity on hover
hurradieweltgehtunter Mar 15, 2021
51d38de
make feedback messages more visible
hurradieweltgehtunter Mar 15, 2021
8d045a4
remove custom PW reset css
hurradieweltgehtunter Apr 14, 2021
cc51a1a
fix html
hurradieweltgehtunter Apr 14, 2021
fc4f998
fix html
hurradieweltgehtunter Apr 14, 2021
1322789
make login/reset forms look the same
hurradieweltgehtunter Apr 14, 2021
4aef692
make login/reset forms look the same
hurradieweltgehtunter Apr 14, 2021
cf4a61b
php style fix
Apr 14, 2021
60a6cfc
adapt setPassword form to standard form design
hurradieweltgehtunter Apr 14, 2021
467403c
Merge branch 'improve-login-screen' of github.com:owncloud/core into …
hurradieweltgehtunter Apr 14, 2021
0a9b325
php style fix
hurradieweltgehtunter Apr 14, 2021
05df18b
update login warnings
hurradieweltgehtunter Apr 14, 2021
a0f105b
move feedback messages to standard position
hurradieweltgehtunter Apr 14, 2021
de4f32a
remove login button arrow
hurradieweltgehtunter Apr 14, 2021
9f3e99a
set default bg color for notices
hurradieweltgehtunter Apr 14, 2021
dbe1a88
add id to login button
hurradieweltgehtunter Apr 15, 2021
50e5b09
fix css
hurradieweltgehtunter Apr 15, 2021
31641ad
remove special password input css
hurradieweltgehtunter Apr 20, 2021
fefc41f
html/CSS fixes
hurradieweltgehtunter Apr 20, 2021
58e8554
style alternative login form & buttons
hurradieweltgehtunter Mar 12, 2021
1d6951c
Merge branch 'improve-login-screen' of github.com:owncloud/core into …
hurradieweltgehtunter May 18, 2021
8d2e46c
feat: add theme class to body tags on all 3 layouts we are using
DeepDiver1975 May 18, 2021
9ac608f
fix width
hurradieweltgehtunter May 18, 2021
ba50b7b
Merge branch 'improve-login-screen' of github.com:owncloud/core into …
hurradieweltgehtunter May 18, 2021
30d5ceb
remove loading icon if fail
hurradieweltgehtunter May 18, 2021
dd43f74
feat: add theme class to body tags on all 3 layouts we are using
DeepDiver1975 May 18, 2021
bebe50e
create css-valid classnames
hurradieweltgehtunter May 18, 2021
df12814
remove login background color if theme is in use
hurradieweltgehtunter May 18, 2021
73886c3
code style
hurradieweltgehtunter May 18, 2021
d6e42d0
set default form width
hurradieweltgehtunter May 18, 2021
050a6fa
workaround to set a default color to login form labels on themed ownC…
hurradieweltgehtunter May 18, 2021
42095ea
remove test output
hurradieweltgehtunter May 18, 2021
38129e7
make labels bold
hurradieweltgehtunter May 19, 2021
b5c92b2
add placeholders to inputs
hurradieweltgehtunter May 19, 2021
b671fa4
fix style
hurradieweltgehtunter May 19, 2021
355c2c4
add fancyness to login form
hurradieweltgehtunter May 19, 2021
1722d6e
fix sonarcloud issues
hurradieweltgehtunter May 20, 2021
df203a5
fix style
hurradieweltgehtunter May 20, 2021
0cc9760
put fadeIn routine in general loaded js file
hurradieweltgehtunter May 20, 2021
32b5e85
adapt login screen to broader error messages
hurradieweltgehtunter May 20, 2021
110b095
testsuite fix
hurradieweltgehtunter May 20, 2021
f2e348e
css style fix
hurradieweltgehtunter May 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog/unreleased/38506
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Improve login form

This adjustment improves the overall look and feel of the login form.
Furthermore, the placeholders have been replaced in favor of labels,
the confirm button has been expunged from the password field and placed under
the input fields.

https://github.com/owncloud/core/pull/38506
23 changes: 0 additions & 23 deletions core/css/lostpassword/resetpassword.css

This file was deleted.

Loading