summaryrefslogtreecommitdiffstats
path: root/integrations/api_admin_org_test.go
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-07-21 04:32:35 +0100
committerGitHub <noreply@github.com>2021-07-21 11:32:35 +0800
commit28f6f7bb03884dd3d2c4ff17cdc6bf8916eb441d (patch)
treeba683cace199a3aa685e1d069dada4b2ca7019ee /integrations/api_admin_org_test.go
parent49bd9a111125da6fd9212e41ca5473a1faff0cf2 (diff)
downloadgitea-28f6f7bb03884dd3d2c4ff17cdc6bf8916eb441d.tar.gz
gitea-28f6f7bb03884dd3d2c4ff17cdc6bf8916eb441d.zip
Restore CORS on git smart http protocol (#16496)
Unfortunately the chi changes have resulted in the CORS headers for the git smart http protocol going missing. This is mostly because the OPTIONS method is not being handled by httpBase anymore. This PR adds a GetOptions, PostOptions and Options methods to web handler to allow OPTIONS method requests to still reach the httpBase function. Fix #16350 Close #16491 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'integrations/api_admin_org_test.go')
0 files changed, 0 insertions, 0 deletions
28-update-code-signing-crl'>automated/noid/stable28-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ug.php
blob: d5b714a7a07cae38e233b251fc65e4cad742135c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Help" => "ياردەم",
"Personal" => "شەخسىي",
"Settings" => "تەڭشەكلەر",
"Users" => "ئىشلەتكۈچىلەر",
"Authentication error" => "سالاھىيەت دەلىللەش خاتالىقى",
"Files" => "ھۆججەتلەر",
"Text" => "قىسقا ئۇچۇر",
"Images" => "سۈرەتلەر",
"_%n minute ago_::_%n minutes ago_" => array(,),
"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "بۈگۈن",
"yesterday" => "تۈنۈگۈن",
"_%n day go_::_%n days ago_" => array(,),
"_%n month ago_::_%n months ago_" => array(,)
);
$PLURAL_FORMS = "nplurals=1; plural=0;";