summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-287-4566/+0
|
* Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll ↵Lauri Ojansivu2020-08-271-2326/+2907
| | | | | | | | amount. Thanks to danger89 and xet7 ! Related #2949
* Update dependencies.Lauri Ojansivu2020-07-182-4/+6
|
* Revert users changes that were made at Wekan v4.16.Lauri Ojansivu2020-06-187-12/+12
| | | | Thanks to xet7 !
* Update users.js etc with global search replace, to try to fix selecting ↵Lauri Ojansivu2020-06-178-14/+14
| | | | | | correct user. Thanks to xet7 !
* WIP: markdownMarc Hartmayer2020-06-066-32/+43
|
* Update `markedjs` packageMarc Hartmayer2020-06-0310-2304/+3976
| | | | | | Update `markedjs` to commit https://github.com/markedjs/marked/commit/7b3036f8c0440cfd003ce47dd6e1a92af0f5e822. This fixes the issue https://github.com/wekan/wekan/issues/3148.
* ocp hack addedCansu Kavili2020-04-131-0/+1
|
* Update dependencies.Lauri Ojansivu2020-03-142-1140/+1015
|
* Fix to be valid JSON.Lauri Ojansivu2020-03-141-2/+2
|
* Update dependencies.Lauri Ojansivu2020-03-141-9/+9
|
* Update markdown.Lauri Ojansivu2020-03-143-7/+27
|
* Fix: img tag did not allow width and height.Lauri Ojansivu2020-03-06215-16653/+7339
| | | | | | | | | Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
* Add settings for mouse wheen scroll inertia and scroll amount.Lauri Ojansivu2020-03-051-3/+3
| | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949
* Fix: Error when retrieve token from some OIDC due to not necessary scope ↵Benoit MOUQUET2020-03-051-1/+0
| | | | parameter
* Implemented Nextcloud OAuth2 HackBojan Hartmann2020-01-221-0/+1
| | | | | Fixed: OAuth2 authentication via Nextcloud(tested Nextcloud 17.0.2-18.0.0) Todo: actually use the profile data: Fullname and Email in Profile
* Try to fix Node 12 Buffer() deprecation errors.Lauri Ojansivu2020-01-182-5/+5
| | | | Thanks to xet7 !
* Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.Lauri Ojansivu2020-01-112-5/+5
|
* Fix slow scroll on card detail by setting scrollInertia to 0.Lauri Ojansivu2019-11-201-1/+1
| | | | | | Thanks to cafeoh ! Closes #2179
* 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.
* Revert including local wekan-cfs-access-point, because it did not work.Lauri Ojansivu2019-07-1415-3201/+0
|
* Add cfs-access-point as local package included in Wekan repo,Lauri Ojansivu2019-07-1415-0/+3201
| | | | | | to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 !
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-121-6/+6
|\
| * Try to fix OIDC login.Lauri Ojansivu2019-06-121-6/+6
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-112-4/+9
|\|
| * 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
| * Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-3/+2
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-222-6/+34
|\|
| * - [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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-141-0/+18
|\|
| * - 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-102-98/+136
|\|
| * 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
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-091-6/+6
|\|
| * fix(oidc): can not log inSamuel2019-04-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to configure wekan authenticating against LemonLDAP-NG, I used to read about errors like the following: ``` XXX: getUserInfo response: { sub: 'demoone' } XXX: userinfo: { sub: 'demoone' } {"line":"431","file":"oauth.js","message":"Error in OAuth Server: id is not defined","time":{"$date":1556286530412},"level":"warn"} Exception while invoking method 'login' { stack: 'ReferenceError: id is not defined\n at Object.handleOauthRequest (packages/wekan-oidc.js:39:68)\n at OAuth._requestHandlers.(anonymous function) (packages/oauth2.js:27:31)\n at middleware (packages/oauth.js:203:5)\n at packages/oauth.js:176:5', source: 'method' } ``` Looking at the sources, that error message seems to be right: we have several references to `id`, `uid`, `displayName` or `email`, which are not defined. Probably a typo, assuming we meant these to be strings. Applying that patch, I confirm I can finally log in: ``` XXX: getUserInfo response: { sub: 'demoone' } XXX: userinfo: { sub: 'demoone' } XXX: serviceData: { id: undefined, username: undefined, fullname: undefined, accessToken: 'e57dc4e9e81cc98c279db3ed08b1c72f', expiresAt: 1556298699213, email: undefined } XXX: profile: { name: undefined, email: undefined } ``` All the credit goes to @pcurie .
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-20348-0/+36854
|\|
| * Update package names.Lauri Ojansivu2019-04-202-3/+4
| |
| * Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-20348-0/+36853
| | | | | | | | | | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
* | Fix quotes.Lauri Ojansivu2019-04-121-5/+5
| |
* | Update packages.Lauri Ojansivu2019-04-121-0/+13
|/
* Removing submodules. Closes #977Lauri Ojansivu2017-06-231-0/+0
|
* Updated flow-router commit. Changed urlSerubin2017-03-231-0/+0
|
* Added local dependency for flow-routerSerubin2017-03-221-0/+0