You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
mrsdizzie d056bf300f Clean up ref name rules (#6437)
* Clean up ref name rules

Clean up checks on reference names to better conform to the guideline
here: https://git-scm.com/docs/git-check-ref-format

This fixes half of #6321

* Update branch create integration test

According to: https://git-scm.com/docs/git-check-ref-format

And: git check-ref-format "master/feature=test1"

This is a valid branch name and we should not be testing for it to fail.
5 years ago
..
admin Include more variables on admin/config page (#6378) 5 years ago
api/v1 Fix Hook & HookList in Swagger (#6432) 5 years ago
dev Make time diff translatable (#2057) 7 years ago
org Implement Default Webhooks (#4299) 5 years ago
private Clean up various use of escape/unescape functions for URL generation (#6334) 5 years ago
repo Clean up ref name rules (#6437) 5 years ago
routes Implement Default Webhooks (#4299) 5 years ago
user Don't Unescape redirect_to cookie value (#6399) 5 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go Clean up various use of escape/unescape functions for URL generation (#6334) 5 years ago
init.go refactor issue indexer, add some testing and fix a bug (#6131) 5 years ago
install.go Integrate OAuth2 Provider (#5378) 5 years ago
metrics.go Fix metrics auth token detection (#6006) 5 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago