Stefan Maaßen
4f0c2dafca
removed unnecessary files
4 years ago
Emile NDAGIJIMANA
080fcb9c62
-conflits resolve
4 years ago
Lauri Ojansivu
488b765f95
Added remaining WAIT_SPINNER settings.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3858
4 years ago
Martin Filser
4b9f8ab2b1
Adding DEFAULT_WAIT_SPINNER to all environments
4 years ago
Sylvain Pasche
2e41ff1121
Fix typos.
4 years ago
Lauri Ojansivu
5ca90f4d22
Revert stable tag, because it did break Wekan version numbers.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
c40668be3f
Added stable tag.
...
Thanks to rynr and xet7 !
Related https://github.com/wekan/wekan/discussions/3691
4 years ago
Lauri Ojansivu
ba05f383ca
Added environment variable `RESULTS_PER_PAGE` to all Wekan platforms.
...
Thanks to xet7 !
4 years ago
n8ores
950e41e8f7
Fix bugs with customFields identified in Issue #3574
...
Fixed bug with the reference to the customFieldValue in the cards.js
Activity Insert was not being passed the listId, swimlaneId which was required when building the webhook text string.
Added customField and customFieldValue as default values for the webhook msgs. There is no good reason to exclude these (they will only be included when changing a customField anyway). Updated the docker-compose comment to reflect this change.
4 years ago
Lauri Ojansivu
4acf852650
Fixed typos in docker-compose.yml.
...
Thanks to farfoodyou and xet7 !
Fixes #3506
4 years ago
Lauri Ojansivu
b1cdcda8ed
Removed quotes from docker-compose.yml settings.
...
Thanks to XL-Reaper, Vinc89 and xet7 !
Related #2490
4 years ago
Lauri Ojansivu
fa51ce6fb0
Update: Docker image builds at Docker Hub work. At Quay does not work.
...
Thanks to xet7 !
4 years ago
Gavin Lilly
e161ada214
Use multi stage build based on Node images
4 years ago
Lauri Ojansivu
f7e85ac86c
Docker builds at Docker Hub seem to work OK.
4 years ago
Lauri Ojansivu
2b2884d996
Try to fix Docker.
5 years ago
Lauri Ojansivu
4537971300
Try to fix Docker on Quay.
...
Thanks to xet7 !
Related #3380
5 years ago
Lauri Ojansivu
5510c2a37d
1) New default: sudo snap set wekan mongo-log-destination='devnull'. Other options: syslog/snapcommon.
...
This should lower amount of disk usage and logs.
2) Tried to fix command: sudo snap set wekan mongo-url='...'
Thanks to xet7 !
Fixes #3059 ,
fixes #2364 ,
fixes wekan/wekan-snap#138 ,
fixes wekan/wekan-snap#113
5 years ago
Lauri Ojansivu
8250cbcf6e
Use latest MongoDB on Docker.
5 years ago
Lauri Ojansivu
d0040754ea
Update Docker upgrade info.
5 years ago
Lauri Ojansivu
22501749da
Note: Docker Hub buils are broken. Only Quay works.
5 years ago
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
5 years ago
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
5 years ago
李李李
d961355016
Update docker-compose.yml
...
yaml.parser.ParserError
5 years ago
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
5 years ago
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
5 years ago
Oleg Geier
c96468d76d
Update docker-compose.yml
...
Important information missing in description
5 years ago
Lauri Ojansivu
5d2daa4a80
Mongo 4.4 does not work. Mongo 4.2 and 3.x works.
...
Thanks to GuidoDr for info.
Related #3247
5 years ago
Lauri Ojansivu
7e4b791c29
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
...
Thanks to danger89 and xet7 !
Related #2949
5 years ago
Lua00808
ee6852f8ea
Fix typo.
5 years ago
Lauri Ojansivu
573ca73b45
Use Docker Hub image, it did build faster this time.
5 years ago
Victorio Berra
27d1b5acca
Fix comment typo in docker-compose.yml
...
webbroser -> web browser.
5 years ago
Allemand
2fd577d2c0
Update docker-compose.yml
5 years ago
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 !
5 years ago
Stefan Maaßen
fe7962e10a
AD Simple Auth is working
5 years ago
Michael Wodniok
0b8f1cabef
Added some descriptions for ldap-group authentication
5 years ago
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
5 years ago
Lauri Ojansivu
cbbb5deff7
Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies.
5 years ago
Bojan Hartmann
7bba07ccbf
Implemented Nextcloud OAuth2 Hack
...
Fixed: OAuth2 authentication via Nextcloud(tested Nextcloud 17.0.2-18.0.0)
Todo: actually use the profile data: Fullname and Email in Profile
5 years ago
Lauri Ojansivu
ecb76842fc
Fix docker-compose.yml
5 years ago
Lauri Ojansivu
785f3cf88b
Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
e142acfdb7
Remove LINKED_CARDS_ENABLED settings, because it does not work.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
1bf7f95bd8
LINKED_CARDS_ENABLED settings part 2.
...
Thanks to xet7 !
5 years ago
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 !
5 years ago
Kevin Köllmann
75dae5c714
Made the link https and moved default value into setting
6 years ago
Kevin Köllmann
f96bba7a63
Update the LDAP_BACKGROUND_SYNC_INTERVAL setting documentation
6 years ago
Lauri Ojansivu
b2eccc7b54
Back to Meteor 1.8.x.
6 years ago
Lauri Ojansivu
fc91d866db
Try to fix Travis.
6 years ago
Lauri Ojansivu
467a3be850
Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.
...
Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1.
Add MongoDB option --quiet to docker-compose.yml.
Update snap fibers to 4.0.1.
Thanks to xet7 !
6 years ago
Akuket
07724f99ae
Add LINKED_CARDS_ENABLED env var
6 years ago
Sam X. Chen
e60926f847
#2738 adding all pertinent help file for due days, plus modified the .list-header-name when in mobile mode
6 years ago