Lauri Ojansivu
59314ab17d
- Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.
...
Thanks to xet7 !
2019-02-12 03:09:30 +02:00
Lauri Ojansivu
8e02170dd1
- Add option DEBUG=true for docker-compose.yml/Snap/Source.
...
Thanks to xet7 !
2019-02-11 16:32:24 +02:00
Lauri Ojansivu
1e034a794f
- Update translated text.
2018-12-21 19:47:34 +02:00
guillaume
6b145bb3cc
Add a new env var to select the default authentication method
2018-12-19 13:42:51 +01:00
Lauri Ojansivu
bfca1822a0
- Remove extra commas , and add missing backslash \.
...
Maybe after that login, logout and CORS works.
Thanks to xet7 !
Related #2045 ,
related wekan/wekan-snap#69
2018-12-04 22:20:24 +02:00
Lauri Ojansivu
b788deb002
- Add CORS https://enable-cors.org/server_meteor.html
...
- Add missing LDAP and TIMER environment variables.
Thanks to xet7 !
Closes wekan/wekan-snap#69
2018-12-03 16:05:24 +02:00
guillaume
f23448be33
revert changes for patch authentication
2018-11-22 18:00:21 +01:00
Lauri Ojansivu
8e3f530217
- Add [LDAP_FULLNAME_FIELD]( https://github.com/wekan/wekan-ldap/issues/10 ). Thanks to alkemyst and xet7.
...
Closes wekan/wekan-ldap#21 ,
closes wekan/wekan-ldap#10
2018-11-20 12:11:37 +02:00
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
2018-11-17 16:50:42 +02:00
guillaume
3646a9c259
Logout with timer
2018-11-06 17:48:12 +01:00
Robin BRUCKER
13aab4d410
Fix typo about ldaps
...
Documentation said to set LDAP_ENCRYPTION to true if we want to use
ldaps, but the code in wekan-ldap does not check if it is set to true,
but if the value equals to 'ssl' instead.
2018-10-31 18:59:16 +01:00
Lauri Ojansivu
a06fd63690
Fix syntax.
2018-10-30 16:32:58 +02:00
Lauri Ojansivu
4cb25a5bcf
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 !
...
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
2018-10-24 11:39:45 +03:00
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
2018-10-23 14:15:33 +03:00
Lauri Ojansivu
11b7ade355
- Try some changes to snap.
...
Thanks to xet7 !
2018-10-11 01:58:13 +03:00
guillaume
3b4f285fea
add ldap support | simplify authentications
2018-10-09 14:14:39 +02:00
Lauri Ojansivu
6ac726e198
- Add default Wekan Snap MongoDB bind IP 127.0.0.1
...
Thanks to xet7 !
Related #1908
2018-09-22 10:09:37 +03:00
Lauri Ojansivu
39312a075e
- [OAuth2 Login on Standalone Wekan]( https://github.com/wekan/wekan/wiki/OAuth2 ). For example, Rocket.Chat can provide OAuth2 login to Wekan.
...
Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when
Rocket.Chat is providing OAuth2 login to Wekan.
Thanks to salleman33 and xet7 !
Closes #234
2018-08-25 00:49:02 +03:00
Lauri Ojansivu
d165733242
- Add webhooks-attributes to Snap and Docker.
...
Thanks to xet7 !
2018-08-22 22:19:06 +03:00
Lauri Ojansivu
807c6ce09e
- Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console.
...
- Set default matomo settings to disabled.
Thanks to xet7 !
2018-08-15 23:41:01 +03:00
Lauri Ojansivu
b9929dc682
- When Content Policy is enabled, allow one URL to have iframe that embeds Wekan
...
- Add option to turn off Content Policy
- Allow always in Wekan markdown <img src="any-image-url-here">
Thanks to xet7 !
Closes #1676
2018-08-13 19:24:07 +03:00
Lauri Ojansivu
da6c2b5503
Add Matomo options.
2018-08-01 22:04:33 +03:00
Lauri Ojansivu
b2eeff9697
Enable Wekan API by default, so that Export Board to JSON works.
2018-08-01 21:21:14 +03:00
guillaume
ec59af3777
Integration of matomo with env vars
2018-07-27 18:08:09 +02:00
guillaume
6173a73381
enable/disable api with env var
2018-07-24 18:09:30 +02:00
Lauri Ojansivu
10f24a8a8a
Use personal license for non-commercial use only for Caddy.
...
Related wekan/wekan-snap#39
2018-03-21 12:41:29 +02:00
Ondrej Kubik
f7b72a1a80
Fixing typo and improving help text
...
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-22 11:48:33 +00:00
Ondrej Kubik
07fc296762
Cleaning snapctl usage
...
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-21 22:29:25 +00:00
Ondrej Kubik
19089e8930
rewording helper script output
...
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-21 22:29:23 +00:00
Ondrej Kubik
e077c85d00
Adding caddy support
...
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-21 22:29:23 +00:00
Ondrej Kubik
a533caa944
rearranging helper scripts in snap-src
...
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-21 22:29:23 +00:00