summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-10-0812-30/+76
|\ | | | | | | Angtrim-feature-rules
| * Prevent rules with no nameAngelo Gallarello2018-10-072-4/+6
| |
| * Fixed rules conflictsAngelo Gallarello2018-10-071-2/+9
| |
| * Fixed uppercase rules detailsAngelo Gallarello2018-10-071-2/+6
| |
| * Fixed language source typoAngelo Gallarello2018-10-071-1/+1
| |
| * Added back buttonAngelo Gallarello2018-10-076-3/+36
| |
| * Fixed lint errorsAngelo Gallarello2018-10-076-18/+18
| |
* | Update translations (pt-BR).Lauri Ojansivu2018-10-061-37/+37
| |
* | - Add info about edge.Lauri Ojansivu2018-10-031-0/+11
| | | | | | | | Thanks to xet7 !
* | - [OpenShift: Drop default namespace value and duplicate WEKAN_SERVICE_NAME ↵Lauri Ojansivu2018-10-031-1/+2
| | | | | | | | | | | | parameter.commit](https://github.com/wekan/wekan/commit/fcc3560df4dbcc418c63470776376238af4f6ddc). Thanks to lberk and InfoSec812 !
* | - OpenShift: Drop default namespace value and duplicate WEKAN_SERVICE_NAME ↵Lauri Ojansivu2018-10-031-7/+1
| | | | | | | | | | | | parameter. Thanks to lberk and InfoSec812 !
* | - Add info about root-url to GitHub issue template ↵Lauri Ojansivu2018-10-031-2/+8
| | | | | | | | | | | | https://github.com/wekan/wekan/commit/4c0eb7dcc19ca9ae8c5d2d0276e0d024269de236). Thanks to xet7 !
* | - Add info about root-url to GitHub issue template.Lauri Ojansivu2018-10-031-0/+1
| | | | | | | | Thanks to xet7 !
* | - Fix Card URL https://github.com/wekan/wekan/pull/1932Lauri Ojansivu2018-10-031-3/+4
| | | | | | | | Thanks to schulz !
* | - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-033-2/+30
| | | | | | | | Thanks to schulz !
* | - Add whole packages/ directory to .gitignore.Lauri Ojansivu2018-10-031-3/+1
| | | | | | | | Thanks to xet7 !
* | Fix typo.Lauri Ojansivu2018-10-031-1/+1
| |
* | - ↵Lauri Ojansivu2018-10-031-0/+7
| | | | | | | | | | | | | | | | | | | | [LDAP](https://github.com/wekan/wekan/commit/288800eafc91d07f859c4f59588e0b646137ccb9). In progress. Please test and [add info about bugs](https://github.com/wekan/wekan/issues/119). Thanks to maximest-pierre, Akuket and xet7 ! Related #119
* | - Add LDAP. In progress.Lauri Ojansivu2018-10-039-4/+139
| | | | | | | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* | v1.52.1v1.52.1Lauri Ojansivu2018-10-023-4/+4
| |
* | Add edge.Lauri Ojansivu2018-10-021-7/+7
| |
* | - REST API: [Add member with role to board. Remove member from ↵Lauri Ojansivu2018-10-021-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | board](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920). [Docs](https://github.com/wekan/wekan/wiki/REST-API-Role). Related to [role issue](https://github.com/wekan/wekan/issues/1861). - OAuth2: [Revert Oidc preferred_username back to username](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920). This [does not fix or break anything](https://github.com/wekan/wekan/issues/1874#issuecomment-425179291), Oidc already works with [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper-provider-app). Thanks to xet7 ! Related #1861
* | - 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
* | v1.51.2v1.51.2Lauri Ojansivu2018-09-303-4/+4
| |
* | - [REST API: Change role of board ↵Lauri Ojansivu2018-09-301-0/+9
| | | | | | | | | | | | | | | | member](https://github.com/wekan/wekan/commit/51ac6c839ecf2226b2a81b0d4f985d3b942f0938). Docs: https://github.com/wekan/wekan/wiki/REST-API-Role 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 !
* | Fix typo.Lauri Ojansivu2018-09-281-1/+1
| |
* | v1.51.1v1.51.1Lauri Ojansivu2018-09-283-4/+4
| |
* | - Move Add Board button to top left, so there is no need to scrollLauri Ojansivu2018-09-281-2/+3
| | | | | | | | | | | | to bottom when there is a lot of boards. Thanks to xet7 !
* | - Move Add Board button to top left, so there is no need to scrollLauri Ojansivu2018-09-281-3/+2
| | | | | | | | | | | | to bottom when there is a lot of boards. Thanks to xet7 !
* | Update translations.Lauri Ojansivu2018-09-283-27/+27
| |
* | Fix typo.Lauri Ojansivu2018-09-281-1/+1
| |
* | - Add CAS with attributes.Lauri Ojansivu2018-09-281-0/+8
| | | | | | | | Thanks to ppoulard !
* | Add CAS with attributes.Lauri Ojansivu2018-09-285-2/+9
| | | | | | | | Thanks to ppoulard !
* | v1.50.3v1.50.3Lauri Ojansivu2018-09-233-4/+4
| |
* | - Remove "Fix Cannot setup mail server via snap variables"Lauri Ojansivu2018-09-231-1/+10
| | | | | | | | | | | | to see does Wekan Snap start correctly after removing it. Thanks to xet7 !
* | - Remove "Fix Cannot setup mail server via snap variables" to seeLauri Ojansivu2018-09-231-2/+2
| | | | | | | | | | | | does Wekan Snap start correctly after removing it. Thanks to xet7 !
* | v1.50.2v1.50.2Lauri Ojansivu2018-09-233-3/+11
| |
* | Update translations.Lauri Ojansivu2018-09-232-4/+4
| |
* | v1.50.1v1.50.1Lauri Ojansivu2018-09-223-4/+4
| |
* | - Try to fix OAuth2: Change oidc username to preferred_username.Lauri Ojansivu2018-09-221-1/+2
| | | | | | | | Thanks to xet7 !
* | - Try to fix OAuth2: Change oidc username to preferred_username.Lauri Ojansivu2018-09-221-1/+1
| | | | | | | | Thanks to xet7 !
* | - Fix Cannot setup mail server via snap variablesLauri Ojansivu2018-09-221-2/+3
| | | | | | | | | | | | Thanks to suprovsky ! Closes #1906
* | Merge branch 'suprovsky-edge' into edgeLauri Ojansivu2018-09-221-2/+2
|\ \
| * | Merge branch 'edge' of https://github.com/suprovsky/wekan into suprovsky-edgeLauri Ojansivu2018-09-221-2/+2
|/| |
| * | export syntax error in bashRadosław Serba2018-09-211-2/+2
| | |
* | | - Fix Feature Rules.Lauri Ojansivu2018-09-221-2/+3
| | | | | | | | | | | | Thanks to Angtrim !
* | | Merge branch 'Angtrim-feature-rules' into edgeLauri Ojansivu2018-09-2257-120/+198
|\ \ \
| * | | Update translations.Lauri Ojansivu2018-09-2244-88/+132
| | | |
| * | | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-2213-32/+66
|/| | | | | |/ | |/| | | | Angtrim-feature-rules