summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-0722-42/+96
|
* [tx-robot] updated from transifexNextcloud bot2020-12-0622-16/+62
|
* [tx-robot] updated from transifexNextcloud bot2020-12-0510-6/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-12-048-0/+8
|
* Merge pull request #24517 from nextcloud/backport/24459/stable20Roeland Jago Douma2020-12-031-2/+6
|\ | | | | [stable20] Only execute plain mimetype check for directories and do the fallback…
| * Only execute plain mimetype check for directories and do the fallback only ↵Morris Jobke2020-12-021-2/+6
| | | | | | | | | | | | | | | | for non-directories Ref #23096 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-12-034-0/+34
|/
* set mountid for personal external storage mountsRobin Appelman2020-12-022-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Harden setup check for TLS version if host is not reachableMorris Jobke2020-12-021-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #24478 from nextcloud/backport/24186/stable20Morris Jobke2020-12-011-1/+1
|\ | | | | [stable20] Move the password fiels of chaging passwords to post
| * Move the password fiels of chaging passwords to postRoeland Jago Douma2020-12-011-1/+1
| | | | | | | | | | | | | | * This is not actually used with GET (obviously). But else some scanners trip on it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24479 from nextcloud/backport/24188/stable20Morris Jobke2020-12-011-1/+1
|\ \ | | | | | | [stable20] Move the global password for files external to post
| * | Move the global password for files external to postRoeland Jago Douma2020-12-011-1/+1
| |/ | | | | | | | | | | Again more false positives in some scanners Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Only attempt to move to trash if a file is not in appdataJulius Härtl2020-12-011-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #24462 from nextcloud/backport/24460/stable20Roeland Jago Douma2020-12-013-12/+12
|\ | | | | [stable20] Use correct l10n source in files_sharing JS code
| * Use correct l10n source in files_sharing JS codeMorris Jobke2020-11-303-12/+12
| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-12-016-10/+20
|/
* Merge pull request #24455 from nextcloud/backport/24451/stable20Morris Jobke2020-11-301-2/+2
|\ | | | | [stable20] external storages: save group ids not display names in configuration
| * save group ids not display names in configurationArthur Schiwon2020-11-301-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Store scss variables under a different prefix for each theming config versionJulius Härtl2020-11-302-4/+6
|/ | | | | | | | | The main issue with using the general theming- prefix is that with APCu caching the cache is not shared between processes, so when trying to reset the cache through the CLI, e.g. when updating the theming config the old cache is never invalidated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #24446 from nextcloud/backport/23652/stable20Morris Jobke2020-11-301-6/+1
|\ | | | | [stable20] Fix public calendars shared to circles
| * A valid user session is required for circles.Daniel Kesselberg2020-11-301-1/+3
| | | | | | | | | | | | The circles app depends on a valid userId. A public shared calender might be viewed by guests without a user session. For such requests the principal is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-301-8/+1
| | | | | | | | | | | | as the QueryException is already catched inside circleToPrincipal. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)2020-11-301-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-3010-6/+40
|
* [tx-robot] updated from transifexNextcloud bot2020-11-294-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-11-2820-26/+84
|
* Merge pull request #24387 from nextcloud/backport/24382/stable20Christoph Wurst2020-11-273-3/+3
|\ | | | | [stable20] Properly encode path when fetching inherited shares
| * Properly encode path when fetching inherited sharesJulius Härtl2020-11-263-3/+3
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-11-272-2/+2
| |
* | Merge pull request #24391 from nextcloud/backport/24375/stable20blizzz2020-11-263-121/+124
|\ \ | | | | | | [stable20] formatting remote sharer should take protocol, path into account
| * | Compile assetsnpmbuildbot-nextcloud[bot]2020-11-262-2/+2
| | | | | | | | | | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
| * | formatting remote sharer should take protocol, path into accountArthur Schiwon2020-11-261-119/+122
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #24333 from nextcloud/backport/24315/stable20Joas Schilling2020-11-262-13/+2
|\ \ | |/ |/| [stable20] avoid empty null default with value that will be inserted anyways
| * avoid empty null default with value that will be inserted anywaysArthur Schiwon2020-11-242-13/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-11-2620-10/+92
| |
* | Files client and info bundles are always loaded so we don't need to load ↵Julius Härtl2020-11-251-2/+0
| | | | | | | | | | | | them again Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #24353 from nextcloud/backport/24162/stable20Roeland Jago Douma2020-11-255-7/+94
|\ \ | | | | | | [stable20] set the display name of federated sharees from addressbook
| * | set the display name of federated sharees from addressbookArthur Schiwon2020-11-245-7/+94
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Catch storage not available in versions expire commandChristoph Wurst2020-11-251-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | External storage with session credentials is not accessible without a user session, hence background jobs and CLI commands can't work with them. The previously unhandled exception causes logged errors in the nextcloud log. This patch catches the specific exception and logs it as warnings. So for a production instance the error won't spam their logs for this non-recoverable and technically unsolvable error if the minimum log level is set to the default of 3 (error). Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-11-2522-34/+52
| |
* | Merge pull request #24346 from nextcloud/backport/24341/stable20John Molakvoæ2020-11-241-1/+1
|\ \ | | | | | | [stable20] Fix the config key on the sharing expire checkbox
| * | Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
| |/ | | | | | | | | | | | | We don't use `shareapi_internal_enforce_expire_date` anywhere. `shareapi_enforce_internal_expire_date` is the one we want. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Fix contacts menu position and show uid as a tooltipJulius Härtl2020-11-243-2/+4
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-2412-18/+22
|
* Merge pull request #24297 from nextcloud/backport/stable20/23023Morris Jobke2020-11-231-0/+8
|\ | | | | [stable20] Delete files that exceed trashbin size immediately
| * Delete files that exceed trashbin size immediatelyJulius Härtl2020-11-231-0/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-11-232-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-224-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-214-12/+12
| |