8b82b8b159
Add timeframe to contribution description
2021-01-29 11:05:45 +01:00
084dec58a9
Remove unused variable
2021-01-29 11:01:46 +01:00
9a4e465608
Remove unused variable
2021-01-28 13:05:36 +01:00
93d7c8944b
Collect contribution data for pull request reviews
2021-01-12 15:32:06 +01:00
ad0e34b990
3.8.0
v3.8.0
2020-10-29 15:15:10 +01:00
063a9c6b37
Merge pull request #63 from 67P/bugfix/mediawiki_accident
...
Fix mediawiki integration
2020-10-29 15:13:12 +01:00
f05436e9b9
Fix mediawiki integration
...
Accidentally deleted a line in a recent PR, and it slipped through the
review.
2020-10-29 15:12:50 +01:00
e305643f69
Merge pull request #61 from 67P/chore/replace_deprecated_contract_calls
...
Replace deprecated contract API calls
2020-10-29 14:13:36 +01:00
82a003ffeb
Merge pull request #62 from 67P/feature/wiki_changes
...
Only create small automatic contributions for wiki edits
2020-10-29 14:10:33 +01:00
fc0c113997
Only create small automatic contributions for wiki edits
...
We decided that it's too difficult for a machine to gauge the meaning
and value of wiki edits by line numbers, so automatic kredits are now
always a small contributions. Until we have new tools for larger wiki
contributions (e.g. mediawiki tags), we can create manual contributions
for those.
2020-10-29 12:56:49 +01:00
5c6540580b
Replace deprecated contract API calls
...
Use the new method.
2020-10-29 12:07:42 +01:00
078f78417c
3.7.0
v3.7.0
2020-07-18 13:06:48 +02:00
d870099059
Update to latest ethers.js patch release
2020-07-18 13:06:09 +02:00
b7482f2468
package-lock
2020-07-18 13:04:12 +02:00
94c256e3d9
Merge pull request #60 from 67P/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-07-18 12:59:15 +02:00
3b382eadb2
Merge pull request #59 from 67P/ethers-nonce-manager
...
Use new ethers.js NonceManager to handle transaction nonces
2020-07-18 12:58:45 +02:00
ec63980cd3
Use kredits-contracts 6.0.0
2020-07-17 13:50:37 +02:00
dependabot[bot]
2b86f37fcb
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 03:28:48 +00:00
a8e29f2197
Use ethers5 branch of kredits-contracts
2020-06-27 18:38:22 +02:00
b7ff55929c
Use new ethers.js NonceManager to handle transaction nonces
...
So far we have failed to globally handle the transaction nonces.
The new ethers.js v5 comes with a NonceManager that helps us handling
transaction nonces and automatically increases the nonce for each
transaction.
2020-06-27 18:24:44 +02:00
35f6acc150
3.6.0
v3.6.0
2020-05-22 12:10:24 +02:00
095a1e0004
Merge pull request #56 from 67P/feature/zoom-meeting-whitelist
...
Add zoom meeting whitelist
2020-05-18 10:43:25 +02:00
95290a7715
Apply suggestions from code review
...
Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
2020-05-14 12:13:38 +02:00
fca017c61a
Add readme for zoom integration
2020-05-14 10:38:51 +02:00
fb1a471303
Make kredits amount for zoom calls configurable
...
defaults to 500 - a general small contribution
2020-05-14 10:33:13 +02:00
d82e2e9256
Revert "Update integrations/zoom.js"
...
This reverts commit 634dc207e686764e55c7dc520a9c4e0ccf60c122.
2020-05-14 10:00:00 +02:00
634dc207e6
Update integrations/zoom.js
...
Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
2020-05-14 09:45:42 +02:00
6fd3989118
Add zoom meeting whitelist
...
This allows to only record meetings for certain whitelisted meeting ids
2020-04-30 16:19:49 +02:00
41f5aef460
3.5.1
v3.5.1
2020-04-16 21:43:48 +02:00
c121713a13
Merge pull request #54 from 67P/bugfix/ignore-small-meetings
...
Ignore meetings that have less than 3 unique participants
2020-04-16 21:17:16 +02:00
e10dd4abc3
Ignore meetings that have less than 3 unique participants
...
zoom's participants_count is not unique and the same person can be counted
multiple times.
We need to check for unique names.
2020-04-16 18:07:17 +02:00
e823797ee2
3.5.0
v3.5.0
2020-04-16 17:40:46 +02:00
7d3c2cae19
Merge branch 'feature/zoom'
2020-04-16 17:34:31 +02:00
960dcb55de
Moar await
2020-04-16 17:33:53 +02:00
60ed697460
Add comment when tx is undefined
...
We createContributionFor() simply returns if no contributor is found.
2020-04-16 17:17:40 +02:00
7f653f23ce
typo
2020-04-16 17:08:26 +02:00
98ff61ab0a
Add handling of missing zoom profiles
2020-04-16 17:03:03 +02:00
e7f8723f6e
Make sure zoom participants are unique
...
to make sure we only create one contribution per participants
2020-04-16 16:36:32 +02:00
164782bd25
Only load Zoom integration when JWT configured
2020-04-16 12:18:52 +02:00
8f961bb102
Apply suggestions from code review
...
Co-Authored-By: Sebastian Kippe <sebastian@kip.pe>
2020-04-16 12:08:50 +02:00
c4ef8de018
Nicer log messages
...
Co-Authored-By: Sebastian Kippe <sebastian@kip.pe>
2020-04-16 12:08:06 +02:00
110c4384e0
Autoload zoom integration
2020-04-15 21:51:02 +02:00
70ea031b31
Zoom integration using the JWT API
2020-04-15 21:29:21 +02:00
ab8d043593
Merge pull request #52 from 67P/dependabot/npm_and_yarn/kind-of-6.0.3
...
Bump kind-of from 6.0.2 to 6.0.3
2020-03-31 19:56:23 -05:00
dependabot[bot]
8b5c2a3274
Bump kind-of from 6.0.2 to 6.0.3
...
Bumps [kind-of](https://github.com/jonschlinkert/kind-of ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/jonschlinkert/kind-of/releases )
- [Changelog](https://github.com/jonschlinkert/kind-of/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jonschlinkert/kind-of/compare/6.0.2...6.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-04-01 00:54:28 +00:00
5cc0116163
Skeleton of the zoom integration
...
using the new zoom API
2020-02-27 15:48:55 +01:00
708f0b6622
Add release-drafter config
2019-09-01 17:06:38 +02:00
f20a8327af
3.4.1
v3.4.1
2019-09-01 17:05:42 +02:00
571de43aa8
Merge pull request #47 from 67P/chore/fix_warnings
...
Fix warnings from express session
2019-09-01 17:05:22 +02:00
50002194c5
Fix warnings from express session
2019-09-01 17:04:19 +02:00