Skip to content

Commit 954c879

Browse files
committed
Merge remote-tracking branch 'origin/master' into invalid-csrf-redirect
2 parents 734aef9 + bc423a1 commit 954c879

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ release-darwin: | $(DIST_DIRS)
596596
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
597597
$(GO) install src.techknowlogick.com/xgo@latest; \
598598
fi
599-
CGO_CFLAGS="$(CGO_CFLAGS)" xgo -go $(XGO_VERSION) -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '$(LDFLAGS)' -targets 'darwin-10.12/amd64' -out gitea-$(VERSION) .
599+
CGO_CFLAGS="$(CGO_CFLAGS)" xgo -go $(XGO_VERSION) -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '$(LDFLAGS)' -targets 'darwin-10.12/amd64,darwin-10.12/arm64' -out gitea-$(VERSION) .
600600
ifeq ($(CI),drone)
601601
cp /build/* $(DIST)/binaries
602602
endif

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ NB: You must have `DISABLE_ROUTER_LOG` set to `false` for this option to take ef
761761

762762
- `PATH`: **""**: The path of git executable. If empty, Gitea searches through the PATH environment.
763763
- `DISABLE_DIFF_HIGHLIGHT`: **false**: Disables highlight of added and removed changes.
764-
- `MAX_GIT_DIFF_LINES`: **100**: Max number of lines allowed of a single file in diff view.
764+
- `MAX_GIT_DIFF_LINES`: **1000**: Max number of lines allowed of a single file in diff view.
765765
- `MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view.
766766
- `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view.
767767
- `COMMITS_RANGE_SIZE`: **50**: Set the default commits range size

options/locale/locale_de-DE.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ issue_labels=Issue Label
696696
issue_labels_helper=Wähle ein Issue-Label-Set.
697697
license=Lizenz
698698
license_helper=Wähle eine Lizenz aus.
699+
license_helper_desc=Eine Lizenz regelt, was Andere mit deinem Code (nicht) tun können. Unsicher, welches für dein Projekt die Richtige ist? Siehe <a target="_blank" rel="noopener noreferrer" href="%s">eine Lizenz wählen</a>.
699700
readme=README
700701
readme_helper=Wähle eine README-Vorlage aus.
701702
readme_helper_desc=Hier kannst du eine komplette Beschreibung für dein Projekt schreiben.

options/locale/locale_tr-TR.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ issues.due_date_overdue=Süresi Geçmiş
12121212
issues.due_date_invalid=Bitiş tarihi geçersiz veya aralık dışında. Lütfen 'yyyy-aa-gg' biçimini kullanın.
12131213
issues.dependency.title=Bağımlılıklar
12141214
issues.dependency.issue_no_dependencies=Bu konu henüz bir bağımlılık içermiyor.
1215-
issues.dependency.pr_no_dependencies=Bu çekme isteği henüz bir bağımlılık içermiyor.
1215+
issues.dependency.pr_no_dependencies=Bu değişiklik isteği henüz bir bağımlılık içermiyor.
12161216
issues.dependency.add=Bağımlılık ekle…
12171217
issues.dependency.cancel=İptal
12181218
issues.dependency.remove=Kaldır
@@ -1443,9 +1443,9 @@ activity.period.semiyearly=6 ay
14431443
activity.period.yearly=1 yıl
14441444
activity.overview=Genel Bakış
14451445
activity.active_prs_count_1=<strong>%d</strong> Aktif Değişiklik İsteği
1446-
activity.active_prs_count_n=<strong>%d</strong> Aktif Çekme İsteği
1446+
activity.active_prs_count_n=<strong>%d</strong> Aktif Değişiklik İsteği
14471447
activity.merged_prs_count_1=Birleştirilmiş Değişiklik İsteği
1448-
activity.merged_prs_count_n=Birleştirilmiş Çekme İsteği
1448+
activity.merged_prs_count_n=Birleştirilmiş Değişiklik İsteği
14491449
activity.opened_prs_count_1=Önerilen Değişiklik İsteği
14501450
activity.opened_prs_count_n=Önerilen Değişiklik İsteği
14511451
activity.title.user_1=%d kullanıcı

0 commit comments

Comments
 (0)