Justin Reynolds
0e2b7458d7
Fix watchers undefined #2252
6 years ago
Lauri Ojansivu
cf7d740004
v2.45
6 years ago
Lauri Ojansivu
dc4c4d9ade
Merge pull request #2248 from andresmanelli/circular_migration
...
Rename migration to re run
6 years ago
Andrés Manelli
a347ae3676
Rename migration to re run
6 years ago
Lauri Ojansivu
7da2a8a15e
v2.44
6 years ago
Lauri Ojansivu
0002559d6e
Update translations.
6 years ago
Lauri Ojansivu
afda0ed4da
Try to get ordering of All Boards working so that it does
...
not keep reordering.
Thanks to bentiss, with Apache I-CLA.
Related #2241
6 years ago
Lauri Ojansivu
473f389bbe
[Changed brute force protection package from eluck:accounts-lockout to lucasantoniassi:accounts-lockout that is maintained and works.
...
Added Snap/Docker/Source settings](b7c000b78b
).
Thanks to xet7.
6 years ago
Lauri Ojansivu
b7c000b78b
Changed brute force protection package from eluck:accounts-lockout to
...
lucasantoniassi:accounts-lockout that is maintained and works.
Added Snap/Docker/Source settings.
Thanks to xet7 !
Closes #1572 ,
closes #1821
6 years ago
Lauri Ojansivu
4ac8247db0
[Fix imports]( https://github.com/wekan/wekan/pull/2245 ).
...
Thanks to bentiss with Apache I-CLA.
6 years ago
Lauri Ojansivu
0471d1ac97
Merge branch 'edge' of github.com:wekan/wekan into edge
6 years ago
Lauri Ojansivu
c0221dafde
Update changelog.
6 years ago
Lauri Ojansivu
8f337f17e4
- Order All Boards by starred, color, board name and board description. Part 2.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
de5a63f7b2
Merge pull request #2245 from bentiss/fix-imports
...
Fix imports
6 years ago
Lauri Ojansivu
52a744b443
Update changelog.
6 years ago
Lauri Ojansivu
4be5fa598e
Merge pull request #2244 from bentiss/edge
...
customFields: fix leftover from lint
6 years ago
Benjamin Tissoires
d03a7e7a98
wekan-import: also import each swimlane color
6 years ago
Benjamin Tissoires
ebc4d6fdbd
wekan-import: also import each card color
6 years ago
Benjamin Tissoires
35ffd02814
Fix import error 500
...
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 4cf9813449
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
6 years ago
Benjamin Tissoires
4c72479d12
customFields: fix leftover from lint
...
Looks like I forgot to use the camelCase notation here, and this leads
to an exception while updating a custom field.
6 years ago
Lauri Ojansivu
907c761f71
Update translations.
6 years ago
Lauri Ojansivu
97206aa8f6
Update changelog.
6 years ago
Andrés Manelli
2ec1664408
Fix removed checklistItem activity => dangling activities created
6 years ago
Andrés Manelli
97822f35fd
Avoid set self as parent card, for real
6 years ago
Lauri Ojansivu
c5e72d1a2b
Merge branch 'edge' of github.com:wekan/wekan into edge
6 years ago
Lauri Ojansivu
117c9e069e
Update changelog.
6 years ago
Lauri Ojansivu
951a9f81d6
Merge pull request #2239 from bentiss/customFields-activities
...
Activities: register customFields changes in the activities
6 years ago
Lauri Ojansivu
6f30c33f11
Add language: Occitan.
6 years ago
Lauri Ojansivu
8050117adf
Add language: Occintan.
...
Thanks to translators !
6 years ago
Lauri Ojansivu
98031aacce
v2.43
6 years ago
Lauri Ojansivu
2781ce6fa0
Update translations.
6 years ago
Lauri Ojansivu
08db39d76a
Fix lint errors.
...
Thanks to xet7 !
Related #2019
6 years ago
Lauri Ojansivu
da267e1488
[HTTP header automatic login]( ff825d6123
)
...
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
6 years ago
Lauri Ojansivu
ff825d6123
[HTTP header automatic login. Not tested yet.]( https://github.com/wekan/wekan/issues/2019 ).
...
Thanks to xet7 !
Related #2019
6 years ago
Benjamin Tissoires
6d6bb8fc57
Activities: register customFields changed in the activities
...
This stores the updates to the custom fields in the activities side bar.
Only manual updates to the custom fields are currently registered.
6 years ago
Lauri Ojansivu
7836ab83d0
- Order All Boards by Starred, Color and Title and Description.
...
Thanks to xet7 !
Closes #1990 ,
Related #252
6 years ago
Lauri Ojansivu
8568728152
- [Hide Subtask boards from All Boards]( https://github.com/wekan/wekan/issues/1990 ).
...
- Order All Boards by Starred, Color and Title.
Thanks to xet7 !
Closes #1990 ,
Related #641
6 years ago
Lauri Ojansivu
8783983945
Update changelog.
6 years ago
Lauri Ojansivu
4055f451fd
Reverts the following change of v2.42, because it did not fix anything:
...
- [Tried to fix snap mongodb-control not starting database](2c5628b5fb
).
Thanks to xet7.
6 years ago
Lauri Ojansivu
31777ce804
Update changelog.
6 years ago
Lauri Ojansivu
97a9e92969
Merge remote-tracking branch 'andresmanelli/edge' into edge
6 years ago
Lauri Ojansivu
c5ca414e8f
v2.42
6 years ago
Lauri Ojansivu
2c5628b5fb
Fix mongodb-control.
...
Thanks to xet7 and qurqar[m].
6 years ago
Andrés Manelli
a338e937e5
Add migration to fix circular references
6 years ago
Lauri Ojansivu
1089572d66
v2.41
6 years ago
Lauri Ojansivu
ddb2460187
[Fix: Card was selected as parent card (circular reference) and now board can be not opened anymore]( https://github.com/wekan/wekan/issues/2202 )
...
with [Avoid setting same card as parentCard. Avoid listing templates board in copy/move/more menus](745f39ed20
).
Thanks to andresmanelli.
Closes #2202
6 years ago
Andrés Manelli
745f39ed20
Avoid setting same card as parentCard.
...
Avoid listing templates board in copy/move/more menus
6 years ago
Lauri Ojansivu
18cccd514f
Fix typos.
6 years ago
Lauri Ojansivu
9c0eba4f00
v2.40
6 years ago
Lauri Ojansivu
f19625d835
Fix manifest and icon urls, part 2.
...
Thanks to xet7 !
6 years ago