Commit 229e1ac
File tree
- .circleci
- etc/migration
- 12.5-to-12.6
- disable_users_from_tenancy/lib
- packages
- oae-activity
- config
- emailTemplates
- lib
- internal
- test
- tests
- oae-authentication
- config
- emailTemplates
- lib
- strategies
- cas
- facebook
- google
- ldap
- local
- oauth
- internal
- shibboleth
- signed
- twitter
- test
- tests
- oae-authz
- lib
- internal
- invitations
- search/schema
- test
- tests
- oae-config
- lib
- test
- tests
- oae-content
- config
- lib
- backends
- internal
- search/schema
- test
- tests
- oae-context
- lib
- tests
- oae-discussions
- config
- lib
- internal
- test
- tests
- oae-doc
- lib
- tests
- oae-email
- config
- emailTemplates
- lib
- test
- tests
- oae-emitter
- lib
- tests
- oae-folders
- config
- lib
- internal
- test
- tests
- oae-following
- lib
- internal
- search
- schema
- searches
- test
- tests
- oae-google-analytics
- config
- tests
- oae-jitsi
- config
- lib
- internal
- tests
- oae-library
- lib
- internal
- test
- tests
- oae-logger
- lib
- tests
- oae-lti
- lib
- internal
- tests
- oae-mediacore/lib
- internal
- oae-messagebox
- lib
- search/schema
- tests
- oae-preview-processor
- config
- lib
- internal
- processors
- collabdoc
- file
- folder
- link
- test
- tests
- oae-principals
- config
- lib
- internal
- libraries
- test
- tests
- oae-resource/lib
- oae-search
- lib
- internal
- schema
- searches
- test
- tests
- oae-telemetry
- lib
- publishers
- tests
- oae-tenants
- config
- lib
- internal
- test
- tests
- oae-tests
- lib
- runner
- oae-tincanapi
- config
- lib
- tests
- oae-ui
- config
- lib
- test
- tests
- oae-uservoice/lib
- internal
- oae-util
- lib
- internal
- globals
- middleware
- test
- tests
- oae-version
- lib
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
- .gitignore+1-1
- package-lock.json+17-17
- packages/oae-core/addtofolder/addtofolder.html+9-1
- packages/oae-core/addtofolder/bundles/default.properties+2
- packages/oae-core/createcollabsheet/bundles/default.properties+5
- packages/oae-core/createcollabsheet/createcollabsheet.html+44
- packages/oae-core/createcollabsheet/css/createcollabsheet.css+22
- packages/oae-core/createcollabsheet/js/createcollabsheet.js+209
- packages/oae-core/createcollabsheet/manifest.json+11
- packages/oae-core/deletefolder/deletefolder.html+2
- packages/oae-core/deleteresource/deleteresource.html+14
- packages/oae-core/deleteresources/deleteresources.html+13-1
- packages/oae-core/editcontent/bundles/default.properties+2
- packages/oae-core/ethercalc/bundles/default.properties+2
- packages/oae-core/ethercalc/css/ethercalc.css+83
- packages/oae-core/ethercalc/ethercalc.html+26
- packages/oae-core/ethercalc/js/ethercalc.js+87
- packages/oae-core/ethercalc/manifest.json+6
- packages/oae-core/foldercontentvisibility/bundles/default.properties+1
- packages/oae-core/foldercontentvisibility/foldercontentvisibility.html+3-1
- packages/oae-core/setpermissions/bundles/default.properties+24
- packages/oae-core/setpermissions/js/setpermissions.js+2-2
- packages/oae-core/setpermissions/setpermissions.html+48
- packages/oae-core/share/bundles/default.properties+7
- packages/oae-core/share/share.html+18
- shared/oae/api/oae.api.content.js+665-578
- shared/oae/bundles/ui/default.properties+50-1
- shared/oae/css/oae.components.css+5
- shared/oae/js/activityadapter.js+443-333
- shared/oae/js/mimetypes.js+4
- shared/oae/macros/list.html+9-1
- ui/content.html+1-1
- ui/folder.html+1
- ui/group.html+1
- ui/index.html+1
- ui/js/content.js+14-2
- ui/js/folder.js+6
- ui/js/group.js+29-42
- ui/js/index.js+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
35 | 62 | | |
36 | | - | |
| 63 | + | |
37 | 64 | | |
38 | 65 | | |
39 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
431 | 432 | | |
432 | 433 | | |
433 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
434 | 449 | | |
435 | 450 | | |
436 | 451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 28 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | | - | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
Lines changed: 23 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | | - | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
40 | 53 | | |
41 | 54 | | |
42 | 55 | | |
43 | | - | |
| 56 | + | |
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| 61 | + | |
48 | 62 | | |
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
62 | 77 | | |
63 | 78 | | |
64 | 79 | | |
65 | | - | |
| 80 | + | |
66 | 81 | | |
67 | 82 | | |
68 | 83 | | |
| |||
73 | 88 | | |
74 | 89 | | |
75 | 90 | | |
| 91 | + | |
76 | 92 | | |
77 | 93 | | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
85 | 101 | | |
86 | 102 | | |
87 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments