sct
2a869f74eb
build(deps): bump dependencies
4 years ago
dependabot[bot]
0a87ab5377
build(deps): bump y18n from 3.2.1 to 3.2.2 ( #1345 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
c10430ab7a
build(deps): bump react-intl from 5.13.5 to 5.15.7 ( #1374 )
...
Bumps [react-intl](https://github.com/formatjs/formatjs ) from 5.13.5 to 5.15.7.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@5.13.5...react-intl@5.15.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
sct
4b1d1fbbee
build(deps): bump dependencies
4 years ago
sct
b4911a7d5a
build(deps): bump dependencies
4 years ago
sct
1df67baf9e
revert: remove experimental tailwind jit compiler until title card hover is fixed
4 years ago
sct
86d6a25e5b
build(deps): bump dependencies (enable nextjs webpack 5 future support)
4 years ago
sct
d524371ace
build: add tailwindcss-jit experimental compiler
4 years ago
sct
55b18f0023
build(deps): switch to using postcss8 version of tailwind
4 years ago
sct
a908c07670
feat(frontend): allow selecting multiple original languages
4 years ago
sct
e16277c07d
revert(deps): revert react-intl to 5.13.5
4 years ago
sct
2042a54f82
build(deps): bump dependencies
4 years ago
sct
02d324df01
build(deps): bump dependencies
4 years ago
sct
5f940c38bb
build(deps): bump dependencies
4 years ago
sct
eb6807b9e2
build(deps): bump dependencies
4 years ago
Danshil Kokil Mungur
54429bbc1d
feat(settings): logs viewer ( #997 )
4 years ago
sct
d71b48ad4e
build(deps): bump dependencies
4 years ago
Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
4 years ago
Jakob Ankarhem
9e5adeb610
feat(email): add pgp support ( #1138 )
4 years ago
dependabot[bot]
ae29e5c5a2
build(deps-dev): bump @types/nodemailer from 6.4.0 to 6.4.1 ( #1162 )
4 years ago
dependabot[bot]
dc8576768f
build(deps-dev): bump @types/node from 14.14.33 to 14.14.34 ( #1163 )
4 years ago
dependabot[bot]
422ef2cb76
build(deps-dev): bump semantic-release from 17.4.1 to 17.4.2 ( #1161 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.4.1 to 17.4.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.1...v17.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
sct
36584eee85
build: build arm images in release
...
re #302
4 years ago
sct
18a7876668
build(deps): bump dependencies
4 years ago
sct
84ef40ea8e
build(deps): bump dependencies
4 years ago
sct
bbc0b74b9d
build(deps): bump dependencies
4 years ago
TheCatLady
abcd7c9975
fix(ui): use country-flag-icons instead of country-flag-emoji for RegionSelector ( #1011 )
4 years ago
sct
29757db3a9
build(deps): bump dependencies
4 years ago
Daniel Carter
b557c06b0a
feat(regions): add region/original language setting for filtering Discover ( #732 ) ( #942 )
4 years ago
sct
a1765c4ac2
build(deps): bump dependencies
4 years ago
sct
85486a6719
build(deps): revert next back to 10.0.3
4 years ago
sct
bc4849ef55
build(deps): revert husky back to 4.3.8
4 years ago
sct
1d7ef6d44f
build(deps): bump dependencies
...
this includes an update to husky v5. we currently cant use commitizen with it but that
was causing a ton of issues anyways. so lets try without it for some time.
4 years ago
sct
b14abbfe08
build(deps): bump dependencies
4 years ago
sct
59150f955f
feat: request as another user
4 years ago
sct
cb123cee83
build(deps): bump postcss and autoprefixer
4 years ago
sct
d957730a39
build(deps): update @types/express-session to 1.17.3
4 years ago
sct
77bf730f15
build(deps): bump dependencies
4 years ago
sct
20289b5960
feat(cache): external API cache ( #786 )
4 years ago
sct
5bb2d75fe1
build(deps): bump dependencies
4 years ago
TheCatLady
6e2589178b
feat(auth): Add optional CSRF protection ( #697 )
...
* fix(auth): Missing CSRF middleware
Resolves LGTM alert/error for query js/missing-token-validation
More info: https://lgtm.com/rules/1506064038914/
4 years ago
Jakob Ankarhem
2d31ea940a
feat(login): add request ip to the failed request log ( #714 )
4 years ago
Jakob Ankarhem
f90e43b01a
refactor(login): redesign login page ( #709 )
4 years ago
sct
be650aae37
build(deps): bump dependencies
4 years ago
Chris Pritchard
3a1f6d5706
fix(build): fix sqlite3 build error ( #691 )
...
updated package.json and yarn.lock to include a version of node-gyp that works with python3 instead
of python2 for node-sqlite3
4 years ago
sct
7fe80cd4ad
build(deps): batch update dependencies
4 years ago
Jakob Ankarhem
492e19df40
feat(login): add local users functionality ( #591 )
4 years ago
sct
a7cc7c5975
feat(notifications): Webhook Notifications ( #632 )
4 years ago
sct
79629645aa
revert(deps): revert back to next@10.0.3 until sharp optional dependency bug is fixed
...
see: https://github.com/vercel/next.js/issues/20456
4 years ago
sct
e2c2172ac6
build(deps): batch update dependencies
4 years ago