Skip to content

Commit 5640ccd

Browse files
Rebuild documentation
1 parent 5964710 commit 5640ccd

62 files changed

Lines changed: 756 additions & 706 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/auth_jwt/README

Lines changed: 46 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ AUTH_JWT Module
3939
extract_pub_key_from_cert(certificate,out_publ
4040
ic_key)
4141

42+
1.4.4.
43+
extract_pub_key_from_exp_mod(e,n,out_public_ke
44+
y)
45+
4246
2. Contributors
4347

4448
2.1. By Commit Statistics
@@ -72,6 +76,7 @@ AUTH_JWT Module
7276
1.13. jwt_db_authorize usage
7377
1.14. jwt_script_authorize usage
7478
1.15. extract_pub_key_from_cert usage
79+
1.16. extract_pub_key_from_exp_mod usage
7580

7681
Chapter 1. Admin Guide
7782

@@ -355,6 +360,32 @@ if (extract_pub_key_from_cert("$avp(my_certificate)",$avp(my_pub_key)))
355360
}
356361
...
357362

363+
1.4.4. extract_pub_key_from_exp_mod(e,n,out_public_key)
364+
365+
The function reads a base64url-encoded RSA exponent (e) and
366+
modulus (n), then builds a PEM public key and stores it into
367+
out_public_key. Return codes are :
368+
* -1 : Failure in extracting the pub key
369+
* 1 : out_public_key succesfully populated
370+
371+
Meaning of the parameters is as follows:
372+
* e (string) - Base64url-encoded RSA exponent
373+
The string may contain pseudo variables.
374+
* n (string) - Base64url-encoded RSA modulus
375+
The string may contain pseudo variables.
376+
* out_public_key (pvar) - PVAR used to store the extracted
377+
public key
378+
379+
This function can be used from REQUEST_ROUTE.
380+
381+
Example 1.16. extract_pub_key_from_exp_mod usage
382+
...
383+
if (extract_pub_key_from_exp_mod("$avp(my_exp)", "$avp(my_mod)", $avp(my
384+
_pub_key))) {
385+
xlog("Succesfully extracted public key - $avp(my_pub_key) \n");
386+
}
387+
...
388+
358389
Chapter 2. Contributors
359390

360391
2.1. By Commit Statistics
@@ -365,10 +396,11 @@ Chapter 2. Contributors
365396
1. Vlad Paiu (@vladpaiu) 20 6 1521 16
366397
2. Liviu Chircu (@liviuchircu) 5 3 4 6
367398
3. Bogdan-Andrei Iancu (@bogdan-iancu) 4 2 6 7
368-
4. pavelkohout396 3 1 24 2
369-
5. Alexandra Titoc 3 1 5 4
370-
6. Maksym Sobolyev (@sobomax) 3 1 3 3
371-
7. Peter Lemenkov (@lemenkov) 3 1 2 1
399+
4. vladpaiu 4 1 231 1
400+
5. pavelkohout396 3 1 24 2
401+
6. Alexandra Titoc 3 1 5 4
402+
7. Maksym Sobolyev (@sobomax) 3 1 3 3
403+
8. Peter Lemenkov (@lemenkov) 3 1 2 1
372404

373405
(1) DevScore = author_commits + author_lines_added /
374406
(project_lines_added / project_commits) + author_lines_deleted
@@ -390,13 +422,14 @@ Chapter 2. Contributors
390422

391423
Table 2.2. Most recently active contributors^(1) to this module
392424
Name Commit Activity
393-
1. pavelkohout396 Feb 2026 - Feb 2026
394-
2. Peter Lemenkov (@lemenkov) Jul 2025 - Jul 2025
395-
3. Liviu Chircu (@liviuchircu) May 2023 - Sep 2024
396-
4. Alexandra Titoc Sep 2024 - Sep 2024
397-
5. Vlad Paiu (@vladpaiu) Mar 2020 - Jul 2023
398-
6. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
399-
7. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2020 - Dec 2021
425+
1. vladpaiu Feb 2026 - Feb 2026
426+
2. pavelkohout396 Feb 2026 - Feb 2026
427+
3. Peter Lemenkov (@lemenkov) Jul 2025 - Jul 2025
428+
4. Liviu Chircu (@liviuchircu) May 2023 - Sep 2024
429+
5. Alexandra Titoc Sep 2024 - Sep 2024
430+
6. Vlad Paiu (@vladpaiu) Mar 2020 - Jul 2023
431+
7. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
432+
8. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2020 - Dec 2021
400433

401434
(1) including any documentation-related commits, excluding
402435
merge commits
@@ -405,5 +438,5 @@ Chapter 3. Documentation
405438

406439
3.1. Contributors
407440

408-
Last edited by: Liviu Chircu (@liviuchircu), Vlad Paiu
409-
(@vladpaiu).
441+
Last edited by: vladpaiu, Liviu Chircu (@liviuchircu), Vlad
442+
Paiu (@vladpaiu).

modules/auth_jwt/doc/contributors.xml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,38 @@
4444
</row>
4545
<row>
4646
<entry>4. </entry>
47+
<entry>vladpaiu</entry>
48+
<entry align="center">4</entry>
49+
<entry align="center">1</entry>
50+
<entry align="center">231</entry>
51+
<entry align="center">1</entry>
52+
</row>
53+
<row>
54+
<entry>5. </entry>
4755
<entry>pavelkohout396</entry>
4856
<entry align="center">3</entry>
4957
<entry align="center">1</entry>
5058
<entry align="center">24</entry>
5159
<entry align="center">2</entry>
5260
</row>
5361
<row>
54-
<entry>5. </entry>
62+
<entry>6. </entry>
5563
<entry>Alexandra Titoc</entry>
5664
<entry align="center">3</entry>
5765
<entry align="center">1</entry>
5866
<entry align="center">5</entry>
5967
<entry align="center">4</entry>
6068
</row>
6169
<row>
62-
<entry>6. </entry>
70+
<entry>7. </entry>
6371
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
6472
<entry align="center">3</entry>
6573
<entry align="center">1</entry>
6674
<entry align="center">3</entry>
6775
<entry align="center">3</entry>
6876
</row>
6977
<row>
70-
<entry>7. </entry>
78+
<entry>8. </entry>
7179
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>
7280
<entry align="center">3</entry>
7381
<entry align="center">1</entry>
@@ -104,36 +112,41 @@
104112
<tbody>
105113
<row>
106114
<entry>1. </entry>
107-
<entry>pavelkohout396</entry>
115+
<entry>vladpaiu</entry>
108116
<entry align="center">Feb 2026 - Feb 2026</entry>
109117
</row>
110118
<row>
111119
<entry>2. </entry>
120+
<entry>pavelkohout396</entry>
121+
<entry align="center">Feb 2026 - Feb 2026</entry>
122+
</row>
123+
<row>
124+
<entry>3. </entry>
112125
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>
113126
<entry align="center">Jul 2025 - Jul 2025</entry>
114127
</row>
115128
<row>
116-
<entry>3. </entry>
129+
<entry>4. </entry>
117130
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
118131
<entry align="center">May 2023 - Sep 2024</entry>
119132
</row>
120133
<row>
121-
<entry>4. </entry>
134+
<entry>5. </entry>
122135
<entry>Alexandra Titoc</entry>
123136
<entry align="center">Sep 2024 - Sep 2024</entry>
124137
</row>
125138
<row>
126-
<entry>5. </entry>
139+
<entry>6. </entry>
127140
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
128141
<entry align="center">Mar 2020 - Jul 2023</entry>
129142
</row>
130143
<row>
131-
<entry>6. </entry>
144+
<entry>7. </entry>
132145
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
133146
<entry align="center">Feb 2023 - Feb 2023</entry>
134147
</row>
135148
<row>
136-
<entry>7. </entry>
149+
<entry>8. </entry>
137150
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
138151
<entry align="center">Mar 2020 - Dec 2021</entry>
139152
</row>
@@ -151,7 +164,7 @@
151164
<title>Documentation</title>
152165
<section id="documentation_contributors" xreflabel="documentation_contributors">
153166
<title>Contributors</title>
154-
<para><emphasis role='bold'>Last edited by:</emphasis> Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>).</para>
167+
<para><emphasis role='bold'>Last edited by:</emphasis> vladpaiu, Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>).</para>
155168
</section>
156169

157170
</chapter>

modules/b2b_entities/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ Chapter 3. Contributors
814814
Name DevScore Commits Lines ++ Lines --
815815
1. Anca Vamanu 183 94 6839 1860
816816
2. Vlad Patrascu (@rvlad-patrascu) 127 62 5443 1147
817-
3. Razvan Crainea (@razvancrainea) 91 74 837 538
817+
3. Razvan Crainea (@razvancrainea) 92 75 838 539
818818
4. Bogdan-Andrei Iancu (@bogdan-iancu) 62 53 525 209
819819
5. Ovidiu Sas (@ovidiusas) 58 43 988 348
820820
6. Liviu Chircu (@liviuchircu) 22 18 99 128
@@ -849,8 +849,8 @@ Chapter 3. Contributors
849849

850850
Table 3.2. Most recently active contributors^(1) to this module
851851
Name Commit Activity
852-
1. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2009 - Feb 2026
853-
2. Razvan Crainea (@razvancrainea) Dec 2010 - Jan 2026
852+
1. Razvan Crainea (@razvancrainea) Dec 2010 - Feb 2026
853+
2. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2009 - Feb 2026
854854
3. Liviu Chircu (@liviuchircu) Mar 2014 - Jan 2026
855855
4. Ovidiu Sas (@ovidiusas) Nov 2010 - Dec 2025
856856
5. Ibrahim Shahzad Jul 2025 - Jul 2025

modules/b2b_entities/doc/contributors.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
<row>
3838
<entry>3. </entry>
3939
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
40-
<entry align="center">91</entry>
41-
<entry align="center">74</entry>
42-
<entry align="center">837</entry>
43-
<entry align="center">538</entry>
40+
<entry align="center">92</entry>
41+
<entry align="center">75</entry>
42+
<entry align="center">838</entry>
43+
<entry align="center">539</entry>
4444
</row>
4545
<row>
4646
<entry>4. </entry>
@@ -128,13 +128,13 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131-
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
132-
<entry align="center">Aug 2009 - Feb 2026</entry>
131+
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132+
<entry align="center">Dec 2010 - Feb 2026</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
137-
<entry align="center">Dec 2010 - Jan 2026</entry>
136+
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
137+
<entry align="center">Aug 2009 - Feb 2026</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>

modules/cachedb_mongodb/README

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ Chapter 2. Contributors
274274
9. Dan Pascu (@danpascu) 4 2 4 4
275275
10. Alessio Garzi (@Ozzyboshi) 4 2 2 2
276276

277-
All remaining contributors: @jalung, tcresson, Maksym Sobolyev
278-
(@sobomax), Julián Moreno Patiño, Ken Rice.
277+
All remaining contributors: @jalung, Remi Collet, tcresson,
278+
Maksym Sobolyev (@sobomax), Julián Moreno Patiño, Ken Rice.
279279

280280
(1) DevScore = author_commits + author_lines_added /
281281
(project_lines_added / project_commits) + author_lines_deleted
@@ -296,20 +296,21 @@ Chapter 2. Contributors
296296
2.2. By Commit Activity
297297

298298
Table 2.2. Most recently active contributors^(1) to this module
299-
Name Commit Activity
300-
1. Peter Lemenkov (@lemenkov) Jun 2018 - Jan 2026
301-
2. Ken Rice Sep 2025 - Sep 2025
302-
3. Liviu Chircu (@liviuchircu) Mar 2014 - Sep 2024
303-
4. Razvan Crainea (@razvancrainea) Aug 2015 - Sep 2024
304-
5. Alexandra Titoc Sep 2024 - Sep 2024
305-
6. Vlad Paiu (@vladpaiu) Jan 2013 - Aug 2024
306-
7. tcresson Oct 2023 - Oct 2023
307-
8. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
308-
9. Vlad Patrascu (@rvlad-patrascu) May 2017 - May 2021
309-
10. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2014 - Mar 2020
310-
311-
All remaining contributors: Alessio Garzi (@Ozzyboshi), Dan
312-
Pascu (@danpascu), @jalung, Julián Moreno Patiño, Ovidiu Sas
299+
Name Commit Activity
300+
1. Remi Collet Feb 2026 - Feb 2026
301+
2. Peter Lemenkov (@lemenkov) Jun 2018 - Jan 2026
302+
3. Ken Rice Sep 2025 - Sep 2025
303+
4. Liviu Chircu (@liviuchircu) Mar 2014 - Sep 2024
304+
5. Razvan Crainea (@razvancrainea) Aug 2015 - Sep 2024
305+
6. Alexandra Titoc Sep 2024 - Sep 2024
306+
7. Vlad Paiu (@vladpaiu) Jan 2013 - Aug 2024
307+
8. tcresson Oct 2023 - Oct 2023
308+
9. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
309+
10. Vlad Patrascu (@rvlad-patrascu) May 2017 - May 2021
310+
311+
All remaining contributors: Bogdan-Andrei Iancu
312+
(@bogdan-iancu), Alessio Garzi (@Ozzyboshi), Dan Pascu
313+
(@danpascu), @jalung, Julián Moreno Patiño, Ovidiu Sas
313314
(@ovidiusas).
314315

315316
(1) including any documentation-related commits, excluding

modules/cachedb_mongodb/doc/contributors.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</tbody>
102102
</tgroup>
103103
</table>
104-
<para><emphasis role='bold'>All remaining contributors</emphasis>: <ulink url="https://github.com/jalung">@jalung</ulink>, tcresson, Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>), Julián Moreno Patiño, Ken Rice.</para>
104+
<para><emphasis role='bold'>All remaining contributors</emphasis>: <ulink url="https://github.com/jalung">@jalung</ulink>, Remi Collet, tcresson, Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>), Julián Moreno Patiño, Ken Rice.</para>
105105
<para>
106106
<emphasis>(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)</emphasis>
107107
</para>
@@ -128,58 +128,58 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131+
<entry>Remi Collet</entry>
132+
<entry align="center">Feb 2026 - Feb 2026</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>
132137
<entry align="center">Jun 2018 - Jan 2026</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Ken Rice</entry>
137142
<entry align="center">Sep 2025 - Sep 2025</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
142147
<entry align="center">Mar 2014 - Sep 2024</entry>
143148
</row>
144149
<row>
145-
<entry>4. </entry>
150+
<entry>5. </entry>
146151
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
147152
<entry align="center">Aug 2015 - Sep 2024</entry>
148153
</row>
149154
<row>
150-
<entry>5. </entry>
155+
<entry>6. </entry>
151156
<entry>Alexandra Titoc</entry>
152157
<entry align="center">Sep 2024 - Sep 2024</entry>
153158
</row>
154159
<row>
155-
<entry>6. </entry>
160+
<entry>7. </entry>
156161
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
157162
<entry align="center">Jan 2013 - Aug 2024</entry>
158163
</row>
159164
<row>
160-
<entry>7. </entry>
165+
<entry>8. </entry>
161166
<entry>tcresson</entry>
162167
<entry align="center">Oct 2023 - Oct 2023</entry>
163168
</row>
164169
<row>
165-
<entry>8. </entry>
170+
<entry>9. </entry>
166171
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
167172
<entry align="center">Feb 2023 - Feb 2023</entry>
168173
</row>
169174
<row>
170-
<entry>9. </entry>
175+
<entry>10. </entry>
171176
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
172177
<entry align="center">May 2017 - May 2021</entry>
173178
</row>
174-
<row>
175-
<entry>10. </entry>
176-
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
177-
<entry align="center">Oct 2014 - Mar 2020</entry>
178-
</row>
179179
</tbody>
180180
</tgroup>
181181
</table>
182-
<para><emphasis role='bold'>All remaining contributors</emphasis>: Alessio Garzi (<ulink url="https://github.com/Ozzyboshi">@Ozzyboshi</ulink>), Dan Pascu (<ulink url="https://github.com/danpascu">@danpascu</ulink>), <ulink url="https://github.com/jalung">@jalung</ulink>, Julián Moreno Patiño, Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>).</para>
182+
<para><emphasis role='bold'>All remaining contributors</emphasis>: Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Alessio Garzi (<ulink url="https://github.com/Ozzyboshi">@Ozzyboshi</ulink>), Dan Pascu (<ulink url="https://github.com/danpascu">@danpascu</ulink>), <ulink url="https://github.com/jalung">@jalung</ulink>, Julián Moreno Patiño, Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>).</para>
183183
<para>
184184
<emphasis>(1) including any documentation-related commits, excluding merge commits</emphasis>
185185
</para>

0 commit comments

Comments
 (0)