This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Commit a5c922e
authored
2.4.0 (#346)
* ADF-2789 alfresco-js-api downlaodapi documentation is missing
* Publish the release 2.3.1 for compatibility reason (#327)
* add missing search typings (#328)
* Update index.d.ts
* Update index.d.ts
* fix enums usage/imports in TypeScript (#329)
* fix enums usage/imports in TypeScript
* enum fixes
* update test script
* test against release (master)
* Revert "test against release (master)"
This reverts commit 7e2a9b1.
* restore the script
* use master for tests
* temp workaround for sort enum
* [ADF-2563] Update node content (#331)
* Update node content
* change log update
* [ADF-3037] Add newly introduced isFavorite property to Nodes (#332)
* add new isFavorite property
* update changelog
* [ADF-2573] remove duplicate listeners and add error event (#333)
* remove duplicate listeners
add error event
* test error handler
* [ADF-2481] disable timeout (#334)
* disable timeout
* changelog
* change timeout settings
* fix typings error
* remove non-existing parameter
* missing property on declaration
* remove client timeout
* added nodeId property (#335)
* [ADF-2603] getVersionContent type definition missing parameters (#336)
* update versioning typings
* update changelog
* [ADF-SSO] Implicit flow login for oauth2 sso (#337)
* implicit flow oauth2
* oauth part 2
* check valid access token
* silent refresh token
* fix refresh token remove
* clean local token after logout
* documentation
* fix test
* improve storage
* add scope as required parameter add more test
* skip login form
* storage static
* init storage
* fix declaration file
* fix storage
* improve implicit flow using session storage
* redirect logout optional
* make check provider methods public
* remove trailing white space
* skipLoginForm rename to silentLogin
* remove secret mandatory
* fix declaration and implicit login
* create configuration change option
* fix metadata context
update changelog
* fix oauth2 hash problems (#339)
* authType property
* fix check islogin
* [ADF-3224] move logic store ticket in alfresco-js-api (#341)
* invalidate session
* changelog add
* invalidate session at logout
* rename clear storage in invalidateSession
* invalidate not oauth2 sessions only if needed
* missing space
* move to local storage
* exclude logout emc/bpm in oauth
* Fix type definition for TaskFormsApi.getTaskFormVariables (#342)
* [ADF-3184] grant type password KEYCLOAK fix
* Dev build fix (#345)
* fix travis script
* fix test and build
* travis script new conf
* Enforce the isBpm/isEcm loggedIn method checking the current provider… (#344)
* Enforce the isBpm/isEcm loggedIn method checking the current provider (BPM/ECM/ALL)
* Update alfrescoApi.js
* fix reference problem isEcmBpmConfiguration
* bump version1 parent 6e63688 commit a5c922e
File tree
24 files changed
+1506
-454
lines changed- scripts
- src
- alfresco-core-rest-api
- src
- api
- model
- test
- mockObjects/oauth2
24 files changed
+1506
-454
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
6 | 29 | | |
7 | 30 | | |
8 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | | - | |
55 | 59 | | |
56 | | - | |
| 60 | + | |
57 | 61 | | |
| 62 | + | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | | - | |
| 66 | + | |
61 | 67 | | |
62 | | - | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | | - | |
66 | | - | |
67 | 71 | | |
68 | | - | |
| 72 | + | |
69 | 73 | | |
70 | | - | |
| 74 | + | |
71 | 75 | | |
| 76 | + | |
72 | 77 | | |
73 | | - | |
74 | 78 | | |
75 | | - | |
| 79 | + | |
76 | 80 | | |
77 | | - | |
| 81 | + | |
78 | 82 | | |
79 | | - | |
| 83 | + | |
80 | 84 | | |
81 | | - | |
| 85 | + | |
82 | 86 | | |
83 | | - | |
| 87 | + | |
84 | 88 | | |
85 | | - | |
| 89 | + | |
86 | 90 | | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
93 | | - | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | | - | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | | - | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
| 108 | + | |
103 | 109 | | |
104 | 110 | | |
105 | | - | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | | - | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
112 | | - | |
| 118 | + | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
116 | | - | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
120 | | - | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | | - | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | | - | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | | - | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | | - | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | | - | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | | - | |
| 144 | + | |
139 | 145 | | |
140 | 146 | | |
141 | | - | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | | - | |
| 150 | + | |
145 | 151 | | |
146 | 152 | | |
147 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
| |||
226 | 234 | | |
227 | 235 | | |
228 | 236 | | |
229 | | - | |
| 237 | + | |
| 238 | + | |
230 | 239 | | |
231 | 240 | | |
232 | 241 | | |
| |||
315 | 324 | | |
316 | 325 | | |
317 | 326 | | |
318 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
319 | 403 | | |
320 | 404 | | |
321 | 405 | | |
| |||
327 | 411 | | |
328 | 412 | | |
329 | 413 | | |
330 | | - | |
| 414 | + | |
| 415 | + | |
331 | 416 | | |
332 | 417 | | |
333 | 418 | | |
| |||
1296 | 1381 | | |
1297 | 1382 | | |
1298 | 1383 | | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
1299 | 1395 | | |
1300 | 1396 | | |
1301 | 1397 | | |
| |||
0 commit comments