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/modules
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
..
auth Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 5 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Use gitea forked macaron (#7933) 5 years ago
cache Use gitea forked macaron (#7933) 5 years ago
charset Reduce test sensibility (#8393) 5 years ago
context Fix nil context user (#9099) 5 years ago
convert [Bug] [API] Add language to user api (#9215) 5 years ago
cron Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Graceful: Cancel Process on monitor pages & HammerTime (#9213) 5 years ago
gitgraph Move git graph from models to modules/graph (#9027) 5 years ago
graceful Add comment to exported function WindowsServiceName (make revive) (#9241) 5 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer upgrade levelqueue to 0.1.0 (#9192) 5 years ago
lfs Add basic repository lfs management (#7199) 5 years ago
log Fix data race (#8204) 5 years ago
markup Markdown: Sanitizier Configuration (#9075) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Add retry for migration http/https requests (#9019) 5 years ago
notification Move mirror sync actions to notification (#9022) 5 years ago
options Use gitea forked macaron (#7933) 5 years ago
password Add password requirement info on error (#9074) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
process Graceful: Cancel Process on monitor pages & HammerTime (#9213) 5 years ago
public Use gitea forked macaron (#7933) 5 years ago
recaptcha fixed reCAPTCHA URL (#9083) 5 years ago
references Alternate syntax for cross references (#9116) 5 years ago
repofiles Move UpdateIssuesCommit from models to repofiles (#9276) 5 years ago
search Global code search support (#3664) 6 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Use gitea forked macaron (#7933) 5 years ago
setting [API] Add Reactions (#9220) 5 years ago
ssh Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) 5 years ago
structs [API] Add Reactions (#9220) 5 years ago
sync Use gitea forked macaron (#7933) 5 years ago
task Fix bug when migrate from API (#8631) 5 years ago
templates Add USE_SERVICE_WORKER setting (#9110) 5 years ago
test Add Close() method to gogitRepository (#8901) 5 years ago
timeutil Use gitea forked macaron (#7933) 5 years ago
upload Fix upload file type check (#7890) 5 years ago
user Add golangci (#6418) 5 years ago
util Convert EOL to UNIX-style to render MD properly (#8925) 5 years ago
validation Implement webhook branch filter (#7791) 5 years ago
webhook Make consistent links to repository in the Slack/Mattermost notificiations (#9205) 5 years ago