forgejo/routers/web
Zettat123 ed7245f997
Title can be empty when creating tag only ()
Fixes 

Make the title not required. If the title is empty when creating release
(not tag), an error message will be displayed.

![image](https://user-images.githubusercontent.com/15528715/229761056-c52e338b-5f25-4d7d-bb44-2cb0304abcee.png)
2023-04-06 21:44:52 -04:00
..
admin Fix 500 error if there is a name conflict when edit authentication source () 2023-03-31 22:32:18 +08:00
auth Provide the ability to set password hash algorithm parameters () 2023-02-19 15:35:20 +08:00
devtest Introduce GitHub markdown editor, keep EasyMDE as fallback () 2023-04-03 18:06:57 +08:00
events Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
explore Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict () 2023-03-29 08:41:45 -05:00
feed User/Org Feed render description as per web () 2023-04-04 04:39:47 +01:00
healthcheck Refactor setting.Database.UseXXX to methods () 2023-03-07 18:51:06 +08:00
misc Introduce GitHub markdown editor, keep EasyMDE as fallback () 2023-04-03 18:06:57 +08:00
org Introduce GitHub markdown editor, keep EasyMDE as fallback () 2023-04-03 18:06:57 +08:00
repo Title can be empty when creating tag only () 2023-04-06 21:44:52 -04:00
shared Add missing tabs to org projects page () 2023-03-10 09:18:20 -06:00
user Fix profile page email display, respect settings () 2023-03-27 17:27:32 -04:00
auth.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
auth_windows.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
base.go Introduce path Clean/Join helper functions () 2023-03-21 16:02:49 -04:00
goget.go refactor some functions to support ctx as first parameter () 2022-12-03 10:48:26 +08:00
home.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
metrics.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
nodeinfo.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
swagger_json.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web.go Refactor authors dropdown (send get request from frontend to avoid long wait time) () 2023-04-07 08:11:02 +08:00
webfinger.go Use User.ID instead of User.Name in ActivityPub API for Person IRI () 2023-04-04 10:08:23 +08:00