summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-06-044-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2020-06-0310-2/+42
|
* [tx-robot] updated from transifexNextcloud bot2020-06-028-16/+58
|
* [tx-robot] updated from transifexNextcloud bot2020-06-0118-194/+432
|
* [tx-robot] updated from transifexNextcloud bot2020-05-314-10/+60
|
* [tx-robot] updated from transifexNextcloud bot2020-05-3010-56/+114
|
* Revert "[stable18] Fix password changes in link and mail shares"Morris Jobke2020-05-292-127/+6
|
* Fix creating a mail share with a passwordDaniel Calviño Sánchez2020-05-292-4/+104
| | | | | | | | | | When a mail share was created with a password the given password was not hashed, so it was not possible to open the share with that password. Moreover, if passwords were enforced the given password was ignored and a new one was set (although in this case it was hashed so it worked as expected). Now the given password is properly hashed and not overriden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez2020-05-291-2/+23
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-298-8/+30
|
* Merge pull request #21109 from nextcloud/backport/19793/stable18Roeland Jago Douma2020-05-286-15/+40
|\ | | | | [stable18] Fix resharing of federated shares that were created out of links
| * Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)2020-05-263-7/+16
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Fix share update testJulius Härtl2020-05-261-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-261-1/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-05-262-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Set proper share type when converting link shares to federated sharesJulius Härtl2020-05-261-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #21127 from ↵Christoph Wurst2020-05-283-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/make-translation-sanitization-optional-stable18 [stable18] Make the translation sanitization optional
| * | Fix devices & sessions sanitizationChristoph Wurst2020-05-273-4/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-286-8/+208
|/ /
* | Merge pull request #21115 from nextcloud/backport/21106/stable18blizzz2020-05-271-1/+2
|\ \ | | | | | | [stable18] use the loginname to verify the old password in user password changes
| * | use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2020-05-278-4/+270
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-2610-0/+24
|
* Merge pull request #20881 from nextcloud/backport/20841/stable18Morris Jobke2020-05-252-21/+81
|\ | | | | [stable18] add locking to resolve concurent move to trashbin conflicts
| * add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-082-21/+81
| | | | | | | | | | | | | | uses a lock to prevent two requests from moving a file to the trashbin concurrently (causing sql duplicate key errors) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-05-258-2/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2414-20/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2338-40/+208
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2232-24/+170
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2112-76/+78
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2012-46/+104
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-1910-0/+32
| |
* | Merge pull request #20996 from nextcloud/backport/20629/stable18Roeland Jago Douma2020-05-181-1/+2
|\ \ | | | | | | [stable18] Don't load text file preview when text app is available (Fixes: #20615)
| * | Don't load text file preview when text app is available (Fixes: #20615)Jonas Meurer2020-05-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When opening a shared text document, the files_sharing app uses internal preview support in case no other app to open the text file is available. So far, it only checks for the old files_texteditor app, not for the new new text app. This commit fixes this by checking for both. Signed-off-by: Jonas Meurer <jonas@freesources.org>
* | | Merge pull request #20994 from nextcloud/backport/19540/stable18Morris Jobke2020-05-182-2/+2
|\ \ \ | | | | | | | | [stable18] Fix issues with Keystone auth v3 in files_external app
| * | | Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-05-152-2/+2
| |/ / | | | | | | | | | Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
* | | Merge pull request #20992 from nextcloud/backport/20941/stable18Morris Jobke2020-05-186-46/+53
|\ \ \ | | | | | | | | [stable18] update icewind/smb to 3.2.4
| * | | update icewind/smb to 3.2.4Robin Appelman2020-05-156-46/+53
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-1816-54/+132
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-1710-90/+106
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-1618-4/+116
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-05-1514-6/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-1442-58/+414
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-1320-0/+34
| |
* | Merge pull request #20802 from nextcloud/backport/19124/stable18Morris Jobke2020-05-121-73/+77
|\ \ | | | | | | [stable18] Exclude groups from sharing: Skip delete groups
| * | Ignore delete groupsDaniel Kesselberg2020-05-041-73/+77
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #20877 from nextcloud/backport/20719/stable18Roeland Jago Douma2020-05-123-47/+63
|\ \ \ | | | | | | | | [stable18] Fix languages empty array
| * | | Fix languages empty arrayGretaD2020-05-113-47/+63
| | |/ | |/| | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-1226-16/+226
| | |
* | | Merge pull request #20747 from nextcloud/backport/20718/stable18Roeland Jago Douma2020-05-114-1/+60
|\ \ \ | | | | | | | | [stable18] Add a wrapper to fall back to the share owner on public shares