tobi
c8a780e12a
[bugfix] Fix setting bot on/off ( #3986 )
...
* [bugfix] Fix setting bot on/off
* read client messages in tests
* test fix
11 months ago
tobi
eb4114bf12
[chore] Fix header insets ( #3987 )
11 months ago
OniriCorpe
b51aa23458
[docs] add a command to know if the system is compatible with the standard builds ( #3980 )
11 months ago
heddxh
1e59795ff4
[docs] add instruction about postgres permission ( #3981 )
11 months ago
tobi
be9e307418
[chore] render avatar in photoswipe slide, remove repeated alt text ( #3985 )
...
* [chore] render avatar in photoswipe slide, remove repeated alt text
* bwap bwap
11 months ago
tobi
e032c959e1
[feature] Implement /oauth/revoke for token revocation ( #3983 )
11 months ago
kim
b1a4d54c14
[chore] add IPPrefixes type so we don't need separate rate limit parsed field ( #3982 )
...
* add IPPrefixes type so we don't need separate rate limit parsed field
* sshhhh please linter, mommy's working
11 months ago
tobi
19cfa8d126
[bugfix] Fix a couple accessibility issues with `:focus` elements ( #3979 )
...
* [bugfix/frontend] Fix accessibility/focus issues in settings + web ui
* fix little error
* tweaks
11 months ago
tobi
365b575341
[feature] add TOTP two-factor authentication (2FA) ( #3960 )
...
* [feature] add TOTP two-factor authentication (2FA)
* use byteutil.S2B to avoid allocations when comparing + generating password hashes
* don't bother with string conversion for consts
* use io.ReadFull
* use MustGenerateSecret for backup codes
* rename util functions
11 months ago
tobi
6f24205a26
[bugfix] Don't assume `"manuallyApprovesFollowers": true` if not set ( #3978 )
...
* [bugfix] Don't assume `"manuallyApprovesFollowers": true` if not set
* whoops, tests
11 months ago
dependabot[bot]
bce643286c
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.89 ( #3977 )
...
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go ) from 7.0.85 to 7.0.89.
- [Release notes](https://github.com/minio/minio-go/releases )
- [Commits](https://github.com/minio/minio-go/compare/v7.0.85...v7.0.89 )
---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
dependency-version: 7.0.89
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
e0ea77b730
[chore]: Bump github.com/tdewolff/minify/v2 from 2.22.4 to 2.23.0 ( #3974 )
...
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify ) from 2.22.4 to 2.23.0.
- [Release notes](https://github.com/tdewolff/minify/releases )
- [Commits](https://github.com/tdewolff/minify/compare/v2.22.4...v2.23.0 )
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-version: 2.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
920e20c2d2
[chore]: Bump golang.org/x/crypto from 0.36.0 to 0.37.0 ( #3975 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
4232d61782
[chore]: Bump codeberg.org/gruf/go-mutexes from 1.5.1 to 1.5.2 ( #3976 )
...
Bumps codeberg.org/gruf/go-mutexes from 1.5.1 to 1.5.2.
---
updated-dependencies:
- dependency-name: codeberg.org/gruf/go-mutexes
dependency-version: 1.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
2cc5d6269d
[chore]: Bump codeberg.org/gruf/go-structr from 0.9.0 to 0.9.6 ( #3973 )
...
Bumps codeberg.org/gruf/go-structr from 0.9.0 to 0.9.6.
---
updated-dependencies:
- dependency-name: codeberg.org/gruf/go-structr
dependency-version: 0.9.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
tobi
e263d23622
[bugfix] Change email `Date` header to use RFC2822 ( #3972 )
11 months ago
tobi
8ae2440da3
[chore] Migrate accounts to new table, relax uniqueness constraint of actor `url` and collections ( #3928 )
...
* [chore] Migrate accounts to new table, relax uniqueness constraint of actor url and collections
* fiddle with it! (that's what she said)
* remove unused cache fields
* sillyness
* fix tiny whoopsie
11 months ago
tobi
650be1e8d0
[feature] Allow deleting avatar + header via settings panel ( #3970 )
12 months ago
tobi
b184432331
[feature] Allow editing domain blocks/allows, fix comment import ( #3967 )
...
* start implementing editing of existing domain permissions
* [feature] Allow editing domain blocks/allows, fix comment import
* [bugfix] Use "comment" via /api/v1/instance
* fix the stuff
12 months ago
kim
db4b857159
[chore] bump ncruces/go-sqlite3 to v0.25.0 ( #3966 )
12 months ago
Kelson Vibber
6473886c8e
[bugfix] Fix Atkinson Hyperlegible font embedding on Ecks Pee theme. ( #3964 )
...
Most browsers just take the second src line and they're fine, but Tor
has trouble displaying the woff version on Linux. With two separate lines
it doesn't fall back correctly.
12 months ago
tobi
57c5f68e1a
[bugfix] Fix update users query in migration ( #3963 )
12 months ago
kim
b0873972ec
[chore] bump golang.org/x/net@v0.38.0, github.com/gin-contrib/cors@v1.7.4, github.com/spf13/viper@v1.20.1, github.com/tdewolff/minify/v2@v2.22.4 ( #3959 )
12 months ago
kim
fdf23a91de
update modernc.org/sqlite to v1.37.0-concurrrency-workaround ( #3958 )
12 months ago
kim
9c31e213ca
add a security.md stub, until (if) we determine a fancier security process :waves hands like a ghost: ( #3955 )
12 months ago
tobi
0850a8f646
[docs] NLnet Grant Application - NGI Zero Commons 2025 ( #3954 )
12 months ago
tobi
3949117be0
[feature] Use blurhashes in frontend, tidy up gallery view a bit ( #3948 )
...
* [feature] Use blurhashes in frontend, tidy up gallery view a bit
* weeeeeeeeeeeeeeeee
* beep boop
12 months ago
Leonid Shevtsov
85fb63f46f
[docs] Fix Swagger URL for the "edit status" operation ( #3932 )
12 months ago
kim
13e7ac3e6a
bump ffmpreg to v0.6.7 ( #3947 )
12 months ago
kim
d49abd7bd7
bump modernc.org/sqlite to v1.36.2-concurrency-workaround ( #3945 )
12 months ago
tobi
b6e481d63e
[feature] Allow user to choose "gallery" style layout for web view of profile ( #3917 )
...
* [feature] Allow user to choose "gallery" style web layout
* find a bug and squish it up and all day long you'll have good luck
* just a sec
* [performance] reindex public timeline + tinker with query a bit
* fiddling
* should be good now
* last bit of finagling, i'm done now i prommy
* panic normally
12 months ago
kim
f46e490c30
[chore] bumps our spf13/viper version ( #3943 )
...
* bumps our spf13/viper version
* fixes the one breaking change
12 months ago
Daenney
1bf40e755c
feat: Relax URL matching ( #3925 )
...
* feat: Relax URL matching
Instead of only linkifying things with an explicit http or https scheme,
the xurls.Relaxed also matches links with known TLDs. This means that
text like 'banana.com' will also be matched, despite the missing
http/https scheme. This also works to linkify email addresses, which is
handy.
This should also ensure we catch links without a scheme for the purpose
of spam checking.
12 months ago
tobi
27171a78de
[feature] Parse funkwhale `Album` as Statusable to allow barebones interacting with bandwagon ( #3931 )
...
* bump activity version
* parse funkwhale / bandwagon album as statusable
12 months ago
dependabot[bot]
4af8d1a2cb
[chore]: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 ( #3927 )
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
f7e5f31c6b
[chore]: Bump github.com/tdewolff/minify/v2 from 2.21.3 to 2.22.3 ( #3933 )
...
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify ) from 2.21.3 to 2.22.3.
- [Release notes](https://github.com/tdewolff/minify/releases )
- [Commits](https://github.com/tdewolff/minify/compare/v2.21.3...v2.22.3 )
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
a844f322ee
[chore]: Bump github.com/miekg/dns from 1.1.63 to 1.1.64 ( #3936 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.63 to 1.1.64.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.63...v1.1.64 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
18c8f85a30
[chore]: Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 ( #3935 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.2 to 5.7.3.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.3 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
a2caa5fdbb
[chore]: Bump golang.org/x/net from 0.36.0 to 0.37.0 ( #3934 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
tobi
808031ca01
[chore] Add extra `org.opencontainers.image` labels to docker build ( #3930 )
...
* [chore] Add extra `org.opencontainers.image` tags to docker build
* add more labels, fuck it
12 months ago
kim
e7b4690318
bumps modernc.org/sqlite to v1.36.1-concurrency-workaround ( #3926 )
1 year ago
tobi
cecb1fd009
[bugfix] Fix set obfuscate = null error in adoptPerm ( #3922 )
...
* [chore] More tests for domain allow + block subscriptions
* [bugfix] Fix set `obfuscate = null` error in adoptPerm
* fmt
1 year ago
tobi
657e064bf6
[bugfix] Avoid nil ptr if maintenance router can't be started ( #3919 )
1 year ago
tobi
59aac290e4
[performance] reindex public timeline + tinker with query a bit ( #3918 )
1 year ago
tobi
d5847e2d2b
[feature] Application creation + management via API + settings panel ( #3906 )
...
* [feature] Application creation + management via API + settings panel
* fix docs links
* add errnorows test
* use known application as shorter
* add comment about side effects
1 year ago
tobi
d3c3d34aae
[feature/frontend] Add visibility icon for posts ( #3908 )
1 year ago
tobi
85ee7cca47
[chore] Tweak "nothing here!" message ( #3907 )
1 year ago
dependabot[bot]
daf60f69a0
Bump @babel/helpers from 7.23.1 to 7.26.10 in /web/source ( #3901 )
...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers ) from 7.23.1 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers )
---
updated-dependencies:
- dependency-name: "@babel/helpers"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
da462afce2
[chore]: Bump golang.org/x/net from 0.35.0 to 0.36.0 ( #3905 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
kim
f30bb549aa
update go-structr to v0.9.0 with new Timeline{} cache type ( #3903 )
1 year ago