]>
source.dussan.org Git - nextcloud-server.git/log
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>
John Molakvoæ [Fri, 14 Oct 2022 10:19:31 +0000 (12:19 +0200)]
Fix tests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Fri, 14 Oct 2022 09:40:24 +0000 (11:40 +0200)]
Fix migration
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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>
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>
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
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)
Julius Härtl [Fri, 14 Oct 2022 11:19:04 +0000 (13:19 +0200)]
Merge pull request #33388 from nextcloud/enh/container-annotations
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
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>
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
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>
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>
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>
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
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>
Pytal [Thu, 13 Oct 2022 23:05:20 +0000 (16:05 -0700)]
Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2
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>
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>
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
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
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>
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>
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
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>
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>
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>
John Molakvoæ [Thu, 13 Oct 2022 11:19:47 +0000 (13:19 +0200)]
Merge pull request #34572 from nextcloud/bugfix/noid/green-ci
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
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>
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>
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>
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>
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
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>
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>
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>
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>
Joas Schilling [Fri, 7 Oct 2022 09:17:36 +0000 (11:17 +0200)]
Fix SQL errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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>
tobiasKaminsky [Thu, 13 Oct 2022 07:04:27 +0000 (09:04 +0200)]
Filter out backup user status (those beginning with _ as userId)
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
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>
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>
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
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
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
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
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>
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>
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>
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>
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>
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
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
nextcloud-command [Wed, 12 Oct 2022 04:38:17 +0000 (04:38 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
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
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>
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>
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>
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>
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
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>
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>
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>
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
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>
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
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
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
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>
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>
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>
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>
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
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
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
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
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
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>
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>
nextcloud-command [Tue, 11 Oct 2022 04:40:19 +0000 (04:40 +0000)]
Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Tue, 11 Oct 2022 02:14:40 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
szaimen [Mon, 10 Oct 2022 22:12:58 +0000 (00:12 +0200)]
do not show editlocally on mobile
Signed-off-by: szaimen <szaimen@e.mail.de>
Dariusz Olszewski [Mon, 10 Oct 2022 19:03:28 +0000 (21:03 +0200)]
Review comment - remove redundant empty() call
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
Louis [Mon, 10 Oct 2022 13:42:49 +0000 (15:42 +0200)]
Merge pull request #30608 from nextcloud/harden-fonct
Harden disk_free_space check in CheckSetupController
Carl Schwan [Mon, 10 Oct 2022 11:15:50 +0000 (13:15 +0200)]
Merge pull request #34488 from nextcloud/typehint_closures
typehint migrationservice closures
Carl Schwan [Mon, 10 Oct 2022 11:15:12 +0000 (13:15 +0200)]
Merge pull request #34489 from nextcloud/type_closure
type closure to make psalm a bit happier
nextcloud-command [Mon, 10 Oct 2022 10:45:38 +0000 (10:45 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Mon, 10 Oct 2022 10:33:58 +0000 (12:33 +0200)]
Fix password length limitation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Carl Schwan [Mon, 10 Oct 2022 09:56:59 +0000 (11:56 +0200)]
Merge pull request #34487 from nextcloud/psalm_fix_migration_generation
fix typehints for generated migrations
Simon L [Mon, 10 Oct 2022 07:21:42 +0000 (09:21 +0200)]
Merge pull request #33915 from nextcloud/enh/33914-replace_expiration_date_picker_with_native_date_picker
Replace vue2-datepicker with native date picker for share expiration dates
Roeland Jago Douma [Sun, 9 Oct 2022 19:46:22 +0000 (21:46 +0200)]
Remove long depreated AppFramework/Db/Mapper
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sun, 9 Oct 2022 19:41:18 +0000 (21:41 +0200)]
type closure to make psalm a bit happier
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sun, 9 Oct 2022 19:31:27 +0000 (21:31 +0200)]
typehint migrationservice closures
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sun, 9 Oct 2022 19:26:16 +0000 (21:26 +0200)]
properly typehint generated migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Sun, 9 Oct 2022 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 8 Oct 2022 02:14:39 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>