Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-01-30 | [bug] Fix minimum description length check (#369) | 3 | ||
* add/update tests * don't check min description length on media create | ||||
2022-01-30 | Bump nanoid from 3.1.25 to 3.2.0 in /web/gotosocial-styling (#364) | 1 | ||
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2022-01-30 | [feature] Make Let's Encrypt integration an opt-in feature (#368) | 5 | ||
2022-01-30 | [documentation] add ipv6 config for nginx (#367) | 1 | ||
2022-01-29 | put store lock file in base of storage | 2 | ||
2022-01-29 | update go-store to latest | 8 | ||
2022-01-25 | go mod tidy | 2 | ||
2022-01-25 | ensure blocking calls to getRemoteAccount before showing stuff to client | 2 | ||
2022-01-25 | fix up some account conversion logic | 3 | ||
2022-01-25 | only update account in db if changed | 1 | ||
2022-01-24 | change getaccount function signature | 1 | ||
2022-01-24 | ctx => innerctx | 1 | ||
2022-01-24 | use background context w/deadline | 1 | ||
2022-01-24 | start trying to figure out why this test is failing | 1 | ||
2022-01-24 | test with disk storage as well | 1 | ||
2022-01-24 | upgrade go-store | 44 | ||
2022-01-24 | update remote account get/deref logic | 17 | ||
2022-01-23 | add file size checks | 1 | ||
2022-01-23 | rework data function to provide filesize | 12 | ||
2022-01-23 | use exif-terminator | 117 | ||
2022-01-16 | pass reader around instead of []byte | 14 | ||
2022-01-16 | update dependencies | 55 | ||
2022-01-15 | add go-runners to readme | 1 | ||
2022-01-15 | lint, fmt | 2 | ||
2022-01-15 | emoji code passing muster | 9 | ||
2022-01-15 | start fixing up emoji processing code | 8 | ||
2022-01-11 | pin instanceAccountID to in-process emoji | 1 | ||
2022-01-11 | pass a function into the manager, start work on emoji | 20 | ||
2022-01-10 | test the media manager a bit, add shutdown logic | 37 | ||
2022-01-09 | add async test | 1 | ||
2022-01-09 | tests are passing, but there's still much to be done | 18 | ||
2022-01-08 | compiling now | 18 | ||
2022-01-08 | further refinements | 4 | ||
2022-01-04 | start working on thumb + full funcs | 3 | ||
2022-01-03 | return very partial image on first upload | 5 | ||
2022-01-03 | add gruf worker pool | 9 | ||
2022-01-02 | fiddle around with workers | 7 | ||
2021-12-28 | more refactoring, media handler => manager | 29 | ||
2021-12-27 | start refactor of media package | 6 | ||
2021-12-26 | [documentation] Add section for systemd service and nginx to installation ↵ | 3 | ||
guide (#353) * add nginx and systemd section * fix typso * fix mkdoc and dots in config guide * specify port * Update nginx.md * add section about configuring gts to nginx docs * Update nginx.md Co-authored-by: zoe <z8V54gHftevp7LeRVyys$8@DosKq^FeQKUWU!WGpTyiLaxGojNdgnWkaWiv673Twg$aPm&hU> | ||||
2021-12-21 | [documentation] update database docs (#355) | 2 | ||
* update config to new db defaults * update database docs | ||||
2021-12-21 | [fix] Make postgres connections magically work in common setups (#352) | 3 | ||
* Don't use the system 'postgres' database by default * Use postgres adapter defaults The pgx code actually goes to great lengths to make postgres connections Just Work(tm) out of the box, including supporting `~/.pg_service.conf`, SSL certificates, UNIX sockets if it can find a socket at a common path, and falling back to TCP to localhost if not. (On Windows, it won't try to use UNIX sockets, but will read credentials from %appdata% as is standard over there.) By applying our flags as overrides only when they're specified, database connections should Just Work(tm) anywhere `psql gotosocial` does. | ||||
2021-12-20 | Extend license notices to 2022 (#354) | 558 | ||
2021-12-20 | Remove unnecessary storage config variables (#344) | 51 | ||
* rewire config to not use extraneous serve vars * rename 'file' to 'local' for consistency * use Type and Size again | ||||
2021-12-20 | return first offer when no accept header set (#351) | 1 | ||
2021-12-20 | Update codeberg.org/gruf libraries and fix go-store issue (#347) | 15 | ||
* update codeberg.org/gruf/ libraries Signed-off-by: kim <grufwub@gmail.com> * another update Signed-off-by: kim <grufwub@gmail.com> | ||||
2021-12-20 | Log when listening (#350) | 1 | ||
* Log when starting letsencrypt endpoint + clearer errors Running `gotosocial server` with the default configuration will try to bind to :80 and listen for letsencrypt challenges, which will fail if running as non-root (w/o capabilities), or if eg. nginx hogs the port. When that happens, this should make it more obvious what's wrong. * Log what address/port we're listening on Always nice not to have to guess. Also feels more consistent than just doing it for the letsencrypt endpoint. | ||||
2021-12-14 | document post settings (#346) | 1 | ||
2021-12-12 | Add optional syslog logrus hook (#343) | 38 | ||
* add optional syslog logrus hook * document syslog | ||||
2021-12-12 | add systemd service example to packaging (#342) | 1 | ||