summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
...
* Update build scripts.Lauri Ojansivu2019-06-291-1/+1
|
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-141-1/+1
|\
| * - Fix OIDC Docker login. Empty string results to empty array at ↵Lauri Ojansivu2019-06-141-1/+1
| | | | | | | | | | | | | | | | wekan/server/authentication.js Thanks to xet7 ! Closes #2206
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-131-1/+1
|\|
| * fix oauth2 typos in dockerfile & composeDominik Pfeifer2019-06-121-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-111-1/+3
|\|
| * More CORS headers settings related to https://github.com/wekan/wekan/pull/2429Lauri Ojansivu2019-06-111-0/+2
| | | | | | | | Thanks to xet7 !
| * Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-221-0/+2
|\|
| * - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-0/+2
| | | | | | | | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-141-5/+5
|\|
| * Dockerfile: no need to change the permissions once againBenjamin Tissoires2019-05-141-1/+1
| | | | | | | | | | we carefully used gosu where needed, so there is no need to re-run a check on the permissions.
| * Dockerfile: use gosu for creating the openapi filesBenjamin Tissoires2019-05-141-3/+3
| |
| * Dockerfile: bump api2html to version 0.3.3Benjamin Tissoires2019-05-141-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-101-0/+1
|\|
| * Option to login to the LDAP server with the user's own username and ↵Lauri Ojansivu2019-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-231-1/+1
|\|
| * Remove python2 from Dockerfile, to make Docker image smaller.Lauri Ojansivu2019-04-231-1/+2
| | | | | | | | Thanks to xet7 !
* | Fix repo url.Lauri Ojansivu2019-04-201-1/+1
| |
* | Fix python3 pip and setuptools error.Lauri Ojansivu2019-04-201-1/+2
| |
* | Fixes to get Dockerfile built on ubuntu:disco.Lauri Ojansivu2019-04-201-8/+8
|/
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-12/+13
| | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
* - Upgrade to Node 8.16.0Lauri Ojansivu2019-04-201-1/+1
| | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 !
* Fix repo urls.Lauri Ojansivu2019-04-201-7/+7
|
* Fix repo url.Lauri Ojansivu2019-04-201-1/+1
|
* Fix typos in directory names.Lauri Ojansivu2019-04-201-2/+2
|
* Ubuntu base image to ubuntu:discoLauri Ojansivu2019-04-201-1/+1
| | | | Thanks to Ubuntu and xet7 !
* Update to newest GitHub flawored markdown.Lauri Ojansivu2019-04-181-0/+1
| | | | | | Thanks to shaygover and xet7 ! Related #2334
* Remove not needed ARGS from Dockerfile to reduce amount of Docker layers.Lauri Ojansivu2019-04-061-94/+0
| | | | | | Thanks to folhabranca ! Closes #2301
* - Use older api2html@0.3.0 to fix broken snap and docker build,Lauri Ojansivu2019-03-251-1/+1
| | | | | | | | | | because newer api2html caused [breaking change](https://github.com/tobilg/api2html/commit/a9a41bca18db3f9ec61395d7262eff071a995783) at api2html/bin/api2html.js:23 has error about "php: "PHP". Thanks to bentiss with Apache I-CLA ! Closes #2286
* - 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
|