summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add ldap support | simplify authenticationsguillaume2018-10-0915-49/+493
|
* - 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
| * | Lint fixAngelo Gallarello2018-09-212-9/+9
| | |
| * | Added general move triggerAngelo Gallarello2018-09-213-1/+22
| | |
| * | Fixed card move to top/bottomAngelo Gallarello2018-09-212-2/+13
| | |
| * | Rules hidden from non adminAngelo Gallarello2018-09-211-4/+4
| | |
| * | Fixed card filterAngelo Gallarello2018-09-211-1/+1
| | |
| * | Fixed rules about member and box dropdowns widthAngelo Gallarello2018-09-217-17/+19
| | |
| * | Fixed some rulesAngelo Gallarello2018-09-213-8/+8
| |/
* | Update translations (pl).Lauri Ojansivu2018-09-221-93/+93
| |
* | - Add default Wekan Snap MongoDB bind IP 127.0.0.1Lauri Ojansivu2018-09-221-2/+3
| | | | | | | | | | | | Thanks to xet7 ! Related #1908
* | - Add default Wekan Snap MongoDB bind IP 127.0.0.1Lauri Ojansivu2018-09-221-1/+1
|/ | | | | | Thanks to xet7 ! Related #1908
* Update ChangeLog.Lauri Ojansivu2018-09-201-2/+8
| | | | Thanks to xet7 !
* - Add more required debug info to GitHub issue template.Lauri Ojansivu2018-09-201-2/+5
| | | | Thanks to xet7 !
* - Add npm-debug.log and .DS_Store to .gitignoreLauri Ojansivu2018-09-201-0/+2
| | | | Thanks to xet7 !
* - Fix Dockerfile Meteor install by changing tar to bsdtar.Lauri Ojansivu2018-09-191-0/+8
| | | | | | Thanks to maurice-schleussinger and xet7 ! Closes #1900