| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
|
|
| |
It should be up to 6x faster
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\
| |
| | |
Return value immediately instead of assigning to a one-time variable
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| | |
| | | |
Implements are not needed because they are already done by base class
|
| |/
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|/ |
|
| |
|
|
|
|
|
|
| |
redirection afterwards.
Signed-off-by: Luca Adrian Lindhorst <info@lucalindhorst.de>
|
|
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |
|
|\
| |
| | |
Properly log the full exception instead of only the message
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| | |
| | | |
Spelling: There was an error loading → could not load
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Refactor method to check if update is needed
|
| | |
| | |
| | |
| | |
| | |
| | | |
There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Improve OC_Image code to not guess the type of input
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the specific methods to be called
Followup to #7836
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix the type hints of migrations and correctly inject the wrapped sch…
|
| | |
| | |
| | |
| | |
| | |
| | | |
into migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant.
Found while enabling the strict_typing for lib/private for the PHP7+ migration.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | |
|
|\ \
| | |
| | | |
Show message when connection is throttled
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|/ / |
|
|\ \
| | |
| | | |
Fix case when overwrite URL is empty during setup
|
| | |
| | |
| | |
| | |
| | |
| | | |
Found while testing strict typing for PHP 7+.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
Spelling: FreeType
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Fix bug with proxies
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Mario Danic <mario@lovelyhq.com>
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/fix-password-displayed-as-username-in-password-manager
Fix password displayed as username in Firefox password manager dialog
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When finishing the setup of Nextcloud through the WebUI (setting admin
user and database) Firefox offers to save the username and password.
However, the password was shown in both the username and password fields
of the Firefox password manager dialog.
The problem was that the password input element (in the HTML form) is
cloned in a text input element, which is used to show the password in
plain text when clicking on the "Show password" button. As it was a text
input immediately followed by a password input Firefox seemed to assume
that it had to be the username and ignored the real username field, no
matter the value set for the "autocomplete" attribute. Now the cloned
text input is added after the password input, so Firefox no longer
thinks that the cloned text input is the username field and the password
manager dialog shows the proper username instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
|\ \ \
| | | |
| | | | |
made small changes to login screen
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
added height back 70px back to footer and removed .htaccess file
Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
|