David Christofas
a0f949cb14
add thumbnails command
2020-03-19 15:59:57 +01:00
David Christofas
711d1be75a
Merge pull request #13 from owncloud/thumbnail-api
...
Implement dav file preview API like in OC10
2020-03-19 14:59:06 +01:00
David Christofas
956c0a6f60
remove replace from go.mod file
2020-03-19 14:49:00 +01:00
David Christofas
5e477d0405
don't default to filetype png
2020-03-19 14:42:30 +01:00
Vincent Petry
ad9a1f1b15
Merge pull request #155 from owncloud/update-readme-for-proxy
...
Update README to point at port 9200
2020-03-19 11:27:34 +01:00
Vincent Petry
748c75b2e0
Update README to point at port 9200
2020-03-19 11:07:10 +01:00
David Christofas
be27ec57d3
Merge branch 'master' into thumbnail-api
2020-03-19 10:03:09 +01:00
Jörn Friedrich Dreyer
0ac7766287
Automated changelog update [skip ci]
2020-03-18 22:02:26 +00:00
Jörn Friedrich Dreyer
4c4296ed99
Merge pull request #151 from owncloud/ocis-single-binary-defaults
...
Change default settings to be able to run ocis server without any con…
2020-03-18 22:56:36 +01:00
Ilja Neumann
2615b65021
Change default settings to be able to run ocis server without any configuration
...
- Konnectd uses no TLS as it is behind the proxy
- Glauth generates dev-certificates for ldap on startup if none are provided,
- Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-03-18 22:50:07 +01:00
Michael Barz
981cf469bf
Automated changelog update [skip ci]
2020-03-18 20:50:45 +00:00
Michael Barz
7396171c15
Release 0.4.0
2020-03-18 21:46:32 +01:00
Michael Barz
301a9f609c
Automated changelog update [skip ci]
2020-03-18 20:40:51 +00:00
Michael Barz
ad4b3841e1
Automated changelog update [skip ci]
2020-03-18 20:39:10 +00:00
Michael Barz
ff3ca75cd8
Merge pull request #12 from owncloud/ocis-single-binary-defaults
...
Change default settings to be able to run ocis server without any con…
2020-03-18 21:36:16 +01:00
Michael Barz
53f5f5ef2a
Merge pull request #56 from owncloud/release-0.2.0
...
Release 0.2.0
2020-03-18 21:34:48 +01:00
Michael Barz
bdbef052f5
Release 0.2.0
2020-03-18 21:28:37 +01:00
Michael Barz
0d14744d77
Automated changelog update [skip ci]
2020-03-18 20:25:23 +00:00
Michael Barz
750cc83274
Merge pull request #55 from owncloud/ocis-single-binary-defaults
...
Change default settings to be able to run ocis server without any con…
2020-03-18 21:21:04 +01:00
Ilja Neumann
a2a730ce5a
Update changelog
2020-03-18 21:15:48 +01:00
Ilja Neumann
7962c3a867
changelog
2020-03-18 21:05:53 +01:00
Ilja Neumann
6bd82c37ef
Change default settings to be able to run ocis server without any configuration
...
- Konnectd uses no TLS as it is behind the proxy
- Glauth generates dev-certificates for ldap on startup if none are provided,
- Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel
2020-03-18 20:59:09 +01:00
Michael Barz
77b99c1afb
Automated changelog update [skip ci]
2020-03-18 19:41:09 +00:00
Michael Barz
bc61a1920a
Merge pull request #16 from owncloud/release-0.1.0
...
Release 0.1.0
2020-03-18 20:37:34 +01:00
Ilja Neumann
cc10b14134
Change default settings to be able to run ocis server without any configuration
...
- Konnectd uses no TLS as it is behind the proxy
- Glauth generates dev-certificates for ldap on startup if none are provided,
- Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel
2020-03-18 20:18:52 +01:00
Michael Barz
0f7bdcc96f
Release 0.1.0
2020-03-18 19:36:25 +01:00
Alex Unger
cc66a0531d
Merge pull request #14 from owncloud/feature/config
...
Load config from Viper on Before hook
2020-03-18 19:11:33 +01:00
Alex Unger
f4e7e16758
Automated changelog update [skip ci]
2020-03-18 18:09:30 +00:00
Alex Unger
5de6b98153
Merge pull request #14 from owncloud/feature/config
...
Load Config from Viper on Before hook
2020-03-18 19:05:10 +01:00
A.Unger
44d118cc79
add changelog
2020-03-18 18:59:31 +01:00
Alex Unger
9a5a6e029d
Automated changelog update [skip ci]
2020-03-18 17:58:20 +00:00
A.Unger
6b60a4ed23
add changelog skeleton
2020-03-18 18:57:22 +01:00
A.Unger
3f67d9d7bb
use ParseConfig on server command
2020-03-18 18:56:57 +01:00
A.Unger
c07f97ff40
abstract ParseConfig to its own scope
2020-03-18 18:56:35 +01:00
Alex Unger
d5b2ac42ce
Merge pull request #27 from owncloud/feature/config
...
Load config from Viper on Before hook
2020-03-18 18:53:46 +01:00
A.Unger
1c9f0fae70
populate changelog file
2020-03-18 18:52:54 +01:00
A.Unger
0b06f7ad6d
add changelog skeleton
2020-03-18 18:51:48 +01:00
A.Unger
f34309adec
use ParseConfig on server command
2020-03-18 18:51:17 +01:00
A.Unger
382f356e23
abstract ParseConfig to its own scope
2020-03-18 18:50:44 +01:00
A.Unger
4650aa5e51
add changelog
2020-03-18 18:47:14 +01:00
A.Unger
e20a7956c4
use ParseConfig on server command
2020-03-18 18:45:03 +01:00
A.Unger
628fc50fc3
abstract ParseConfig to its own scope
2020-03-18 18:44:43 +01:00
Michael Barz
b11ce24061
Automated changelog update [skip ci]
2020-03-18 16:03:44 +00:00
Michael Barz
42b3e18275
Merge pull request #54 from owncloud/release-0.1.0
...
Release 0.1.0
2020-03-18 16:58:49 +01:00
Michael Barz
1e90fcacb2
Release 0.1.0
2020-03-18 16:37:12 +01:00
Michael Barz
5888e10e0c
Automated changelog update [skip ci]
2020-03-18 14:52:42 +00:00
Michael Barz
cd787414fe
Merge pull request #18 from owncloud/release-0.1.0
...
Release 0.1.0
2020-03-18 15:48:43 +01:00
Michael Barz
e23002a970
Automated changelog update [skip ci]
2020-03-18 14:36:00 +00:00
Michael Barz
52ebfc7c02
Release 0.1.0
2020-03-18 15:35:56 +01:00
Michael Barz
9f928f9708
Changelog for pull/11
2020-03-18 15:31:38 +01:00