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
6543 37e10d4543 [API] Add Reactions (#9220)
* reject reactions wich ar not allowed

* dont duble check CreateReaction now throw ErrForbiddenIssueReaction

* add /repos/{owner}/{repo}/issues/comments/{id}/reactions endpoint

* add Find Functions

* fix some swagger stuff + add issue reaction endpoints + GET ReactionList now use FindReactions...

* explicite Issue Only Reaction for FindReactionsOptions with "-1" commentID

* load issue; load user ...

* return error again

* swagger def canged after LINT

* check if user has ben loaded

* add Tests

* better way of comparing results

* add suggestion

* use different issue for test
(dont interfear with integration test)

* test dont compare Location on timeCompare

* TEST: add forbidden dubble add

* add comments in code to explain

* add settings.UI.ReactionsMap
so if !setting.UI.ReactionsMap[opts.Type] works
5 years ago
..
admin Graceful: Cancel Process on monitor pages & HammerTime (#9213) 5 years ago
api/v1 [API] Add Reactions (#9220) 5 years ago
dev Display ui time with customize time location (#7792) 5 years ago
org Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092) 5 years ago
private Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 5 years ago
repo [API] Add Reactions (#9220) 5 years ago
routes Graceful: Cancel Process on monitor pages & HammerTime (#9213) 5 years ago
user Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092) 5 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go Explore page: Add topic param to pagination (#9077) (#9078) 5 years ago
init.go Move some pull request functions from models to services (#9266) 5 years ago
install.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
metrics.go Use gitea forked macaron (#7933) 5 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago