Alex Unger
0dfdcd7fb3
Merge pull request #1066 from owncloud/runtime-cleanup
2020-12-11 14:56:38 +01:00
A.Unger
7bba6bcb6a
increase log level for missing config on default location to debug
2020-12-11 14:16:51 +01:00
Willy Kloucek
84e0d70323
get rid of unused AccountsDataPath
2020-12-11 08:33:02 +01:00
Alex Unger
d446403d2e
Merge pull request #1009 from owncloud/ocis-1132
2020-12-04 16:32:07 +01:00
David Christofas
0c4d46ee2f
implement tracing in the account service
2020-12-04 14:28:59 +01:00
A.Unger
f477f0354a
Merge branch 'master' into ocis-1132
2020-12-03 16:42:45 +01:00
David Christofas
96e75ceb2f
update reva
2020-12-03 16:01:29 +01:00
David Christofas
b137d438af
update reva
2020-12-03 16:00:56 +01:00
David Christofas
2f4faad754
add share prefix to ocs shared with me paths
...
Fixes: https://github.com/owncloud/product/issues/204
2020-12-03 16:00:22 +01:00
A.Unger
3870246233
remove unused dep
2020-12-03 12:09:55 +01:00
A.Unger
c1dcfb655f
undo pprof endpoint
2020-12-02 16:07:52 +01:00
A.Unger
0e322f518d
Merge branch 'master' into ocis-1132
2020-12-02 16:03:34 +01:00
A.Unger
5cb359d877
WIP
2020-11-30 17:19:03 +01:00
Willy Kloucek
34845f9414
work on docs
2020-11-30 16:31:38 +01:00
Benedikt Kulmann
040c24606f
Update reva to ac85e68
2020-11-30 07:37:31 +01:00
Florian Schade
e39cd16617
add LastPasswordChangeDateTime to cache key
2020-11-27 16:18:22 +01:00
Florian Schade
2bc7f2175c
straight out code because staticcheck error
2020-11-27 16:18:22 +01:00
Florian Schade
2a259dd3b1
add Unset to cache.go
...
harden accounts cache security
2020-11-27 16:18:22 +01:00
A.Unger
ca98d8287c
update reva to v1.4.1-0.20201127111856-e6a6212c1b7b
2020-11-27 12:36:19 +01:00
Jörn Friedrich Dreyer
dbb52f29ad
Merge pull request #958 from owncloud/basic-auth-cache
...
implement basic auth cache
2020-11-26 17:33:47 +01:00
Florian Schade
11ba46eb88
remove accounts cache from basic auth middleware
...
move cache to ocis-pkg
add password validation cache to accounts service
2020-11-26 13:52:24 +01:00
A.Unger
5ef4025c29
update reva to v1.4.1-0.20201125144025-57da0c27434c
2020-11-26 10:23:29 +01:00
Alex Unger
c742389ebb
Update reva to v1.4.1-0.20201125144025-57da0c27434c ( #951 )
...
* update ocis-reva
* add changelog
* remove passing scenario
2020-11-25 21:13:36 +01:00
Benedikt Kulmann
ffa21a3165
Update reva to v1.4.1-0.20201123062044-b2c4af4e897d
2020-11-23 12:56:18 +01:00
David Christofas
e5369a4470
update reva to v1.4.1-0.20201120104232-f5afafc04c3b
2020-11-23 12:56:18 +01:00
Benedikt Kulmann
40449ac875
Regenerate assets
2020-11-20 11:13:55 +01:00
Lukas Hirt
7f7b0e5421
Fix accounts list scroll
2020-11-20 10:03:55 +01:00
Felix Böhm
0ea04c02f9
Merge pull request #874 from owncloud/improve_docs
...
[docs-only] improve docs
2020-11-19 14:27:05 +01:00
David Christofas
2f69265a66
add permission check to role management
2020-11-18 16:30:51 +01:00
Willy Kloucek
f2a1c06145
fix typos, force oCIS and add links
2020-11-17 11:05:14 +01:00
Willy Kloucek
20eae462b3
fix exit path for commands templates
2020-11-17 07:59:48 +01:00
Benedikt Kulmann
9c6dac8328
Add caching for static web assets
2020-11-16 23:22:56 +01:00
Benedikt Kulmann
aaf9029a3e
Rename "Cache" middleware to "NoCache"
2020-11-16 22:13:26 +01:00
Willy Kloucek
f7bcbc8737
fix whitespaces
2020-11-13 08:09:45 +01:00
Willy Kloucek
f8fc280bd3
enable makefiles for autogenerated doc
2020-11-13 08:09:45 +01:00
Willy Kloucek
f1fed2de81
add / edit templates for configuration docs
2020-11-13 08:09:45 +01:00
A.Unger
c116e2a025
Merge branch 'master' into run-tidy-globally
2020-11-12 19:42:02 +01:00
A.Unger
641fd2703a
make version command registry aware
2020-11-12 11:53:37 +01:00
A.Unger
f2546c6191
run go mod tidy globally
2020-11-12 11:31:49 +01:00
A.Unger
951a441f65
cleanup old comments
2020-11-11 15:52:13 +01:00
A.Unger
83d9b0c97d
Merge branch 'master' into ocis-1018
2020-11-11 15:38:46 +01:00
A.Unger
76c633e650
wip
2020-11-11 11:50:53 +01:00
David Christofas
14063508bb
make hash difficulty configurable
2020-11-11 10:26:33 +05:45
David Christofas
7115b6f661
change hashing algorithm from SHA-512 to bcrypt
...
Even though SHA-512 is currently considered a secure algorithm it is not the best choice for password hashing. As this change introduces a breaking change it is beast to introduce it as early as possible to prevent us from having to implement a migration strategy
Signed-off-by: David Christofas <dchristofas@owncloud.com >
2020-11-11 10:26:33 +05:45
A.Unger
d6e25798f7
Merge branch 'master' into fix-672
2020-11-10 15:49:24 +01:00
Jörn Friedrich Dreyer
0c6e8881c3
fix 820 - race condition
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-11-10 15:07:27 +01:00
A.Unger
bf2fa91690
do not override config, use shallow copy instead
2020-11-06 08:25:31 +05:45
Jörn Friedrich Dreyer
c124102df2
Merge pull request #627 from butonic/add-basic-auth-option
...
add enable basic auth option and check permissions
2020-11-05 16:36:16 +01:00
Jörn Friedrich Dreyer
fdfd4040b7
skip accounts web ui tests, as users can list themselves
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-11-05 13:06:05 +01:00
Jörn Friedrich Dreyer
e2b5d64618
fix recursive json marshaling
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-11-05 13:06:05 +01:00