summaryrefslogtreecommitdiffstats
path: root/packages/wekan-ldap
Commit message (Collapse)AuthorAgeFilesLines
* add settings field for LDAP user authentication fieldTobias2019-08-041-1/+2
|
* Makes LDAP background sync work. If the sync interval is unspecified, falls ↵Jean-Christophe Haessig2019-07-192-16/+22
| | | | back to a hourly default.
* - Add missing [wekan-ldap#40](https://github.com/wekan/wekan-ldap/pull/40) ↵Lauri Ojansivu2019-05-141-0/+18
| | | | | | | | code about LDAP_SYNC_ADMIN_STATUS. Thanks to JulianJacobi, n-st, chirrut2 and xet7 ! Closes #2351
* Update loginHandler.jsThiago Fernando2019-05-101-21/+31
| | | additional option to login in ldap server with user account
* Update ldap.jsThiago Fernando2019-05-101-77/+105
|
* Update package names.Lauri Ojansivu2019-04-201-2/+2
|
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-2011-0/+1545
build all directly. This also simplifies build scripts. Thanks to xet7 !