Commit Graph

6182 Commits

Author SHA1 Message Date
Ishank Arora
9a2a3bf229 Make accounts backend configurable in ocs 2021-04-13 13:28:19 +02:00
Jörn Friedrich Dreyer
095f596a06 move ports to dedicated file
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-04-13 10:15:47 +00:00
Ishank Arora
1b0b14512c Read UID and GID from the opaque object for CS3 proxy backend 2021-04-13 11:52:22 +02:00
A.Unger
c6951d2e05 guard against possible empty groups 2021-04-13 11:48:11 +02:00
Willy Kloucek
a4f5e223fa add logtostderr=true 2021-04-13 11:08:03 +02:00
A.Unger
f23cf92153 interpret user from the IDP 2021-04-13 10:48:06 +02:00
Willy Kloucek
158015112d Merge pull request #1908 from owncloud/remove_go_micro_smaller_than_v2
remove micro smaller than v2
2021-04-13 10:28:36 +02:00
Willy Kloucek
708133ab08 fixes #1475 2021-04-13 09:29:24 +02:00
Willy Kloucek
955bd60edf Merge pull request #1907 from owncloud/highlight_demo_users
[docs-only] highlight demo users
2021-04-13 08:35:22 +02:00
Willy Kloucek
8a34f2550d unify links 2021-04-13 08:32:48 +02:00
Willy Kloucek
a05b463069 highlight demo users 2021-04-12 18:41:16 +02:00
Willy Kloucek
9b95e9b119 Merge pull request #1902 from owncloud/update_ci_deps
update ci deps
2021-04-12 12:57:47 +02:00
Willy Kloucek
b789c02166 revert to nodejs:14 2021-04-12 09:23:34 +02:00
Willy Kloucek
df6cd1cb16 replace source 2021-04-12 09:11:48 +02:00
Willy Kloucek
5e8d477036 use bash 2021-04-12 08:40:54 +02:00
dependabot[bot]
8c25b5d517 Bump eslint from 7.22.0 to 7.24.0 in /accounts
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.24.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 06:01:05 +00:00
A.Unger
ed99fb8292 assign user role if user exists but there are no role assignments 2021-04-09 14:15:47 +02:00
Willy Kloucek
e41db209de update ci deps 2021-04-09 12:38:24 +02:00
Alex Unger
09f0ba44d4 Merge pull request #1894 from owncloud/add_vscode_debug 2021-04-07 17:26:42 +02:00
Willy Kloucek
a0d9f63098 Merge pull request #1897 from owncloud/owncloud.dev
adapt to owncloud.dev
2021-04-07 15:06:28 +02:00
Willy Kloucek
e3c7555211 remove json comments 2021-04-07 13:45:09 +02:00
Willy Kloucek
4581e9cdd1 add gitignore 2021-04-07 13:44:20 +02:00
Willy Kloucek
6020a37640 adapt to owncloud.dev 2021-04-07 13:40:12 +02:00
Phil Davis
588509b8e4 Merge pull request #1890 from owncloud/bumpCoreCommitId-2020-03-30
[tests-only] updated core commit to the latest upto 2021/04/06
2021-04-07 13:07:23 +05:45
Phil Davis
b13914b022 Merge pull request #1896 from owncloud/dirkstascheit-patch-1
[docs-only] Update getting-started.md
2021-04-07 08:13:56 +05:45
Dirk Stascheit
481f9c045a Update getting-started.md
updated package links from 1.2 to 1.4
2021-04-06 17:06:57 +02:00
Willy Kloucek
b2bc4421a1 add vscode debug config 2021-04-06 13:41:31 +02:00
Willy Kloucek
d78dcd1986 Automated changelog update [skip ci] 2021-04-06 11:37:19 +00:00
Willy Kloucek
1fdffedc4f Merge pull request #1892 from owncloud/change_default_thumbnails_path
change default path for thumbnails
2021-04-06 13:36:48 +02:00
Willy Kloucek
076d8c0661 Merge pull request #1884 from owncloud/update_1.3_to_1.4
[docs-only] add breaking change to changelog and update strategy
2021-04-06 13:31:02 +02:00
Willy Kloucek
80a158ba4a change default path for thumbnails 2021-04-06 11:20:48 +02:00
Parajuli Kiran
b598eb7caa updated line numbers in expected failures file 2021-04-06 11:33:12 +05:45
Parajuli Kiran
9add66609d updated core commit to the latest upto 2021/03/30 2021-04-06 10:15:06 +05:45
Phil Davis
024b5f2283 Automated changelog update [skip ci] 2021-04-03 07:07:32 +00:00
Phil Davis
afe16be7d9 Merge pull request #1888 from wnienhaus/fix-unaligned-atomic-operation-on-arm32
move uint64s to beginning of struct to ensure they are 64-bit aligned
2021-04-03 12:48:14 +05:45
Wilko Nienhaus
011c6b76ee move uint64s to beginning of struct to ensure they are 64-bit aligned
See https://golang.org/pkg/sync/atomic/#pkg-note-BUG for reference:
"The first word in (...) an allocated struct (...) can be relied up to
be 64-bit aligned"

This fixes an "unaligned 64-bit atomic operation" panic on 32-bit ARM,
(in my case a Raspberry Pi 4, running 32-bit Raspbian). The panic
happens (at least) during the first login after a service (re)start.
2021-04-02 10:35:29 +03:00
Willy Kloucek
f6ad814332 Merge pull request #1882 from labkode/fix-env-var
fix case for envar
2021-04-01 10:57:29 +02:00
Willy Kloucek
1de4d8b271 add breaking change to changelog and update strategy 2021-04-01 10:40:22 +02:00
Hugo Gonzalez Labrador
5982e9fe56 fix case for envar 2021-03-31 16:55:55 +02:00
Willy Kloucek
399c33fe2f Automated changelog update [skip ci] 2021-03-31 10:56:47 +00:00
Willy Kloucek
3f37ddb5a2 Merge pull request #1875 from owncloud/fix_proto
unique proto package names
2021-03-31 12:56:16 +02:00
Alex Unger
0dadf6f6a9 Automated changelog update [skip ci] 2021-03-31 10:38:10 +00:00
Alex Unger
c5d9afdc58 Merge pull request #1872 from owncloud/enforce_quota
enforce quota
2021-03-31 12:37:34 +02:00
Florian Schade
29c4a34093 Automated changelog update [skip ci] 2021-03-31 10:26:31 +00:00
Florian Schade
89da2b0ed1 Merge pull request #1880 from owncloud/release-1.4.0
merge back release 1.4.0
2021-03-31 12:26:01 +02:00
Willy Kloucek
9bc0cb49c1 fix go import and makefiles, version bump of build tools 2021-03-31 12:03:42 +02:00
Willy Kloucek
2f831c4fca fix proto package names 2021-03-31 08:02:43 +02:00
Florian Schade
1ba10d97e8 create release changelog folder 2021-03-30 16:32:34 +02:00
Florian Schade
fbe825bedc link pr 2021-03-30 16:29:52 +02:00
Florian Schade
e26243ddf3 use web 2.1.0 changelog for release notes 2021-03-30 16:29:52 +02:00