summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Inferface: Can move cardToTop/Bottom. Fixes #2289Christoph Jahn2019-06-211-2/+2
|
* v2.86v2.86Lauri Ojansivu2019-06-194-5/+5
|
* Update changelog.Lauri Ojansivu2019-06-191-0/+12
|
* - [Fix Wekan unable to Select Text from Description edit ↵Lauri Ojansivu2019-06-191-8/+8
| | | | | | | | | | | | box](https://github.com/wekan/wekan/issues/2451) by removing feature of card description submit on click outside. This is because when selecting text and dragging up did trigger submit of description, so description was closed and selecting text failed. This did affect all Chromium-based browsers: Chrome, Chromium, Chromium Edge. Thanks to xet7 ! Closes #2451
* v2.85v2.85Lauri Ojansivu2019-06-194-5/+5
|
* [Fixed bug: rule doesn't move card to ↵Lauri Ojansivu2019-06-191-0/+9
| | | | | | | | top/bottom](https://github.com/wekan/wekan/pull/2502). Thanks to road42 ! Closes #2501
* Merge pull request #2502 from road42/bug/rule_action_card_move_fixLauri Ojansivu2019-06-191-2/+2
|\ | | | | Fixed bug (rule doesn't move card to top/bottom) #2501
| * Fixed bug #2501Christoph Jahn2019-06-191-2/+2
| | | | | | card.move needs boardId as first parameter
* | v2.84v2.84Lauri Ojansivu2019-06-184-5/+5
| |
* | Update changelog.Lauri Ojansivu2019-06-181-0/+9
| |
* | Merge branch 'road42-devel' into develLauri Ojansivu2019-06-181-1/+11
|\|
| * Show buttons for isBoardAdminChristoph Jahn2019-06-171-1/+11
| |
* | v2.83v2.83Lauri Ojansivu2019-06-174-5/+5
| |
* | Update changelog.Lauri Ojansivu2019-06-171-0/+9
| |
* | Fix Bug: Unable to click board submenu on mobile.Lauri Ojansivu2019-06-171-2/+2
| | | | | | | | | | | | Thanks to xet7 ! Closes #2261
* | v2.82v2.82Lauri Ojansivu2019-06-144-5/+5
| |
* | [Fix OIDC Docker login. Empty string results to empty array at ↵Lauri Ojansivu2019-06-141-0/+9
| | | | | | | | | | | | | | | | wekan/server/authentication.js](https://github.com/wekan/wekan/commit/bddbaa7bc2f3cfe8553a2265e168231ab51876f3). Thanks to xet7 ! Closes #2206
* | - Fix OIDC Docker login. Empty string results to empty array at ↵Lauri Ojansivu2019-06-142-2/+2
| | | | | | | | | | | | | | | | wekan/server/authentication.js Thanks to xet7 ! Closes #2206
* | v2.81v2.81Lauri Ojansivu2019-06-133-4/+4
| |
* | Update changelog.Lauri Ojansivu2019-06-131-0/+10
| |
* | - Change OAuth2 whitelist default to empty string at snap, so it would be ↵Lauri Ojansivu2019-06-132-3/+3
| | | | | | | | | | | | used as array on wekan/server/authentication.js. Thanks to xet7 !
* | Add missing text.Lauri Ojansivu2019-06-131-0/+2
| |
* | v2.80v2.80Lauri Ojansivu2019-06-134-4/+11
| |
* | Default whitelist array, not string.Lauri Ojansivu2019-06-131-1/+1
| | | | | | | | Thanks to xet7 !
* | v2.79v2.79Lauri Ojansivu2019-06-134-5/+5
| |
* | Add back [OAuth2 idTokenWhitelistFields default empty ↵Lauri Ojansivu2019-06-131-1/+1
| | | | | | | | | | | | array](https://github.com/wekan/wekan/commit/8b31c0768c34fc4557b54cec936a0b4288a8e722#commitcomment-33921882). Thanks to moserben16 !
* | Update translations.Lauri Ojansivu2019-06-121-2/+2
| |
* | Update changelog.Lauri Ojansivu2019-06-121-0/+9
| |
* | Merge pull request #2488 from DominikPf/fix-dockerfile-oauth2-typoLauri Ojansivu2019-06-122-2/+2
|\ \ | | | | | | fix oauth2 typos in dockerfile & compose
| * | fix oauth2 typos in dockerfile & composeDominik Pfeifer2019-06-122-2/+2
|/ /
* | v2.78v2.78Lauri Ojansivu2019-06-124-4/+13
| |
* | Try to fix OIDC login.Lauri Ojansivu2019-06-122-8/+10
| | | | | | | | Thanks to xet7 !
* | v2.77v2.77Lauri Ojansivu2019-06-114-5/+5
| |
* | Fix Snap build.Lauri Ojansivu2019-06-112-0/+11
| | | | | | | | Thanks to xet7 !
* | v2.76v2.76Lauri Ojansivu2019-06-114-5/+5
| |
* | Support scopes in OAuth2, so Authentication via OAuth2 with Google is now ↵Lauri Ojansivu2019-06-111-0/+2
| | | | | | | | | | | | | | | | possible. Thanks to moserben16 ! Closes #2454
* | Merge branch 'moserben16-patch-1' into develLauri Ojansivu2019-06-111-1/+7
|\ \
| * | Merge branch 'patch-1' of https://github.com/moserben16/wekan into ↵Lauri Ojansivu2019-06-111-1/+7
|/| | | | | | | | | | | moserben16-patch-1
| * | Update oidc_server.jsbenji2019-06-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with this fix, Authentication via OAuth2 with Google is possible. 1.) token endpoint and userinfo-endpoint in Google are different, so you have to check that, 2.) request the scopes of the environment variable "process.env.OAUTH2_REQUEST_PERMISSIONS" with this small little fix the login with google in oauth2-protocol gets possible :-) I would be very happy about a master-merge thank you in advance
* | | Update changelog.Lauri Ojansivu2019-06-111-1/+1
| | |
* | | More CORS headers settings related to https://github.com/wekan/wekan/pull/2429Lauri Ojansivu2019-06-114-0/+17
| | | | | | | | | | | | Thanks to xet7 !
* | | Update changelog.Lauri Ojansivu2019-06-111-0/+2
| | |
* | | Merge pull request #2442 from Jason-Cooke/patch-1Lauri Ojansivu2019-06-111-2/+2
|\ \ \ | | | | | | | | docs: fix typo
| * | | docs: fix typoJason Cooke2019-06-011-2/+2
| |/ /
* | | Update changelog.Lauri Ojansivu2019-06-111-0/+2
| | |
* | | Merge branch 'road42-devel' into edgeLauri Ojansivu2019-06-111-0/+5
|\ \ \ | | |/ | |/|
| * | isAdmin and isBoardAdmin should add rulesChristoph Jahn2019-06-081-1/+6
| | |
| * | Allow BoardAdmin to create board rules. #2431Christoph Jahn2019-05-281-1/+1
| |/
* | Update ChangeLog.Lauri Ojansivu2019-06-111-0/+4
| |
* | Show attachment name in Outgoing Webhook when attachment is removed from card.Lauri Ojansivu2019-06-111-4/+8
| | | | | | | | | | | | Thanks to xet7 ! Related #2285