]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoConsolidate account property getters 33206/head
Christopher Ng [Mon, 11 Jul 2022 23:58:32 +0000 (23:58 +0000)]
Consolidate account property getters

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33242 from nextcloud/enh/email-material-icons
Pytal [Thu, 21 Jul 2022 01:04:40 +0000 (18:04 -0700)]
Merge pull request #33242 from nextcloud/enh/email-material-icons

2 years agoUse material design icons in Email component 33242/head
Christopher Ng [Sat, 16 Jul 2022 00:12:15 +0000 (00:12 +0000)]
Use material design icons in Email component

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33266 from nextcloud/bugfix/noid/skip-content-public
Vincent Petry [Wed, 20 Jul 2022 12:45:35 +0000 (14:45 +0200)]
Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-public

Add skip content buttons to the public page layout

2 years agoMerge pull request #33286 from nextcloud/dependabot/npm_and_yarn/terser-4.8.1
Julius Härtl [Wed, 20 Jul 2022 05:20:29 +0000 (07:20 +0200)]
Merge pull request #33286 from nextcloud/dependabot/npm_and_yarn/terser-4.8.1

Bump terser from 4.8.0 to 4.8.1

2 years agoBump terser from 4.8.0 to 4.8.1 33286/head
dependabot[bot] [Wed, 20 Jul 2022 02:36:12 +0000 (02:36 +0000)]
Bump terser from 4.8.0 to 4.8.1

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Jul 2022 02:25:44 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33260 from nextcloud/fix/carl/quota
Vincent Petry [Tue, 19 Jul 2022 08:36:20 +0000 (10:36 +0200)]
Merge pull request #33260 from nextcloud/fix/carl/quota

Fix quota nav item

2 years agoMerge pull request #33270 from nextcloud/fix/noid/location-legacy-appfile
Julius Härtl [Tue, 19 Jul 2022 06:15:13 +0000 (08:15 +0200)]
Merge pull request #33270 from nextcloud/fix/noid/location-legacy-appfile

fix loading legacy app.php with multi app dir

2 years agoMerge pull request #33267 from nextcloud/bugfix/noid/button-hover
Julius Härtl [Tue, 19 Jul 2022 06:14:54 +0000 (08:14 +0200)]
Merge pull request #33267 from nextcloud/bugfix/noid/button-hover

Use hover css variable for primary buttons

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Jul 2022 02:25:49 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33268 from nextcloud/dependabot/composer/bamarni/composer-bin...
dependabot[bot] [Mon, 18 Jul 2022 23:24:17 +0000 (23:24 +0000)]
Merge pull request #33268 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.0

2 years agofix loading legacy app.php with multi app dir 33270/head
Arthur Schiwon [Mon, 18 Jul 2022 18:19:02 +0000 (20:19 +0200)]
fix loading legacy app.php with multi app dir

- requireAppFile() only appends /appinfo/app.php
- without the absolute path, require_once looks into include_path
- the first match in inlcude_path however migth be different from appPath
- fixed by providing the tested(!), full path to the app

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #33246 from nextcloud/bugfix/noid/dark-primary-light
Pytal [Mon, 18 Jul 2022 17:43:36 +0000 (10:43 -0700)]
Merge pull request #33246 from nextcloud/bugfix/noid/dark-primary-light

2 years agoBump bamarni/composer-bin-plugin from 1.5.0 to 1.8.0 33268/head
dependabot[bot] [Mon, 18 Jul 2022 16:58:24 +0000 (16:58 +0000)]
Bump bamarni/composer-bin-plugin from 1.5.0 to 1.8.0

Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases)
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/v1.5.0...1.8.0)

---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #33240 from nextcloud/fix/login-input-focus
Pytal [Mon, 18 Jul 2022 16:54:22 +0000 (09:54 -0700)]
Merge pull request #33240 from nextcloud/fix/login-input-focus

2 years agoUse hover css variable for primary buttons and add proper focus outline 33267/head
Julius Härtl [Mon, 18 Jul 2022 16:14:02 +0000 (18:14 +0200)]
Use hover css variable for primary buttons and add proper focus outline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAdd skip content buttons to the public page layout 33266/head
Julius Härtl [Mon, 18 Jul 2022 16:00:22 +0000 (18:00 +0200)]
Add skip content buttons to the public page layout

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #33255 from nextcloud/fix/login-password-translation
Julius Härtl [Mon, 18 Jul 2022 12:34:31 +0000 (14:34 +0200)]
Merge pull request #33255 from nextcloud/fix/login-password-translation

LoginForm: Fix password label translation call

2 years agoFix quota nav item 33260/head
Carl Schwan [Mon, 18 Jul 2022 11:25:10 +0000 (13:25 +0200)]
Fix quota nav item

- Spacing was not correctly set

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32981 from nextcloud/typing/carl/simplefs
Carl Schwan [Mon, 18 Jul 2022 10:34:11 +0000 (12:34 +0200)]
Merge pull request #32981 from nextcloud/typing/carl/simplefs

Add typing to SimpleFS

2 years agoLoginForm: Fix password label translation call 33255/head
Marcel Klehr [Mon, 18 Jul 2022 07:59:45 +0000 (09:59 +0200)]
LoginForm: Fix password label translation call

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret
blizzz [Mon, 18 Jul 2022 09:50:43 +0000 (11:50 +0200)]
Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret

Allow SSO authentication to provide a user secret

2 years agoMerge pull request #32521 from nextcloud/cleanup/oauth2-admin-setting
Carl Schwan [Mon, 18 Jul 2022 09:47:53 +0000 (11:47 +0200)]
Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-setting

Cleanup oauth2 admin settings

2 years agoMerge pull request #33064 from nextcloud/feat/capped-memorycache-ocp
Carl Schwan [Mon, 18 Jul 2022 08:32:11 +0000 (10:32 +0200)]
Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocp

Move CappedMemoryCache to OCP

2 years agoMerge pull request #32963 from nextcloud/s3-crt-bundle-download
Daniel [Mon, 18 Jul 2022 07:51:19 +0000 (09:51 +0200)]
Merge pull request #32963 from nextcloud/s3-crt-bundle-download

also use nextcloud certificate bundle when downloading from s3

2 years agoMerge pull request #33247 from nextcloud/bugfix/noid/skip-button-ids
Vincent Petry [Mon, 18 Jul 2022 07:24:57 +0000 (09:24 +0200)]
Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-ids

Allow to override #app-content and #app-navigation hrefs for content skipping

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Jul 2022 02:24:57 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Jul 2022 02:24:42 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix styling for single skip buttons globally 33247/head
Julius Härtl [Sat, 16 Jul 2022 08:17:15 +0000 (10:17 +0200)]
Fix styling for single skip buttons globally

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAllow to override #app-content and #app-navigation hrefs for content skipping
Julius Härtl [Sat, 16 Jul 2022 07:58:33 +0000 (09:58 +0200)]
Allow to override #app-content and #app-navigation hrefs for content skipping

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoProperly set --color-primary-light-hover on dark themes 33246/head
Julius Härtl [Sat, 16 Jul 2022 07:47:22 +0000 (09:47 +0200)]
Properly set --color-primary-light-hover on dark themes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Jul 2022 02:25:37 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix login input focus border 33240/head
Christopher Ng [Fri, 15 Jul 2022 17:16:21 +0000 (17:16 +0000)]
Fix login input focus border

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-material...
Carl Schwan [Fri, 15 Jul 2022 11:48:02 +0000 (13:48 +0200)]
Merge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons

Fix html validation of material design icons

2 years agoRecompile 33238/head
Joas Schilling [Fri, 15 Jul 2022 07:15:24 +0000 (09:15 +0200)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix HTML validation of material design icons
Joas Schilling [Fri, 15 Jul 2022 07:12:10 +0000 (09:12 +0200)]
Fix HTML validation of material design icons

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Jul 2022 02:27:37 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-exists...
Pytal [Thu, 14 Jul 2022 17:57:30 +0000 (10:57 -0700)]
Merge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-exists-error

2 years agoMerge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-hole
Joas Schilling [Thu, 14 Jul 2022 16:06:46 +0000 (18:06 +0200)]
Merge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-hole

Fix duplicate id "hole"

2 years agoAdd typing to SimpleFS 32981/head
Carl Schwan [Wed, 22 Jun 2022 10:05:26 +0000 (12:05 +0200)]
Add typing to SimpleFS

- Fix putContent sometimes return a bool and sometimes nothing

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRecompile 33235/head
Joas Schilling [Thu, 14 Jul 2022 13:58:33 +0000 (15:58 +0200)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMove CappedMemoryCache to OCP 33064/head
Carl Schwan [Wed, 29 Jun 2022 13:34:06 +0000 (15:34 +0200)]
Move CappedMemoryCache to OCP

This is an helpful helper that should be used in more place than just
server and this is already the case with groupfodlers, deck, user_oidc
and more using it, so let's make it public

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix duplicate id "hole"
Joas Schilling [Thu, 14 Jul 2022 12:36:56 +0000 (14:36 +0200)]
Fix duplicate id "hole"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoCleanup oauth2 admin settings 32521/head
Carl Schwan [Fri, 20 May 2022 15:07:21 +0000 (17:07 +0200)]
Cleanup oauth2 admin settings

- Use more vue components
- Add link to doc

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRecompile 33222/head
Joas Schilling [Wed, 13 Jul 2022 11:05:36 +0000 (13:05 +0200)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoTranslate error when user already exists
Joas Schilling [Wed, 13 Jul 2022 11:05:18 +0000 (13:05 +0200)]
Translate error when user already exists

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0
Carl Schwan [Thu, 14 Jul 2022 08:14:42 +0000 (10:14 +0200)]
Merge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0

Bump sabre/dav to 4.4.0

2 years agoMerge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color
Carl Schwan [Thu, 14 Jul 2022 08:14:17 +0000 (10:14 +0200)]
Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color

Fix settings icon color

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Jul 2022 02:25:22 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-link
Simon L [Wed, 13 Jul 2022 23:13:56 +0000 (01:13 +0200)]
Merge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-link

add a link to system requirements for new 64bit setup check

2 years agoadd a link to system requirements for new 64bit setup check 33230/head
szaimen [Wed, 13 Jul 2022 18:28:00 +0000 (20:28 +0200)]
add a link to system requirements for new 64bit setup check

Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #33200 from nextcloud/enh/noid/64bit
Simon L [Wed, 13 Jul 2022 18:19:40 +0000 (20:19 +0200)]
Merge pull request #33200 from nextcloud/enh/noid/64bit

add a setup check for 64 bit

2 years agoMerge pull request #32506 from nextcloud/port/vue-encryption
Carl Schwan [Wed, 13 Jul 2022 16:31:04 +0000 (18:31 +0200)]
Merge pull request #32506 from nextcloud/port/vue-encryption

Port encryption admin settings to vue

2 years agoBump sabre/dav to 4.4.0 33214/head
Côme Chilliet [Tue, 12 Jul 2022 15:45:07 +0000 (17:45 +0200)]
Bump sabre/dav to 4.4.0

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoPort encryption admin settings to vue 32506/head
Carl Schwan [Thu, 19 May 2022 22:13:06 +0000 (00:13 +0200)]
Port encryption admin settings to vue

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix settings icon color 33220/head
Joas Schilling [Wed, 13 Jul 2022 10:09:36 +0000 (12:09 +0200)]
Fix settings icon color

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33219 from nextcloud/bump-version
Joas Schilling [Wed, 13 Jul 2022 09:39:10 +0000 (11:39 +0200)]
Merge pull request #33219 from nextcloud/bump-version

Bump version

2 years agoadd a setup check for 64 bit 33200/head
szaimen [Mon, 11 Jul 2022 14:46:31 +0000 (16:46 +0200)]
add a setup check for 64 bit

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #33202 from nextcloud/enh/noid/bug-report-64bit
Simon L [Wed, 13 Jul 2022 09:25:20 +0000 (11:25 +0200)]
Merge pull request #33202 from nextcloud/enh/noid/bug-report-64bit

document the 64bit requirement in the bug report template

2 years agoBump version 33219/head
Joas Schilling [Wed, 13 Jul 2022 08:18:07 +0000 (10:18 +0200)]
Bump version

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33218 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Wed, 13 Jul 2022 08:03:32 +0000 (10:03 +0200)]
Merge pull request #33218 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 33218/head
nextcloud-command [Wed, 13 Jul 2022 04:22:56 +0000 (04:22 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAllow SSO authentication to provide a user secret 27929/head
MichaIng [Mon, 12 Jul 2021 17:22:04 +0000 (19:22 +0200)]
Allow SSO authentication to provide a user secret

Implementing PR #24837 from immerda

Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #32552 from nextcloud/enh/improve-job-handling-commands
Côme Chilliet [Tue, 12 Jul 2022 14:04:57 +0000 (16:04 +0200)]
Merge pull request #32552 from nextcloud/enh/improve-job-handling-commands

Improve job handling through occ

2 years agoMerge pull request #33211 from nextcloud/fix/setupmanager_circle_events
Jonas [Tue, 12 Jul 2022 13:47:17 +0000 (15:47 +0200)]
Merge pull request #33211 from nextcloud/fix/setupmanager_circle_events

Fix listening for circle events in SetupManager

2 years agoMerge pull request #33186 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Tue, 12 Jul 2022 12:28:54 +0000 (14:28 +0200)]
Merge pull request #33186 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoFix listening for circle events in SetupManager 33211/head
Jonas [Tue, 12 Jul 2022 12:13:36 +0000 (13:13 +0100)]
Fix listening for circle events in SetupManager

So far, SetupManager listened for deprecated events that are no longer
triggered. Instead, use the circle events that actually get triggered
when adding or removing a circle or circle member. Also, these events
get triggered on each instance of a globalscale setup.

Fixes: #33210
Signed-off-by: Jonas <jonas@freesources.org>
2 years agoFix DummyJobList typing 32552/head
Côme Chilliet [Tue, 12 Jul 2022 12:27:02 +0000 (14:27 +0200)]
Fix DummyJobList typing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32507 from carlcsaposs/restore
Vincent Petry [Tue, 12 Jul 2022 12:22:10 +0000 (14:22 +0200)]
Merge pull request #32507 from carlcsaposs/restore

Sort files by deletion time before restoring in RestoreAllFiles

2 years agoMerge pull request #33209 from nextcloud/fix/add-symfony/http-foundation
Côme Chilliet [Tue, 12 Jul 2022 09:44:23 +0000 (11:44 +0200)]
Merge pull request #33209 from nextcloud/fix/add-symfony/http-foundation

Add symfony/http-foundation dependency

2 years agoCompile assets 33209/head
nextcloud-command [Tue, 12 Jul 2022 09:24:05 +0000 (09:24 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoAdd symfony/http-foundation dependency
Côme Chilliet [Tue, 12 Jul 2022 09:03:22 +0000 (11:03 +0200)]
Add symfony/http-foundation dependency

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUpdate psalm baseline 33186/head
nextcloud-command [Tue, 12 Jul 2022 04:34:29 +0000 (04:34 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Jul 2022 02:23:29 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33175 from nextcloud/fix/request-json-xml-not-found
Pytal [Mon, 11 Jul 2022 18:10:26 +0000 (11:10 -0700)]
Merge pull request #33175 from nextcloud/fix/request-json-xml-not-found

2 years agodocument the 64bit requirement in the bug report template 33202/head
szaimen [Mon, 11 Jul 2022 14:52:46 +0000 (16:52 +0200)]
document the 64bit requirement in the bug report template

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #32973 from nextcloud/cleanup/avatar-code
Carl Schwan [Mon, 11 Jul 2022 09:56:39 +0000 (11:56 +0200)]
Merge pull request #32973 from nextcloud/cleanup/avatar-code

Cleanup avatar related code

2 years agoFix typing in IJobList
Côme Chilliet [Mon, 11 Jul 2022 09:41:47 +0000 (11:41 +0200)]
Fix typing in IJobList

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix background-job:execute command for QueuedJob instances
Côme Chilliet [Mon, 27 Jun 2022 14:01:55 +0000 (16:01 +0200)]
Fix background-job:execute command for QueuedJob instances

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFormat the datetime for last run in ATOM format
Côme Chilliet [Mon, 27 Jun 2022 13:28:01 +0000 (15:28 +0200)]
Format the datetime for last run in ATOM format

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse symfony console table to render the job list properly
Côme Chilliet [Mon, 27 Jun 2022 13:20:16 +0000 (15:20 +0200)]
Use symfony console table to render the job list properly

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix ListCommand constructor call in register_command
Côme Chilliet [Mon, 27 Jun 2022 10:08:21 +0000 (12:08 +0200)]
Fix ListCommand constructor call in register_command

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix DummyJobList class used by tests
Côme Chilliet [Mon, 27 Jun 2022 10:06:23 +0000 (12:06 +0200)]
Fix DummyJobList class used by tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCode cleaning of Background/ListCommand
Côme Chilliet [Mon, 27 Jun 2022 09:53:10 +0000 (11:53 +0200)]
Code cleaning of Background/ListCommand

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd command to list jobs
Côme Chilliet [Mon, 23 May 2022 10:30:26 +0000 (12:30 +0200)]
Add command to list jobs

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoClean up JobList class
Côme Chilliet [Mon, 23 May 2022 09:21:22 +0000 (11:21 +0200)]
Clean up JobList class

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Jul 2022 02:24:31 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 Jul 2022 02:25:30 +0000 (02:25 +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, 9 Jul 2022 02:24:33 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32865 from nextcloud/bugfix/remove-unecessary-row
blizzz [Fri, 8 Jul 2022 21:11:10 +0000 (23:11 +0200)]
Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row

Remove unecessary row and make compatible with db schema

2 years agoMerge pull request #33118 from nextcloud/fix/address-book-export
blizzz [Fri, 8 Jul 2022 20:13:19 +0000 (22:13 +0200)]
Merge pull request #33118 from nextcloud/fix/address-book-export

Fix empty address books being exported

2 years agoMerge pull request #32377 from nextcloud/rakekniven-patch-1
blizzz [Fri, 8 Jul 2022 17:56:54 +0000 (19:56 +0200)]
Merge pull request #32377 from nextcloud/rakekniven-patch-1

l10n: Changed spelling

2 years agoMerge pull request #33110 from nextcloud/feat/handle-onetime-password-large
blizzz [Fri, 8 Jul 2022 17:54:05 +0000 (19:54 +0200)]
Merge pull request #33110 from nextcloud/feat/handle-onetime-password-large

Handle one time password and very large passwords

2 years agoFix 404 handling of requested JSON/XML 33175/head
Christoph Wurst [Fri, 8 Jul 2022 17:14:05 +0000 (19:14 +0200)]
Fix 404 handling of requested JSON/XML

If front-end or an application requests JSON/XML, there is no point in
redirecting to the default page if that response doesn't exist. In the
worst case that would just cause another request, therefore server load,
traffic and a response that is meaningless to the requester.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #33163 from nextcloud/enh/a11y-account-property-labels
John Molakvoæ [Fri, 8 Jul 2022 09:41:50 +0000 (11:41 +0200)]
Merge pull request #33163 from nextcloud/enh/a11y-account-property-labels

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 8 Jul 2022 02:24:38 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd current scope to scope actions label 33163/head
Christopher Ng [Thu, 7 Jul 2022 18:54:23 +0000 (18:54 +0000)]
Add current scope to scope actions label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33148 from nextcloud/enh/a11y-login-show-password
Pytal [Thu, 7 Jul 2022 18:43:43 +0000 (11:43 -0700)]
Merge pull request #33148 from nextcloud/enh/a11y-login-show-password