Josh Cummings
|
e5fcf1ebcf
|
Revisit Request and Method Security Docs
Issue gh-13088
|
2023-05-01 14:09:22 -06:00 |
Marcus Da Coregio
|
57e134cc5f
|
Merge branch '6.0.x'
|
2023-03-22 10:12:28 -03:00 |
Gabriel Maciel
|
2fa1bbc9d1
|
Fix typo architecture.adoc
|
2023-03-22 10:10:28 -03:00 |
Josh Cummings
|
6f5172d388
|
Merge branch '6.0.x'
|
2023-03-20 16:18:45 -06:00 |
zks
|
cfeb1ce303
|
Fix docs typo
|
2023-03-20 16:18:10 -06:00 |
Marcus Da Coregio
|
5d8df25b10
|
Merge branch '6.0.x'
Closes gh-12681
|
2023-02-16 10:44:12 -03:00 |
Marcus Da Coregio
|
ce222de7e6
|
Merge branch '5.8.x' into 6.0.x
Closes gh-12680
|
2023-02-16 10:42:56 -03:00 |
Marcus Da Coregio
|
4f3faa78f7
|
Revisit Session Management docs
Closes gh-12519
|
2023-02-16 10:39:59 -03:00 |
Dan Allen
|
c47fbf7cfd
|
move code comment to callout
|
2023-01-18 14:41:57 -06:00 |
Rob Winch
|
d40ed58118
|
Merge branch '5.8.x'
Closes gh-12091
Closes gh-12092
|
2022-10-26 14:56:02 -05:00 |
Rob Winch
|
c17e258a6f
|
Document Saved Requests
Closes gh-12088
|
2022-10-26 14:22:30 -05:00 |
Rob Winch
|
9a9a43a0c0
|
ForceEagerSessionCreationFilter
Closes gh-11109
|
2022-04-15 14:18:25 -05:00 |
Rob Winch
|
aaf78330b1
|
ForceEagerSessionCreationFilter
Closes gh-11109
|
2022-04-15 14:16:35 -05:00 |
Rob Winch
|
f94090a59b
|
Remove spring-security-openid
Closes gh-10773
|
2022-01-21 16:55:19 -06:00 |
Rob Winch
|
2fb056b5c1
|
Merge Clean up Reference Documentation
Closes gh-9668
|
2021-12-13 16:57:36 -06:00 |
Rob Winch
|
e368734557
|
Update "Big Picture" to Architecture
|
2021-09-23 15:50:14 -05:00 |
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
|
2021-09-23 15:50:14 -05:00 |
Rob Winch
|
583761f916
|
unpwd->passwords folder
|
2021-09-23 15:50:14 -05:00 |
Rob Winch
|
0b587dcef1
|
Reduce folders
|
2021-09-23 15:50:13 -05:00 |