| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: restore optional username in PerformSearch, apply gofmtv0.3.1 | Christian Cleberg | 2026-07-14 | 1 | -10/+10 |
| | | | | | | | | | | | | | The golangci-lint cleanup added a top-level `user == nil` guard to PerformSearch, but `user` is variadic and only required for the 'g' and 'f' scopes. The guard made every 'a'/'t' search fail with "missing username" before issuing a request, breaking general search for all callers. The correctly scoped check inside the 'g','f' case already covers the case that needs it. Also run gofmt: the same cleanup introduced space indentation in deviantion.go, user-group.go, and util.go, which fails the gofmt CI step. | ||||
| * | fix: resolve golandci-lint errors | Christian Cleberg | 2026-07-14 | 1 | -12/+12 |
| | | |||||
| * | ошибки | lost+skunk | 2024-09-04 | 1 | -8/+8 |
| | | |||||
| * | user favs | lost+skunk | 2024-08-14 | 1 | -6/+32 |
| | | |||||
| * | Парсер медии с кастомным разрешениемv0.2.5 | lost+skunk | 2024-07-30 | 1 | -35/+43 |
| | | |||||
| * | Небольшие допилыv0.2.0 | lost+skunk | 2024-07-13 | 1 | -0/+2 |
| | | |||||
| * | Небольшие улучшения в группах | lost+skunk | 2024-07-04 | 1 | -23/+54 |
| | | |||||
| * | крымские наработки | lost+skunk | 2024-06-27 | 1 | -36/+44 |
| | | |||||
| * | небольшие улучшения | lost+skunk | 2024-06-14 | 1 | -7/+13 |
| | | |||||
| * | User implementation and particaly groups | lost+skunk | 2024-06-05 | 1 | -0/+92 |
