summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2022-11-11[docs] postgres collation warning (#1017)Libravatar Lukáš Zapletal2
2022-11-10[docs] Replace old references to the previous streaming with websockets (#1015)Libravatar EchedeyLR1
2022-11-10[chore/frontend] CI steps for frontend stuff (#997)Libravatar f0x524
2022-11-08[frontend] fix conflict introduced by merge (#1007)Libravatar f0x521
2022-11-08[feature] Make instance thumbnail configurable via admin panel (#973)Libravatar tobi11
2022-11-08[frontend] Custom Emoji Deletion (#994)Libravatar f0x5232
2022-11-08[chore]: Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#1003)Libravatar dependabot[bot]31
2022-11-08[chore]: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1002)Libravatar dependabot[bot]3
2022-11-08[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.20 to 1.0.21 (#1004)Libravatar dependabot[bot]11
2022-11-08[chore] dependabot: prefix correctly, ignore npm deps (#1001)Libravatar tobi1
2022-11-08[docs] add link to SELinux policy (#993)Libravatar Lukáš Zapletal1
2022-11-08[feature] various worker / request queue improvements (#995)Libravatar kim5
2022-11-08[chore] update gruf libraries (#996)Libravatar kim6
2022-11-07[docs] refer to the latest release version (#992)Libravatar K1
2022-11-07[chore] Fix rel="nofollow" so that it only applies to external links (#991)Libravatar D1
2022-11-07[chore] Bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 (#985)Libravatar dependabot[bot]4
2022-11-07[chore] Bump github.com/minio/minio-go/v7 from 7.0.37 to 7.0.43 (#983)Libravatar dependabot[bot]44
2022-11-07[chore] Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#982)Libravatar dependabot[bot]23
2022-11-07[chore] Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 (...Libravatar dependabot[bot]5
2022-11-07Bump golang.org/x/text from 0.3.7 to 0.4.0 (#981)Libravatar dependabot[bot]27
2022-11-07[chore] Enable Dependabot support for Go modules (#976)Libravatar Jauder Ho1
2022-11-06[bugfix] KVStore doesn't like lost+found directory (#972)Libravatar kim7
2022-11-06[docs] add note about Alpha status right at the top (#971)Libravatar tobi2
2022-11-06[chore] gitignore /bin entry (#970)Libravatar Lukáš Zapletal1
2022-11-06[feature] Make rate limit requests amount configurable (#966)Libravatar tobi13
2022-11-05[bugfix] Check `media-description-min-chars` on submission of new status (#960)Libravatar tobi4
2022-11-05bump dependencies (#959)Libravatar kim4
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi105
2022-11-05[bugfix] Increase field size limits when registering apps (#958)Libravatar tobi1
2022-11-05[bugfix] use the landing page user directly (#956)Libravatar Adam Harvey1
2022-11-04[docs] add matrix space to readme (#952)Libravatar tobi1
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi15
2022-11-03[bugfix] Use []rune to check length of user-submitted text (#948)Libravatar tobi6
2022-11-03[feature] Allow user to show instead of landing page on / (#922)Libravatar Mia Heidenstedt10
2022-11-02[frontend] change bundler to skulk (#942)Libravatar f0x5213
2022-11-02[chore] Bump CI dependencies (#944)Libravatar tobi1
2022-11-02[frontend] Fix #923 and markdown css (#925)Libravatar Mia Heidenstedt4
2022-11-01[bugfix] create admin_account_actions table in tx (#940)Libravatar Terin Stock1
2022-11-01[docs] Update apache-httpd.md (#937)Libravatar EchedeyLR1
2022-10-31[docs] Change Apache SSL setup to automatic and manual mode (#936)Libravatar EchedeyLR1
2022-10-31[docs] Add Apache HTTP Server without LetsEncrypt (#935)Libravatar tobi1
2022-10-31[docs] Update Apache2 HTTP Server docs for websockets (#934)Libravatar tobi1
2022-10-31[docs] Update swagger.md (#933)Libravatar Mia Heidenstedt1
2022-10-29[bugfix] Fix imports for helpers.gen.go (#924)Libravatar Mia Heidenstedt1
2022-10-29[bugfix] Prevent future statuses showing in timelines (#932)Libravatar tobi2
2022-10-25[chore] update profile screenshot (#927)Libravatar f0x521
2022-10-25FIx typo (#918)Libravatar mscherer1
2022-10-17[docs] Use correct form for status submit (#915)Libravatar tobi2
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi11
2022-10-13[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...Libravatar tobi10