forgejo/routers/web
Gusted 564e701f40 [GITEA] Allow user to select email for file operations in Web UI
- Add a dropdown to the web interface for changing files to select which
Email should be used for the commit. It only shows (and verifies) that a
activated mail can be used, while this isn't necessary, it's better to
have this already in place.
- Added integration testing.
- Resolves https://codeberg.org/forgejo/forgejo/issues/281
2023-11-28 21:34:34 +00:00
..
admin Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
auth [GITEA] oauth2: use link_account page when email/username is missing (#1757) 2023-11-27 18:31:15 +01:00
devtest
events
explore
feed [GITEA] Add repo empty check for branch feed 2023-11-27 18:28:00 +01:00
healthcheck
misc [API] Forgejo API /api/forgejo/v1 2023-11-27 16:16:01 +01:00
org Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
repo [GITEA] Allow user to select email for file operations in Web UI 2023-11-28 21:34:34 +00:00
shared Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
user [SECURITY] Rework long-term authentication 2023-11-27 16:17:05 +01:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go [GITEA] Accept shorter commit IDs in web route 2023-11-27 18:31:04 +01:00
webfinger.go