Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'andresmanelli-devel' into devel | Lauri Ojansivu | 2017-09-01 | 8 | -36/+199 |
|\ | | | | | | | Add more than one Outgoing Webhook. Thanks to andresmanelli ! | ||||
| * | Add more than one Outgoing Webhook. Thanks to andresmanelli ! | Lauri Ojansivu | 2017-09-01 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2017-09-01 | 7 | -34/+193 |
|/| | | | | | | | andresmanelli-devel | ||||
| * | Fix null userId. Fix description field name | Andrés Manelli | 2017-08-31 | 1 | -2/+3 |
| | | |||||
| * | Allow delete from client. List all integrations in web UI | Andrés Manelli | 2017-08-30 | 5 | -16/+39 |
| | | |||||
| * | Add activity subscription to integrations. Add API for integrations. Allow ↵ | Andrés Manelli | 2017-08-30 | 3 | -17/+152 |
| | | | | | | | | multiple integrations per board | ||||
* | | Merge branch 'GhassenRjab-hotfix/issue-1198' into devel | Lauri Ojansivu | 2017-09-01 | 2 | -12/+32 |
|\ \ | |/ |/| | | | | | Fix errors caused by checklist items activities. Thanks to GhassenRjab and nztqa ! Closes #1198 | ||||
| * | Fix errors caused by checklist items activities. | Lauri Ojansivu | 2017-09-01 | 1 | -1/+10 |
| | | | | | | | | Thanks to GhassenRjab and nztqa ! Closes #1198 | ||||
| * | Delete all activities related to a checklist when it is deleted | Ghassen Rjab | 2017-08-31 | 1 | -3/+5 |
| | | |||||
| * | Delete activity related to checklist item when the item is deleted | Ghassen Rjab | 2017-08-31 | 1 | -8/+17 |
|/ | |||||
* | v0.34v0.34 | Lauri Ojansivu | 2017-08-30 | 3 | -4/+4 |
| | |||||
* | Merge branch 'GhassenRjab-feature/import-activities' into devel | Lauri Ojansivu | 2017-08-30 | 5 | -71/+312 |
|\ | | | | | | | | | Import Trello and Wekan board times of creation of activities. Thanks to GhassenRjab ! Related #1157 | ||||
| * | Import Trello and Wekan board times of creation of activities. Thanks to ↵ | Lauri Ojansivu | 2017-08-30 | 1 | -0/+12 |
| | | | | | | | | GhassenRjab ! Related #1157 | ||||
| * | Update translations. | Lauri Ojansivu | 2017-08-30 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'feature/import-activities' of ↵ | Lauri Ojansivu | 2017-08-30 | 2 | -69/+298 |
|/| | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities | ||||
| * | Fix dates of activities related to comments imported from Trello | Ghassen Rjab | 2017-08-24 | 1 | -1/+1 |
| | | |||||
| * | Import Trello board activities | Ghassen Rjab | 2017-08-23 | 1 | -28/+131 |
| | | |||||
| * | Import Wekan board activities | Ghassen Rjab | 2017-08-20 | 1 | -40/+166 |
| | | | | | | There is a minor catch here, we can't import activities related to adding attachments for now | ||||
* | | v0.33 , includes new Sandstorm version.v0.33 | Lauri Ojansivu | 2017-08-29 | 6 | -6/+7 |
| | | |||||
* | | Merge branch 'GhassenRjab-hotfix/sandstorm-export-import' into devel | Lauri Ojansivu | 2017-08-29 | 2 | -3/+5 |
|\ \ | | | | | | | | | | | | | Fix Wekan Import Export on Standalone and Sandstorm. Thanks to GhassenRjab and xet7 ! Related #799 | ||||
| * | | Fix Wekan Import Export on Standalone and Sandstorm. Thanks to GhassenRjab ↵ | Lauri Ojansivu | 2017-08-29 | 1 | -2/+3 |
| | | | | | | | | | | | | and xet7 ! Related #799 | ||||
| * | | Standalone Export has modifiedAt missing, adding modifiedAt to fix it. ↵ | Lauri Ojansivu | 2017-08-29 | 1 | -0/+2 |
| | | | | | | | | | | | | Thanks to xet7 ! | ||||
| * | | Make userId optional when importing Wekan boards | Ghassen Rjab | 2017-08-28 | 1 | -1/+0 |
|/ / | | | | | Sandstorm will have an activity of adding a member by default which will have an empty userId. This caused issues when importing exported Sandstorm boards. | ||||
* | | Merge branch 'pkuhner-fix-smtp-uri-malformed' into devel | Lauri Ojansivu | 2017-08-26 | 2 | -5/+7 |
|\ \ | | | | | | | | | | | | | Percent-encode SMTP password to prevent URI malformed errors. Thanks to pkuhner ! Closes #1181 | ||||
| * | | Percent-encode SMTP password to prevent | Lauri Ojansivu | 2017-08-26 | 1 | -3/+5 |
| | | | | | | | | | | | | URI malformed errors. Thanks to pkuhner ! Closes #1181 | ||||
| * | | Merge branch 'fix-smtp-uri-malformed' of https://github.com/pkuhner/wekan ↵ | Lauri Ojansivu | 2017-08-26 | 1 | -2/+2 |
|/| | | | | | | | | | | | into pkuhner-fix-smtp-uri-malformed | ||||
| * | | Fix template literals syntax | Pierre Kuhner | 2017-08-24 | 1 | -2/+2 |
| | | | |||||
| * | | Percent-encode SMTP password to prevent URI malformed errors | Pierre Kuhner | 2017-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Fix URIError: URI malformed errors when sending email with SMTP password containing some special characters. See Sections 2.1 and 3.2 of RFC 3986. | ||||
* | | | Merge branch 'jonasob-username-matching' into devel | Lauri Ojansivu | 2017-08-26 | 4 | -7/+8 |
|\ \ \ | | | | | | | | | | | | | Usernames can now include dots (.) Thanks to jonasob ! | ||||
| * | | | Usernames can now include dots (.) Thanks to jonasob ! | Lauri Ojansivu | 2017-08-26 | 1 | -3/+4 |
| | | | | |||||
| * | | | Merge branch 'username-matching' of https://github.com/jonasob/wekan into ↵ | Lauri Ojansivu | 2017-08-26 | 3 | -4/+4 |
|/| | | | | | | | | | | | | | | | jonasob-username-matching | ||||
| * | | | Usernames should be able to include dots (.) | Jonas Oberg | 2017-08-25 | 3 | -4/+4 |
| |/ / | |||||
* / / | Copy card link to clipboard. Thanks to xet7 ! Closes #1188 | Lauri Ojansivu | 2017-08-26 | 38 | -17/+82 |
|/ / | |||||
* | | Merge branch 'danhawkes-devel' into devel | Lauri Ojansivu | 2017-08-24 | 6 | -3/+96 |
|\ \ | | | | | | | | | | | | | Add web manifest so Wekan can be used as Standalone App on Desktop with Chrome or Firefox. Thanks to danhawkes ! Closes #1154 | ||||
| * | | Add web manifest so Wekan can be used as Standalone App | Lauri Ojansivu | 2017-08-24 | 1 | -2/+4 |
| | | | | | | | | | | | | on Desktop with Chrome or Firefox. Thanks to danhawkes ! Closes #1154 | ||||
| * | | Fixed lint error by using dot notation. | Lauri Ojansivu | 2017-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/danhawkes/wekan into danhawkes-devel | Lauri Ojansivu | 2017-08-23 | 4 | -0/+91 |
|/| | | |||||
| * | | Add web manifest | Dan Hawkes | 2017-08-20 | 4 | -0/+91 |
| |/ | | | | | | | Adds a basic web manifest to support progressive web-app use. | ||||
* | | Update translations. | Lauri Ojansivu | 2017-08-23 | 8 | -143/+143 |
| | | |||||
* | | Merge branch 'andresmanelli-webhook-ids' into devel | Lauri Ojansivu | 2017-08-23 | 3 | -2/+14 |
|\ \ | |/ |/| | | | Gogs integration part 1. Thanks to andresmanelli ! | ||||
| * | Gogs integration part 1. Thanks to andresmanelli ! | Lauri Ojansivu | 2017-08-23 | 1 | -2/+4 |
| | | |||||
| * | Add some IDs to webhook body | Andrés Manelli | 2017-08-16 | 2 | -0/+10 |
|/ | |||||
* | Try newer Debian on Dockerfile. | Lauri Ojansivu | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-08-14 | 4 | -334/+334 |
| | |||||
* | Merge branch 'nztqa-fix-checkitem-css' into devel | Lauri Ojansivu | 2017-08-11 | 2 | -1/+5 |
|\ | | | | | | | Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163 | ||||
| * | Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163 | Lauri Ojansivu | 2017-08-11 | 1 | -0/+4 |
| | | |||||
| * | Fix flex property width of first column | nztqa | 2017-08-10 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'kubiko-devel' into devel | Lauri Ojansivu | 2017-08-09 | 2 | -3/+5 |
|\ | | | | | | | Ubuntu snap: Use version scriptlet. Thanks to kubiko ! | ||||
| * | Ubuntu snap: Use version scriptlet. Thanks to kubiko ! | Lauri Ojansivu | 2017-08-09 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/kubiko/wekan into kubiko-devel | Lauri Ojansivu | 2017-08-09 | 1 | -1/+2 |
|/| |