mirror of
1
Fork 0
forgejo/routers/api/v1/user
Oleksandr Redko 4aa61601c3
refactor: remove redundant err declarations (#32381)
(cherry picked from commit f4d3aaeeb9e1b11c5495e4608a3f52f316c35758)

Conflicts:
	- modules/charset/charset_test.go
	  Resolved by manually changing a `=` to `:=`, as per the
	  original patch. Conflict was due to `require.NoError`.
2024-11-05 09:33:15 +01:00
..
action.go Add API for `Variables` (#29520) 2024-04-07 10:57:53 +02:00
app.go Fix incorrect `/tokens` api (#32085) 2024-09-27 08:42:48 +02:00
avatar.go Fix bug on avatar (#31008) 2024-05-19 13:57:52 +02:00
email.go fix: use ValidateEmail as binding across web forms 2024-08-28 22:25:17 -06:00
follower.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
gpg_key.go Add setting to disable user features when user login type is not plain (#29615) 2024-04-07 11:09:21 +02:00
helper.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
hook.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
key.go Add setting to disable user features when user login type is not plain (#29615) 2024-04-07 11:09:21 +02:00
quota.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
repo.go refactor: remove redundant err declarations (#32381) 2024-11-05 09:33:15 +01:00
runners.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
settings.go add pronoun field to user profiles 2024-04-03 15:11:17 -05:00
star.go feat(federated-star) star repositories via ActivityPub (#1680) 2024-06-06 08:58:11 +02:00
user.go Fix bug when a token is given public only 2024-10-10 10:41:42 +03:00
watch.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00