summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [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>
* | | | | | Merge pull request #7785 from nextcloud/mount-type-federated-sharesRoeland Jago Douma2018-01-111-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | return correct mount type for federated shares
| * | | | | return correct mount type for federated sharesBjoern Schiessle2018-01-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/6584 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-01-114-4/+8
| |_|/ / / |/| | | |
* | | | | Merge pull request #7765 from nextcloud/fix_5574Morris Jobke2018-01-102-8/+9
|\ \ \ \ \ | | | | | | | | | | | | Don't encode paths that will be passed to the davclient
| * | | | | Don't encode paths passed to the OC.Files.ClientRoeland Jago Douma2018-01-101-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is handled already in the client. So double encoding breaks things in some situations. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Return proper principal on the uploads collection listingRoeland Jago Douma2018-01-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #7635 from Abijeet/bug-7106Roeland Jago Douma2018-01-103-2/+67
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes password input being prompted every time.
| * | | | | | Add extra test cases for password confirmationDaniel Calviño Sánchez2018-01-101-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | Added test cases for the fix for the password confirmation box appearing ↵Abijeet2018-01-101-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repeatedly. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | | | | Fixes password input being prompted every time.Abijeet2018-01-082-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7106 - Echoing the current server time via a JS variable and storing the current time on page load in JS. - Calculating the diff and taking it into account when deciding whether to show the password confirmation. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | | | | | Merge pull request #7763 from nextcloud/pos_fix_7751Morris Jobke2018-01-101-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Do not instantiate node when not needed
| * | | | | | Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the lazy functions is possible. This avoids getting the node if not required. Possible fix for #7751 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #7773 from nextcloud/add-events-for-favoritesMorris Jobke2018-01-103-4/+25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add events for favorites
| * | | | | Add events for favoritesJoas Schilling2018-01-103-4/+25
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #7767 from nextcloud/fix-theming-regressionRoeland Jago Douma2018-01-102-14/+16
|\ \ \ \ \ | | | | | | | | | | | | Fix appmenu svg double invert
| * | | | | Fix appmenu svg double invertJulius Härtl2018-01-102-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #7769 from nextcloud/fix-ie-svg-sizeMorris Jobke2018-01-101-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set height for sidebar icons
| * | | | | | Set height for sidebar iconsJulius Härtl2018-01-101-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #7766 from nextcloud/log_properly_7755blizzz2018-01-101-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log a missing setting as INFO not as WARNING
| * | | | | | Log a missing setting as INFO not as WARNINGRoeland Jago Douma2018-01-101-1/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can happen for all kinds of reasons that a setting is not available. (A user removes a folder, a setting got deleted). So don't polute the log on default settings. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #7772 from nextcloud/coc_ciMorris Jobke2018-01-101-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix CI after Code of Conduct merge