Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Try to fix OAuth2: Change oidc username to preferred_username. | Lauri Ojansivu | 2018-09-22 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Lint fix | Angelo Gallarello | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | Fixed card move to top/bottom | Angelo Gallarello | 2018-09-21 | 1 | -0/+11 |
| | |||||
* | Fixed card filter | Angelo Gallarello | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Fixed rules about member and box dropdowns width | Angelo Gallarello | 2018-09-21 | 1 | -2/+4 |
| | |||||
* | Fixed some rules | Angelo Gallarello | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-09-16 | 10 | -343/+338 |
| | |||||
* | Merge rules. | Lauri Ojansivu | 2018-09-16 | 2 | -7/+0 |
| | |||||
* | Detele temp files. | Lauri Ojansivu | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-09-16 | 13 | -243/+964 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | Export/Import done for rules | Angelo Gallarello | 2018-09-14 | 2 | -192/+351 |
| | | |||||
| * | Fixed listid | Angelo Gallarello | 2018-09-14 | 1 | -81/+286 |
| | | |||||
| * | Beautyfied | Angelo Gallarello | 2018-09-14 | 1 | -14/+1 |
| | | |||||
| * | Finished alpha rules | Angelo Gallarello | 2018-09-14 | 2 | -159/+33 |
| | | |||||
| * | Refactoring rules description | Angelo Gallarello | 2018-09-14 | 2 | -27/+164 |
| | | |||||
| * | Fixed rule allows | Angelo Gallarello | 2018-09-12 | 3 | -62/+29 |
| | | |||||
| * | Completed rules | Angelo Gallarello | 2018-08-19 | 3 | -0/+22 |
| | | |||||
| * | Fixed triggers to use names and not id | Angelo Gallarello | 2018-08-17 | 3 | -0/+11 |
| | | |||||
| * | Complete checklist activities | Angelo Gallarello | 2018-08-16 | 2 | -0/+85 |
| | | |||||
| * | Remove attachment activity | Angelo Gallarello | 2018-08-16 | 1 | -0/+7 |
| | | |||||
| * | Labels activities | Angelo Gallarello | 2018-08-16 | 2 | -0/+45 |
| | | |||||
| * | Fixed remove | Angelo Gallarello | 2018-08-16 | 1 | -0/+4 |
| | | |||||
| * | Main flow implemented | Angelo Gallarello | 2018-08-16 | 5 | -14/+17 |
| | | |||||
| * | Almost full circle | Angelo Gallarello | 2018-08-15 | 4 | -40/+74 |
| | | |||||
| * | Add and remove ui | Angelo Gallarello | 2018-08-03 | 1 | -1/+16 |
| | | |||||
| * | UI for rules list | Angelo Gallarello | 2018-08-03 | 4 | -0/+113 |
| | | |||||
* | | - Fix lint error. | Lauri Ojansivu | 2018-09-09 | 1 | -1/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | - Fix cards export and add customFields export. | Lauri Ojansivu | 2018-09-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Thanks to ymeramees ! Closes #1873, related #1775 | ||||
* | | - REST API: Add startAt/dueAt/endAt etc. ↵ | Lauri Ojansivu | 2018-09-07 | 1 | -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 Ojansivu | 2018-09-06 | 2 | -0/+3 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel | Lauri Ojansivu | 2018-09-06 | 3 | -3/+16 |
|\ \ | |||||
| * | | Add swimlaneId in activity. Create default swimlaneId in API | Andrés Manelli | 2018-09-06 | 3 | -3/+16 |
| | | | |||||
* | | | - REST API: Create board options to be modifiable, like | Lauri Ojansivu | 2018-09-06 | 1 | -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 | ||||
* | | - Add permission "No comments". It is like normal user, but does not show ↵ | Lauri Ojansivu | 2018-09-04 | 4 | -7/+28 |
| | | | | | | | | | | | | comments and activities. Thanks to xet7 ! | ||||
* | | Fix typo. | Lauri Ojansivu | 2018-08-28 | 1 | -1/+1 |
| | | |||||
* | | - Add Missing Index on cards.parentId since Swimlane integration | Lauri Ojansivu | 2018-08-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | to speedup Wekan. Thanks to Clement87 ! Closes #1863 | ||||
* | | - [OAuth2 Login on Standalone ↵ | Lauri Ojansivu | 2018-08-25 | 1 | -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 Ojansivu | 2018-08-24 | 1 | -0/+27 |
|\ \ | | | | | | | | | | salleman33-devel | ||||
| * | | merge oidc and local account if exists | Allemand Sylvain | 2018-04-10 | 1 | -6/+22 |
| | | | |||||
| * | | authentification oauth2 | Allemand Sylvain | 2018-04-09 | 1 | -0/+11 |
| | | | |||||
* | | | Fix and improve linked cards | Andrés Manelli | 2018-08-21 | 1 | -0/+8 |
| | | | |||||
* | | | Change of the default value of labelIds | Omar Sy | 2018-08-16 | 1 | -1/+1 |
| | | | |||||
* | | | Fix removed setters and getters | Andrés Manelli | 2018-08-15 | 1 | -1/+46 |
| | | | |||||
* | | | Fix lint errors. | Lauri Ojansivu | 2018-08-14 | 1 | -1/+1 |
| | | | |||||
* | | | - Fix Import from Trello error 400. | Lauri Ojansivu | 2018-08-14 | 1 | -0/+22 |
| | | | | | | | | | | | | Thanks to xet7 ! | ||||
* | | | Fix lint errors | Andrés Manelli | 2018-08-11 | 1 | -4/+0 |
| | | | |||||
* | | | Refactor imported -> linked in models | Andrés Manelli | 2018-08-11 | 3 | -102/+102 |
| | | | |||||
* | | | Add imported card location | Andrés Manelli | 2018-08-11 | 1 | -0/+14 |
| | | | |||||
* | | | Indicate board or card through icons. Indicate if archived | Andrés Manelli | 2018-08-11 | 1 | -0/+12 |
| | | | |||||
* | | | Fix lint errors | Andrés Manelli | 2018-08-11 | 2 | -12/+9 |
| | | |