summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade node, mongo and fibers.Lauri Ojansivu2019-08-291-2/+2
| | | | Thanks to xet7 !
* Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less emailLauri Ojansivu2019-08-261-1/+1
| | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-0/+1
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Add ATTACHMENTS_STORE_PATH to Dockerfile.Lauri Ojansivu2019-08-111-0/+1
|
* Add missing dependencies back.Lauri Ojansivu2019-08-071-2/+2
| | | | | | Thanks to whowillcare and xet7 ! Related #2589
* Try to make release sizes smaller by deleting phantomjs.Lauri Ojansivu2019-08-071-0/+5
| | | | Thanks to xet7 !
* add settings field for LDAP user authentication fieldTobias2019-08-041-0/+1
|
* - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it worksLauri Ojansivu2019-07-261-1/+1
| | | | | | | | and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354
* Add RICHER_CARD_COMMENT_EDITOR=true setting to Source/Snap/Docker/Sandstorm.Lauri Ojansivu2019-07-261-0/+1
| | | | | | More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-241-6/+6
|
* Remove python, docs generations etc from Dockerfile.Lauri Ojansivu2019-07-181-19/+19
|
* Allow to shrink attached/pasted image: Add to Snap/Docker/Source.Lauri Ojansivu2019-07-181-0/+2
| | | | Thanks to xet7 !
* Add BIGEVENTS_PATTERN to Source/Snap/Docker.Lauri Ojansivu2019-07-111-0/+1
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-111-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-3/+4
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-9/+11
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-0/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-0/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-3/+4
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
| | | | Thanks to xet7 !
* Change compiler to g++Lauri Ojansivu2019-07-101-2/+2
| | | | Thanks to xet7 !
* Try to fix Dockerfile: Create directory for node-gyp.Lauri Ojansivu2019-07-101-0/+1
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+3
| | | | Thanks to xet7 !
* Add missing Python that is used during build.Lauri Ojansivu2019-07-101-1/+1
| | | | Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-0/+2
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* 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 !