Lauri Ojansivu
8f00191617
Updated ChangeLog.
4 years ago
Lauri Ojansivu
762391965e
Try to fix BUG: Database error attempting to change a account.
...
Thanks to bbyszio and xet7 !
Fixes #3855
4 years ago
Lauri Ojansivu
0fa3a2729d
Updated ChangeLog.
4 years ago
Lauri Ojansivu
ab22fb27ce
Updated ChangeLog.
4 years ago
Lauri Ojansivu
0f564365f4
Merge pull request #3856 from mfilser/custom_fields_missing_after_adding_first_card
...
CustomFields were not created after adding 1 card
4 years ago
Lauri Ojansivu
cccb7e4a39
Updated ChangeLog.
4 years ago
Lauri Ojansivu
1e837dec11
Fix Google SSO to access Wekan has not been working
...
by reverting Wekan v5.31 not-working fixes to OAUTH2_LOGIN_STYLE=redirect Has No Effect.
Thanks to unpokitodxfavor and xet7 !
Fixes #3854 ,
opens #3845
4 years ago
Martin Filser
be3325ce35
CustomFields were not created after adding 1 card
4 years ago
Lauri Ojansivu
c042d54714
Updated ChangeLog.
4 years ago
Lauri Ojansivu
77e2f95c66
Merge pull request #3852 from mfilser/development_in_docker_container
...
Development in docker container
4 years ago
Martin Filser
403b416b2a
Development volumes now in the same folder
...
- It's easier for the development to have the files in the same folder
than in an extra volume
4 years ago
Martin Filser
b0901ccd01
Development uses now the same Mongo Version (4.4)
4 years ago
Martin Filser
6d2f8a97af
Base Image of Development and Build are now the same
...
- libarchive-tools contains bsdtar. bsdtar is needed for meteor
installation, it doesn't / or didn't work with docker and overlayfs.
see also here:
https://github.com/jshimko/meteor-launchpad/issues/39
https://github.com/anchore/anchore-engine/issues/106
https://github.com/coreos/bugs/issues/1095
4 years ago
Martin Filser
bbd3324b79
ignore .git directory at docker build
...
- COPY copies the .git directory to the image. The docker build then
stops with this error:
=> Errors while initializing project:
While building package wekan-cfs-data-man:
error: couldn't install npm package request@https://github.com/wekan/request :
Command failed:
/home/wekan/.meteor/packages/meteor-tool/.2.2.0.1j8auib.qcbe++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm
install https://github.com/wekan/request
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://github.com/wekan/request.git
npm ERR!
npm ERR! fatal: not a git repository: /home/wekan/app/../.git/modules/src
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /home/wekan/.npm/_logs/2021-06-10T12_54_02_777Z-debug.log
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://github.com/wekan/request.git
npm ERR!
npm ERR! fatal: not a git repository: /home/wekan/app/../.git/modules/src
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /home/wekan/.npm/_logs/2021-06-10T12_54_02_777Z-debug.log
4 years ago
Martin Filser
5697b89817
.devcontainer now ready for Wekan Development in Docker Container
...
Check .devcontainer/docker-compose.yml to fit your environment
Enter this commands to start Wekan Development:
$ cd .devcontainer
$ docker-compose build
$ docker-compose up -d
Visit localhost:3000 or whatever you entered in ROOT_URL
Code changes triggers a rebuild / redeploy
4 years ago
Lauri Ojansivu
6bf6bcb192
Revert upgrading Dockerfile to hirsute, because of bug:
...
https://github.com/wekan/wekan/pull/3852#issuecomment-859095850
Thanks to xet7 !
4 years ago
Lauri Ojansivu
df74b31541
Try different gpg package for Docker and Hirsute.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
0b34bcdfa8
Updated Dockerfile gpg to gpgv2, that package is in hirsute.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
09a060a57b
Updated ChangeLog.
4 years ago
Lauri Ojansivu
2a5147a0c1
Updated Docker Ubuntu base image to newest hirsute.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
4caa0e2f2e
Updated ChangeLog.
4 years ago
Lauri Ojansivu
8f5c0af88e
Merge pull request #3851 from mfilser/card_description_same_color_editing
...
Card Description has now the same color on editing
4 years ago
Martin Filser
665d7eb831
Card Description has now the same color on editing
4 years ago
Lauri Ojansivu
d08b208bc6
v5.33
4 years ago
Lauri Ojansivu
c5d8117052
Updated translations.
4 years ago
Lauri Ojansivu
b769d18f73
Updated ChangeLog.
4 years ago
Lauri Ojansivu
b17760d228
Merge branch 'Emile840-master'
4 years ago
Lauri Ojansivu
2983c51db1
Merge branch 'master' of https://github.com/Emile840/wekan into Emile840-master
4 years ago
Lauri Ojansivu
d6e11940cc
Updated ChangeLog.
4 years ago
Lauri Ojansivu
17f15f546f
Merge pull request #3849 from mfilser/custom-field-stringtemplate_autofocus
...
custom fields stringtemplate, autofocus the last input box
4 years ago
Emile NDAGIJIMANA
c5df78fd8b
Addressed one of the point cited in issue #802 'Assigning a user to a team or an organization'
4 years ago
Martin Filser
62bd96e06e
custom fields stringtemplate, autofocus the last input box
4 years ago
Lauri Ojansivu
399fd098b8
v5.32
4 years ago
Lauri Ojansivu
f9c21a9b52
Updated translations.
4 years ago
Lauri Ojansivu
41893cf06a
Updated ChangeLog.
4 years ago
Lauri Ojansivu
83a8d4c14f
Updated ChangeLog.
4 years ago
Lauri Ojansivu
6ce5ab40a7
Moved many button texts etc to tooltips. Added more tooltips.
...
Thanks to xet7 !
Fixes #3848
4 years ago
Lauri Ojansivu
328fa194a0
v5.31
4 years ago
Lauri Ojansivu
482b9c9333
Updated ChangeLog.
4 years ago
Lauri Ojansivu
122757ca9c
Updated dependencies.
...
Thanks to developers of dependencies !
4 years ago
Lauri Ojansivu
49dd2204f4
Updated ChangeLog.
4 years ago
Lauri Ojansivu
07a3a0b388
Gantt: Retain links created between tasks. Part 1: Database changes, not active in MIT Wekan.
...
Thanks to benjaminhrivera !
Related https://github.com/wekan/wekan/issues/2870#issuecomment-857115753
4 years ago
Lauri Ojansivu
56efbf1de7
Updated ChangeLog.
4 years ago
Lauri Ojansivu
57f31d443f
Partial Fix: Vote and Planning Poker: Setting date and time now works
...
for some languages that have ascii characters in date format.
Thanks to xet7 !
Related #3837
4 years ago
Lauri Ojansivu
65f308434a
Updated ChangeLog.
4 years ago
Lauri Ojansivu
007e0f1c16
Try to fix: Wekan UI fails to finish import of closed Trello boards.
...
Thanks to berezovskyi and xet7 !
Fixes #3840
4 years ago
Lauri Ojansivu
c249a2d187
Updated ChangeLog.
4 years ago
Lauri Ojansivu
78324263c1
Try to fix OAUTH2_LOGIN_STYLE=redirect Has No Effect.
...
Thanks to xet7 !
Fixes #3845
4 years ago
Lauri Ojansivu
c20229b56a
Updated translations.
4 years ago
Lauri Ojansivu
1fd10771b0
Updated ChangeLog.
4 years ago