aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7832 from nextcloud/update-composerMorris Jobke2018-01-1340-200/+283
|\ | | | | Update composer
| * Update composerMorris Jobke2018-01-1240-200/+283
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7824 from nextcloud/fix-type-in-CryptoSessionDataMorris Jobke2018-01-131-1/+1
|\ \ | |/ |/| Fix type in CryptoSessionData
| * Fix type in CryptoSessionDataMorris Jobke2018-01-121-1/+1
| | | | | | | | | | | | Found while adding strict typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7822 from nextcloud/check-if-realpath-returns-falseRoeland Jago Douma2018-01-121-1/+1
|\ \ | |/ |/| Check if realpath() returns false
| * Check if realpath() returns falseMorris Jobke2018-01-121-1/+1
|/ | | | | | 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>
* Merge pull request #7819 from nextcloud/fix-explode-in-legacy-helper.phpMorris Jobke2018-01-121-2/+2
|\ | | | | Fix explode() call in legacy/helper.php to have correct types
| * Fix explode() call in legacy/helper.php to have correct typesMorris Jobke2018-01-121-2/+2
| | | | | | | | | | | | Found while enabling strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7820 from nextcloud/13-7818Morris Jobke2018-01-120-0/+0
|\ \ | | | | | | [stable13] Log full exception in cron instead of only the message
| * | Log full exception in cron instead of only the messageMorris Jobke2018-01-121-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7818 from nextcloud/log-full-exception-in-cronMorris Jobke2018-01-121-2/+2
|\ \ \ | | | | | | | | Log full exception in cron instead of only the message
| * | | Log full exception in cron instead of only the messageMorris Jobke2018-01-121-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7815 from nextcloud/php7-and-higherMorris Jobke2018-01-123-94/+5
|\ \ \ | | | | | | | | Raise PHP version number to PHP 7.0
| * | | Raise PHP version number to PHP 7.0Morris Jobke2018-01-123-94/+5
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7816 from nextcloud/fix-strpos-for-current-appRoeland Jago Douma2018-01-121-1/+1
|\ \ \ | | | | | | | | Fix strpos if needle is not found
| * | | Fix strpos if needle is not foundMorris Jobke2018-01-121-1/+1
| |/ / | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7814 from nextcloud/base.php-strict-typingRoeland Jago Douma2018-01-121-6/+6
|\ \ \ | | | | | | | | Fix strict typing issues in lib/base.php
| * | | Fix strict typing issues in lib/base.phpMorris Jobke2018-01-121-6/+6
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7811 from nextcloud/fix-clearstatcacheRoeland Jago Douma2018-01-121-1/+1
|\ \ \ | | | | | | | | Fix call to clearstatcache to actually use the file path
| * | | Fix call to clearstatcache to actually use the file pathMorris Jobke2018-01-121-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | * 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>
* | | Merge pull request #7812 from nextcloud/make-sure-the-arrays-are-arraysRoeland Jago Douma2018-01-121-3/+3
|\ \ \ | |/ / |/| | Make sure the arrays are arrays
| * | Make sure the arrays are arraysJoas Schilling2018-01-121-3/+3
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2018-01-12120-130/+160
|/
* Merge pull request #7764 from nextcloud/13rc1v13.0.0RC1Morris Jobke2018-01-111-2/+2
|\ | | | | 13.0.0 RC1
| * 13.0.0 RC1Morris Jobke2018-01-111-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\ | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| | | | | | | | | | | | | | | | 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>
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| | | | | | | | | | | | | | 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>
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7709 from ↵Morris Jobke2018-01-116-9/+17
|\ \ | | | | | | | | | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog
| * | Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-112-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Bump strengthify to 0.5.3Roeland Jago Douma2018-01-103-8/+14
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix password displayed as username in Firefox password manager dialogDaniel Calviño Sánchez2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7776 from nextcloud/theming-capabilties-enhancementsMorris Jobke2018-01-116-53/+99
|\ \ \ | | | | | | | | More detailed theming capabilities
| * | | More detailed theming capabilitiesJulius Härtl2018-01-106-53/+99
| | | | | | | | | | | | | | | | | | | | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7791 from nextcloud/bugfix/noid/fix-update-notificationMorris Jobke2018-01-111-6/+1
|\ \ \ \ | | | | | | | | | | Fix displaying of the HTML update notification
| * | | | Fix displaying of the HTML notificationJoas Schilling2018-01-111-6/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #7790 from nextcloud/usermanagement-fixesMorris Jobke2018-01-113-49/+35
|\ \ \ \ | | | | | | | | | | Fix popover and styling in user management
| * | | | Fix popover and styling in user managementJulius Härtl2018-01-113-49/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #7650 from rpirritano/masterMorris Jobke2018-01-114-11/+10
|\ \ \ \ \ | | | | | | | | | | | | made small changes to login screen
| * | | | | made small changes to login screenRobert Pirritano2018-01-114-11/+10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
* | | | | Merge pull request #7783 from ↵Julius Härtl2018-01-114-14/+94
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-empty-details-view-after-renaming-a-file Fix empty details view after renaming a file
| * | | | | Add acceptance test for renaming a file with the details view openDaniel Calviño Sánchez2018-01-112-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Fix empty details view after renaming a fileDaniel Calviño Sánchez2018-01-112-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "FileList._updateDetailsView" expects either a file name (as a string) or a file model (as an "OCA.File.FileInfoModel"), but when called through "updateInList" an "OC.Files.FileInfo" object was given instead. As the given attribute was not a model "_updateDetailsView" treated it as a file name and tried to get the model for that file, which failed and caused the details view to be emptied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Move adding test files to "beforeEach()"Daniel Calviño Sánchez2018-01-111-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the tests in the "Renaming files" section added the test files, although those calling "doRename()" added them by setting a path for the file too. However, the path is ignored in the other tests, so adding the files can be unified and moved to "beforeEach()". This would be needed, for example, to show the details view for a file before calling "doRename()". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | Merge pull request #7778 from nextcloud/zip_impJoas Schilling2018-01-111-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [3rdparty] Improve zip support
| * | | | | | [3rdparty] Improve zip supportRoeland Jago Douma2018-01-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #7787 from nextcloud/add-noopener-to-_blank-linksRoeland Jago Douma2018-01-111-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Adds rel="noopener noreferrer" to _blank links inside comments
| * | | | | | Adds rel="noopener noreferrer" to _blank links inside commentsThomas Citharel2018-01-111-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | For more details, check out https://mathiasbynens.github.io/rel-noopener/ for instance Signed-off-by: Thomas Citharel <tcit@tcit.fr>