- Jan 14, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 13, 2018
-
-
Roeland Jago Douma authored
* Declare strict * Scalar arguments * Return type * Use fully qualified name for strlen Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Adds type hinting for scalar types in ICrypto->decrypt
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 12, 2018
-
-
Morris Jobke authored
Update composer
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Fix type in CryptoSessionData
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Found while adding strict typing for PHP7+. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Check if realpath() returns false
-
Morris Jobke authored
realpath() returns false in case the directory does not exist. Found it while preparing strict_typing for PHP7+. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Fix explode() call in legacy/helper.php to have correct types
-
Morris Jobke authored
[stable13] Log full exception in cron instead of only the message
-
Morris Jobke authored
Log full exception in cron instead of only the message
-
Morris Jobke authored
Raise PHP version number to PHP 7.0
-
Roeland Jago Douma authored
Fix strpos if needle is not found
-
Roeland Jago Douma authored
Fix strict typing issues in lib/base.php
-
Roeland Jago Douma authored
Fix call to clearstatcache to actually use the file path
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Make sure the arrays are arrays
-
Morris Jobke authored
Found while enabling strict_typing for PHP7+. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Found while testing strict_typing for PHP 7+. If `$script` does not contain a `/` then it should extract a string of the length 0. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
* found while adding the strict_typing for PHP 7+ migration * first argument is a boolean - second one is the path * see http://php.net/manual/en/function.clearstatcache.php Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Nextcloud bot authored
-
- Jan 11, 2018
-
-
Morris Jobke authored
13.0.0 RC1
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
-
Morris Jobke authored
Fix password displayed as username in Firefox password manager dialog
-
Arthur Schiwon authored
without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
More detailed theming capabilities
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
Fix displaying of the HTML update notification
-
Arthur Schiwon authored
The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Daniel Calviño Sánchez authored
To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Morris Jobke authored
Fix popover and styling in user management
-
Morris Jobke authored
made small changes to login screen
-