You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
dullbananas 78702b59fd
Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797)
* Update create.rs

* Update utils.rs

* Update utils.sql

* Update triggers.sql

* Update utils.sql

* Update create.rs

* Update create.rs

* Update create.rs

* Update create.rs

* Update create.rs

* Update create.rs

* Update create.rs

* Update create.rs

* Create up.sql

* Update up.sql

* Update triggers.sql

* Update utils.rs

* stuff

* stuff

* revert some changed files

* Revert "revert some changed files"

This reverts commit 028eabb4bd.

* revert the correct files

* partial reverts

* migration, tests, fix establish_connection

* lint

* pg_format
4 months ago
..
api
api_common Adding a show_read override to GetPosts. (#4846) 4 months ago
api_crud Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 4 months ago
apub Adding a show_read override to GetPosts. (#4846) 4 months ago
db_perf
db_schema Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 4 months ago
db_views Adding a show_read override to GetPosts. (#4846) 4 months ago
db_views_actor
db_views_moderator
federate
routes
utils