summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-138-12/+53
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* - Add Kadira integration. Thanks to GavinLilly.Lauri Ojansivu2019-02-131-0/+13
| | | | Closes #2152
* Merge branch 'edge' into develLauri Ojansivu2019-02-133-2/+6
|\
| * - Fix2: Remove overlap of side bar button with card/list menu button on ↵Lauri Ojansivu2019-02-132-1/+5
| | | | | | | | | | | | | | | | mobile browser Thanks to xet7 ! Closes #2183
| * - Fix: Remove overlap of side bar button with card/list menu button on ↵Lauri Ojansivu2019-02-131-1/+1
| | | | | | | | | | | | | | | | mobile browser Thanks to xet7 ! Closes #2183
| * - Fix indenting textline.Lauri Ojansivu2019-02-121-1/+1
| |
| * Update translations.Lauri Ojansivu2019-02-121-1/+1
| |
* | Merge pull request #2187 from GavinLilly/kadira-integrationLauri Ojansivu2019-02-133-2/+7
|\ \ | |/ |/| Kadira integration
| * Adding wekan-ldap back in to build in the DockerfileGavin Lilly2019-02-131-1/+1
| |
| * Cleaning up docker-compose for mergeGavin Lilly2019-02-131-56/+22
| |
| * Added back wekan-ldap after it's fixed in a separate changeGavin Lilly2019-02-122-0/+3
| |
| * Moved to meteor-apm-agent and removed Wekan LDAP to test if workingGavin Lilly2019-02-112-4/+1
| |
| * Pulled Wekan-LDAP locally for debugGavin Lilly2019-02-111-1/+1
| |
| * Merge branch 'devel' of github.com:wekan/wekan into develGavin Lilly2019-02-1172-204/+553
| |\
| * | Replaced Kadira by meteor-apm-agentGavin Lilly2019-02-113-11/+6
| | |
| * | Added Kadira using meteor add methodGavin Lilly2019-02-091-0/+1
| | |
| * | Added Kadira packages and env settings in Docker ComposeGavin Lilly2019-02-093-18/+61
| | |
* | | v2.21v2.21Lauri Ojansivu2019-02-124-4/+17
| | |
* | | - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-126-208/+363
| | | | | | | | | | | | Thanks to xet7 !
* | | Merge pull request #2182 from danpatdav/oidcLauri Ojansivu2019-02-112-1/+9
|\ \ \ | |_|/ |/| | Add parameters for OIDC claim mapping
| * | Added parameters for OIDC claim mappingDaniel Davis2019-02-111-0/+8
| | | | | | | | | These mapping parameters take advantage of new code in salleman-oidc 1.0.12 to override the default claim names provided by the userinfo endpoint.
| * | Bump salleman-oidc to 1.0.12Daniel Davis2019-02-111-1/+1
|/ /
* | v2.20v2.20Lauri Ojansivu2019-02-114-5/+5
| |
* | Update changelog.Lauri Ojansivu2019-02-111-0/+11
| |
* | - Add option DEBUG=true for docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-116-3/+26
| | | | | | | | Thanks to xet7 !
* | Merge pull request #2181 from danpatdav/debug-oidcLauri Ojansivu2019-02-112-1/+3
|\ \ | | | | | | Added debug flag and bumped salleman package version
| * | SyntaxDaniel Davis2019-02-111-1/+1
| | |
| * | Bumped salleman packages to 1.0.11Daniel Davis2019-02-061-2/+2
| | | | | | | | | 1.0.11 includes new debugging code
| * | Add a debug argumentDaniel Davis2019-02-061-0/+2
| |/ | | | | Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
* | Update translations.Lauri Ojansivu2019-02-114-67/+67
| |
* | Update translations.Lauri Ojansivu2019-02-092-10/+10
| |
* | Update translations (es).v2.19Lauri Ojansivu2019-02-091-2/+2
| |
* | v2.19Lauri Ojansivu2019-02-094-4/+12
| |
* | - Remove oplog. Need to think how to do it properly.Lauri Ojansivu2019-02-081-1/+1
| | | | | | | | Thanks to xet7 !
* | v2.18v2.18Lauri Ojansivu2019-02-084-5/+5
| |
* | Add commit link to changelog.Lauri Ojansivu2019-02-081-2/+2
| |
* | Add issue link to changelog.Lauri Ojansivu2019-02-081-1/+1
| |
* | Add commit link to changelog.Lauri Ojansivu2019-02-081-1/+1
| |
* | Update changelog.Lauri Ojansivu2019-02-081-1/+0
| |
* | Update changelog.Lauri Ojansivu2019-02-081-0/+35
| |
* | Merge pull request #2174 from bentiss/fix-sw-reorderingLauri Ojansivu2019-02-082-4/+75
|\ \ | | | | | | Fix swimlanes sorting
| * | Fix swimlanes sortingBenjamin Tissoires2019-02-082-4/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox" The rendering of the new design of the swimlanes was correct, but this commit broke the reordering capability. Having the swimlane header at the same level than the lists of cards makes the whole sortable pattern fail. 2 solutions: - revert to only have 1 div per swimlane. But this introduces the firefox bug mentioned in 7cc185ac, so not ideal - force the sortable pattern to do what we want. To force the sortable pattern, we need: - add in the helper a clone of the list of cards (to not just move the header) - make sure the placeholder never get placed between the header and the list of cards in a swimlane - fix the finding of the next and previous list of cards. For all of this to be successful, we need to resize the swimlanes to a known value. This can lead to some visual jumps with scrolling when you drag or drop the swimlanea. I tried to remedy that by computing the new scroll value. Still not ideal however, as there are still some jumps when dropping. Fixes #2159
* | | Update translations.Lauri Ojansivu2019-02-084-14/+14
| | |
* | | - Add oplog to snap mongodb.Lauri Ojansivu2019-02-081-1/+1
|/ / | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2019-02-0848-48/+144
| |
* | Translate also Admin Panel/Layout/Display Authentication Method and Default ↵Lauri Ojansivu2019-02-081-1/+3
| | | | | | | | Authentication Method. Thanks to Akuket and xet7 !
* | Lint also async. Thanks to Akuket !Lauri Ojansivu2019-02-081-1/+1
| |
* | Merge remote-tracking branch 'upstream/feature-improve-authentication' into ↵Lauri Ojansivu2019-02-087-71/+173
|\ \ | |/ |/| | | feature-improve-authentication
| * Fix lintsguillaume2019-02-071-6/+11
| |
| * - Fix lint errors.Lauri Ojansivu2019-02-015-20/+15
| | | | | | | | Thanks to xet7 !