summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Show attachment name in Outgoing Webhook when attachment is added to card.Lauri Ojansivu2019-06-112-2/+3
| | | | | | | | | | | | Thanks to xet7 ! Related #2285
* | Update translations.Lauri Ojansivu2019-06-103-329/+329
| |
* | Additional CORS headers settings, added earlier. In progress.Lauri Ojansivu2019-06-102-1/+19
| |
* | Update changelog.Lauri Ojansivu2019-05-241-1/+7
| |
* | Merge branch 'risacher-master' into edgeLauri Ojansivu2019-05-242-0/+16
|\ \ | |/ |/|
| * Add support for more CORS headersDaniel Risacher2019-05-242-0/+16
| |
* | Update changelog.Lauri Ojansivu2019-05-231-0/+9
| |
* | Merge pull request #2427 from DominikPf/OAuth2-fixLauri Ojansivu2019-05-239-12/+11
|\ \ | |/ |/| Fix Scope parsing Issue for OAuth2 Login with simple String
| * Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-239-12/+11
|/
* v2.75v2.75Lauri Ojansivu2019-05-224-6/+6
|
* Update translations.Lauri Ojansivu2019-05-221-17/+17
|
* Update changelog.Lauri Ojansivu2019-05-221-0/+15
|
* - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-228-3/+56
| | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* - [CAS allowed LDAP ↵Lauri Ojansivu2019-05-222-6/+34
| | | | | | | | | | groups](https://github.com/wekan/meteor-accounts-cas/pull/4). Thanks to ppoulard ! Please test. Related #2356
* v2.74v2.74Lauri Ojansivu2019-05-144-5/+5
|
* Update changelog.Lauri Ojansivu2019-05-141-0/+10
|
* - 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
* v2.73v2.73Lauri Ojansivu2019-05-144-5/+5
|
* Update translations (fi).Lauri Ojansivu2019-05-141-70/+70
|
* Fix lint errors.Lauri Ojansivu2019-05-141-2/+2
|
* - [Few fixes for Dockerfile](https://github.com/wekan/wekan/pulls/2407).Lauri Ojansivu2019-05-141-0/+3
| | | | Thanks to bentiss !
* Merge pull request #2407 from bentiss/dockerfile-fixesLauri Ojansivu2019-05-141-5/+5
|\ | | | | Few fixes for Dockerfile
| * Dockerfile: no need to change the permissions once againBenjamin Tissoires2019-05-141-1/+1
| | | | | | | | | | we carefully used gosu where needed, so there is no need to re-run a check on the permissions.
| * Dockerfile: use gosu for creating the openapi filesBenjamin Tissoires2019-05-141-3/+3
| |
| * Dockerfile: bump api2html to version 0.3.3Benjamin Tissoires2019-05-141-1/+1
| |
* | - [Card count placement and export API functionality ↵Lauri Ojansivu2019-05-141-1/+5
| | | | | | | | | | | | | | | | | | back](https://github.com/wekan/wekan/pulls/2406). Thanks to bentiss. Closes #2403, closes #2328
* | Merge pull request #2406 from bentiss/fixesLauri Ojansivu2019-05-144-10/+21
|\ \ | | | | | | card count placement and export API functionality back
| * | openAPI: also handle `export` statement in the scriptsBenjamin Tissoires2019-05-141-1/+1
| | | | | | | | | | | | | | | | | | The files are actually modules, not plain scripts, and thus we are allowed to use `export`. Without `parseModule`, the script would silently fail when parsing `export.js` and the export function will not be present.
| * | Restore export APIBenjamin Tissoires2019-05-141-8/+15
| | | | | | | | | | | | | | | | | | | | | Commit 477d71e0b90d1 was based on an older version of export.js, which means it reverted a few changes that were made previously. Fixes #2328