Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated insert action for CustomFields API | James Byrne | 2019-08-12 | 1 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Sam X. Chen | 2019-08-10 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug on editing users informations, switching to other view, staring a board. | Lauri Ojansivu | 2019-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Thanks to road42 ! Closes #2590 | ||||
* | | Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵ | Sam X. Chen | 2019-08-10 | 1 | -20/+162 |
|/ | | | | attachment while reading | ||||
* | Add Features: allowing wekan master to set where the attachments stored on ↵ | Sam X. Chen | 2019-08-08 | 1 | -15/+24 |
| | | | | server instead of mongodb | ||||
* | Hide minicard label text: per user checkbox setting at sidebar. | Lauri Ojansivu | 2019-08-07 | 1 | -1/+25 |
| | | | | | | | Thanks to xet7 ! Closes #1466, closes #2561 | ||||
* | Fix checking if API is enabled | Justin Reynolds | 2019-08-06 | 1 | -2/+2 |
| | |||||
* | Add admin setting to prevent users to self deleting their account | guillaume | 2019-07-30 | 1 | -0/+9 |
| | |||||
* | Fix invites | Justin Reynolds | 2019-07-18 | 1 | -0/+13 |
| | |||||
* | [Fix id to ↵ | Lauri Ojansivu | 2019-07-15 | 2 | -2/+2 |
| | | | | | | | | _id](https://github.com/wekan/wekan/commit/2cedbcb9b334cd497874736bbb740a1d5c5acb6c#r34310594). Thanks to justinr1234 and xet7 ! Related #802 | ||||
* | Use camelCase. | Lauri Ojansivu | 2019-07-15 | 2 | -11/+11 |
| | | | | | | Thanks to xet7 ! Related #802 | ||||
* | Teams/Organizations part 3, in progress. Table: org_user, and indexes. | Lauri Ojansivu | 2019-07-15 | 1 | -0/+80 |
| | | | | | | Thanks to xet7 ! Related #802 | ||||
* | Teams/Organizations part 2, in progress. Table: org, add index for name field. | Lauri Ojansivu | 2019-07-15 | 1 | -0/+7 |
| | | | | | | Thanks to xet7 ! Related #802 | ||||
* | Teams/Organizations part 1, in progress. Add table: org | Lauri Ojansivu | 2019-07-15 | 2 | -0/+122 |
| | | | | | | Thanks to xet7 ! Related #802 | ||||
* | Add Features: notifications will be sent when user is being @, or ↵ | Sam X. Chen | 2019-07-11 | 1 | -0/+33 |
| | | | | activitytype matches env var BIGENVENTS | ||||
* | Outgoing Webhooks setCustomField: Add board name, card name, custom field ↵ | Lauri Ojansivu | 2019-07-10 | 3 | -6/+12 |
| | | | | | | | | name to be visible. Still missing: custom field value, list name, swimlane name. Thanks to xet7 ! | ||||
* | Notify Due Days: Add settings to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-10 | 1 | -4/+5 |
| | | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 ! | ||||
* | Add Feature: system timelines will be showing any modification for duat ↵ | Sam X. Chen | 2019-07-09 | 2 | -2/+101 |
| | | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified | ||||
* | Add Corteza theme. In progress. | Lauri Ojansivu | 2019-07-06 | 1 | -1/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch. | Lauri Ojansivu | 2019-07-01 | 2 | -4/+10 |
| | | | | Thanks to xet7 ! | ||||
* | - [LDAP: Check if email attribute is an array, that has many email ↵ | Lauri Ojansivu | 2019-06-29 | 1 | -1/+11 |
| | | | | | | addresses](https://github.com/wekan/wekan/pull/2519). Thanks to tdemaret and xet7 ! | ||||
* | Prettier & eslint project style update | Justin Reynolds | 2019-06-28 | 26 | -1459/+1562 |
| | |||||
* | Add createdAt and modifiedAt to all collections | Justin Reynolds | 2019-06-27 | 21 | -1939/+2857 |
| | |||||
* | - Fix Outgoing Webhook messages for Checlists, Checklist Items, Card ↵ | Lauri Ojansivu | 2019-06-27 | 5 | -18/+77 |
| | | | | | | | | | | comments, Add/Remove CustomField to board. Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7 ! Related #1969 | ||||
* | Show attachment name in Outgoing Webhook when attachment is removed from card. | Lauri Ojansivu | 2019-06-11 | 1 | -4/+8 |
| | | | | | | Thanks to xet7 ! Related #2285 | ||||
* | Show attachment name in Outgoing Webhook when attachment is added to card. | Lauri Ojansivu | 2019-06-11 | 1 | -1/+2 |
| | | | | | | Thanks to xet7 ! Related #2285 | ||||
* | Restore export API | Benjamin Tissoires | 2019-05-14 | 1 | -8/+15 |
| | | | | | | | Commit 477d71e0b90d1 was based on an older version of export.js, which means it reverted a few changes that were made previously. Fixes #2328 | ||||
* | Add partentId support on card web API | Atila Romero | 2019-05-12 | 1 | -0/+17 |
| | |||||
* | - Add Feature: Move board to Archive button at each board at All Boards page. | Lauri Ojansivu | 2019-05-10 | 1 | -0/+16 |
| | | | | | | Thanks to xet7 ! Related #2389 | ||||
* | Prevent data loss. | Lauri Ojansivu | 2019-05-09 | 1 | -10/+16 |
| | | | | Thanks to xet7 ! | ||||
* | Merge pull request #2384 from Akuket/origin/edge | Lauri Ojansivu | 2019-05-09 | 1 | -0/+28 |
|\ | | | | | Delete user feature | ||||
| * | Delete user feature | guillaume | 2019-04-26 | 1 | -0/+28 |
| | | |||||
* | | Fix missing profile checks. | Lauri Ojansivu | 2019-05-09 | 3 | -13/+13 |
|/ | | | | Thanks to justinr1234 ! | ||||
* | remove feature | guillaume | 2019-04-23 | 5 | -5/+50 |
| | |||||
* | Merge pull request #2320 from rinnaz/fix/issue-2285 | Lauri Ojansivu | 2019-04-06 | 5 | -0/+26 |
|\ | | | | | Add variables for activity notifications Fixes #2285 | ||||
| * | Add variables for activity notifications Fixes #2285 | windblow | 2019-04-06 | 5 | -0/+26 |
| | | |||||
* | | - Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated ↵ | Lauri Ojansivu | 2019-04-06 | 1 | -1/+2 |
| | | | | | | | | | | | | board. Thanks to xet7 ! | ||||
* | | Fix lint errors. | Lauri Ojansivu | 2019-04-06 | 3 | -25/+24 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge | Lauri Ojansivu | 2019-04-06 | 5 | -17/+79 |
|\ \ | |/ |/| | |||||
| * | Minor fixes | Angelo Gallarello | 2019-04-05 | 2 | -1/+1 |
| | | |||||
| * | Fixes | Angelo Gallarello | 2019-02-12 | 5 | -17/+79 |
| | | |||||
* | | Add proper variables for unjoin card | chotaire | 2019-04-05 | 1 | -0/+3 |
| | | |||||
* | | Add proper variables for join card Fixes #2285 | justinr1234 | 2019-03-28 | 1 | -0/+3 |
| | | |||||
* | | - More whitelabeling. | Lauri Ojansivu | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Fix #2268 | Andrés Manelli | 2019-03-20 | 1 | -32/+0 |
| | | |||||
* | | Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2019-03-20 | 1 | -3/+1 |
|\ \ | | | | | | | | | | andresmanelli-fix_subtasks | ||||
| * | | Fix dissapearing subtasks | Andrés Manelli | 2019-03-17 | 1 | -3/+1 |
| | | | |||||
* | | | Lint fix | Andrés Manelli | 2019-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | - Fix card copy & move between boards with customFields | Andrés Manelli | 2019-03-16 | 3 | -25/+140 |
| | | | | | | | | | | | | | | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card | ||||
* | | | Migrate customFields | Andrés Manelli | 2019-03-16 | 3 | -7/+7 |
|/ / |