summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-8/+16
| | | | | | | | | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* | New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* | Add database migration for assignee.Lauri Ojansivu2019-11-141-0/+16
|/ | | | Thanks to ocdtrekkie and xet7 !
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-3/+6
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-09-161-1/+1
|\
| * Fix #2688 subcard selectorjustinr12342019-09-111-1/+1
| |
| * v3.39v3.39Lauri Ojansivu2019-09-111-1/+1
| |
* | Fix two-way webhooks - locking might fail sometimeSam X. Chen2019-09-162-48/+82
|/
* Revert Wekan v3.37 Fix Linked cards make load all cards of database.Lauri Ojansivu2019-09-111-1/+1
| | | | | | | Thanks to xet7! Related #2688, related #2693
* Fix: Linked cards make load all cards of database.Lauri Ojansivu2019-09-071-1/+1
| | | | | | Thanks to Akuket ! Closes #2688
* Fix prettier.Lauri Ojansivu2019-09-061-1/+6
|
* Treat any 2xx webhook response status code as successWilliam Hughes2019-09-061-1/+1
|
* Merge branch 'fix-date-stamps' of https://github.com/justinr1234/wekan into ↵Lauri Ojansivu2019-09-051-33/+41
|\ | | | | | | justinr1234-fix-date-stamps
| * Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-33/+41
| |
* | Try to fix prettier.Lauri Ojansivu2019-09-041-15/+13
| |
* | Merge pull request #2665 from whowillcare/masterLauri Ojansivu2019-09-042-17/+91
|\ \ | | | | | | Add Feature: complete the original author's webhook functions and add two-way webhook type
| * | Add Feature: enable two-way webhooks - add comments need useridSam X. Chen2019-08-301-5/+9
| | |
| * | Add Feature: enable two-way webhooks - fixing lint errorSam X. Chen2019-08-291-1/+2
| | |
| * | Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-291-9/+15
| |\|
| * | Add Feature: enable two-way webhooks - stage twoSam X. Chen2019-08-291-17/+80
| | |
| * | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-0/+6
| | |
* | | Patch admin search featureguillaume2019-08-301-6/+6
| |/ |/|
* | Fix mismatched queriesJustin Reynolds2019-08-151-9/+15
|/
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-0/+5
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Merge pull request #2615 from whowillcare/masterLauri Ojansivu2019-08-141-2/+2
|\ | | | | Time line is missing delete/edit comments
| * Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-131-3/+45
| |\
| * | Addfeature: showing action in system message when user deleted/edited ↵Sam X. Chen2019-08-131-2/+2
| | | | | | | | | | | | comments, plus changing email content \n to <br/>
* | | Webhook cardDetails onRenderedjymcheong2019-08-141-5/+5
| |/ |/| | | | | Send webhook when cardDetails is rendered.
* | Merge pull request #2611 from whowillcare/masterLauri Ojansivu2019-08-131-2/+2
|\| | | | | Addfeature: Enable HTML email content for richer comment
| * Addfeature: Enable HTML email content for richer commentSam X. Chen2019-08-121-2/+2
| |
* | Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB ↵Lauri Ojansivu2019-08-131-3/+45
|/ | | | | | | | storage engine, MongoDB Oplog enabled. Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
* Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵Sam X. Chen2019-08-101-0/+6
| | | | attachment while reading
* Fix board queryJustin Reynolds2019-08-061-1/+1
|
* Add env setting to image resizer, part 1.Lauri Ojansivu2019-07-181-0/+7
| | | | Thanks to xet7 !
* Add check for isActive.Lauri Ojansivu2019-07-171-1/+1
| | | | Thanks to xet !
* Org tables already have created and modified fields, so theyLauri Ojansivu2019-07-161-6/+0
| | | | | | | | | [are not needed](https://github.com/wekan/wekan/commit/2cedbcb9b334cd497874736bbb740a1d5c5acb6c#r34310611) for add-missing-created-and-modified migration, so removing not needed migration. Thanks to justinr1234 and xet7 ! Related #802
* Teams/Organizations part 3, in progress. Table: org_user, and indexes.Lauri Ojansivu2019-07-151-0/+3
| | | | | | Thanks to xet7 ! Related #802
* Teams/Organizations part 1, in progress. Add table: orgLauri Ojansivu2019-07-151-0/+3
| | | | | | Thanks to xet7 ! Related #802
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-091-1/+1
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-091-7/+11
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Add Corteza theme. In progress.Lauri Ojansivu2019-07-061-0/+1
| | | | Thanks to xet7 !
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-0/+5
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-2820-445/+580
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-231/+453
|
* Adds rule feature: cardAction - SetDate #2504Christoph Jahn2019-06-211-0/+83
|
* Merge pull request #2502 from road42/bug/rule_action_card_move_fixLauri Ojansivu2019-06-191-2/+2
|\ | | | | Fixed bug (rule doesn't move card to top/bottom) #2501
| * Fixed bug #2501Christoph Jahn2019-06-191-2/+2
| | | | | | card.move needs boardId as first parameter
* | Add back [OAuth2 idTokenWhitelistFields default empty ↵Lauri Ojansivu2019-06-131-1/+1
| | | | | | | | | | | | array](https://github.com/wekan/wekan/commit/8b31c0768c34fc4557b54cec936a0b4288a8e722#commitcomment-33921882). Thanks to moserben16 !
* | Try to fix OIDC login.Lauri Ojansivu2019-06-121-2/+4
| | | | | | | | Thanks to xet7 !
* | Show attachment name in Outgoing Webhook when attachment is added to card.Lauri Ojansivu2019-06-111-1/+1
| | | | | | | | | | | | Thanks to xet7 ! Related #2285