Skip to content

Commit 35f7f17

Browse files
committed
Add generated CHANGELOG.
1 parent 0d1f760 commit 35f7f17

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Changelog
2+
3+
## [v0.4.2](https://github.com/pdsinterop/solid-nextcloud/tree/v0.4.2) (2021-11-30)
4+
5+
[Full Changelog](https://github.com/pdsinterop/solid-nextcloud/compare/v0.4.0...v0.4.2)
6+
7+
## [v0.4.0](https://github.com/pdsinterop/solid-nextcloud/tree/v0.4.0) (2021-11-30)
8+
9+
[Full Changelog](https://github.com/pdsinterop/solid-nextcloud/compare/v0.0.3...v0.4.0)
10+
11+
### Closes
12+
13+
- 500 error on profile [\#56](https://github.com/pdsinterop/solid-nextcloud/issues/56)
14+
- obtainAuthHeaders failing because the issuer has no registration endpoint. [\#54](https://github.com/pdsinterop/solid-nextcloud/issues/54)
15+
- Support PHP 8 in phpunit [\#53](https://github.com/pdsinterop/solid-nextcloud/issues/53)
16+
17+
## [v0.0.3](https://github.com/pdsinterop/solid-nextcloud/tree/v0.0.3) (2021-11-08)
18+
19+
[Full Changelog](https://github.com/pdsinterop/solid-nextcloud/compare/v0.0.2...v0.0.3)
20+
21+
### Closes
22+
23+
- vendor folder missing from published build [\#51](https://github.com/pdsinterop/solid-nextcloud/issues/51)
24+
- https://mydomain.org/apps/solid/@validuser gives HTTP 405 error [\#50](https://github.com/pdsinterop/solid-nextcloud/issues/50)
25+
- Invalid Prefix in Containers with strange characters [\#44](https://github.com/pdsinterop/solid-nextcloud/issues/44)
26+
27+
## [v0.0.2](https://github.com/pdsinterop/solid-nextcloud/tree/v0.0.2) (2021-05-05)
28+
29+
[Full Changelog](https://github.com/pdsinterop/solid-nextcloud/compare/12bcebec79763de0ce7ea0e7dd5aa92f1c102c4e...v0.0.2)
30+
31+
### Closes
32+
33+
- Deep Integration: Contacts [\#22](https://github.com/pdsinterop/solid-nextcloud/issues/22)
34+
- CSP messes up login + authorize flow in demo [\#15](https://github.com/pdsinterop/solid-nextcloud/issues/15)
35+
- cors headers on /.well-known/openid-configuration [\#14](https://github.com/pdsinterop/solid-nextcloud/issues/14)
36+
- Use openid-configuration from php-solid-auth [\#6](https://github.com/pdsinterop/solid-nextcloud/issues/6)
37+
- enable /.well-known/openid-provider [\#2](https://github.com/pdsinterop/solid-nextcloud/issues/2)
38+
39+
### Pull request(s) without label
40+
41+
- WIP: updated constructors for nextcloud 21 compatibility [\#45](https://github.com/pdsinterop/solid-nextcloud/pull/45) (@ylebre)
42+
- UI fixes [\#42](https://github.com/pdsinterop/solid-nextcloud/pull/42) (@ylebre)
43+
- Add endpoints for profile, calendar and contacts [\#40](https://github.com/pdsinterop/solid-nextcloud/pull/40) (@ylebre)
44+
- Updating Docker setup [\#38](https://github.com/pdsinterop/solid-nextcloud/pull/38) (@ylebre)
45+
- remove cors headers from files, will handle in webserver config instead [\#36](https://github.com/pdsinterop/solid-nextcloud/pull/36) (@ylebre)
46+
- Pin test suite versions [\#35](https://github.com/pdsinterop/solid-nextcloud/pull/35) (@michielbdejong)
47+
- Switch from Travis to GitHub Actions [\#34](https://github.com/pdsinterop/solid-nextcloud/pull/34) (@michielbdejong)
48+
- add more default files and containers and reflect those in the profile [\#32](https://github.com/pdsinterop/solid-nextcloud/pull/32) (@ylebre)
49+
- add origin check for WAC [\#31](https://github.com/pdsinterop/solid-nextcloud/pull/31) (@ylebre)
50+
- WIP: app launcher [\#30](https://github.com/pdsinterop/solid-nextcloud/pull/30) (@ylebre)
51+
- Fix tests [\#28](https://github.com/pdsinterop/solid-nextcloud/pull/28) (@michielbdejong)
52+
- WIP: updating to flysystem-nextcloud [\#27](https://github.com/pdsinterop/solid-nextcloud/pull/27) (@ylebre)
53+
- Use solidtestsuite/webid-provider-tests:v1.2.0 [\#26](https://github.com/pdsinterop/solid-nextcloud/pull/26) (@michielbdejong)
54+
- Add web-access-control tests [\#25](https://github.com/pdsinterop/solid-nextcloud/pull/25) (@michielbdejong)
55+
- Add solid-crud tests [\#24](https://github.com/pdsinterop/solid-nextcloud/pull/24) (@michielbdejong)
56+
- Contacts [\#23](https://github.com/pdsinterop/solid-nextcloud/pull/23) (@michielbdejong)
57+
- Master Yvo [\#20](https://github.com/pdsinterop/solid-nextcloud/pull/20) (@michielbdejong)
58+
- adding token endpoint [\#19](https://github.com/pdsinterop/solid-nextcloud/pull/19) (@ylebre)
59+
- Add Travis CI [\#18](https://github.com/pdsinterop/solid-nextcloud/pull/18) (@michielbdejong)
60+
- WIP: code cleanup, moved a lot to php-solid-auth. [\#12](https://github.com/pdsinterop/solid-nextcloud/pull/12) (@ylebre)
61+
- Redirect uri [\#11](https://github.com/pdsinterop/solid-nextcloud/pull/11) (@ylebre)
62+
- replaced most of the hard coded urls with generated ones [\#9](https://github.com/pdsinterop/solid-nextcloud/pull/9) (@ylebre)
63+
- Solid community login [\#7](https://github.com/pdsinterop/solid-nextcloud/pull/7) (@michielbdejong)
64+
- Profile [\#5](https://github.com/pdsinterop/solid-nextcloud/pull/5) (@ylebre)
65+
- Openid configuration [\#4](https://github.com/pdsinterop/solid-nextcloud/pull/4) (@michielbdejong)
66+
- Rename the Nextcloud app pdsinterop -\> solid [\#3](https://github.com/pdsinterop/solid-nextcloud/pull/3) (@michielbdejong)
67+
68+
69+
70+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)