summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-10-0742-46/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-10-061-1/+1
| | | | Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
* Merge pull request #29074 from nextcloud/bug/noid/no-execute-query-in-21Daniel2021-10-061-2/+2
|\ | | | | [stable21] executeQuery and executeStatement are 22+
| * executeQuery and executeStatement are 22+Daniel Kesselberg2021-10-041-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-10-064-2/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-056-4/+56
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-046-6/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-034-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-028-26/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-0120-4/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28969 from nextcloud/backport/28876/stable21MichaIng2021-09-308-7/+194
|\ | | | | [stable21] ensure that user and group IDs in LDAP's tables are also max 64chars
| * ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-278-7/+194
| | | | | | | | | | | | | | | | - limitation by core tables (e.g. sharing), IDs are always 64chars - when longer group IDs were requested they are hashed (does not affect displaynames) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-09-30148-554/+554
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-292-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-284-30/+38
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Don't allow to change activity settings that don't workJoas Schilling2021-09-271-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-262-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-252-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix caching of objectsid searchesArthur Schiwon2021-09-242-4/+37
| | | | | | | - store result when no name could be retrieved, too - cached value is not an array, was treated wrongly Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2021-09-2418-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-2326-46/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-2238-46/+192
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28882 from nextcloud/backport/28871/stable21MichaIng2021-09-2110-19/+40
|\ | | | | [stable21] Fix file creation from template without ext
| * Use legacy call of generateOcsUrlLouis2021-09-213-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Fix partial backportLouis Chemineau2021-09-209-14/+13
| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Fix file creation from template without extJohn Molakvoæ2021-09-172-5/+27
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-212-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-208-28/+80
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-1932-52/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28849 from nextcloud/backport/28285/stable21MichaIng2021-09-181-0/+2
|\ \ | | | | | | [stable21] l10n: ignore packed js files from TX sync
| * | l10n: ignore packed js files from TX syncrakekniven2021-09-151-0/+2
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-1810-14/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix files view change and undefined currentFileListJohn Molakvoæ2021-09-171-1/+1
| |/ |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-1750-50/+90
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-164-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-1512-16/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Do not cache file ids in FileSystemTags inside group foldersRichard Steinmetz2021-09-141-2/+9
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* [tx-robot] updated from transifexNextcloud bot2021-09-1448-58/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-1324-34/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump vue-clipboard2 from 0.3.1 to 0.3.2dependabot[bot]2021-09-124-5/+5
| | | | | | | | | | | | | | | | | Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/Inndy/vue-clipboard2/releases) - [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: vue-clipboard2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-1234-2/+156
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-1178-144/+152
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28782 from nextcloud/backport/28767/stable21Pytal2021-09-103-2/+4
|\ | | | | [stable21] Dashboard - fix touch layout
| * Dashboard - fix touch layoutszaimen2021-09-103-2/+4
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #28786 from nextcloud/backport/28377/stable21Pytal2021-09-101-1/+16
|\ \ | | | | | | [stable21] Scan the shared external storage source on access
| * | Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ2021-09-101-1/+14
| | |
| * | Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ (skjnldsv)2021-09-101-0/+2
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #28770 from nextcloud/backport/28754/stable21szaimen2021-09-101-1/+2
|\ \ | |/ |/| [stable21] Fix trashbin files view sticky action bar
| * Fix trashbin files view sticky action barSimounet2021-09-091-1/+2
| | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | [tx-robot] updated from transifexNextcloud bot2021-09-1014-0/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>