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: dd9853e034aa52abc2dcb5a8009918a877e3a79b (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
# Changelog
All notable changes to this project will be documented in this file.

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

## 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)