summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Update changelog.Lauri Ojansivu2019-03-201-2/+3
|/ / /
* / / Update changelog.Lauri Ojansivu2019-03-201-0/+6
|/ /
* | Merge pull request #2263 from inoio/develLauri Ojansivu2019-03-161-1/+1
|\ \ | |/ |/| make emails for invitations lowercase, compatible with AccountsTemplates
| * make emails for invitations all lowercase for compatibility with ↵Ole Langbehn2019-03-161-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | AccountsTemplates Email addresses for invitations are stored case sensitive in mongo, together with the invitation codes. When someone tries to sign up due to an invitation, in the sign up form, due to AccountsTemplates defaults, the email address is lowercased on blur of the textbox. When they then try to sign in, they get an error about the invitation code not existing. This makes it impossible to successfully invite people using non-lowercased email addresses. This patch lowercases the emails on the client side when inviting them. Other possibilities would be to lowercase them on the server side before storing them to mongodb, making a case insensitive search on mongodb, or making the email input field in the sign up form not lowercase the email string. This patch was chosen in favor of the other possibilities because of its simplicity.
* v2.48v2.48Lauri Ojansivu2019-03-154-4/+12
|
* Update translations.Lauri Ojansivu2019-03-151-339/+339
|
* Fix LDAP login.Lauri Ojansivu2019-03-151-14/+5
| | | | | | | Thanks to xet7 ! Closes wekan/wekan-ldap#43, closes wekan/wekan-snap#85
* v2.47v2.47Lauri Ojansivu2019-03-144-9/+7
|
* Update changelog.Lauri Ojansivu2019-03-141-1/+11
|
* Try to fix [LDAP Login: "Login forbidden", ReferenceError: req is not ↵Lauri Ojansivu2019-03-142-5/+15
| | | | | | | | | | defined](https://github.com/wekan/wekan-ldap/issues/44). Please test. Thanks to xet7 ! Closes wekan/wekan-ldap#44
* Remove ordering of cards by stars/color/description, so that cards would not ↵Lauri Ojansivu2019-03-141-1/+1
| | | | | | | | reorder all the time. Thanks to xet7 ! Closes #2241
* 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
| |