Steven Waters
402d484182
Added LDAP email environment variables
...
Support for LDAP matching existing accounts with e-mail address.
6 years ago
Lauri Ojansivu
b66f471e53
- Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS
...
and OAUTH2_REQUEST_PERMISSIONS.
Thanks to xet7.
Related #1874
6 years ago
Gavin Lilly
8e95871534
Adding wekan-ldap back in to build in the Dockerfile
6 years ago
Gavin Lilly
d3abb0756e
Pulled Wekan-LDAP locally for debug
6 years ago
Daniel Davis
bdbbb12f96
Added parameters for OIDC claim mapping
...
These mapping parameters take advantage of new code in salleman-oidc 1.0.12 to override the default claim names provided by the userinfo endpoint.
6 years ago
Daniel Davis
f11d42e72d
Add a debug argument
...
Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
6 years ago
Benjamin Tissoires
08ca353205
openapi: generate the HTML documentation too and embed it in the image
...
Aligning with the requirement to run the container without
external resources: embed the documentation of the REST API
directly in the Docker image.
6 years ago
Benjamin Tissoires
acc4493517
Generate the OpenAPI in the Dockerfile
...
When we build the docker container, we need to generate the openapi
description in it so the geenrated API actually matches the code
the container is running.
6 years ago
Lauri Ojansivu
77ff6349f6
- Use Node 8.15.0 and MongoDB 3.2.22.
...
- Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
f7153da83d
- Upgrade to node v8.14.1
...
Thanks to xet7 !
7 years ago
guillaume
6b145bb3cc
Add a new env var to select the default authentication method
7 years ago
Lauri Ojansivu
c546464d9f
- Because scrollbar uses [remote file from CDN]( https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50 ),
...
fork package to https://github.com/wekan/wekan-scrollbar and include
non-minified file locally to Wekan, so that using scrollbar works without direct connection
to Internet. Wekan should not load any external files by default, as was case before
new scrollbar, and is again now after this fix.
Closes #2056
7 years ago
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
7 years ago
Lauri Ojansivu
fe7c4528d7
- Upgrade Node from v8.12 to v8.14
...
- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before.
Thanks to xet7 !
7 years ago
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
7 years ago
guillaume
f23448be33
revert changes for patch authentication
7 years ago
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
7 years ago
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
7 years ago
guillaume
3646a9c259
Logout with timer
7 years ago
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
7 years ago
Benjamin Tissoires
ccf66905e7
Dockerfile: use set -o xtrace
...
This allows to see the progress of the generation of the
Docker image.
7 years ago
Lauri Ojansivu
7d39283aec
- Try to fix Dockerfile.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
f21afdc5f1
- Try to fix Dockerfile
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
b7a74e25bc
- Try to fix Docker.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
dd47d46f43
- Use Meteor 1.8.1-beta.0
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
f599391419
- Add LDAP package to Docker and Snap.
...
Thanks to xet7 !
7 years ago
guillaume
3b4f285fea
add ldap support | simplify authentications
7 years ago
Lauri Ojansivu
5923585584
- Remove CAS from Wekan stable, because it does not work correctly.
...
CAS developent continues at edge.
Thanks to xet7 !
Related #1925
7 years ago
Lauri Ojansivu
c6cea2fb4e
- Add CAS with attributes.
...
Thanks to ppoulard !
7 years ago
Lauri Ojansivu
bd6e4a351b
Add CAS with attributes.
...
Thanks to ppoulard !
7 years ago
ppoulard
b342cfed3a
Add CAS with attributes
7 years ago
Lauri Ojansivu
1bad81ca86
- Fix Dockerfile Meteor install by changing tar to bsdtar.
...
Thanks to maurice-schleussinger and xet7 !
Closes #1900
7 years ago
Lauri Ojansivu
352e9033b6
- Fix Dockerfile Meteor install by changing tar to bsdtar.
...
Thanks to maurice-schleussinger and xet7 !
Closes #1900
7 years ago
Lauri Ojansivu
e7a03bb187
- Use official Node v8.12.0
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
7ec7a5f27c
- Use official Node v8.12.0
...
Thanks to xet7 !
7 years ago
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
7 years ago
Lauri Ojansivu
d165733242
- Add webhooks-attributes to Snap and Docker.
...
Thanks to xet7 !
7 years ago
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 !
7 years ago
Lauri Ojansivu
f725291e14
Try to fix Dockerfile.
7 years ago
Lauri Ojansivu
bec1256727
Try to fix Docker env variables.
7 years ago
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
7 years ago
Lauri Ojansivu
445aa89e4f
- Use new WITH_API and Matomo env variables at Dockerfile.
...
Closes #1820
7 years ago
Lauri Ojansivu
04d7c47f4c
Update node to v8.12.0 prerelease build.
7 years ago
Thibaut Demaret
53d545eeef
Change Run User for Openshift compliance
7 years ago
Lauri Ojansivu
6a23f73d94
Reverting change, Docker container did not build.
7 years ago
Lauri Ojansivu
b9bcb8f979
Try to fix glibc in Dockerfile.
7 years ago
guillaume
6173a73381
enable/disable api with env var
7 years ago
Lauri Ojansivu
62e5e5db49
v1.12
7 years ago
Lauri Ojansivu
05869792ad
Revert Dockerfile changes.
7 years ago
Lauri Ojansivu
2ac7660f29
Fix typo.
7 years ago