Grant Limberg
|
f8ea7fdc2b
|
Fix for GitHub #859
Wrong DB::get() method being called to look up the network member for deletes
|
5 years ago |
Grant Limberg
|
364ad87e2b
|
add ssoEnabled flag to network config
|
5 years ago |
Grant Limberg
|
9380ef708a
|
debug strings & query fixes
|
5 years ago |
Grant Limberg
|
fd174b3459
|
fix auth time lookup
|
5 years ago |
Grant Limberg
|
21d27c314c
|
HMACSHA384 the nonce bytes, not the hex encoded nonce bytes
|
5 years ago |
Grant Limberg
|
0b89a49201
|
typo
|
5 years ago |
Grant Limberg
|
e6b4fb5af7
|
add "ssoRedirectURL" to local.conf
plumbed it through to the central controller code
|
5 years ago |
Grant Limberg
|
c227330d09
|
fix redirect_uri substitution
|
5 years ago |
Grant Limberg
|
b16f40c0de
|
.
|
5 years ago |
Grant Limberg
|
fd85f87ade
|
handle null in result set
|
5 years ago |
Grant Limberg
|
add33f1ab3
|
cast to bigint in query
|
5 years ago |
Grant Limberg
|
3bfc438ae8
|
null handling
|
5 years ago |
Adam Ierymenko
|
1dfe909bab
|
Increase authentication URL sizes.
|
5 years ago |
Grant Limberg
|
75d17ea3c8
|
Helps to commit when trying to write a change to the db
|
5 years ago |
Grant Limberg
|
96d15337bb
|
default 0
|
5 years ago |
Grant Limberg
|
74a678c1e1
|
chicken or egg problem.
member must exist in the database before we can generate a nonce & SSO URL
|
5 years ago |
Grant Limberg
|
fed1846c6f
|
need tres commas
|
5 years ago |
Grant Limberg
|
f27d193cf6
|
.
|
5 years ago |
Grant Limberg
|
7941b63543
|
another typo
|
5 years ago |
Grant Limberg
|
21965ac8e8
|
yet another query fix
|
5 years ago |
Grant Limberg
|
7ca2ecb421
|
put expiry time back on nc object
|
5 years ago |
Grant Limberg
|
1dcfc03cbc
|
another query fix
|
5 years ago |
Grant Limberg
|
0702e581a1
|
remove some noisy log lines & fix a query error
|
5 years ago |
Grant Limberg
|
c78792a705
|
moar temporary debug printfs
|
5 years ago |
Grant Limberg
|
287c19e822
|
move this outside the auth block. If SSO is enabled, it should be checked whether authorized or not
|
5 years ago |
Grant Limberg
|
bc901d613d
|
check for nulls
|
5 years ago |
Grant Limberg
|
6cb4c58d9a
|
linux docker build
|
5 years ago |
Grant Limberg
|
4f521baafd
|
Big SSO update
make things hopefully work
|
5 years ago |
Grant Limberg
|
81fda3f5b8
|
set a default and goes boom 🤦♂️
|
5 years ago |
Grant Limberg
|
91c4dfc7c0
|
database version
|
5 years ago |
Grant Limberg
|
fc6d90a04a
|
set the correct default
|
5 years ago |
Grant Limberg
|
faf0c6bbfa
|
make sure to commit on online notification thread
|
5 years ago |
Grant Limberg
|
79f1e81745
|
debug printf typo & line break
|
5 years ago |
Grant Limberg
|
7427961fcf
|
bug fixes & debug code
|
5 years ago |
Grant Limberg
|
d2f1d05a06
|
handle cases where authenticationURL and authenticationExpiryTime don't exist
|
5 years ago |
Grant Limberg
|
19f4146aca
|
make DB::_memberChanged and _networkChanged virtual
|
5 years ago |
Grant Limberg
|
47154fa623
|
transiton to libpqxx & connection pool for central controllers
|
5 years ago |
Grant Limberg
|
c2efdcabc5
|
fix
|
5 years ago |
Grant Limberg
|
6d8c96b89f
|
formatting
|
5 years ago |
Adam Ierymenko
|
c470c6255e
|
Postgres code for SSO (almost certainly needs work)
|
5 years ago |
Adam Ierymenko
|
6b3a7ec827
|
Fix a few things...
|
5 years ago |
Adam Ierymenko
|
1ce71f9dc0
|
Build fix.
|
5 years ago |
Adam Ierymenko
|
18508b5a2e
|
Build fix.
|
5 years ago |
Adam Ierymenko
|
621898f3c5
|
Forgot to set auth info in NetworkConfig.
|
5 years ago |
Adam Ierymenko
|
2c1d7f3dcc
|
CLI printing of URL.
|
5 years ago |
Adam Ierymenko
|
b270d527f4
|
Basic plumbing for authentication requirement and piping through of URL information.
|
5 years ago |
Grant Limberg
|
c80843e496
|
Revert "remove redundant writes when changes come from Central"
This reverts commit f9396f979f.
|
6 years ago |
Grant Limberg
|
f9396f979f
|
remove redundant writes when changes come from Central
network & member changes tagged with `"fromCentral": true` will not be rewritten to the db
|
6 years ago |
Adam Ierymenko
|
bb45f9ca3c
|
Upgrade cpp-httplib
|
6 years ago |
Grant Limberg
|
ff23d3051f
|
self hosted controller JSON format fix for DNS
|
6 years ago |