summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v2.46v2.46Lauri Ojansivu2019-03-134-5/+5
|
* Update changelog.Lauri Ojansivu2019-03-131-1/+4
|
* Revert hiding of Subtask boards, because of feedback from Wekan users,Lauri Ojansivu2019-03-131-1/+0
| | | | | | that need Subtask boards to be visible. Thanks to xet7 !
* Update translations.Lauri Ojansivu2019-03-132-4/+4
|
* Merge branch 'devel' of github.com:wekan/wekan into develLauri Ojansivu2019-03-121-9/+15
|\
| * Merge pull request #2253 from justinr1234/develLauri Ojansivu2019-03-121-9/+15
| |\ | | | | | | Fix watchers undefined #2252
| | * Fix watchers undefined #2252Justin Reynolds2019-03-121-9/+15
| |/
* / Update changelog.Lauri Ojansivu2019-03-121-0/+9
|/
* v2.45v2.45Lauri Ojansivu2019-03-114-4/+10
|
* Merge pull request #2248 from andresmanelli/circular_migrationLauri Ojansivu2019-03-111-1/+1
|\ | | | | Rename migration to re run
| * Rename migration to re runAndrés Manelli2019-03-111-1/+1
| |
* | v2.44v2.44Lauri Ojansivu2019-03-114-5/+5
| |
* | Update translations.Lauri Ojansivu2019-03-111-109/+109
| |
* | Try to get ordering of All Boards working so that it doesLauri Ojansivu2019-03-111-1/+1
| | | | | | | | | | | | | | | | not keep reordering. Thanks to bentiss, with Apache I-CLA. Related #2241
* | [Changed brute force protection package from eluck:accounts-lockout to ↵Lauri Ojansivu2019-03-111-6/+8
| | | | | | | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings](https://github.com/wekan/wekan/commit/b7c000b78b9af253fb115bbfa5ef0d4c0681abbb). Thanks to xet7.
* | Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-1110-5/+115
| | | | | | | | | | | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821
* | [Fix imports](https://github.com/wekan/wekan/pull/2245).Lauri Ojansivu2019-03-111-0/+1
| | | | | | | | Thanks to bentiss with Apache I-CLA.
* | Merge branch 'edge' of github.com:wekan/wekan into edgeLauri Ojansivu2019-03-112-4/+12
|\ \
| * \ Merge pull request #2245 from bentiss/fix-importsLauri Ojansivu2019-03-112-4/+12
| |\ \ | | | | | | | | Fix imports
| | * | wekan-import: also import each swimlane colorBenjamin Tissoires2019-03-111-0/+4
| | | |
| | * | wekan-import: also import each card colorBenjamin Tissoires2019-03-111-0/+4
| | | |
| | * | Fix import error 500Benjamin Tissoires2019-03-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while running an import from a previously exported board, we encounter the following error: Exception while invoking method 'importBoard' Error: Did not check() all arguments during call to 'importBoard' at ArgumentChecker.throwUnlessAllArgumentsHaveBeenChecked (packages/check.js:483:13) at Object._failIfArgumentsAreNotAllChecked (packages/check.js:131:16) at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1765:18) at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js:719:19) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js:717:46) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Promise (packages/ddp-server/livedata_server.js:715:46) at new Promise (<anonymous>) at Session.method (packages/ddp-server/livedata_server.js:689:23) at packages/mdg_meteor-apm-agent.js:2617:38 at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Session.sessionProto.protocol_handlers.method (packages/mdg_meteor-apm-agent.js:2616:44) at packages/ddp-server/livedata_server.js:559:43 Commit 4cf98134491b587 removed the checks as the original board might not have all the required fields, but we actually still need to run a general check on all parameters
* | | | Update changelog.Lauri Ojansivu2019-03-111-0/+5
| | | |
* | | | - Order All Boards by starred, color, board name and board description. Part 2.Lauri Ojansivu2019-03-111-4/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | Update changelog.Lauri Ojansivu2019-03-111-1/+3
|/ / /
* | | Merge pull request #2244 from bentiss/edgeLauri Ojansivu2019-03-111-1/+1
|\ \ \ | |/ / |/| | customFields: fix leftover from lint
| * | customFields: fix leftover from lintBenjamin Tissoires2019-03-111-1/+1
|/ / | | | | | | | | Looks like I forgot to use the camelCase notation here, and this leads to an exception while updating a custom field.
* | Update translations.Lauri Ojansivu2019-03-1049-0/+98
| |
* | Update changelog.Lauri Ojansivu2019-03-101-0/+6
|/
* Fix removed checklistItem activity => dangling activities createdAndrés Manelli2019-03-081-12/+12
|
* Avoid set self as parent card, for realAndrés Manelli2019-03-082-28/+21
|
* Merge branch 'edge' of github.com:wekan/wekan into edgeLauri Ojansivu2019-03-084-0/+81
|\
| * Merge pull request #2239 from bentiss/customFields-activitiesLauri Ojansivu2019-03-084-0/+81
| |\ | | | | | | Activities: register customFields changes in the activities
| | * Activities: register customFields changed in the activitiesBenjamin Tissoires2019-03-084-0/+81
| | | | | | | | | | | | | | | | | | This stores the updates to the custom fields in the activities side bar. Only manual updates to the custom fields are currently registered.
* | | Update changelog.Lauri Ojansivu2019-03-081-3/+7
|/ /
* | Add language: Occitan.Lauri Ojansivu2019-03-081-0/+8
| |
* | Add language: Occintan.Lauri Ojansivu2019-03-082-0/+683
| | | | | | | | Thanks to translators !
* | v2.43v2.43Lauri Ojansivu2019-03-084-7/+7
| |
* | Update translations.Lauri Ojansivu2019-03-081-22/+22
| |
* | Fix lint errors.Lauri Ojansivu2019-03-081-12/+7
| | | | | | | | | | | | Thanks to xet7 ! Related #2019
* | [HTTP header automatic ↵Lauri Ojansivu2019-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | login](https://github.com/wekan/wekan/commit/ff825d6123ecfd033ccb08ce97c11cefee676104) for [3rd party authentication server method](https://github.com/wekan/wekan/issues/2019) like siteminder, and any webserver that handles authentication and based on it adds HTTP headers to be used for login. Please test. Thanks to xet7 ! Related #2019
* | [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-088-6/+81
|/ | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* - Order All Boards by Starred, Color and Title and Description.Lauri Ojansivu2019-03-082-5/+9
| | | | | | | Thanks to xet7 ! Closes #1990, Related #252
* - [Hide Subtask boards from All ↵Lauri Ojansivu2019-03-081-1/+2
| | | | | | | | | | | Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641
* Update changelog.Lauri Ojansivu2019-03-071-1/+1
|
* Reverts the following change of v2.42, because it did not fix anything:Lauri Ojansivu2019-03-071-1/+1
| | | | | | - [Tried to fix snap mongodb-control not starting database](https://github.com/wekan/wekan/commit/2c5628b5fbcc25427021d0b22e74577a71149c21). Thanks to xet7.
* Update changelog.Lauri Ojansivu2019-03-071-5/+23
|
* Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-03-071-0/+8
|\
| * Add migration to fix circular referencesAndrés Manelli2019-03-071-0/+8
| |
* | v2.42v2.42Lauri Ojansivu2019-03-074-4/+11
| |