summaryrefslogtreecommitdiffstats
path: root/packages/meteor-accounts-cas/cas_server.js
Commit message (Collapse)AuthorAgeFilesLines
* - [CAS allowed LDAP ↵Lauri Ojansivu2019-05-221-5/+28
| | | | | | | | | | groups](https://github.com/wekan/meteor-accounts-cas/pull/4). Thanks to ppoulard ! Please test. Related #2356
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-0/+281
build all directly. This also simplifies build scripts. Thanks to xet7 !