summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v4.18v4.18Lauri Ojansivu2020-07-107-9/+9
|
* Update ChangeLog.Lauri Ojansivu2020-07-101-1/+8
|
* Upgrade to Node 12.18.2.Lauri Ojansivu2020-07-1010-12/+12
| | | | Thanks to Node developers and xet7 !
* Update dependencies.Lauri Ojansivu2020-07-101-5/+5
|
* Update ChangeLog.Lauri Ojansivu2020-07-101-0/+2
|
* All logged in users are now allowed to reorder boards by dragging at All ↵Lauri Ojansivu2020-07-102-6/+8
| | | | | | | | Boards page and Public Boards page. Thanks to xet7 ! Fixes #3147
* Update ChangeLog.Lauri Ojansivu2020-07-101-0/+2
|
* Update translations.Lauri Ojansivu2020-07-100-0/+0
|
* Merge pull request #3206 from salleman33/patch-2Lauri Ojansivu2020-07-101-1/+2
|\ | | | | Update users.js
| * Update users.jsAllemand2020-07-101-1/+2
|/ | | issue #3099 : we have to delete the existing user, Account Service create it again
* Update ChangeLog.Lauri Ojansivu2020-06-291-0/+2
|
* Merge pull request #3197 from Lua00808/fix-typoLauri Ojansivu2020-06-292-2/+2
|\ | | | | Fix typo.
| * Fix typo.Lua008082020-06-292-2/+2
|/
* Update ChangeLog.Lauri Ojansivu2020-06-281-0/+12
|
* Fix running meteor for dev in rebuild-wekan.shLauri Ojansivu2020-06-281-10/+10
| | | | Thanks to xet7 !
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-06-281-12/+7
|\
| * Fix start-wekan.batLauri Ojansivu2020-06-251-12/+7
| | | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2020-06-280-0/+0
|/
* Update translations.Lauri Ojansivu2020-06-241-1/+1
|
* Add meteor ens3 Ethernet interface to rebuild-wekan.shLauri Ojansivu2020-06-241-1/+7
| | | | Thanks to xet7 !
* v4.17v4.17Lauri Ojansivu2020-06-187-9/+9
|
* Update ChangeLog.Lauri Ojansivu2020-06-181-0/+13
|
* Merge branch 'marc1006-mobile_fix'Lauri Ojansivu2020-06-181-1/+4
|\
| * Merge branch 'mobile_fix' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-06-181-1/+4
|/| | | | | | | marc1006-mobile_fix
| * Fix activities view on mobile devicesMarc Hartmayer2020-06-181-1/+4
| | | | | | | | | | Turns out that the sidebar is not available on mobile device therefore add guards for this for now. This needs further investigation.
* | Add back checks about can user export CSV/TSV.Lauri Ojansivu2020-06-181-14/+16
| | | | | | | | | | | | Thanks to marc1006 and xet7 ! Related #3173
* | Revert users changes that were made at Wekan v4.16.Lauri Ojansivu2020-06-1811-26/+26
|/ | | | Thanks to xet7 !
* v4.16v4.16Lauri Ojansivu2020-06-177-385/+1704
|
* Upgrade to Node 12.18.1Lauri Ojansivu2020-06-1710-12/+12
| | | | Thanks to Node developers and xet7 !
* Update ChangeLog.Lauri Ojansivu2020-06-171-0/+2
|
* Try to prevent errors on CSV/TSV export.Lauri Ojansivu2020-06-171-14/+14
| | | | | | Thanks to xet7 ! Related #3173
* Update ChangeLog.Lauri Ojansivu2020-06-171-1/+6
|
* Update translations.Lauri Ojansivu2020-06-170-0/+0
|
* Add find-replace.sh script.Lauri Ojansivu2020-06-171-0/+5
|
* Update ChangeLog.Lauri Ojansivu2020-06-171-0/+3
|
* Update users.js etc with global search replace, to try to fix selecting ↵Lauri Ojansivu2020-06-1712-26/+26
| | | | | | correct user. Thanks to xet7 !
* Merge pull request #3180 from salleman33/patch-1Lauri Ojansivu2020-06-171-2/+2
|\ | | | | Update users.js
| * remove useless commentsAllemand2020-06-171-1/+1
| |
| * update commentsAllemand2020-06-171-1/+1
| |
| * update onCreateUser for oidcAllemand2020-06-171-1/+1
| | | | | | correct bug : remove the wrong user !
| * Update users.jsAllemand2020-06-171-1/+1
| | | | | | change method to find existing user
* | Update ChangeLog.Lauri Ojansivu2020-06-171-0/+9
| |
* | Merge branch 'bentiss-fix-docs'Lauri Ojansivu2020-06-170-0/+0
|\ \
| * \ Merge branch 'fix-docs' of https://github.com/bentiss/wekan into ↵Lauri Ojansivu2020-06-161-2/+10
| |\ \ | | | | | | | | | | | | bentiss-fix-docs
| | * | openapi: fix jsdoc/operation matchingBenjamin Tissoires2020-06-121-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script was considering that the operation associated to a jsdoc was declared on the line just after the end of the jsdoc. Turns out that adding new lines makes the code clearer, but the python script was then ignoring some jsdocs. Change the behaviour to consider that the jsdoc associated with an operation is the last one declared after the end of the previous operation. Fixes #3169
* | | | cards: fix JSDocBenjamin Tissoires2020-06-171-1/+1
| | | | | | | | | | | | | | | | There was one missing comma, and the return type was then invalid
* | | | openapi: also consider Object type as validBenjamin Tissoires2020-06-171-1/+4
| | | | | | | | | | | | | | | | | | | | Not sure if this will end up in a correct openapi file, but the docs are correctly generated, so... meh.
* | | | openapi: fix jsdoc/operation matchingBenjamin Tissoires2020-06-171-2/+10
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script was considering that the operation associated to a jsdoc was declared on the line just after the end of the jsdoc. Turns out that adding new lines makes the code clearer, but the python script was then ignoring some jsdocs. Change the behaviour to consider that the jsdoc associated with an operation is the last one declared after the end of the previous operation. Fixes #3169
* | | v4.15v4.15Lauri Ojansivu2020-06-167-8/+18
| | |
* | | Fix lint errors.Lauri Ojansivu2020-06-161-2/+2
| | |