Benjamin Loison
4a6850631a
Correct a typo and add necessary spaces in README.md
2023-05-23 15:08:55 +02:00
Aravinth Manivannan
8f3faaa279
Merge pull request #75 from WizardTales/licensefix
...
fix(license): accidential AGPL in MIT licensed files
2023-05-01 16:02:58 +05:30
Tobias Gurtzick
9fc7c31083
fix(license): accidential AGPL in MIT licensed files
...
fixes #69
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
2023-04-18 11:20:12 +02:00
Aravinth Manivannan
90e60b0486
Merge pull request #70 from mCaptcha/fix-53
...
fix: update libmcaptcha to use connection manager
2023-03-31 17:29:58 +05:30
Aravinth Manivannan
58f93cb602
fix: update libmcaptcha to use connection manager
...
closes: https://github.com/mCaptcha/mCaptcha/issues/53
2023-03-31 16:20:13 +05:30
Aravinth Manivannan
fae50b19f8
Merge pull request #67 from mCaptcha/dependabot/cargo/openssl-0.10.48
...
chore(deps): bump openssl from 0.10.41 to 0.10.48
2023-03-25 11:43:57 +05:30
dependabot[bot]
e890ba0f57
chore(deps): bump openssl from 0.10.41 to 0.10.48
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.41 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.48 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 05:03:34 +00:00
Aravinth Manivannan
744d94cf8d
Merge pull request #66 from mCaptcha/dependabot/npm_and_yarn/docs/openapi/minimist-1.2.8
...
chore(deps): bump minimist from 1.2.5 to 1.2.8 in /docs/openapi
2023-03-25 10:33:03 +05:30
Aravinth Manivannan
31d12206aa
feat: add NLnet funding details
2023-03-08 17:08:39 +05:30
dependabot[bot]
7764eda05d
chore(deps): bump minimist from 1.2.5 to 1.2.8 in /docs/openapi
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 12:38:56 +00:00
Aravinth Manivannan
f78669955c
Merge pull request #60 from mCaptcha/fix-59
...
fix: copy OpenAPI build from build container to final container
2023-01-17 04:26:20 +05:30
Aravinth Manivannan
cadc15a7a1
fix: copy OpenAPI build from build container to final container
...
fixes: https://github.com/mCaptcha/mCaptcha/issues/59
2023-01-17 03:54:54 +05:30
Aravinth Manivannan
c1f6ce3ae2
Merge pull request #52 from Gusted/close-register-page
...
Hide register page when registrations are closed
2022-11-07 13:39:34 +05:30
Gusted
864549cb4c
Fix copyright
2022-11-06 19:42:22 +01:00
Gusted
5713d4b1ae
Hide register page when registrations are closed
...
- Improve UX for "private" instances.
2022-10-24 22:47:07 +02:00
Aravinth Manivannan
ac502b7c08
Merge pull request #51 from Gusted/fix-compiling
...
Fix compiling
2022-10-24 21:22:34 +05:30
Gusted
8dc690ca01
Remove redunant format
2022-10-24 16:22:10 +02:00
Gusted
a4f9c92b32
Update cargo
2022-10-22 21:53:18 +02:00
Gusted
8826f6df8f
Fix compiling
...
- I made some mistakes while checking my two previous PRs(Seems like I
don't understand Rust that great after all).
- Do the url encoding only on the password part, not only the whole URL.
- Fix `temporary value dropped while borrowed` compile error.
2022-10-22 21:28:58 +02:00
Aravinth Manivannan
af35fdb48e
Merge pull request #46 from Gusted/relax-port-env
...
Allow `PORT` environment to be not set
2022-10-18 15:51:22 +05:30
Gusted
9fd8ffd666
Add more logging for configuration/env
2022-10-17 19:49:42 +02:00
Aravinth Manivannan
521abd82d6
Merge pull request #47 from Gusted/encode-url-postgres
...
Encode connection URL to database
2022-10-17 15:42:02 +05:30
Gusted
021f2fe5b4
Encode connection URL to database
...
- If you have a database password that contains characters like `#` or `*`, sqlx
will error about a InvalidPort, this is due to not encoding the url.
[See issue on sqlx](https://github.com/launchbadge/sqlx/issues/1624 ).
- Removed useless statements.
2022-10-16 23:37:24 +02:00
Gusted
b3e0ff6769
Allow PORT
environment to be not set
...
- It's quite weird to require the `PORT` environment to be set, when it
already can be set via the config file.
2022-10-16 23:07:10 +02:00
Aravinth Manivannan
97abca2520
Merge pull request #45 from DarianAnjuhal/master
...
feat: open mail link with target=_blank
2022-10-12 15:28:13 +05:30
Daniel Antlinger
96a6c98c10
feat: open mail link with target=_blank
2022-10-12 11:50:55 +02:00
realaravinth
9d285573d7
fix: typo in widget
2022-09-26 16:40:40 +05:30
Aravinth Manivannan
d506d291c3
Merge pull request #43 from DarianAnjuhal/master
...
feat: open links from widget in new pages target=_blank
2022-09-07 23:31:56 +05:30
Daniel Antlinger
223e8fb8c2
feat: open links from widget in new pages target=_blank
2022-09-07 14:05:25 +02:00
realaravinth
2abf57d16b
fix: set correct upload dir
2022-08-15 18:01:41 +05:30
realaravinth
b3ee57d042
fix: configure gpg key
2022-08-15 17:37:48 +05:30
realaravinth
8c65edd257
fix: upload path
2022-08-15 17:25:22 +05:30
realaravinth
9f521fe199
feat: publish mcaptcha bin to dl.mcaptcha.org
2022-08-15 17:03:46 +05:30
realaravinth
8ac1e2b81e
feat: package and sign dist assets
2022-08-15 17:03:46 +05:30
Aravinth Manivannan
5db58d477b
Merge pull request #24 from mCaptcha/dependabot/npm_and_yarn/nanoid-3.3.4
...
Bump nanoid from 3.1.29 to 3.3.4
2022-08-14 01:32:55 +05:30
Aravinth Manivannan
db03cd3b1f
Merge pull request #34 from mCaptcha/dependabot/npm_and_yarn/terser-5.14.2
...
chore(deps): bump terser from 5.9.0 to 5.14.2
2022-08-14 01:32:25 +05:30
realaravinth
e5e89bd8a0
chore: bump libmcaptcha, switch to master
2022-08-13 01:58:40 +05:30
Aravinth Manivannan
2dd6f063c5
Merge pull request #40 from Gusted/automate-releases
...
Automate releases via Github Actions
2022-08-12 18:39:48 +05:30
Gusted
bb81e7fb9b
Automate releases via Github Actions
...
- Use Github Actions to compile static linked binaries for the three
major OS and upload them to Github Releases.
2022-08-12 14:55:57 +02:00
realaravinth
b3d00c89a6
feat: increase demo test waint time
2022-08-09 17:08:26 +05:30
realaravinth
8c9587ad65
feat: set custom runers and queue length
2022-08-09 16:30:04 +05:30
realaravinth
21825582e5
feat: fallabck to localhost when running tests
2022-08-09 16:29:24 +05:30
realaravinth
f8e6bdf229
feat: bump libmcaptcha
2022-08-09 16:29:05 +05:30
realaravinth
8c576d2b07
feat: queue length and IP runner config
2022-08-09 16:28:30 +05:30
realaravinth
c377cf431e
feat & fix: ip queues
2022-08-09 02:52:17 +05:30
realaravinth
ce1b3b0856
feat: bump libmcaptcha and pow_sha256
2022-08-09 02:51:40 +05:30
Aravinth Manivannan
cd6cecfe4a
Merge pull request #39 from evilsocket/master
...
fix: fixes broken docker-compose.yml (#38 )
2022-08-05 17:40:05 +05:30
Simone Margaritelli
a66d75c3c3
fix: fixes broken docker-compose.yml ( #38 )
2022-08-05 14:00:40 +02:00
Aravinth Manivannan
3d9056e968
Merge pull request #36 from kianmeng/fix-typos
...
Fix typos
2022-08-05 14:26:11 +05:30
Kian-Meng Ang
bb42841a66
Fix typos
2022-08-04 23:06:54 +08:00