Julius Härtl
d99b46ec42
Always add header-right container
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-08-16 12:04:40 +07:00
szaimen
3b03324998
fix filepicker bug in dark mode
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-09 09:22:39 +07:00
Valdnet
2100b38f3c
Add a text string to l10n
2021-07-05 15:42:37 +07:00
Valdnet
b9dd8ed873
Add a text string to l10n
2021-07-05 15:40:00 +07:00
Lukas Reschke
6030dbe064
Move header into h3
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-23 15:12:03 +07:00
Lukas Reschke
a1fe771a7d
Make security warning stand out more
...
The security warning is currently being ignored by too many users as it's part of the text and not visually distinct.
Ref #26944
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 19:23:26 +07:00
Julius Härtl
a94236483e
Let apps toggle an unread counter on app icons
...
Co-authored-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-16 17:12:56 +07:00
François Freitag
d887851183
Prefer string $file over 1-element array in script()
...
The string syntax is more obvious. There should be one (and preferably
only one) way of doing things.
Signed-off-by: François Freitag <mail@franek.fr>
2021-05-18 09:24:05 +07:00
Joas Schilling
69290781ff
Handle device login like an alternative login
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20 09:11:33 +07:00
Joas Schilling
84b33a4435
Directly add notifications element
...
Since there seems to be an issue with the old way notifications is mounted,
we now hardcode it.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 15:00:20 +07:00
Christoph Wurst
979b291a36
Show the full trace of an exception
...
Because often we catch the exception at some point and then the trace is
misleading. What's really interesting is the trace of the *previous*
exception.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-10 10:35:08 +07:00
Richard Steinmetz
cb68bcef0f
Fix password visibility toggles
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-10 12:53:23 +07:00
Christoph Wurst
d9015a8c94
Format code to a single space around binary operators
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05 20:25:24 +07:00
Christian Wenz
8aa13f37b0
Add apple-touch-icon-precomposed ( fixes #14818 )
...
Signed-off-by: Christian Wenz <christian@wenz.org>
2020-10-02 21:49:14 +07:00
timm2k
4a352befca
Check if var debugMode exists
...
Closes #21150 a second time.
2nd appearance of debugMode may not seen in first fix.
2020-09-04 13:50:14 +07:00
Joas Schilling
e66bc4a8a7
Send "429 Too Many Requests" in case of brute force protection
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-19 11:20:35 +07:00
Morris Jobke
d7f66c36ac
Fix "misplaced variables" warning of Psalm in PHPDoc statements
...
Ref #21787
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-17 17:46:57 +07:00
John Molakvoæ (skjnldsv)
1a1b3e20e4
Fix unified search
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-03 11:26:03 +07:00
Joas Schilling
abec8a2c63
Add a clear message why you could end up there
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-06 13:49:09 +07:00
Roeland Jago Douma
ac3137a166
Check if debugMode is defined before using it
...
Else the sabre error page (where the var is not defined) will throw
warnings all the time.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-02 15:46:59 +07:00
Joas Schilling
ebedbf1579
Merge pull request #19646 from firlevapz/bugfix/19400/oauth2-login-opens-new-browser-window
...
Change OAuth2 redirect link to relative link
2020-07-01 09:39:55 +07:00
Morris Jobke
bc02b0adb8
Merge pull request #20932 from nextcloud/Valdnet-patch-3
...
l10n: Changing the word "These" to "Following"
2020-05-13 22:59:03 +07:00
Valdnet
25023ae288
l10n: Addition of "The"
2020-05-13 14:17:57 +07:00
Valdnet
2f45cb3fe9
l10n: Changing the word "These" to "Following"
2020-05-11 21:19:05 +07:00
Roeland Jago Douma
1d35a1474b
Move the password confirmation form template to post
...
I know we use JS for this. But it triggers some false positives on
testing.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-11 21:18:38 +07:00
Roeland Jago Douma
0160817078
Install page app naming
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-07 19:54:57 +07:00
Gary Kim
74d40233f5
Comply with php-cs
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-05-02 14:28:21 +07:00
John Molakvoæ (skjnldsv)
6e79fb60d8
Fix public layout header title & description
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-30 13:32:28 +07:00
Loïc Hermann
6c60b85a87
Fix breadcrumb in move or copy file dialog
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-17 06:47:17 +07:00
Christoph Wurst
caff1023ea
Format control structures, classes, methods and function
...
To continue this formatting madness, here's a tiny patch that adds
unified formatting for control structures like if and loops as well as
classes, their methods and anonymous functions. This basically forces
the constructs to start on the same line. This is not exactly what PSR2
wants, but I think we can have a few exceptions with "our" style. The
starting of braces on the same line is pracrically standard for our
code.
This also removes and empty lines from method/function bodies at the
beginning and end.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 14:19:56 +07:00
Christoph Wurst
008e6d7e84
Merge pull request #20391 from nextcloud/refactor/spaces-cleanup
...
Remove all extra whitespace PSR2 does not like
2020-04-09 20:39:37 +07:00
Christoph Wurst
a8a06a82d2
Remove trailing whitespaces from comments
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 16:09:23 +07:00
Christoph Wurst
44577e4345
Remove trailing and in between spaces
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 16:07:47 +07:00
Christoph Wurst
36b3bc8148
Use php keywords in lowercase
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 14:04:56 +07:00
Christoph Wurst
2fbad1ed72
Fix (array) indent style to always use one tab
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 10:16:08 +07:00
Christoph Wurst
b80ebc9674
Use the short array syntax, everywhere
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 16:34:56 +07:00
Julius Härtl
bba26cb2eb
Move install scripts to bundle
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-11 14:06:25 +07:00
Joas Schilling
585b09af3a
Prevent self-xss via invalid mysql user name on install screen
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-06 14:39:13 +07:00
Fabian Helm
5b1bb3703a
Change OAuth2 redirect link to relative link
...
fix issue with third-party apps like rocket.chat
where browser in external window is opened
and thus oauth2 login does not work
Signed-off-by: Fabian Helm <firlevapz@gmail.com>
2020-02-25 21:51:58 +07:00
Christoph Wurst
607c55aaaa
Add new recommended 18 apps
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-24 10:30:47 +07:00
Roeland Jago Douma
060dd35ef9
Merge pull request #18873 from nextcloud/design/install-page
...
Install page design fixes
2020-01-15 07:24:57 +07:00
Christoph Wurst
a673ff3a63
Fix max width on 2FA pages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14 19:37:54 +07:00
Jan-Christoph Borchardt
19397059d6
Add explanatory bit for recommended apps, fix #18631
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-14 14:18:16 +07:00
Julius Härtl
7e5956a906
Limit the size of the container on guest pages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 17:09:40 +07:00
Roeland Jago Douma
86bccde9c7
Merge pull request #17861 from nextcloud/fix-tab-navigation-of-menu-in-public-share-pages
...
Fix tab navigation of menu in public share pages
2020-01-07 21:00:00 +07:00
Sascha Wiswedel
e24c7a8900
fix wording log in vs. login
...
"log in" is used as verb, while "login" is a noun.
In this case, what's supposed to be cancelled is the login process - therefore the noun must be used.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-01-06 14:44:31 +07:00
Daniel Calviño Sánchez
e32766bd11
Change menu toggle element from span to button
...
This makes possible to navigate to the menu toggle using the keyboard,
as well as being semantically more correct.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-30 10:29:36 +07:00
John Molakvoæ
5e0f820029
Add accessibility label to show password checkbox ( #16642 )
...
Add accessibility label to show password checkbox
2019-12-12 10:47:25 +07:00
Christoph Wurst
302558cfd2
Add a dedicated page for the recommended apps installation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-12 08:13:01 +07:00
Brent Nesbit
eda4d559f8
Issue 15965 - Show password checkbox doesn't provide label or accessible name
...
Signed-off-by: Brent Nesbit <github@nesbit.me>
2019-12-10 18:37:35 +07:00