Márk Kővári
|
aad01447c3
|
docs: fix realm typo
|
3 years ago |
sKai.fun
|
a3e996a66b
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
sKai.fun
|
953b54f63d
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
sKai.fun
|
6b1d5ec6ae
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
Eleftheria Stein
|
a2d1965c25
|
Add DEFAULT_USER_SCHEMA_DDL_LOCATION constant
Closes gh-10837
|
4 years ago |
Eleftheria Stein
|
c6b185465d
|
Add DEFAULT_USER_SCHEMA_DDL_LOCATION constant
Closes gh-10837
|
4 years ago |
Eleftheria Stein
|
4142f06259
|
Replace WebSecurityConfigurerAdapter with SecurityFilterChain in docs
Closes gh-10003
|
4 years ago |
Eleftheria Stein
|
4492e5b667
|
Replace WebSecurityConfigurerAdapter with SecurityFilterChain in docs
Closes gh-10003
|
4 years ago |
Eleftheria Stein
|
99c488c6ae
|
Polish LDAP reference docs
Issue gh-10789
|
4 years ago |
Eleftheria Stein
|
869fc8c96c
|
Use LDAP AuthenticationManager factory in reference docs
Closes gh-10789
|
4 years ago |
Eleftheria Stein
|
e280061538
|
Polish LDAP reference docs
Issue gh-10789
|
4 years ago |
Eleftheria Stein
|
d5824521e8
|
Use LDAP AuthenticationManager factory in reference docs
Closes gh-10789
|
4 years ago |
Rob Winch
|
7a99542662
|
Docs Use Section Summary where appropriate
Closes gh-10449
|
4 years ago |
Rob Winch
|
a7f3f54a33
|
architecture/index.adoc -> ../architecture.adoc
BASE_DIR=docs/modules/ROOT/pages
git --no-pager diff HEAD~1 --diff-filter=R -M | sed -Ez "s%(\nrename to|rename from |similarity index [^\n]+|diff[^\n]+|$BASE_DIR/)%%g" | grep "\S" | while read rename_from_to; do
from=$(echo $rename_from_to | cut -f 1 -d " ")
to=$(echo $rename_from_to | cut -f 2 -d " ")
echo "processing rename from $from to $to"
find "$BASE_DIR/../" -name "*.adoc" | while read adoc_file; do
sed -i -E "s%xref:$from%xref:$to%g" "$adoc_file"
done
done
|
4 years ago |
Rob Winch
|
583761f916
|
unpwd->passwords folder
|
4 years ago |