Daniel Kesselberg
71c7442790
The loading animation is back
...
Refactor grant.js to Vanilla JS
Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work
Fix arrow for login flow v1
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-26 23:08:52 +02:00
Daniel Kesselberg
1d82bb55db
Move "you can close this window" to newline
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-25 21:26:41 +02:00
Daniel Kesselberg
2108e8b4aa
Add icon-confirm-white to submit button
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-25 21:26:19 +02:00
Julius Härtl
a9c089064b
Deprecate TemplateManager
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 09:54:17 +02:00
Roeland Jago Douma
1ddd6b4080
Don't use an undefined index if not needed
...
It is not set. And not used. Just some copy paste leftover.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-03 16:17:19 +02:00
Joas Schilling
31eaa6e6f4
Fix typo in "which"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01 12:27:32 +02:00
Jochen
e2df446ca4
Remove aria label
...
https://github.com/nextcloud/server/pull/16832#discussion_r322078592
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-10 20:29:13 +02:00
Jochen
e0ee53a5f0
Added name as fallback, in case label is not set
...
https://github.com/nextcloud/server/pull/16832#discussion_r322380822
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09 20:31:08 +02:00
Jochen
493a756f3b
Add null coalesce for label and style attribute
...
https://github.com/nextcloud/server/pull/16832#discussion_r322380822
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09 20:25:16 +02:00
Jochen
d38f8dc746
Add aria label
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09 19:00:32 +02:00
Jochen
ba8acfe2d4
Optimize responsiveness, remove primary class
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-06 20:02:19 +02:00
Jochen
a1c83c12d0
Prevent undefined for $login['style']
...
https://github.com/nextcloud/server/pull/16832#discussion_r321075261
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-05 19:20:32 +02:00
Jochen
c6b660099a
Move "Log in with" label to "sociallogin" app
...
https://github.com/nextcloud/server/pull/16832#issuecomment-528197965
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-05 19:16:17 +02:00
Jochen
e710976b99
Add more space between form and alternate login
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-03 22:44:31 +02:00
Jochen
dc30ffc1e5
Add more space to buttonsy
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-02 17:50:56 +02:00
ochorocho
068f1d28f3
Move alternative login above standard login, optimize alignment
...
Signed-off-by: ochorocho <rothjochen@gmail.com>
2019-08-26 20:01:44 +02:00
Julius Härtl
3e081c43d9
Only add the app-itunes-app tag if the id is set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-23 16:17:09 +02:00
Julius Härtl
3b0d13944a
Move actual password reset to vue
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-31 09:19:07 +02:00
Gary Kim
72b8083c11
Remove precomposed from apple-touch-icon-precomposed
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-06-15 01:29:45 +08:00
Christoph Wurst
64c4bb5bce
Vueify the login page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-29 11:05:16 +02:00
Morris Jobke
c2c3feff0e
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
...
Change text color in search box in darktheme, ref #15598
2019-05-28 13:50:44 +02:00
Greta Doci
bb811ee3e1
Change text color in search box in darktheme, ref #15598
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-26 17:03:40 +02:00
Roeland Jago Douma
579162d7b9
Allow 2FA to be setup on first login
...
Once 2FA is enforced for a user and they have no 2FA setup yet this will
now prompt them with a setup screen. Given that providers are enabled
that allow setup then.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-17 10:11:53 +02:00
Christoph Wurst
3cc8c9b769
Create a login bundle for login page scripts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 14:28:31 +02:00
Roeland Jago Douma
7e7146db7f
Block install without CAN_INSTALL file
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 09:32:33 +02:00
Daniel Calviño Sánchez
8754866a31
Fix markup of file names in file picker
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:28:15 +02:00
John Molakvoæ (skjnldsv)
c12545b581
Truncate filename in the middle on filepicker
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-30 10:28:59 +01:00
Christoph Wurst
2cd594aaed
Make all filepicker strings translatable
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-22 10:22:07 +01:00
Roeland Jago Douma
04bc272c72
Merge pull request #14739 from nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy
...
Style of navigation links in header is too catchy
2019-03-19 13:47:28 +01:00
Joas Schilling
f6b506bc87
Style of navigation links in header is too catchy
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-18 16:26:18 +01:00
Roeland Jago Douma
219fb1a855
Fix showpassword loads
...
This is bundled by default. So trying to load it throws a warning in the
logs.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-18 14:38:44 +01:00
Roeland Jago Douma
24d239d3e6
Merge pull request #14643 from nextcloud/setup-page-db-select
...
fix database select styling in setup page
2019-03-15 18:18:12 +01:00
Jan-Christoph Borchardt
f2f070503d
Fix language of SQLite warning, follow-up to #14682
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-03-15 01:59:26 +01:00
Marius Blüm
6ff79d4908
Using SQLite should sound more scary 😈
...
- According to our administrator manual we should mention limitation to minimal and development/testing instances
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 13:56:09 +01:00
Robin Appelman
ed0e3d305e
remove dangling space
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-12 15:30:03 +01:00
Felix Ableitner
1c1cd10f0d
Change login error message to "wrong username or password" ( fixes #14460 )
...
Signed-off-by: Felix Ableitner <me@nutomic.com>
2019-03-06 11:59:03 +01:00
Julius Härtl
dc5eea1287
Fix closing tags in header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-27 16:37:52 +01:00
Roeland Jago Douma
c2da3bf1d9
Merge pull request #14318 from DominikWA/RemoveUnnecessaryMetaTags
...
Fix referrer policy meta tags.
2019-02-26 21:31:30 +01:00
Dominik Wasielewski
7ca5cfc8af
Remove additional referrer policy meta tag.
...
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-26 17:17:06 +01:00
Dominik Wasielewski
782e828889
Remove unnecessary meta tags.
...
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-26 13:45:05 +01:00
Roeland Jago Douma
e819e97829
Login flow V2
...
This adds the new login flow. The desktop client will open up a browser
and poll a returned endpoint at regular intervals to check if the flow
is done.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-25 07:24:50 +01:00
Julius Härtl
291df5ddfb
Make Storage&database open on enter
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-22 12:54:31 +01:00
Jan-Christoph Borchardt
97ad80524f
Fix tabbability of 'Storage & database' in install, open on enter stilll missing
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:31 +01:00
Jan-Christoph Borchardt
d1ba0d52ab
Keyboard focus and mouse hover feedback for 'Show password' toggle
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:28 +01:00
Joas Schilling
08688af275
Fix OC.getCurrentUser() on guest pages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-19 16:08:40 +01:00
Roeland Jago Douma
635aa23b8c
Do not load bundled jstimezonedetect
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-06 09:16:45 +01:00
Morris Jobke
681437d23d
Merge pull request #12785 from nextcloud/head-menu-half-height-fix
...
Unify headers menu design, fix click area
2019-01-30 16:25:30 +01:00
Roeland Jago Douma
f30877ea7c
Provide initial state
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-29 22:21:54 +01:00
John Molakvoæ (skjnldsv)
bb9e282e95
Unify headers menu design, fix click area
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-29 08:12:03 +01:00
Michael Weimann
349687ac09
Fix click app names
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:48:09 +01:00