summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' of https://github.com/Akuket/wekan into edgeLauri Ojansivu2018-10-121-0/+6
|\
| * patch for customFields when deleting themguillaume2018-10-121-0/+6
| |
* | - Fix lint errors.Lauri Ojansivu2018-10-111-1/+0
| | | | | | | | | | | | Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 !
* | Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2018-10-113-15/+1
|\|
| * improve notificationsguillaume2018-10-113-15/+1
| |
* | - Fix lint error: tab to spaces.Lauri Ojansivu2018-10-101-1/+1
| | | | | | | | Thanks to xet7 !
* | Merge branch 'dcmcand-dev' of https://github.com/dcmcand/wekan into ↵Lauri Ojansivu2018-10-101-0/+23
|\ \ | | | | | | | | | dcmcand-dcmcand-dev
| * | Add route to get cards by swimlaneidChuck McAndrew2018-10-091-0/+23
| | |
* | | Fix lint errors.Lauri Ojansivu2018-10-091-4/+4
| |/ |/|
* | Merge branch 'edge' into edgeAkuket2018-10-092-11/+11
|\ \
| * | - Fix lint errors and warnings.Lauri Ojansivu2018-10-081-6/+6
| | | | | | | | | | | | Thanks to xet7 !
| * | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-10-082-7/+7
| |\ \ | | |/ | |/| | | | Angtrim-feature-rules
| | * Fixed lint errorsAngelo Gallarello2018-10-072-7/+7
| | |
* | | add ldap support | simplify authenticationsguillaume2018-10-092-7/+9
|/ /
* | - Add LDAP. In progress.Lauri Ojansivu2018-10-032-3/+45
| | | | | | | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* | - REST API: Add member with role to board. Remove member from board.Lauri Ojansivu2018-10-021-1/+76
| | | | | | | | | | | | | | | | | | Docs: https://github.com/wekan/wekan/wiki/REST-API-Role - OAuth2: Change Oidc preferred_username back to username. Thanks to xet7 ! Related #1861
* | - REST API: Change role on board. Docs: ↵Lauri Ojansivu2018-09-301-3/+27
| | | | | | | | | | | | https://github.com/wekan/wekan/wiki/REST-API-Role Thanks to entrptaher and xet7 !
* | - Try to fix OAuth2: Change oidc username to preferred_username.Lauri Ojansivu2018-09-221-1/+1
|/ | | | Thanks to xet7 !
* Lint fixAngelo Gallarello2018-09-211-2/+2
|
* Fixed card move to top/bottomAngelo Gallarello2018-09-211-0/+11
|
* Fixed card filterAngelo Gallarello2018-09-211-1/+1
|
* Fixed rules about member and box dropdowns widthAngelo Gallarello2018-09-211-2/+4
|
* Fixed some rulesAngelo Gallarello2018-09-211-2/+2
|
* Fix lint errors.Lauri Ojansivu2018-09-1610-343/+338
|
* Merge rules.Lauri Ojansivu2018-09-162-7/+0
|
* Detele temp files.Lauri Ojansivu2018-09-161-0/+0
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-1613-243/+964
|\ | | | | | | Angtrim-feature-rules
| * Export/Import done for rulesAngelo Gallarello2018-09-142-192/+351
| |
| * Fixed listidAngelo Gallarello2018-09-141-81/+286
| |
| * BeautyfiedAngelo Gallarello2018-09-141-14/+1
| |
| * Finished alpha rulesAngelo Gallarello2018-09-142-159/+33
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-142-27/+164
| |
| * Fixed rule allowsAngelo Gallarello2018-09-123-62/+29
| |
| * Completed rulesAngelo Gallarello2018-08-193-0/+22
| |
| * Fixed triggers to use names and not idAngelo Gallarello2018-08-173-0/+11
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-162-0/+85
| |
| * Remove attachment activityAngelo Gallarello2018-08-161-0/+7
| |
| * Labels activitiesAngelo Gallarello2018-08-162-0/+45
| |
| * Fixed removeAngelo Gallarello2018-08-161-0/+4
| |
| * Main flow implementedAngelo Gallarello2018-08-165-14/+17
| |
| * Almost full circleAngelo Gallarello2018-08-154-40/+74
| |
| * Add and remove uiAngelo Gallarello2018-08-031-1/+16
| |
| * UI for rules listAngelo Gallarello2018-08-034-0/+113
| |
* | - Fix lint error.Lauri Ojansivu2018-09-091-1/+1
| | | | | | | | Thanks to xet7 !
* | - Fix cards export and add customFields export.Lauri Ojansivu2018-09-091-1/+2
| | | | | | | | | | | | | | Thanks to ymeramees ! Closes #1873, related #1775
* | - REST API: Add startAt/dueAt/endAt etc. ↵Lauri Ojansivu2018-09-071-0/+45
| | | | | | | | | | | | | | | | https://github.com/wekan/wekan/wiki/REST-API-Cards Thanks to xet7 ! Closes #1879
* | - Fix "No Comments" permission on Wekan and Trello import.Lauri Ojansivu2018-09-062-0/+3
| | | | | | | | Thanks to xet7 !
* | Merge branch 'devel' of https://github.com/andresmanelli/wekan into develLauri Ojansivu2018-09-063-3/+16
|\ \
| * | Add swimlaneId in activity. Create default swimlaneId in APIAndrés Manelli2018-09-063-3/+16
| | |
* | | - REST API: Create board options to be modifiable, likeLauri Ojansivu2018-09-061-6/+6
|/ / | | | | | | | | | | | | | | | | | | permissions, public/private board - now private by default, and board background color. Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards Thanks to xet7 ! Related #1037