0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 18:20:37 +01:00
forgejo/modules
wxiaoguang 7c0ab8b974
Make CORS work for oauth2 handlers ()
Fix 

Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`,
it never really worked, because it still lacks the "OPTIONS" handler.
2023-11-23 21:19:26 +08:00
..
actions
activitypub Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
analyze
assetfs
auth Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
avatar
base
cache
charset
container
context Add guide page to actions when there's no workflows () 2023-11-21 08:27:33 +00:00
contexttest Replace assert.Fail with assert.FailNow () 2023-10-11 11:02:24 +00:00
csv
doctor Remove action runners on user deletion () 2023-11-05 13:48:32 +01:00
emoji
eventsource Final round of db.DefaultContext refactor () 2023-10-14 08:37:24 +00:00
generate
git Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
gitgraph More db.DefaultContext refactor () 2023-09-29 12:12:54 +00:00
graceful Improve graceful manager code/comment () 2023-11-15 22:02:46 +08:00
hcaptcha
highlight
hostmatcher Support allowed hosts for webhook to work with proxy () 2023-10-18 09:44:36 +00:00
html
httpcache
httplib
indexer Fix issue not showing on default board and add test () 2023-10-25 11:51:49 +00:00
issue/template
json
label
lfs Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
log
markup Render email addresses as such if followed by punctuation () 2023-11-11 05:08:19 +01:00
mcaptcha
metrics
migration
nosql
options
packages Close all hashed buffers () 2023-10-25 21:24:24 +02:00
paginator
pprof
private
process Replace assert.Fail with assert.FailNow () 2023-10-11 11:02:24 +00:00
proxy
proxyprotocol
public
queue Increase queue length () 2023-10-10 18:47:49 +08:00
recaptcha
references
regexplru
repository Refactor system setting () 2023-10-05 09:08:19 +08:00
secret
session Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
setting add skip ci functionality () 2023-11-18 13:37:08 +02:00
sitemap
ssh Remove SSH workaround () 2023-11-03 15:21:05 +00:00
storage
structs Fix package webhook () 2023-10-31 04:43:38 +00:00
svg
sync
system Replace more db.DefaultContext () 2023-10-15 17:46:06 +02:00
templates Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker Replace more db.DefaultContext () 2023-10-15 17:46:06 +02:00
upload
uri
user
util Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
validation
web Make CORS work for oauth2 handlers () 2023-11-23 21:19:26 +08:00
webhook