gitea/modules/setting
6543 37e10d4543 [API] Add Reactions ()
* 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
..
cache.go Use gitea forked macaron ()
cors.go Use gitea forked macaron ()
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
database.go Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Support git.PATH entry in app.ini ()
indexer.go Restore Graceful Restarting & Socket Activation ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Fix - smtp logger configuration sendTos should be an array ()
mailer.go Use gitea forked macaron ()
markup.go Markdown: Sanitizier Configuration ()
migrations.go Add retry for migration http/https requests ()
repository.go Configurable close and reopen keywords for PRs ()
service.go Auto-subscribe user to repository when they commit/tag to it ()
session.go Use gitea forked macaron ()
setting.go [API] Add Reactions ()
task.go Move migrating repository from frontend to backend ()
webhook.go Webhook support custom proxy ()