Commit graph

63335 commits

Author SHA1 Message Date
Julius Härtl
d5437e2a30
Merge pull request #33255 from nextcloud/fix/login-password-translation
LoginForm: Fix password label translation call
2022-07-18 14:34:31 +02:00
Carl Schwan
6c3c7a5e4d
Merge pull request #32981 from nextcloud/typing/carl/simplefs
Add typing to SimpleFS
2022-07-18 12:34:11 +02:00
Marcel Klehr
c991089bfc LoginForm: Fix password label translation call
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-18 10:29:31 +00:00
blizzz
929aaaa129
Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret
Allow SSO authentication to provide a user secret
2022-07-18 11:50:43 +02:00
Carl Schwan
6a6ce39d0b
Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-setting
Cleanup oauth2 admin settings
2022-07-18 11:47:53 +02:00
Carl Schwan
f6b37e6912
Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocp
Move CappedMemoryCache to OCP
2022-07-18 10:32:11 +02:00
Daniel
52dc51cde3
Merge pull request #32963 from nextcloud/s3-crt-bundle-download
also use nextcloud certificate bundle when downloading from s3
2022-07-18 09:51:19 +02:00
Vincent Petry
9457ec8d49
Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-ids
Allow to override #app-content and #app-navigation hrefs for content skipping
2022-07-18 09:24:57 +02:00
Nextcloud bot
e66ef21550
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-18 02:24:57 +00:00
Nextcloud bot
10bf7fa26b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-17 02:24:42 +00:00
Julius Härtl
87320cba99
Fix styling for single skip buttons globally
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16 10:17:15 +02:00
Julius Härtl
ca0435382d
Allow to override #app-content and #app-navigation hrefs for content skipping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16 10:00:53 +02:00
Nextcloud bot
a9c9536a07
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-16 02:25:37 +00:00
Carl Schwan
16b06dd758
Merge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons
Fix html validation of material design icons
2022-07-15 13:48:02 +02:00
Joas Schilling
ecb30a22f2
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15 09:15:24 +02:00
Joas Schilling
def9e25967
Fix HTML validation of material design icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15 09:12:10 +02:00
Nextcloud bot
78d966c935
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-15 02:27:37 +00:00
Pytal
4832853f65
Merge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-exists-error 2022-07-14 10:57:30 -07:00
Joas Schilling
9671a8d5f8
Merge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-hole
Fix duplicate id "hole"
2022-07-14 18:06:46 +02:00
Carl Schwan
19a36b58a6 Add typing to SimpleFS
- Fix putContent sometimes return a bool and sometimes nothing

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14 17:20:51 +02:00
Joas Schilling
a90913ac98
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 15:58:33 +02:00
Carl Schwan
d5c23dbb9f 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>
2022-07-14 15:54:31 +02:00
Joas Schilling
1ad24d22df
Fix duplicate id "hole"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 14:36:56 +02:00
Carl Schwan
53db418ee9 Cleanup oauth2 admin settings
- Use more vue components
- Add link to doc

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14 12:16:13 +02:00
Joas Schilling
0e7647c2eb
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 10:30:59 +02:00
Joas Schilling
ba9815fbe1
Translate error when user already exists
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 10:22:41 +02:00
Carl Schwan
fc9a644bb5
Merge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0
Bump sabre/dav to 4.4.0
2022-07-14 10:14:42 +02:00
Carl Schwan
8fecbf86ec
Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color
Fix settings icon color
2022-07-14 10:14:17 +02:00
Nextcloud bot
d3f66e2310
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-14 02:25:22 +00:00
Simon L
6d2952d059
Merge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-link
add a link to system requirements for new 64bit setup check
2022-07-14 01:13:56 +02:00
szaimen
c1b88f927e 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>
2022-07-13 22:16:42 +02:00
Simon L
9dbcf0560f
Merge pull request #33200 from nextcloud/enh/noid/64bit
add a setup check for 64 bit
2022-07-13 20:19:40 +02:00
Carl Schwan
d7bd6f0e2a
Merge pull request #32506 from nextcloud/port/vue-encryption
Port encryption admin settings to vue
2022-07-13 18:31:04 +02:00
Côme Chilliet
62ab824886 Bump sabre/dav to 4.4.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-07-13 17:19:21 +02:00
Carl Schwan
4e0574e184 Port encryption admin settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-13 14:58:55 +02:00
Joas Schilling
df74c7a337
Fix settings icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13 12:09:36 +02:00
Joas Schilling
62fad0972d
Merge pull request #33219 from nextcloud/bump-version
Bump version
2022-07-13 11:39:10 +02:00
szaimen
cf9b1082ed add a setup check for 64 bit
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-13 09:33:33 +00:00
Simon L
22de243247
Merge pull request #33202 from nextcloud/enh/noid/bug-report-64bit
document the 64bit requirement in the bug report template
2022-07-13 11:25:20 +02:00
Joas Schilling
04d5c7b37f
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13 10:18:07 +02:00
Daniel
929adb6aba
Merge pull request #33218 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2022-07-13 10:03:32 +02:00
nextcloud-command
5ad017447b Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-07-13 04:22:56 +00:00
Nextcloud bot
0607904bb9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-13 02:24:50 +00:00
MichaIng
21b3e87c77 Allow SSO authentication to provide a user secret
Implementing PR #24837 from immerda

Signed-off-by: MichaIng <micha@dietpi.com>
2022-07-12 19:19:00 +02:00
Côme Chilliet
c20d34b2ca
Merge pull request #32552 from nextcloud/enh/improve-job-handling-commands
Improve job handling through occ
2022-07-12 16:04:57 +02:00
Jonas
6527e82cbd
Merge pull request #33211 from nextcloud/fix/setupmanager_circle_events
Fix listening for circle events in SetupManager
2022-07-12 15:47:17 +02:00
Côme Chilliet
f0824af21a
Merge pull request #33186 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2022-07-12 14:28:54 +02:00
Jonas
74e9ef0fb1
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>
2022-07-12 13:28:21 +01:00
Côme Chilliet
0386f4270b
Fix DummyJobList typing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-07-12 14:27:02 +02:00
Vincent Petry
e9b635aa14
Merge pull request #32507 from carlcsaposs/restore
Sort files by deletion time before restoring in RestoreAllFiles
2022-07-12 14:22:10 +02:00