summaryrefslogtreecommitdiff
path: root/deviantion.go
Commit message (Collapse)AuthorAgeFilesLines
* fix: restore optional username in PerformSearch, apply gofmtv0.3.1Christian Cleberg2026-07-141-11/+11
| | | | | | | | | | | | 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 errorsChristian Cleberg2026-07-141-6/+9
|
* fix: resolve nil-deref crash, CSRF panic, add timeouts + clear CDN-block ↵Christian Cleberg2026-07-141-1/+1
| | | | | | errors; repoint module to zerolabsco References: https://github.com/zerolabsco/skunky-art/issues/2
* ошибкиlost+skunk2024-09-041-11/+13
|
* user favslost+skunk2024-08-141-1/+1
|
* Парсер медии с кастомным разрешениемv0.2.5lost+skunk2024-07-301-9/+23
|
* Небольшие допилыv0.2.0lost+skunk2024-07-131-1/+8
|
* крымские наработкиlost+skunk2024-06-271-6/+6
|
* Daily Deviationslost+skunk2024-06-141-2/+4
|
* небольшие улучшенияlost+skunk2024-06-141-20/+33
|
* User implementation and particaly groupslost+skunk2024-06-051-7/+12
|
* First Commit!lost+skunk2024-06-041-0/+117