Claire
|
7d3930a520
|
Add `authorized_fetch` server setting in addition to env var (#25798)
|
1 year ago |
Claire
|
20913b52bb
|
Fix search popout including full-text search instructions when full-text search is disabled (#26755)
|
1 year ago |
Claire
|
5cf3e206bb
|
Revert to using primary database in IndexingScheduler (#26754)
|
1 year ago |
Eugen Rochko
|
1f57ff8dd1
|
Fix unmatched quotes and prefixes causing search to fail (#26701)
|
1 year ago |
Eugen Rochko
|
340e86a137
|
Fix not being able to invoke phrase search using unicode quotation marks (#26687)
|
1 year ago |
Eugen Rochko
|
a189771256
|
Fix search queries with slash causing or-condition (#26699)
|
1 year ago |
Claire
|
dcd8d25ac1
|
Change importers to avoid a few inefficiencies (#26721)
|
1 year ago |
Eugen Rochko
|
703178c117
|
Fix videos not playing in some browsers due to unsupported color space (#26745)
|
1 year ago |
Claire
|
76033c02ff
|
Fix searching by username by reverting account verbatim tokenizer to `standard` (#26739)
|
1 year ago |
Santiago Kozak
|
1b9fe4882f
|
Allow filter form in profiles directory to wrap (#26682)
|
1 year ago |
Daniel M Brasil
|
8ad87eeb93
|
Fix `/api/v1/timelines/tag/:hashtag` allowing for unauthenticated access when public preview is disabled (#26237)
|
1 year ago |
Tyler Deitz
|
a50d3d877f
|
Add avatar image to webfinger responses (#26558)
|
1 year ago |
Stanislas Signoud
|
2c0eaf50f6
|
Add an explanation banner on switching to single column mode (#26019)
|
1 year ago |
Claire
|
4d9dbcc5f0
|
Change text extraction in `PlainTextFormatter` to be faster (#26727)
|
1 year ago |
Claire
|
4452d8dad5
|
Fix sign up steps progress layout in right-to-left locales (#26728)
|
1 year ago |
Eugen Rochko
|
d525fd6d87
|
Change `language:` to attempt to match to a known value in search (#26663)
|
1 year ago |
Claire
|
e5da7a6c53
|
Change private statuses index to index without crutches (#26713)
|
1 year ago |
Tim Rogers
|
378b3dcddf
|
Fix bug with reblogged view on Toots only showing latest reblogging accounts (#26574)
|
1 year ago |
Claire
|
47a4923157
|
Fix N+1 in `tootctl search deploy` (#26710)
|
1 year ago |
Tim Rogers
|
1b52b02c1c
|
Fix bug with favourited view on Toots only showing latest favouriting accounts (#26577)
|
1 year ago |
Claire
|
e7472ecd2a
|
Add debug logging on signature verification failure (#26637)
|
1 year ago |
Christian Schmidt
|
d2ee5b1900
|
Remove dead code from public.jsx (#26547)
|
1 year ago |
Lukas Martini
|
f8b5f05d44
|
Improve error messages when DeepL quota is exceeded (#26704)
|
1 year ago |
Eugen Rochko
|
a4130c4139
|
Fix colors and typography on hashtag bar in web UI (#26666)
|
1 year ago |
Eugen Rochko
|
92c9bf731d
|
Change video compression parameters (#26631)
|
1 year ago |
Eugen Rochko
|
bafa60f5b9
|
Fix bad search type heuristic (#26673)
|
1 year ago |
Claire
|
c46d297740
|
Fix incorrect call to `PublicStatusesIndex.import` (#26697)
|
1 year ago |
Eugen Rochko
|
9ab2c6b479
|
Add search options to search popout in web UI (#26662)
|
1 year ago |
Eugen Rochko
|
4ecbd5bb40
|
Add `from:me` syntax to search (#26660)
|
1 year ago |
renovate[bot]
|
85c3155d14
|
Update dependency @testing-library/jest-dom to v6 (#26479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
1 year ago |
Eugen Rochko
|
4b24a994c1
|
Fix multiple issues with status index mappings (#26686)
|
1 year ago |
Eugen Rochko
|
e50d54b91a
|
Fix not being able to negate prefix clauses in search (#26672)
|
1 year ago |
Eugen Rochko
|
f071f72a3c
|
Change indexing jobs to use database replica (#26692)
|
1 year ago |
Eugen Rochko
|
4456f65da4
|
Fix unnecessary condition causing seqscan when indexing (#26689)
|
1 year ago |
Eugen Rochko
|
a0373d049d
|
Change queue of job when opting into search from `default` to `pull` (#26688)
|
1 year ago |
Eugen Rochko
|
8784abbc4c
|
Fix toast saying "published" instead of "saved" after editing post in web UI (#26664)
|
1 year ago |
Claire
|
c833282412
|
Fix dashboard check for Elasticsearch suggested command including incorrect names (#26658)
|
1 year ago |
jsgoldstein
|
5a74675fce
|
Update ordering to use `id` from body of document instead of deprecated `_id` (#26659)
|
1 year ago |
Claire
|
2a5c1dca2e
|
Fix statuses search Elasticsearch query (#26657)
|
1 year ago |
Claire
|
11b120cb64
|
Add Elasticsearch/OpenSearch version to “Software” in admin dashboard (#26652)
|
1 year ago |
Claire
|
a9a06f5ffe
|
Add PublicStatusesCheck to Elasticsearch index check on admin dashboard (#26650)
|
1 year ago |
Claire
|
d8276ad1b4
|
Add `data-nosnippet` attribute to remote posts and local posts with `noindex` (#26648)
|
1 year ago |
jsgoldstein
|
e82d84469e
|
Add new public status index (#26344)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Claire
|
a4f3a67bd8
|
Change admin e-mail notification settins to be their own settings group (#26596)
|
1 year ago |
Claire
|
b63ddc70d6
|
Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode (#26633)
Co-authored-by: Plastikmensch <Plastikmensch@users.noreply.github.com>
|
1 year ago |
Claire
|
6db702fa24
|
Fix selecting domains to forward reports to not passing the information correctly (#26636)
|
1 year ago |
Matt Jankowski
|
5e0894ff13
|
Consolidate inclusion of `admin` js pack link (#26628)
|
1 year ago |
Antonin Del Fabbro
|
b271c3da75
|
Change opacity of the delete icon in the search field to be more visible (#26449)
|
1 year ago |
Daniel M Brasil
|
2e58f75da6
|
Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` (#26239)
|
1 year ago |
Claire
|
77280a5b1d
|
Change hashtag bar tags to be de-emphasized (#26606)
|
1 year ago |