summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-08-2316-12/+42
|
* [tx-robot] updated from transifexNextcloud bot2020-08-226-6/+6
|
* Merge pull request #22338 from nextcloud/backport/22322/stable18Roeland Jago Douma2020-08-213-5/+9
|\ | | | | [stable18] Only copy the link when updating a share or no password was forced
| * Only copy the link when updating a share or no password was forcedJoas Schilling2020-08-203-5/+9
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22343 from nextcloud/backport/22335/stable18Roeland Jago Douma2020-08-211-2/+10
|\ \ | | | | | | [stable18] Remove encryption option for nextcloud external storage
| * | Remove encryption option for nextcloud external storageRoeland Jago Douma2020-08-201-2/+10
| |/ | | | | | | | | | | | | | | Fixes #16017 Since it never worked we should not show it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-08-2130-44/+84
|/
* Merge pull request #22310 from nextcloud/backport/22221/stable18-2Joas Schilling2020-08-201-1/+1
|\ | | | | [stable18] fixing a logged deprecation message #22309
| * simplified backport of #22221, fixing a deprecation log messageArthur Schiwon2020-08-191-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-204-2/+4
|/
* Merge pull request #22240 from nextcloud/backport/22128/stable18Morris Jobke2020-08-192-11/+20
|\ | | | | [stable18] Delete chunks if the move on an upload failed
| * Fix broken backportJoas Schilling2020-08-192-3/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Return proper status when file didn't exist beforeJulius Härtl2020-08-131-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust chunking test for non-existing target nodeJulius Härtl2020-08-131-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Delete chunks if the move on an upload failedJulius Härtl2020-08-131-6/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-08-1920-2/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-1824-50/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-176-6/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-1614-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-15146-1252/+1268
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-14258-684/+900
|/
* Add app config option to disable "Email was changed by admin" activityMorris Jobke2020-08-131-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #21956 from nextcloud/backport/21949/stable18Roeland Jago Douma2020-08-137-30/+31
|\ | | | | [stable18] update icewind/smb to 3.2.6
| * [stable18] update icewind/smb to 3.2.6Robin Appelman2020-07-277-30/+31
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #22182 from nextcloud/backport/21775/stable18Roeland Jago Douma2020-08-131-1/+1
|\ \ | | | | | | [stable18] Do not exit if available space cannot be determined on file transfer
| * | Use constant instead of magic number Morris Jobke2020-08-111-1/+1
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Do not exit if available space cannot be determined on file transferJulius Härtl2020-08-111-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-1312-26/+30
| | |
* | | Merge pull request #22204 from nextcloud/backport/21559/stable18Morris Jobke2020-08-124-11/+95
|\ \ \ | | | | | | | | [stable18] shortcut in reading nested group members when IN_CHAIN is available
| * | | adapt tests for nc18Arthur Schiwon2020-08-121-10/+28
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-123-13/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the detection relies that the first, requested result is not empty - it might be empty though – groups without members - protect switching from available to unavailable - switching the other way around was also not envisaged either Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-123-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | SSE enhancementRoeland Jago Douma2020-08-121-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not blind concatenate ints. Lets add a _ between them. So that we can distrinquis them properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-1212-6/+18
|/ / /
* | | Merge pull request #22184 from nextcloud/backport/21173/stable18Roeland Jago Douma2020-08-111-3/+3
|\ \ \ | | | | | | | | [stable18] Fix empty 'more' apps navigation after installing an app
| * | | Fix empty 'more' apps navigation after installing an appJan-Christoph Borchardt2020-08-111-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #22179 from nextcloud/backport/22176/stable18blizzz2020-08-112-2/+2
|\ \ \ \ | |/ / / |/| | | [stable18] Remove unexpected argument
| * | | Remove unexpected argumentDaniel Kesselberg2020-08-112-2/+2
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #22172 from nextcloud/backport/21728/stable18Morris Jobke2020-08-111-0/+6
|\ \ \ | |/ / |/| | [stable18] Reuse cache for directory mtime/size if filesystem changes can be ignored
| * | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-08-101-0/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-116-2/+72
| | |
* | | Merge pull request #21982 from nextcloud/backport/21628/stable18Morris Jobke2020-08-101-4/+16
|\ \ \ | |/ / |/| | [stable18] fix moving files from external storage to object store trashbin
| * | fix object store trashbin handlingRobin Appelman2020-07-311-3/+10
| | | | | | | | | | | | | | | | | | object stores are "special" given how they interact with the cache on their own Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | rollback cache rename if trashbin move failsRobin Appelman2020-07-311-0/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix moving files from external storage to object store trashbinRobin Appelman2020-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having the "cache rename" after the "storage move" caused the target to get the fileid from the source file, without taking care that the object is stored under the original file id. By doing the "cache rename" first, we trigger the "update existing file" logic while moving the file to the object store and the object gets stored for the correct file id Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-0910-20/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-0712-4/+104
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-06198-46/+204
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-05244-250/+548
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-04150-4/+202
| | |