summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
...
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-211-0/+2
| | | | Thanks to xet7 !
* - More whitelabeling.Lauri Ojansivu2019-03-211-1/+1
| | | | Thanks to xet7 !
* Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-111-0/+12
| | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821
* [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-081-0/+8
| | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* [Add support for admin status ↵Lauri Ojansivu2019-03-061-0/+4
| | | | | | | | sync](https://github.com/wekan/wekan-ldap/pull/40). Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2 Thanks to JulianJacobi and xet7 !
* [Remove phantomjs binary from Docker/Snap/Stackerfile to reduce ↵Lauri Ojansivu2019-03-061-0/+1
| | | | | | | | size](https://github.com/wekan/wekan/issues/2229). Thanks to soohwa ! Closes #2229
* Use ubuntu:cosmic base in Dockerfile.Lauri Ojansivu2019-03-061-1/+1
| | | | Thanks to xet7 !
* Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-031-0/+4
| | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* Upgrade node to v8.15.1Lauri Ojansivu2019-02-281-1/+1
| | | | Thanks to xet7 !
* - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-271-4/+0
| | | | | | | | | | | configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722
* - Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).Lauri Ojansivu2019-02-251-0/+2
| | | | | | Thanks to xet7 ! Closes #2203
* Added LDAP email environment variablesSteven Waters2019-02-211-0/+8
| | | | Support for LDAP matching existing accounts with e-mail address.
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-131-0/+4
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* Added parameters for OIDC claim mappingDaniel Davis2019-02-111-0/+8
| | | 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.
* Add a debug argumentDaniel Davis2019-02-061-0/+2
| | | Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
* openapi: generate the HTML documentation too and embed it in the imageBenjamin Tissoires2019-01-181-1/+4
| | | | | | Aligning with the requirement to run the container without external resources: embed the documentation of the REST API directly in the Docker image.
* Generate the OpenAPI in the DockerfileBenjamin Tissoires2019-01-181-1/+13
| | | | | | 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.
* - Use Node 8.15.0 and MongoDB 3.2.22.Lauri Ojansivu2018-12-261-1/+1
| | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
* - Upgrade to node v8.14.1Lauri Ojansivu2018-12-211-1/+1
| | | | Thanks to xet7 !
* Add a new env var to select the default authentication methodguillaume2018-12-191-1/+3
|
* - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-141-0/+1
| | | | | | | | | | | 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
* - Remove extra commas `,` and add missing backslash `\`.Lauri Ojansivu2018-12-041-2/+2
| | | | | | | | | Maybe after that login, logout and CORS works. Thanks to xet7 ! Related #2045, related wekan/wekan-snap#69
* - Upgrade Node from v8.12 to v8.14Lauri Ojansivu2018-12-031-1/+1
| | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-1/+3
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* revert changes for patch authenticationguillaume2018-11-221-0/+8
|
* - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵Lauri Ojansivu2018-11-201-0/+2
| | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-9/+1
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Logout with timerguillaume2018-11-061-2/+10
|
* Merge branch 'api-fixes' of https://github.com/bentiss/wekan into ↵Lauri Ojansivu2018-10-231-0/+1
|\ | | | | | | bentiss-api-fixes
| * Dockerfile: use set -o xtraceBenjamin Tissoires2018-10-231-0/+1
| | | | | | | | | | This allows to see the progress of the generation of the Docker image.
* | - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-231-1/+1
|/ | | | Thanks to xet7 !
* - Try to fix Dockerfile.Lauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* - Try to fix DockerfileLauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* - Try to fix Docker.Lauri Ojansivu2018-10-101-2/+3
| | | | Thanks to xet7 !
* - Use Meteor 1.8.1-beta.0Lauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* - Add LDAP package to Docker and Snap.Lauri Ojansivu2018-10-101-1/+2
| | | | Thanks to xet7 !
* add ldap support | simplify authenticationsguillaume2018-10-091-1/+81
|
* Add CAS with attributes.Lauri Ojansivu2018-09-281-0/+1
| | | | Thanks to ppoulard !
* - Fix Dockerfile Meteor install by changing tar to bsdtar.Lauri Ojansivu2018-09-191-3/+13
| | | | | | Thanks to maurice-schleussinger and xet7 ! Closes #1900
* - Use official Node v8.12.0Lauri Ojansivu2018-09-171-5/+5
| | | | Thanks to xet7 !
* - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-1/+13
| | | | | | | | | | | 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
* - Add webhooks-attributes to Snap and Docker.Lauri Ojansivu2018-08-221-1/+3
| | | | Thanks to xet7 !
* - Content Policy: Allow inline scripts, otherwise there is errors in ↵Lauri Ojansivu2018-08-151-2/+2
| | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2018-08-141-16/+16
|
* Try to fix Docker env variables.Lauri Ojansivu2018-08-141-15/+15
|
* - When Content Policy is enabled, allow one URL to have iframe that embeds WekanLauri Ojansivu2018-08-131-1/+4
| | | | | | | | | - Add option to turn off Content Policy - Allow always in Wekan markdown <img src="any-image-url-here"> Thanks to xet7 ! Closes #1676
* - Use new WITH_API and Matomo env variables at Dockerfile.Lauri Ojansivu2018-08-091-0/+11
| | | | Closes #1820
* Update node to v8.12.0 prerelease build.Lauri Ojansivu2018-08-041-3/+3
|
* Change Run User for Openshift complianceThibaut Demaret2018-08-021-1/+2
|
* Reverting change, Docker container did not build.Lauri Ojansivu2018-07-301-1/+1
|