mirror of
1
Fork 0
forgejo/routers/web
Gusted 443f7d59f9 chore: teach `set` module about `iter.Seq` (#6676)
- Add a new `Seq` function to the `Set` type, this returns an iterator over the values.
- Convert some users of the `Values` method to allow for more optimal code.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6676
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-01-24 16:45:46 +00:00
..
admin feat: add configurable cooldown to claim usernames (#6422) 2025-01-24 04:16:56 +00:00
auth feat: add configurable cooldown to claim usernames (#6422) 2025-01-24 04:16:56 +00:00
devtest
events
explore feat: filepath filter for code search (#6143) 2024-12-22 12:24:29 +00:00
feed fix: don't show truncated comments in RSS/Atom feeds 2024-10-22 15:15:09 +02:00
healthcheck
misc fix: Preview picture not visible on Markdown file (#5781) 2024-11-23 15:00:18 +00:00
org feat: add configurable cooldown to claim usernames (#6422) 2025-01-24 04:16:56 +00:00
repo chore: remove illegal git usage (#6488) 2025-01-07 17:28:42 +00:00
shared Add search action jobs for API routes, repo, org and global level (#6300) 2025-01-14 11:17:42 +00:00
user chore: teach `set` module about `iter.Seq` (#6676) 2025-01-24 16:45:46 +00:00
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-11-05 09:33:15 +01:00
githttp.go
goget.go
home.go Rewrite OpenGraph Header 2025-01-01 20:43:20 +01:00
metrics.go
nodeinfo.go
swagger_json.go
web.go Update 2024-12-18 22:33:22 +01:00
webfinger.go