GoToSocial/internal
Forest Johnson ab316d2250
Fix broken defaults and broken flags (#314)
* start with a default config, not an empty config.

* some data structures were present on Empty config but not Default config

* the monkey patched CLIContext is working

* remove print debugging log

* make the behaviour of the flags consistent across all data types

Conflicts:
	internal/config/config.go

* try to fix accidentally broken test
2021-11-24 17:01:38 +01:00
..
ap Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
api Fix broken defaults and broken flags (#314) 2021-11-24 17:01:38 +01:00
cache Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
cliactions properly initialize user client module (#319) 2021-11-22 09:04:16 +01:00
config Fix broken defaults and broken flags (#314) 2021-11-24 17:01:38 +01:00
db Fix mentioned accounts visibility bug (#323) 2021-11-22 14:40:23 +01:00
email smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00
federation Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
gotosocial Move a lot of stuff + tidy stuff (#37) 2021-05-30 13:12:00 +02:00
gtserror Swagger (#124) 2021-07-31 17:49:59 +02:00
gtsmodel Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
id change muchos things 2021-09-01 11:11:26 +02:00
log reference global logrus (#274) 2021-10-11 14:37:33 +02:00
media update dependencies (#296) 2021-11-13 12:29:08 +01:00
messages Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
oauth go fmt (#278) 2021-10-13 13:50:24 +02:00
oidc reference global logrus (#274) 2021-10-11 14:37:33 +02:00
processing Fix streamed messages ending up in wrong timeline(s) (#325) 2021-11-22 19:03:21 +01:00
regexes fix mention extracting when no domain exists (usually intra-instance mentions) (#272) 2021-10-17 14:19:49 +02:00
router add bindAddress configuration option (#320) 2021-11-22 10:55:52 +01:00
stream Fix streamed messages ending up in wrong timeline(s) (#325) 2021-11-22 19:03:21 +01:00
text Fix image description unnecessarily html-escaping innocent characters (#321) 2021-11-22 11:49:11 +01:00
timeline Fix mentioned accounts visibility bug (#323) 2021-11-22 14:40:23 +01:00
trans go fmt (#278) 2021-10-13 13:50:24 +02:00
transport move to ssb gofed fork (#298) 2021-11-13 17:29:43 +01:00
typeutils Fix incorrect target being used in CC prop for mentioning statuses (#322) 2021-11-22 12:48:46 +01:00
util smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00
validate kim is a reply guy (#208) 2021-09-11 13:19:06 +02:00
visibility Fix mentioned accounts visibility bug (#323) 2021-11-22 14:40:23 +01:00
web smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00