summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-054-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-046-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0332-30/+164
|
* Merge pull request #8142 from nextcloud/13-update-serverMorris Jobke2018-02-022-7/+7
|\ | | | | [stable13] Use correct update server
| * Use correct update serverMorris Jobke2018-02-012-7/+7
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-0224-24/+128
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01698-2636/+698
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01402-3546/+402
|/
* Merge pull request #8073 from nextcloud/stable13-8069Morris Jobke2018-01-312-2/+8
|\ | | | | [stable13] do not catch and ignore ServerNotAvailable in the wrong spot
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
| | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #8116 from nextcloud/8111_13Morris Jobke2018-01-311-5/+4
|\ \ | | | | | | [stable13] Only handle encrypted property on folders
| * | Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing the encrypted property is required for E2E. However, there is no need to expose this on files as then it is server side encryption (which the clients don't care about). Better to not confuse the output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-01-304-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-2912-80/+88
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-266-4/+34
|
* Fix missing clipboard icon in shared linksDaniel Calviño Sánchez2018-01-241-0/+2
| | | | | | | | | | | | The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-231-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-234-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
|
* update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
|
* Merge pull request #7942 from nextcloud/7941-stable13Morris Jobke2018-01-181-3/+0
|\ | | | | [stable13] remove hardcoded sharepoint icon path
| * remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | | | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Make sure the arrays are arraysJoas Schilling2018-01-181-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hintsRoeland Jago Douma2018-01-178-32/+26
|\ | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-178-32/+26
| | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7903 from nextcloud/13-7891Morris Jobke2018-01-171-1/+17
|\ \ | | | | | | [stable13] Fix systemtags/list to be compliant
| * | Fix systemtags/list to be compliantMorris Jobke2018-01-161-1/+17
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-172-0/+4
|/ /
* / [tx-robot] updated from transifexNextcloud bot2018-01-1620-20/+96
|/
* 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-111-0/+1
|\ \ | | | | | | | | | | | | 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-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | 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 #7783 from ↵Julius Härtl2018-01-112-14/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix-empty-details-view-after-renaming-a-file Fix empty details view after renaming a file
| * | | | 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 #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-112-0/+4
| |/ / / |/| | |
* | | | 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>