1183 Commits (2f6aadffa8243736825564cd1ce32d0d5a1eb391)

Author SHA1 Message Date
GiteaBot d0c690f160 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot d489def5ed [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ed8e064f5e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 670db99f4f [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 3b498ebc77 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 6a62884782 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ae2916c792 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 38fb087d19 [skip ci] Updated translations via Crowdin 4 years ago
zeripath 217647f331
Multiple small admin dashboard fixes (#12153)
* Remove spurious spacing between Maintenance Operations and its table on dashboard
* Prevent (EXTRA string) comments in Task headers
* Redirect tasks started from monitor page back to monitor
* Fix #12107 - redirects from process cancel should use AppSubUrl
* When wrapping queues set the name correctly

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
GiteaBot 480ac25ed5 [skip ci] Updated translations via Crowdin 4 years ago
zeripath 482ba937ed
Provide option to unlink a fork (#11858)
* Provide option to unlink a fork

Fix #4566

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Apply suggestions from code review

Co-authored-by: techknowlogick <matti@mdranta.net>

* Add check that user can create repo

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @cirnoT

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <matti@mdranta.net>
4 years ago
GiteaBot 712d88ea1d [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 9ad04240a6 [skip ci] Updated translations via Crowdin 4 years ago
Linkjay 2ff585f0da
Fix some periods and language usage in en-US locale (#12067) 4 years ago
GiteaBot 043ed32ab5 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 5b1327eb56 [skip ci] Updated translations via Crowdin 4 years ago
Cirno the Strongest d9aa007a9e
Use label to describe repository type (#11891)
* Use label instead of icon to describe repository type when repo avatar is set

* header_icon is not longer duplicated; move out of separate template

* handle archived case too

* use everywhere

* public template -> template

* bring back separate icon in better form

* definitely was overthinking this

* 32

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot a7f7d1399f [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot d1c547468a [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 83e9ac57a1 [skip ci] Updated translations via Crowdin 4 years ago
silverwind bc4f7ba69b
Add automatic JS license generation (#11810)
* Add automatic JS license generation

Removed librejs file and replaced it with a plaintext file that is built
from all JS dependencies that are included in the webpack build. It does
not cover the few remaining statically vendored files and fomantic is
added manually because it's not yet in the webpack build process.

Fixes: https://github.com/go-gitea/gitea/issues/11630

* fix lint

* remove jslicense, we're not librejs compatible any more

* remove license.txt test as it depens on absent files

* small optimization

* trailing comma

* localize and capitalize the word 'licenses'

* reduce text to just 'Licenses'

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
GiteaBot 13fcd04fe4 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 6c2a59b50c [skip ci] Updated translations via Crowdin 4 years ago
silverwind ca8ecf7ffc
Improve label edit buttons labels (#11841)
* Improve label edit buttons labels

Previously when editing the buttons in the "Edit Label" modal were a
strange "Update" and "No". Improved them to "Save" and "Cancel".

Also fixed indentation in the template file, recommended to view changes
with the "Hide whitespace changes" option enabled on GitHub.

* remove unnecessary button icon

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot df231b7255 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 218d922d33 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 3f3a081758 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 1cc33c37ff [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 304542af31 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot c8b1c4b10a [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot f576756b18 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot cc9d2deb60 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 209b17c4e2 [skip ci] Updated translations via Crowdin 4 years ago
l-jonas aa3c0f8eba
Add hide activity option (#11353)
* Add hide activity option

This closes https://github.com/go-gitea/gitea/issues/7927

* Adjust for linter

* Adjust for linter

* Add tests

* Remove info that admins can view the activity

* Adjust new tests for linter

* Rename v139.go to v140.go

* Rename v140.go to v141.go

* properly indent

* gofmt

Co-authored-by: Jonas Lochmann <git@inkompetenz.org>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
John Olheiser ac07418011
Add compare link to releases (#11752)
Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
GiteaBot 48f24c7b32 [skip ci] Updated translations via Crowdin 4 years ago
Emanuel Angelo a39557f8fb
European Portuguese translation (#11568)
This PR includes the modifications necessary to make use of the European Portuguese translation from the default setting.
4 years ago
GiteaBot c6cee44134 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 19aab76853 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 4280d44a45 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 2cf99f89c6 [skip ci] Updated translations via Crowdin 4 years ago
Cirno the Strongest 8e035f81c0
Fix styling for commiter on diff view (#11715)
* Fix styling for commiter on diff view

* Update options/locale/locale_en-US.ini

* Update templates/repo/commit_page.tmpl

Co-authored-by: silverwind <me@silverwind.io>

* Update templates/repo/commit_page.tmpl

Co-authored-by: silverwind <me@silverwind.io>

* Apply suggestions from code review

Co-authored-by: silverwind <me@silverwind.io>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
John Olheiser a6fd2f23f7
Allow site admin to disable mirrors (#11740)
* Allow site admin to disable mirrors

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* No need to run through Safe

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Clarify only disabling NEW mirrors

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Apply suggestions from @guillep2k

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
4 years ago
GiteaBot 7cb1e1f609 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0d9f9f7de1 [skip ci] Updated translations via Crowdin 4 years ago
赵智超 ab73b56575
translate: Change translate for admin.config.enable_captcha (#11657)
* translate: Change translate for admin.config.enable_captcha

add 'register' to make it more accurate

Signed-off-by: a1012112796 <1012112796@qq.com>

* Update options/locale/locale_en-US.ini

Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>

Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
GiteaBot cd5b0e262e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 926e63bb9e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 55b4b4e8a5 [skip ci] Updated translations via Crowdin 4 years ago
Cirno the Strongest 8443ca109b
Make issues.force_push_codes message shorter (#11575)
Also removes stray dot and whitespace.

Trying to make base message shorter; I don't envy translators, the message can easily get multi-line in English, I'm sure that is even bigger problem in other languages.
4 years ago