Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site accounts fix #2546

Closed
wants to merge 61 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
bb59b81
Merge branch 'master-upstream'
Daniel-WWU-IT Mar 23, 2021
d01b95e
Add registration form
Daniel-WWU-IT Mar 23, 2021
5e795b6
Check accounts service response status
Daniel-WWU-IT Mar 25, 2021
355e4e9
Remove site registration from xcloud metrics driver
Daniel-WWU-IT Mar 26, 2021
54b6e21
Add ability to unregister an account's site to the panel
Daniel-WWU-IT Mar 29, 2021
4f63189
Fix error reporting
Daniel-WWU-IT Mar 29, 2021
66f5355
Fix site unregister endpoint
Daniel-WWU-IT Mar 29, 2021
32fccaf
Fix site unregister endpoint
Daniel-WWU-IT Mar 29, 2021
adbf7ee
Remove debug stuff
Daniel-WWU-IT Mar 29, 2021
fc16805
Merge branch 'master-upstream' into mentix
Daniel-WWU-IT Mar 29, 2021
c6c7b81
Add changelog
Daniel-WWU-IT Mar 29, 2021
0dfbefa
Merge branch 'master-upstream' into master
Daniel-WWU-IT Apr 8, 2021
13b2820
Make local file connector more error tolerant
Daniel-WWU-IT Apr 8, 2021
463f4b6
Add changelog
Daniel-WWU-IT Apr 8, 2021
cd9369a
Site authorization status fixes
Daniel-WWU-IT Apr 12, 2021
5230f29
Merge branch 'master-upstream' into master
Daniel-WWU-IT Apr 12, 2021
e1fad2b
Add changelog
Daniel-WWU-IT Apr 12, 2021
a5dbb9d
Merge branch 'master-upstream' into feat-reliability
Daniel-WWU-IT Apr 13, 2021
4a1d5ac
Gather downtimes from GOCDB
Daniel-WWU-IT Apr 13, 2021
776fbdb
Remove wrong changelog
Daniel-WWU-IT Apr 14, 2021
ed84136
Add metrics exporter
Daniel-WWU-IT Apr 14, 2021
29a6f4c
Update docs and example
Daniel-WWU-IT Apr 14, 2021
e259e11
Merge branch 'master-upstream' into feat-reliability
Daniel-WWU-IT Apr 14, 2021
ac3f2d5
Merge branch 'master-upstream' into feat-reliability
Daniel-WWU-IT Apr 14, 2021
ef34161
Merge branch 'master-upstream' into master
Daniel-WWU-IT Apr 14, 2021
3f83bee
Merge branch 'feat-reliability' into master
Daniel-WWU-IT Apr 15, 2021
c411aab
Refactoring
Daniel-WWU-IT Apr 15, 2021
382bcce
Add further labels to site scheduled metric
Daniel-WWU-IT Apr 19, 2021
d3cab83
Add further labels to site scheduled metric
Daniel-WWU-IT Apr 19, 2021
ae48b35
Merge branch 'master-upstream' into master
Daniel-WWU-IT Apr 20, 2021
5993610
Add changelog
Daniel-WWU-IT Apr 20, 2021
53242e8
Merge branch 'master-upstream' into master
Daniel-WWU-IT May 25, 2021
161a909
Add old Dockerfile
Daniel-WWU-IT May 26, 2021
2566a66
Merge branch 'master-upstream' into master
Daniel-WWU-IT Jun 15, 2021
d96e169
Merge branch 'master-upstream' into master
Daniel-WWU-IT Jun 22, 2021
1d189cc
Temp. fix
Daniel-WWU-IT Jun 22, 2021
98407b8
Add API key to GOCDB connector
Daniel-WWU-IT Jun 22, 2021
28c8172
Merge branch 'master-upstream' into master
Daniel-WWU-IT Jun 22, 2021
170b68a
Merge branch 'master-upstream' into master
Daniel-WWU-IT Jun 28, 2021
b5fc28b
Add changelog
Daniel-WWU-IT Jun 28, 2021
f510e28
Restart CI
Daniel-WWU-IT Jun 29, 2021
47f4670
Remove Dockerfile.old
Daniel-WWU-IT Jun 30, 2021
2c888c0
Merge branch 'master-upstream' into master
Daniel-WWU-IT Oct 26, 2021
b3bad7d
Merge branch 'cs3org:master' into master
Daniel-WWU-IT Oct 27, 2021
095d0e8
Merge branch 'master-upstream'
Daniel-WWU-IT Feb 14, 2022
3d5311e
Fix public endpoints in site accounts
Daniel-WWU-IT Feb 14, 2022
a670584
Merge branch 'cs3org:master' into mentix-fix
Daniel-WWU-IT Feb 15, 2022
6421a93
Add changelog
Daniel-WWU-IT Feb 15, 2022
e28bfe6
Add changelog
Daniel-WWU-IT Feb 15, 2022
1006a67
Add changelog
Daniel-WWU-IT Feb 16, 2022
55196c3
Merge branch 'cs3org:master' into mentix-fix
Daniel-WWU-IT Feb 15, 2022
ff1cfc1
Add changelog
Daniel-WWU-IT Feb 15, 2022
8ae8a56
Add changelog
Daniel-WWU-IT Feb 15, 2022
59a2e4b
Add changelog
Daniel-WWU-IT Feb 16, 2022
4ea4bcd
Merge remote-tracking branch 'origin/mentix-fix' into mentix-fix
Daniel-WWU-IT Feb 16, 2022
ab78987
Merge branch 'cs3org:master' into mentix-fix
Daniel-WWU-IT Feb 15, 2022
ebba495
Add changelog
Daniel-WWU-IT Feb 15, 2022
4e795a3
Add changelog
Daniel-WWU-IT Feb 15, 2022
7652e0a
Add changelog
Daniel-WWU-IT Feb 16, 2022
04ecdc8
Merge remote-tracking branch 'origin/mentix-fix' into mentix-fix
Daniel-WWU-IT Feb 16, 2022
632486e
Merge remote-tracking branch 'origin/mentix-fix' into mentix-fix
Daniel-WWU-IT Feb 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/add-gocdb-apikey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Add API key to Mentix GOCDB connector

The PI (programmatic interface) of the GOCDB will soon require an API key; this PR adds the ability to configure this key in Mentix.

https://github.com/cs3org/reva/pull/1834
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-siteacc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Site accounts contact form

This PR fixes a minor bug in the site accounts service that prevented the contact form from working.

https://github.com/cs3org/reva/pull/2546
4 changes: 2 additions & 2 deletions pkg/siteacc/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func getEndpoints() []endpoint {
// Login endpoints
{config.EndpointLogin, callMethodEndpoint, createMethodCallbacks(nil, handleLogin), true},
{config.EndpointLogout, callMethodEndpoint, createMethodCallbacks(handleLogout, nil), true},
{config.EndpointResetPassword, callMethodEndpoint, createMethodCallbacks(nil, handleResetPassword), false},
{config.EndpointContact, callMethodEndpoint, createMethodCallbacks(nil, handleContact), false},
{config.EndpointResetPassword, callMethodEndpoint, createMethodCallbacks(nil, handleResetPassword), true},
{config.EndpointContact, callMethodEndpoint, createMethodCallbacks(nil, handleContact), true},
// Authentication endpoints
{config.EndpointVerifyUserToken, callMethodEndpoint, createMethodCallbacks(handleVerifyUserToken, nil), true},
// Authorization endpoints
Expand Down