Lauri Ojansivu
a781c0e7dc
Added DEFAULT_BOARD_ID environment variable setting to all WeKan platforms.
...
Thanks to xet7 !
2023-08-23 06:27:06 +03:00
Lauri Ojansivu
21e2eabd60
Store files to S3. In Progress.
...
Thanks to xet7 !
Related #142
2022-12-21 23:48:47 +02:00
Lauri Ojansivu
34862810df
Added METRICS_ALLOWED_IP_ADDRESSES settings to Docker/Snap/Source https://github.com/wekan/wekan/wiki/Metrics .
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4700
2022-09-22 15:39:15 +03:00
Tobias Wolf
c64a221453
Add support to validate uploaded avatars
2022-08-20 08:46:41 +02:00
Tobias Wolf
b5d311c00c
Add support to validate attachment uploads by an external program
2022-08-15 21:09:46 +02:00
Tobias Wolf
ed3223fedc
Add support to validate attachment uploads by type and size
2022-08-03 13:06:23 +02:00
Lauri Ojansivu
284f440136
OIDC/OAuth2 autologin settings for Docker/Snap/Source/Bundle platforms.
...
Thanks to xet7 !
2022-07-11 17:44:58 +03:00
Lauri Ojansivu
1e42aebd70
Fixed torodb. Part 2.
...
Thanks to xet7 !
2022-04-02 22:49:10 +03:00
Lauri Ojansivu
edb4db30bb
Some torodb fixes. In Progress.
...
Thanks to xet7 !
2022-04-02 12:20:59 +03:00
Lauri Ojansivu
e0d8ddf003
Added WRITABLE_PATH to be usable when developing with meteor command, and to torodb.
...
Thanks to xet7 !
2022-03-02 20:18:22 +02:00
David Arnold
a38a78d9a3
rm ATTACHMENTS_STORE_PATH
2022-02-06 10:56:31 +03:00
Lauri Ojansivu
ff13571c71
Add more stack and heap to Node.js at all WeKan platforms.
...
Thanks to xet7 !
Related #3585
2022-02-03 20:33:58 +02:00
Martin Filser
80319b0038
Account configuration of option loginExpirationInDays is now possible
2021-11-15 14:21:09 +01:00
Martin Filser
9868b3b6af
docker-compose, remove /etc/timezone because it's not available on some Linux systems
...
See discussion #4131
2021-11-11 19:13:31 +01:00
Martin Filser
f9c9f2a453
Docker: torodb-postgresql has now shared volumes of /etc/localtime and /etc/timezone too
2021-11-11 19:13:31 +01:00
Martin Filser
206828b440
Docker: Fix "Failed export and unexpected container restart"
...
- Fixes #4089
Also this was broken too:
docker-compose exec wekandb apt-get update
because /tmp didn't exist, it was introduced by this commit:
1322c1fbbd
2021-11-11 19:13:31 +01:00
Lauri Ojansivu
e3292dd562
Part 2: Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime.
...
Thanks to akitzing, mfilser and xet7 !
Fixes #4089
2021-10-28 16:01:45 +03:00
Lauri Ojansivu
ec33d0b34f
Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime.
...
Thanks to akitzing, mfilser and xet7 !
Fixes #4089
2021-10-28 15:48:48 +03:00
Lauri Ojansivu
d9adce7b67
Fix Docs: Only MAIL_URL and MAIL_FROM for email settings. Not Admin Panel anymore.
...
Thanks to niklasdahlheimer !
Fixes #4090
2021-10-28 13:06:43 +03:00
Lauri Ojansivu
ab8e56e16a
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
...
Thanks to xet7 !
Fixes #3702
2021-08-21 16:32:07 +03:00
Lauri Ojansivu
fe40f35d6d
LDAP AD Simple Auth: Added settings for all Wekan Standalone (non-Sandstorm) platforms.
...
Thanks to xet7 !
2021-07-24 19:20:47 +03:00
Lauri Ojansivu
488b765f95
Added remaining WAIT_SPINNER settings.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3858
2021-06-11 15:17:43 +03:00
Martin Filser
4b9f8ab2b1
Adding DEFAULT_WAIT_SPINNER to all environments
2021-06-11 13:34:33 +02:00
Lauri Ojansivu
995de525d9
Added missing postgres password to ToroDB.
...
Thanks to xet7 !
2021-04-27 19:36:34 +03:00
Lauri Ojansivu
5ca90f4d22
Revert stable tag, because it did break Wekan version numbers.
...
Thanks to xet7 !
2021-04-01 13:47:57 +03:00
Lauri Ojansivu
c40668be3f
Added stable tag.
...
Thanks to rynr and xet7 !
Related https://github.com/wekan/wekan/discussions/3691
2021-03-31 21:58:23 +03:00
Lauri Ojansivu
ba05f383ca
Added environment variable RESULTS_PER_PAGE
to all Wekan platforms.
...
Thanks to xet7 !
2021-03-29 10:11:13 +03:00
Lauri Ojansivu
c09758fb91
Try to fix Docker.
2020-12-03 01:40:56 +02:00
Lauri Ojansivu
d0040754ea
Update Docker upgrade info.
2020-11-12 15:51:23 +02:00
Lauri Ojansivu
22501749da
Note: Docker Hub buils are broken. Only Quay works.
2020-11-12 15:43:21 +02:00
Lauri Ojansivu
55252300c6
Add settings for OAUTH2_CA_CERT that is
...
Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299
Thanks to xet7 !
Related #3299 ,
related https://github.com/wekan/wekan/pull/3325
2020-11-01 23:14:20 +02:00
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
2020-10-02 23:15:39 +03:00
Lauri Ojansivu
214c86cc22
Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work.
...
See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS
Thanks to xet7 !
Related #3204 ,
related #708
2020-09-14 19:57:50 +03:00
Lauri Ojansivu
f6bdb4d694
- Remove mouse scroll settings of already removed custom scrollbar.
...
- Add setting OAUTH2_ADFS_ENABLED=false
- Add testing for both string and boolean version of true
Thanks to xet7 !
Fixes #2949
2020-09-13 09:41:53 +03:00
Lauri Ojansivu
7e4b791c29
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
...
Thanks to danger89 and xet7 !
Related #2949
2020-08-27 03:15:00 +03:00
Lua00808
ee6852f8ea
Fix typo.
2020-06-29 14:05:01 +09:00
Allemand
4f1330c777
Update docker-compose.yml
2020-04-14 09:12:39 +02:00
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
2020-04-08 23:16:48 +03:00
Michael Wodniok
0b8f1cabef
Added some descriptions for ldap-group authentication
2020-03-14 15:38:19 +01:00
Lauri Ojansivu
9d13001b90
Add settings for mouse wheen scroll inertia and scroll amount.
...
For example:
sudo snap set scrollinertia='200'
sudo snap set scrollamount='200'
Thanks to danger89 and xet7 !
Related #2949
2020-03-05 21:51:03 +02:00
Lauri Ojansivu
8384d68a06
Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker.
...
Thanks to xet7 !
2020-02-07 03:12:27 +02:00
Lauri Ojansivu
65fa2f626f
Merge branch 'dollybean' of https://github.com/2020product/wekan into 2020product-dollybean
2020-02-05 01:17:15 +02:00
Lauri Ojansivu
e142acfdb7
Remove LINKED_CARDS_ENABLED settings, because it does not work.
...
Thanks to xet7 !
2019-12-22 09:44:58 +02:00
Lauri Ojansivu
1bf7f95bd8
LINKED_CARDS_ENABLED settings part 2.
...
Thanks to xet7 !
2019-12-20 16:32:38 +02:00
Lauri Ojansivu
782d0b6209
Upgrade to Meteor 1.8.3 and Node 8.17.0.
...
Update release scripts.
Fix ldap background sync documentation part 2.
Thanks to xet7 !
2019-12-20 16:03:46 +02:00
Lauri Ojansivu
0083215ea3
Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email
...
notifications.
Thanks to rinnaz and xet7 !
Closes #2646 ,
closes #2617
2019-08-26 22:27:45 +03:00
Lauri Ojansivu
fff144a827
- Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works
...
and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722 ).
Thanks to benh57 and xet7 !
Closes #2354
2019-07-26 09:11:28 +03:00
Lauri Ojansivu
46e976513b
Move https://github.com/wekan/wekan-postgresql to
...
wekan/torodb-postgresql at https://github.com/wekan/wekan
Thanks to xet7 !
2019-04-20 16:05:54 +03:00