Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4e98241c9032341f59cd65205bd38e9452634ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Changelog
All notable changes to this project will be documented in this file.

## 5.0.0 – 2022-10-18
### Added
- Added support for JWT [See documentation](https://github.com/nextcloud/external/blob/master/docs/jwt-sample.php)

## 4.1.0 – 2022-09-14
### Fixed
- Use rawurlencode to encode the URL parameters
  [#298](https://github.com/nextcloud/external/pull/298)
- Require Nextcloud 25

## 4.0.0 – 2022-04-07
### Fixed
- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
  [#287](https://github.com/nextcloud/external/pull/287)
- Require Nextcloud 24

## 3.10.2 – 2021-11-09
### Fixed
- Compatibility with Nextcloud 23

## 3.9.0 – 2021-06-15
### Fixed
- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
  [#257](https://github.com/nextcloud/external/pull/257)
- Use prepared list of pages to redirect to the page
  [#244](https://github.com/nextcloud/external/pull/244)
- urlencode the parameters
  [#243](https://github.com/nextcloud/external/pull/243)
- Compatibility with Nextcloud 22

## 3.8.2 – 2021-06-15
### Fixed
- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
  [#259](https://github.com/nextcloud/external/pull/259)
- Use prepared list of pages to redirect to the page
  [#245](https://github.com/nextcloud/external/pull/245)
- urlencode the parameters
  [#248](https://github.com/nextcloud/external/pull/248)

## 3.7.3 – 2021-06-15
### Fixed
- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
  [#260](https://github.com/nextcloud/external/pull/260)
- Use prepared list of pages to redirect to the page
  [#246](https://github.com/nextcloud/external/pull/246)
- urlencode the parameters
  [#249](https://github.com/nextcloud/external/pull/249)

## 3.8.1 – 2021-01-25
### Fixed
- Fix "Fileupload not a function on chrome"

## 3.8.0 – 2020-12-15
### Fixed
- Compatibility with Nextcloud 21

## 3.7.2 – 2021-01-25
### Fixed
- Fix "Fileupload not a function on chrome"

## 3.7.1 – 2020-10-07
### Fixed
 - Fix missing compiled JS

## 3.7.0 – 2020-09-04
### Fixed
 - Compatibility with Nextcloud 20

## 3.6.0 – 2020-06-03
### Fixed
 - Compatibility with Nextcloud 19

## 3.5.0 – 2020-01-17
### Fixed
 - Compatibility with Nextcloud 18

## 3.4.1 – 2019-10-15
### Fixed
 - Make sure the white icon is also shown in 32px width
  [#161](https://github.com/nextcloud/external/pull/161)
 - Add Content-Security-Policy to allow inline attributes on SVG icons
  [#157](https://github.com/nextcloud/external/pull/157)
 - Resize the iframe while it is still loading
  [#154](https://github.com/nextcloud/external/pull/154)
 - Allow to fullscreen the embeded content
  [#151](https://github.com/nextcloud/external/pull/151)

## 3.4.0 – 2019-09-03
### Fixed
 - Compatibility with Nextcloud 17

## 3.3.0 – 2019-03-29
### Added
 - Allow to add links to the login page
  [#111](https://github.com/nextcloud/external/pull/111)

### Fixed
 - Compatibility with Nextcloud 16

## 3.2.0 – 2018-11-16
### Fixed
 - Compatibility with Nextcloud 15

## 3.1.0 – 2018-08-02
### Fixed
 - Compatibility with Nextcloud 14

## 3.0.4 – 2018-08-10
### Fixed
 - Fix personal settings after removing a quota link [#108](https://github.com/nextcloud/external/pull/108)

## 3.0.3 – 2018-05-09
### Fixed
 - Bring back the quota link on the personal page
  [#94](https://github.com/nextcloud/external/pull/94)

## 3.0.2 – 2018-02-07
### Fixed
 - Fix placeholders not working in the browser
  [#73](https://github.com/nextcloud/external/pull/73)

## 3.0.1 – 2018-01-10
### Added
 - Allow to add email, user id and displayname as placeholders in URLs
  [#66](https://github.com/nextcloud/external/pull/66)

## 3.0.0 – 2017-11-16
### Added
 - Support for Nextcloud 13
 - Allow to add sites for members of a group
  [#44](https://github.com/nextcloud/external/pull/44)
 - Option to upload icons in the admin settings
  [#46](https://github.com/nextcloud/external/pull/46)
 - Allow to redirect to sites when they can not be embedded
  [#43](https://github.com/nextcloud/external/pull/43)

### Changed
 - Allow to set the app as default app
  [#51](https://github.com/nextcloud/external/pull/51)

### Fixed
 - Also display "Quota" link on the sidebar of the files app
  [#40](https://github.com/nextcloud/external/pull/40)
 - No more integrity warning when icons are uploaded
  [#46](https://github.com/nextcloud/external/pull/46)