Commit Graph

2051 Commits (b0c62846f10dfe91481371d3d7e1860d292d1058)

Author SHA1 Message Date
Gusted 27ac65a124
Only show relevant repositories on explore page ()
Adds a new option to only show relevant repo's on the explore page, for bigger Gitea instances like Codeberg this is a nice option to enable to make the explore page more populated with unique and "high" quality repo's. A note is shown that the results are filtered and have the possibility to see the unfiltered results.

Co-authored-by: vednoc <vednoc@protonmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: 6543 <6543@obermui.de>
xinyu 4a4bfafa23 [skip ci] Updated translations via Crowdin
silverwind 7d1765e940 [skip ci] Updated translations via Crowdin
Gusted 353a5331d5
Remove deprecated licenses ()
Gary Wang 585e80a7fa [skip ci] Updated translations via Crowdin
JonRB 0ee96da052 [skip ci] Updated translations via Crowdin
wxiaoguang 8cceee4084 [skip ci] Updated translations via Crowdin
techknowlogick 4a797f8fab [skip ci] Updated translations via Crowdin
MaeIsBad e3308a092a [skip ci] Updated translations via Crowdin
Gusted 7ae297800e [skip ci] Updated translations via Crowdin
Gusted 4f56ab3bf3
Add missing translation for queue flush workers ()
- Add a missing translation key and value for the flush worker indication
- Resolves 
Frank cc649f0cb3 [skip ci] Updated licenses and gitignores
zeripath 99efa02edf
Switch Unicode Escaping to a VSCode-like system ()
This PR rewrites the invisible unicode detection algorithm to more
closely match that of the Monaco editor on the system. It provides a
technique for detecting ambiguous characters and relaxes the detection
of combining marks.

Control characters are in addition detected as invisible in this
implementation whereas they are not on monaco but this is related to
font issues.

Close 

Signed-off-by: Andrew Thornton <art27@cantab.net>
PEN² 3d7058adbe
Remove the translation key website by PR ()
Gusted 54d9816502 [skip ci] Updated translations via Crowdin
silverwind 77d7b4c63d [skip ci] Updated translations via Crowdin
parnic 2660b0397a [skip ci] Updated translations via Crowdin
parnic 0066bc5113
Add issue filter for Author ()
This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR
Lunny Xiao 73e9854040 [skip ci] Updated translations via Crowdin
silverwind abdebd2641
Rework repo buttons ()
* Rework repo buttons

- Replace "New PR" and "Go to File" button with Icon Button
- Move all "Add File" actions into a dropdown button
- Remove most custom styling of clone buttons
- Margin and wiki tweaks

Buttons are now all equal height, mobile layout wraps gracefully.

Fixes: https://github.com/go-gitea/gitea/issues/13671
Replaces: https://github.com/go-gitea/gitea/pull/20375

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
KN4CK3R f55af4675c
Add support for Pub packages ()
* Added support for Pub packages.

* Update docs/content/doc/packages/overview.en-us.md

Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
silverwind cb97114e91 [skip ci] Updated licenses and gitignores
KN4CK3R 61aafb9c7d [skip ci] Updated translations via Crowdin
KN4CK3R 0f767e799c [skip ci] Updated translations via Crowdin
wxiaoguang b6bb3891fd [skip ci] Updated translations via Crowdin
Gusted 7baa7cb98f [skip ci] Updated translations via Crowdin
wxiaoguang 90b2657ae7
Fix the admin mailer config display ()
Clar Fon 036dd8a788
Rework mailer settings ()
* `PROTOCOL`: can be smtp, smtps, smtp+startls, smtp+unix, sendmail, dummy
* `SMTP_ADDR`: domain for SMTP, or path to unix socket
* `SMTP_PORT`: port for SMTP; defaults to 25 for `smtp`, 465 for `smtps`, and 587 for `smtp+startls`
* `ENABLE_HELO`, `HELO_HOSTNAME`: reverse `DISABLE_HELO` to `ENABLE_HELO`; default to false + system hostname
* `FORCE_TRUST_SERVER_CERT`: replace the unclear `SKIP_VERIFY`
* `CLIENT_CERT_FILE`, `CLIENT_KEY_FILE`, `USE_CLIENT_CERT`: clarify client certificates here

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
PEN² cf40619215 [skip ci] Updated translations via Crowdin
Gary Wang 1a8d7d03fd [skip ci] Updated translations via Crowdin
Norwin ff9b6fa663 [skip ci] Updated licenses and gitignores
silverwind 33bb7c485d [skip ci] Updated translations via Crowdin
zeripath 98f6670cde [skip ci] Updated translations via Crowdin
wxiaoguang 2c108d20ba
Fix i18n for email notifications ()
Tyrone Yeh 3bd8f50af8
Added email notification option to receive all own messages ()
Sometimes users want to receive email notifications of messages they create or reply to,
Added an option to personal preferences to allow users to choose

Closes 
Norwin 2ae1675092
Show hint to link package to repo when viewing empty repo package list ()
* show hint to link package to repo

on empty repo package listing

* reword
Tyrone Yeh 7205f6b6a3 [skip ci] Updated translations via Crowdin
Gergely Nagy d9608c4e76 [skip ci] Updated translations via Crowdin
silverwind 755410162f [skip ci] Updated translations via Crowdin
6543 0d05bdbea8 [skip ci] Updated translations via Crowdin
Lucas Azevedo e519249266
Fix modified due date message ()
CLanguagePurist 17ce5f8660 [skip ci] Updated licenses and gitignores
wxiaoguang ce8e06f9f3 [skip ci] Updated translations via Crowdin
6543 4ddae2c1b5 [skip ci] Updated translations via Crowdin
zeripath bffa303020
Add option to purge users ()
Add the ability to purge users when deleting them.

Close 

Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath ed094dbab9 [skip ci] Updated translations via Crowdin
Ing. Jaroslav Šafka 8420c1bf4c
Fix checks in PR for empty commits ()
* Fixes issue  (Not able to merge commit in PR when branches content is same, but different commit id)
* fill HeadCommitID in PullRequest
* compare real commits ID as check for merging
* based on @zeripath patch in 
luzpaz d29d6d1991
Fix various typos ()
* Fix various typos

Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon`

Co-authored-by: zeripath <art27@cantab.net>
silverwind e24c238ecc
Remove blue text on migrate page ()
* Remove blue text on migrate page

* remove Safe

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
silverwind 734e81d48c [skip ci] Updated translations via Crowdin