summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
...
* | - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-044-7/+28
| | | | | | | | | | | | comments and activities. Thanks to xet7 !
* | Fix typo.Lauri Ojansivu2018-08-281-1/+1
| |
* | - Add Missing Index on cards.parentId since Swimlane integrationLauri Ojansivu2018-08-281-0/+6
| | | | | | | | | | | | | | | | to speedup Wekan. Thanks to Clement87 ! Closes #1863
* | - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-10/+7
| | | | | | | | | | | | | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* | Merge branch 'devel' of https://github.com/salleman33/wekan into ↵Lauri Ojansivu2018-08-241-0/+27
|\ \ | | | | | | | | | salleman33-devel
| * | merge oidc and local account if existsAllemand Sylvain2018-04-101-6/+22
| | |
| * | authentification oauth2Allemand Sylvain2018-04-091-0/+11
| | |
* | | Fix and improve linked cardsAndrés Manelli2018-08-211-0/+8
| | |
* | | Change of the default value of labelIdsOmar Sy2018-08-161-1/+1
| | |
* | | Fix removed setters and gettersAndrés Manelli2018-08-151-1/+46
| | |
* | | Fix lint errors.Lauri Ojansivu2018-08-141-1/+1
| | |
* | | - Fix Import from Trello error 400.Lauri Ojansivu2018-08-141-0/+22
| | | | | | | | | | | | Thanks to xet7 !
* | | Fix lint errorsAndrés Manelli2018-08-111-4/+0
| | |
* | | Refactor imported -> linked in modelsAndrés Manelli2018-08-113-102/+102
| | |
* | | Add imported card locationAndrés Manelli2018-08-111-0/+14
| | |
* | | Indicate board or card through icons. Indicate if archivedAndrés Manelli2018-08-111-0/+12
| | |
* | | Fix lint errorsAndrés Manelli2018-08-112-12/+9
| | |
* | | Add title bindingAndrés Manelli2018-08-111-76/+31
| | |
* | | Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-4/+18
| | |
* | | Add two way binding of checklistsAndrés Manelli2018-08-111-8/+33
| | |
* | | Avoid exporting imported cardsAndrés Manelli2018-08-111-1/+2
| | |
* | | Add two way binding of card/board timesAndrés Manelli2018-08-112-1/+182
| | |
* | | Allow description and member two way bindingAndrés Manelli2018-08-101-0/+68
| | |
* | | Avoid importing imported cards or boardsAndrés Manelli2018-08-101-6/+6
| | |
* | | Link descriptionAndrés Manelli2018-08-101-0/+33
| | |
* | | Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-102-0/+11
| | |
* | | Fix showing only the cards of the current board in calendar viewYanonix2018-08-091-0/+1
| | |
* | | Integration of matomo with env varsguillaume2018-07-271-0/+17
| | |
* | | enable/disable api with env varguillaume2018-07-241-1/+12
| | |
* | | remove invitation codeguillaume2018-07-181-5/+6
| | |
* | | patch re-invitguillaume2018-07-162-8/+24
| |/ |/|
* | - Fix Title is required by setting Checklist titleLauri Ojansivu2018-07-061-1/+0
| | | | | | | | | | | | | | | | | | during migration. Thanks to centigrade-kdk and xet7 ! Closes #1576, closes #1753
* | - Fix [Title is required](https://github.com/wekan/wekan/issues/1576)Lauri Ojansivu2018-07-061-0/+1
| | | | | | | | | | | | | | | | | | by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753). Thanks to xet7 ! Closes #1576, closes #1753
* | Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-0/+32
|\ \
| * | Show cards in calendarNicu Tofan2018-06-261-0/+27
| | |
| * | Introducing third board view: calendar.Nicu Tofan2018-06-261-0/+5
| | | | | | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | | Added ability to change card's parent.Nicu Tofan2018-06-262-3/+16
| | |
* | | Show parent in card (no links, yet)Nicu Tofan2018-06-262-0/+69
| | |
* | | Board level settings for subtasksNicu Tofan2018-06-262-1/+17
| | |
* | | Check for null and undefined in board defaultsNicu Tofan2018-06-261-2/+2
| | |
* | | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-0/+12
| | |
* | | change all mentions of Kids => ChildrenNicu Tofan2018-06-261-3/+3
| | |
* | | A better name for incoming subtasksNicu Tofan2018-06-261-1/+1
| | |
* | | Get rid of old implementation for substacksNicu Tofan2018-06-264-169/+8
| | |
* | | Take archived status into consideration for subtasksNicu Tofan2018-06-261-3/+18
| | |
* | | Can add cards as subtasksNicu Tofan2018-06-261-0/+54
| | |
* | | Switch from subtasks to cards in modelNicu Tofan2018-06-261-3/+3
| | |
* | | Helpers for dealing with trees of cardsNicu Tofan2018-06-261-0/+19
| | |
* | | added ability to create a tree of cardsNicu Tofan2018-06-261-0/+5
| | |
* | | Initial implementation for subtasksNicu Tofan2018-06-264-7/+30
| | |