]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix unnecessary highlighting of selected element 34634/head
Carl Schwan [Mon, 17 Oct 2022 13:29:02 +0000 (15:29 +0200)]
Fix unnecessary highlighting of selected element

Use focus-visible to only show focus ring on keyboard navigation

Fix #34589

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
Christoph Wurst [Mon, 17 Oct 2022 11:26:57 +0000 (13:26 +0200)]
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments

Fix TooManyArguments warning for carddav.php

2 years agoMerge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
Christoph Wurst [Mon, 17 Oct 2022 11:26:32 +0000 (13:26 +0200)]
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments

Fix TooManyArguments for FakeLockerPlugin

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Oct 2022 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Carl Schwan [Sun, 16 Oct 2022 18:06:34 +0000 (20:06 +0200)]
Merge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.13

Bump vue and vue-template-compiler

2 years agoBump vue and vue-template-compiler 34619/head
dependabot[bot] [Sat, 15 Oct 2022 01:02:15 +0000 (01:02 +0000)]
Bump vue and vue-template-compiler

Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  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>
2 years agoMerge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Sun, 16 Oct 2022 17:20:34 +0000 (19:20 +0200)]
Merge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoFix TooManyArguments warning for carddav.php 34563/head
Daniel Kesselberg [Wed, 12 Oct 2022 17:39:07 +0000 (19:39 +0200)]
Fix TooManyArguments warning for carddav.php

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #34618 from nextcloud/rakekniven-patch-1
Daniel [Sun, 16 Oct 2022 16:36:37 +0000 (18:36 +0200)]
Merge pull request #34618 from nextcloud/rakekniven-patch-1

l10n: Fixed grammar

2 years agoUpdate psalm baseline 34621/head
nextcloud-command [Sun, 16 Oct 2022 04:41:24 +0000 (04:41 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Oct 2022 02:14:37 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Oct 2022 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoCompile assets 34618/head
nextcloud-command [Fri, 14 Oct 2022 19:15:15 +0000 (19:15 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agol10n: Fixed grammar
rakekniven [Fri, 14 Oct 2022 18:58:05 +0000 (20:58 +0200)]
l10n: Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years agoMerge pull request #34599 from nextcloud/fix/background-appdata-scrope
Vincent Petry [Fri, 14 Oct 2022 15:54:03 +0000 (17:54 +0200)]
Merge pull request #34599 from nextcloud/fix/background-appdata-scrope

Scope the appdata theming storage for global and users

2 years agoMerge pull request #34188 from nextcloud/feat/profiler-clear
Carl Schwan [Fri, 14 Oct 2022 15:35:28 +0000 (17:35 +0200)]
Merge pull request #34188 from nextcloud/feat/profiler-clear

Expose clearing the profiles and fix it

2 years agoImprove cache buster for user backgrounds 34599/head
Vincent Petry [Fri, 14 Oct 2022 10:54:51 +0000 (12:54 +0200)]
Improve cache buster for user backgrounds

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix tests
John Molakvoæ [Fri, 14 Oct 2022 10:19:31 +0000 (12:19 +0200)]
Fix tests

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix migration
John Molakvoæ [Fri, 14 Oct 2022 09:40:24 +0000 (11:40 +0200)]
Fix migration

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoProperly use user background cachebuster
John Molakvoæ [Fri, 14 Oct 2022 09:35:16 +0000 (11:35 +0200)]
Properly use user background cachebuster

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoScope the appdata theming storage for global and users
John Molakvoæ [Fri, 14 Oct 2022 09:19:00 +0000 (11:19 +0200)]
Scope the appdata theming storage for global and users

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #34471 from starypatyk/dav_read_share_notes
Vincent Petry [Fri, 14 Oct 2022 13:33:13 +0000 (15:33 +0200)]
Merge pull request #34471 from starypatyk/dav_read_share_notes

Reduce number of database queries during WebDAV propfind request

2 years agoFix TooManyArguments for FakeLockerPlugin 34565/head
Daniel Kesselberg [Wed, 12 Oct 2022 18:17:00 +0000 (20:17 +0200)]
Fix TooManyArguments for FakeLockerPlugin

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #34569 from nextcloud/filterOutBackupStatus
Vincent Petry [Fri, 14 Oct 2022 12:48:10 +0000 (14:48 +0200)]
Merge pull request #34569 from nextcloud/filterOutBackupStatus

Filter out backup user status (those beginning with _ as userId)

2 years agoMerge pull request #33388 from nextcloud/enh/container-annotations
Julius Härtl [Fri, 14 Oct 2022 11:19:04 +0000 (13:19 +0200)]
Merge pull request #33388 from nextcloud/enh/container-annotations

2 years agoMerge pull request #34135 from nextcloud/fix/noid/disable_activity.email_address_chan...
Julien Veyssier [Fri, 14 Oct 2022 08:55:23 +0000 (10:55 +0200)]
Merge pull request #34135 from nextcloud/fix/noid/disable_activity.email_address_changed_by_admin

Fix "email changed" activity email check

2 years agoImprove container return type annotations 33388/head
Julius Härtl [Thu, 28 Jul 2022 05:50:17 +0000 (07:50 +0200)]
Improve container return type annotations

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #34595 from nextcloud/fix/invalid-template
Simon L [Fri, 14 Oct 2022 08:42:13 +0000 (10:42 +0200)]
Merge pull request #34595 from nextcloud/fix/invalid-template

Fix file creation issue if no action are registered

2 years agoCompile assets 34595/head
nextcloud-command [Fri, 14 Oct 2022 08:11:35 +0000 (08:11 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agocheck disable_activity.email_address_changed_by_admin when email is changed by admin... 34135/head
Julien Veyssier [Mon, 19 Sep 2022 10:42:44 +0000 (12:42 +0200)]
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoFix file creation issue if no action are registered
John Molakvoæ [Fri, 14 Oct 2022 07:17:01 +0000 (09:17 +0200)]
Fix file creation issue if no action are registered

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-cache
Joas Schilling [Fri, 14 Oct 2022 07:11:51 +0000 (09:11 +0200)]
Merge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-cache

Fix reference preview when no server-side cache configured

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Oct 2022 02:14:47 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2
Pytal [Thu, 13 Oct 2022 23:05:20 +0000 (16:05 -0700)]
Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2

2 years agoFix empty password string being submitted to server 34541/head
Christopher Ng [Thu, 13 Oct 2022 18:39:12 +0000 (18:39 +0000)]
Fix empty password string being submitted to server

- Fix reveal password not working

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoBump @nextcloud/password-confirmation from 4.0.1 to 4.0.2
Christopher Ng [Thu, 13 Oct 2022 17:34:42 +0000 (17:34 +0000)]
Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #34461 from nextcloud/fix/migrate-background
Vincent Petry [Thu, 13 Oct 2022 18:10:57 +0000 (20:10 +0200)]
Merge pull request #34461 from nextcloud/fix/migrate-background

Fix missing background on upgrade

2 years agoMerge pull request #34437 from nextcloud/feat/theming-default-system-value
Simon L [Thu, 13 Oct 2022 17:57:28 +0000 (19:57 +0200)]
Merge pull request #34437 from nextcloud/feat/theming-default-system-value

Use default system primary

2 years agoProperly escape underscore in db query 34569/head
Carl Schwan [Thu, 13 Oct 2022 16:50:36 +0000 (18:50 +0200)]
Properly escape underscore in db query

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agograceful background image handling 34461/head
Arthur Schiwon [Thu, 13 Oct 2022 13:40:47 +0000 (15:40 +0200)]
graceful background image handling

- fallback to background image from old location
- migrate background images to new location as insensitive job

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #34438 from nextcloud/dav-exception-request
Vincent Petry [Thu, 13 Oct 2022 14:48:21 +0000 (16:48 +0200)]
Merge pull request #34438 from nextcloud/dav-exception-request

return proper error code when reporting exception fails in remote.php

2 years agoAdjust testing 34437/head
John Molakvoæ [Thu, 13 Oct 2022 10:10:56 +0000 (12:10 +0200)]
Adjust testing

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoDo the filtering on the DB instead
Carl Schwan [Thu, 13 Oct 2022 11:44:37 +0000 (13:44 +0200)]
Do the filtering on the DB instead

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agofix reference preview endpoint when no server-side cache configured 34450/head
Julien Veyssier [Thu, 6 Oct 2022 10:57:38 +0000 (12:57 +0200)]
fix reference preview endpoint when no server-side cache configured

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoMerge pull request #34572 from nextcloud/bugfix/noid/green-ci
John Molakvoæ [Thu, 13 Oct 2022 11:19:47 +0000 (13:19 +0200)]
Merge pull request #34572 from nextcloud/bugfix/noid/green-ci

2 years agoMerge pull request #34546 from nextcloud/improve-hight-contrast
John Molakvoæ [Thu, 13 Oct 2022 10:17:54 +0000 (12:17 +0200)]
Merge pull request #34546 from nextcloud/improve-hight-contrast

Add seperator in high contrast mode

2 years agoFix primary and debounce to avoid infinite loop
John Molakvoæ [Thu, 6 Oct 2022 10:36:59 +0000 (12:36 +0200)]
Fix primary and debounce to avoid infinite loop

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAllow to pick custom colour
John Molakvoæ (skjnldsv) [Wed, 5 Oct 2022 10:14:03 +0000 (12:14 +0200)]
Allow to pick custom colour

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoUse default system primary
John Molakvoæ (skjnldsv) [Wed, 5 Oct 2022 09:34:05 +0000 (11:34 +0200)]
Use default system primary

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMake CI green again 34572/head
Joas Schilling [Thu, 13 Oct 2022 09:13:13 +0000 (11:13 +0200)]
Make CI green again

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector
Joas Schilling [Thu, 13 Oct 2022 09:09:01 +0000 (11:09 +0200)]
Merge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector

Fix avatar menu icons in darkmode

2 years agoFix migration parameter handling
Joas Schilling [Thu, 13 Oct 2022 08:36:05 +0000 (10:36 +0200)]
Fix migration parameter handling

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agofix querybuilder instance recuse
Arthur Schiwon [Thu, 13 Oct 2022 08:29:37 +0000 (10:29 +0200)]
fix querybuilder instance recuse

...and execute delete query

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoDelete theming background preferences
Christopher Ng [Thu, 13 Oct 2022 00:19:00 +0000 (00:19 +0000)]
Delete theming background preferences

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoNew code being new
Joas Schilling [Fri, 7 Oct 2022 09:20:48 +0000 (11:20 +0200)]
New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix SQL errors
Joas Schilling [Fri, 7 Oct 2022 09:17:36 +0000 (11:17 +0200)]
Fix SQL errors

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix missing background on upgrade
Christopher Ng [Fri, 7 Oct 2022 02:20:43 +0000 (02:20 +0000)]
Fix missing background on upgrade

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoFix avatar menu icons in darkmode 34571/head
Joas Schilling [Thu, 13 Oct 2022 08:11:09 +0000 (10:11 +0200)]
Fix avatar menu icons in darkmode

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFilter out backup user status (those beginning with _ as userId)
tobiasKaminsky [Thu, 13 Oct 2022 07:04:27 +0000 (09:04 +0200)]
Filter out backup user status (those beginning with _ as userId)

2 years agoMerge pull request #32226 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment...
dependabot[bot] [Thu, 13 Oct 2022 04:25:33 +0000 (04:25 +0000)]
Merge pull request #32226 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 13 Oct 2022 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump @nextcloud/moment from 1.2.0 to 1.2.1 32226/head
dependabot[bot] [Thu, 13 Oct 2022 00:57:10 +0000 (00:57 +0000)]
Bump @nextcloud/moment from 1.2.0 to 1.2.1

Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  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>
2 years agoMerge pull request #34544 from nextcloud/fix/more-flexible-date-validation
Simon L [Wed, 12 Oct 2022 23:10:55 +0000 (01:10 +0200)]
Merge pull request #34544 from nextcloud/fix/more-flexible-date-validation

More flexible date validation

2 years agoMerge pull request #34545 from nextcloud/fix/theming-highcontrast-translucency-off
Simon L [Wed, 12 Oct 2022 22:56:57 +0000 (00:56 +0200)]
Merge pull request #34545 from nextcloud/fix/theming-highcontrast-translucency-off

Disable translucency on high contrast themes

2 years agoMerge pull request #34558 from nextcloud/fix/34201/broken-web-updater
blizzz [Wed, 12 Oct 2022 20:25:50 +0000 (22:25 +0200)]
Merge pull request #34558 from nextcloud/fix/34201/broken-web-updater

fix reading updater token for web updater

2 years agoMerge pull request #34559 from nextcloud/bugfix/noid/require-token-for-local-editing
Joas Schilling [Wed, 12 Oct 2022 17:44:23 +0000 (19:44 +0200)]
Merge pull request #34559 from nextcloud/bugfix/noid/require-token-for-local-editing

Require token for local editing

2 years agofix reading updater token for web updater 34558/head
Arthur Schiwon [Wed, 12 Oct 2022 12:48:27 +0000 (14:48 +0200)]
fix reading updater token for web updater

the previously called endpoint returns exactly one value, no JSON
structure

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoAlso throttle on expiration 34559/head
Joas Schilling [Wed, 12 Oct 2022 11:01:19 +0000 (13:01 +0200)]
Also throttle on expiration

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agofix color-main-background-rgb 34545/head
szaimen [Wed, 12 Oct 2022 09:59:16 +0000 (11:59 +0200)]
fix color-main-background-rgb

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoFix psalm error on migration
Joas Schilling [Wed, 12 Oct 2022 09:55:04 +0000 (11:55 +0200)]
Fix psalm error on migration

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd a background job to delete expired tokens
Joas Schilling [Wed, 12 Oct 2022 09:41:26 +0000 (11:41 +0200)]
Add a background job to delete expired tokens

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34537 from nextcloud/bugfix/noid/s3-upload-memory
John Molakvoæ [Wed, 12 Oct 2022 08:24:55 +0000 (10:24 +0200)]
Merge pull request #34537 from nextcloud/bugfix/noid/s3-upload-memory

Avoid allocating too much memory for the buffer on s3 uploads

2 years agoMerge pull request #34548 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Wed, 12 Oct 2022 07:47:02 +0000 (09:47 +0200)]
Merge pull request #34548 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 34548/head
nextcloud-command [Wed, 12 Oct 2022 04:38:17 +0000 (04:38 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Oct 2022 02:14:37 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34299 from nextcloud/enh/color-text-for-background-blur
Pytal [Wed, 12 Oct 2022 01:45:56 +0000 (18:45 -0700)]
Merge pull request #34299 from nextcloud/enh/color-text-for-background-blur

Add color variables for text on blurred background

2 years agoAdd color variables for text on blurred background 34299/head
Christopher Ng [Wed, 28 Sep 2022 04:21:30 +0000 (04:21 +0000)]
Add color variables for text on blurred background

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd seperator in high contrast mode 34546/head
Carl Schwan [Tue, 11 Oct 2022 21:44:35 +0000 (23:44 +0200)]
Add seperator in high contrast mode

Between navigation and content and between entry in breadcrump

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoDisable translucency on high contrast themes
Carl Schwan [Tue, 11 Oct 2022 21:15:33 +0000 (23:15 +0200)]
Disable translucency on high contrast themes

Fix #34514

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMore flexible date validation 34544/head
Carl Schwan [Tue, 11 Oct 2022 21:02:10 +0000 (23:02 +0200)]
More flexible date validation

Fix #34542

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #34473 from nextcloud/fix/excessive-increase-cachebuster
Simon L [Tue, 11 Oct 2022 19:07:56 +0000 (21:07 +0200)]
Merge pull request #34473 from nextcloud/fix/excessive-increase-cachebuster

Fix excessive increase of cachebuster value

2 years agoAlso remove token when we successfully validated
Joas Schilling [Tue, 11 Oct 2022 18:39:39 +0000 (20:39 +0200)]
Also remove token when we successfully validated

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRequire a token for "Edit locally"
Joas Schilling [Tue, 11 Oct 2022 18:15:26 +0000 (20:15 +0200)]
Require a token for "Edit locally"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix excessive increase of cachebuster value 34473/head
Christopher Ng [Sat, 8 Oct 2022 00:52:09 +0000 (00:52 +0000)]
Fix excessive increase of cachebuster value

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #34523 from nextcloud/fix/ldap-avoid-double-unbind-in-wizard
Côme Chilliet [Tue, 11 Oct 2022 13:50:03 +0000 (15:50 +0200)]
Merge pull request #34523 from nextcloud/fix/ldap-avoid-double-unbind-in-wizard

Avoid double ldap_unbind in Wizard.php

2 years agoAvoid allocating too much memory for the buffer 34537/head
Julius Härtl [Tue, 11 Oct 2022 13:34:27 +0000 (15:34 +0200)]
Avoid allocating too much memory for the buffer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #33511 from nextcloud/feat/extract_gps_from_exif
Louis [Tue, 11 Oct 2022 12:11:01 +0000 (14:11 +0200)]
Merge pull request #33511 from nextcloud/feat/extract_gps_from_exif

Extract GPS data from EXIF

2 years agoMerge pull request #34500 from nextcloud/bugfix/noid/more-password-limitation
Joas Schilling [Tue, 11 Oct 2022 11:32:51 +0000 (13:32 +0200)]
Merge pull request #34500 from nextcloud/bugfix/noid/more-password-limitation

Fix password length limitation

2 years agoMerge pull request #32859 from nextcloud/bug/31973/array-key-might-be-empty
Louis [Tue, 11 Oct 2022 09:15:05 +0000 (11:15 +0200)]
Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-empty

Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39

2 years agoAllow scanning for metadata with occ scan:file --generate-metadata 33511/head
Carl Schwan [Mon, 9 May 2022 12:19:17 +0000 (14:19 +0200)]
Allow scanning for metadata with occ scan:file --generate-metadata

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoExtract GPS data from EXIF
Louis Chemineau [Thu, 11 Aug 2022 17:26:03 +0000 (19:26 +0200)]
Extract GPS data from EXIF

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoAvoid double ldap_unbind in Wizard.php 34523/head
Côme Chilliet [Tue, 11 Oct 2022 07:54:04 +0000 (09:54 +0200)]
Avoid double ldap_unbind in Wizard.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix code style with codesniffer
Côme Chilliet [Tue, 11 Oct 2022 07:49:45 +0000 (09:49 +0200)]
Fix code style with codesniffer

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #34490 from nextcloud/kill_db_mapper
Joas Schilling [Tue, 11 Oct 2022 07:33:07 +0000 (09:33 +0200)]
Merge pull request #34490 from nextcloud/kill_db_mapper

Remove long depreated AppFramework/Db/Mapper

2 years agoMerge pull request #34522 from nextcloud/bugfix/34480/update-security.txt-expires...
Joas Schilling [Tue, 11 Oct 2022 07:30:42 +0000 (09:30 +0200)]
Merge pull request #34522 from nextcloud/bugfix/34480/update-security.txt-expires-field

Update security.txt expires field

2 years agoMerge pull request #34517 from nextcloud/automated/noid/master-update-ca-cert-bundle
Joas Schilling [Tue, 11 Oct 2022 07:30:10 +0000 (09:30 +0200)]
Merge pull request #34517 from nextcloud/automated/noid/master-update-ca-cert-bundle

[master] Update ca-cert bundle

2 years agoMerge pull request #34513 from nextcloud/enh/34493/hide-edit-locally
Vincent Petry [Tue, 11 Oct 2022 07:28:40 +0000 (09:28 +0200)]
Merge pull request #34513 from nextcloud/enh/34493/hide-edit-locally

do not show editlocally on mobile

2 years agoMerge pull request #34521 from nextcloud/bugfix/noid/also-backport-to-stable25
Joas Schilling [Tue, 11 Oct 2022 06:47:47 +0000 (08:47 +0200)]
Merge pull request #34521 from nextcloud/bugfix/noid/also-backport-to-stable25

Also backport the cacert to stable25

2 years agoUpdate security.txt expires field 34522/head
Joas Schilling [Tue, 11 Oct 2022 06:19:49 +0000 (08:19 +0200)]
Update security.txt expires field

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAlso backport the cacert to stable25 34521/head
Joas Schilling [Tue, 11 Oct 2022 06:12:58 +0000 (08:12 +0200)]
Also backport the cacert to stable25

Signed-off-by: Joas Schilling <coding@schilljs.com>