Commit Graph

18994 Commits (d4a99e53c8607eabb65f3f05ff570fb695018e11)
 

Author SHA1 Message Date
Kerwin Bryant 6b86304589 fix 2 months ago
Lunny Xiao 1fd53fd6e8 Merge branch 'add-file-tree-to-file-view-page' of github.com:kerwin612/gitea into kerwin612-add-file-tree-to-file-view-page 2 months ago
Lunny Xiao 96e050ec63
Fix bugs 2 months ago
Kerwin Bryant 07e48964b5 fix lint error 2 months ago
Kerwin Bryant 91f972ce82 fix 2 months ago
Lunny Xiao 647cd304a0
Remove unused file 2 months ago
Lunny Xiao cdf05fb726
Add missing changes 2 months ago
Lunny Xiao cd3a9afe8f
implement save user ShowFileViewTreeSidebar 2 months ago
Lunny Xiao 64c7e08df2
Fix bug 2 months ago
wxiaoguang 40765b5d45
Fix repo empty guide (#33114) 2 months ago
Kerwin Bryant c949f42d4d fix 2 months ago
Kerwin Bryant ad9b126ad6 fix 2 months ago
GiteaBot 3c1c508421 [skip ci] Updated translations via Crowdin 2 months ago
wxiaoguang cf60734a4d
Fix dropdown menu header and mobile view (#33108)
![image](https://github.com/user-attachments/assets/3f831c8c-ef87-4282-880a-c2738f3e1d17)

----

![image](https://github.com/user-attachments/assets/c4c0519b-cfa6-42b4-bd28-205ee514eb34)

----

![image](https://github.com/user-attachments/assets/8624a605-9f2b-4905-9cbc-0af073972874)
2 months ago
ChristopherHX 4237736029
workflow_dispatch use workflow from trigger branch (#33098)
* htmx updates the input form on branch switch
* add workflow warning to dispatch modal
* use name if description of input is empty
* show error if workflow_dispatch not available on branch

Closes #33073
Closes #33099

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
GiteaBot 3078826d01 [skip ci] Updated translations via Crowdin 2 months ago
wxiaoguang df9d1fe8c5
Trivial fixes (#33103)
1. remove `gock` dependency, it is not needed
2. fix a regression from org private profile readme
2 months ago
wxiaoguang 3d544a3ad3
Fix empty git repo handling logic (#33101)
Fix #33092
2 months ago
wxiaoguang 2b064b8637
Refactor legacy line-number and scroll code (#33094)
1. remove jquery
2. rewrite the "line number selection", fix various edge cases
3. fix the scroll
2 months ago
Kemal Zebari 188e0ee8e4
Use `Project-URL` metadata field to get a PyPI package's homepage URL (#33089)
Resolves #33085.
2 months ago
Kerwin Bryant 2a8f9c8531 fix 2 months ago
Lunny Xiao a1cee9e4e2 Merge branch 'add-file-tree-to-file-view-page' of github.com:kerwin612/gitea into kerwin612-add-file-tree-to-file-view-page 2 months ago
Lunny Xiao 09000c4ce9
Fix bug 2 months ago
Kerwin Bryant 087f0d41bd fix 2 months ago
Lunny Xiao fe63c5fbc1
Fix test 2 months ago
Kerwin Bryant b1b24282ae
Merge branch 'main' into add-file-tree-to-file-view-page 2 months ago
wxiaoguang 68972a9947
Clean up legacy form CSS styles (#33081) 2 months ago
GiteaBot a739c784d9 [skip ci] Updated translations via Crowdin 2 months ago
metiftikci 83b7e12d4c
add myself to maintainers (#33088) 2 months ago
wxiaoguang e709cc76da
Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)
In history, Gitea could use the system config `/etc/gitconfig` because
some users said that "they might put certNonceSeed in it"

Actually, we shouldn't not use it, because it also causes conflicts
(there are already some fixes like #28848)

To make the system clear, I think it's worth to introduce the breaking
change: add `GIT_CONFIG_NOSYSTEM=1` to all git commands.


## ⚠️ BREAKING ⚠️

 For most users, nothing need to do.

If you have made changes to `/etc/gitconfig` to affect Gitea's behavior,
you need to move these config options to Gitea's internal git config
file, it is usually in Gitea's `{AppDataPath}/home/.git` directory.
2 months ago
wxiaoguang 9ac536a904
Fix "stop time tracking button" on navbar (#33084)
Fix #33083

By the way (something I was working on):

1. relax color/background-color for more markup elements
2. fix a command line sentence error
2 months ago
wxiaoguang 45973a100b
Fix bleve fuzziness search (#33078)
Close #31565
2 months ago
wxiaoguang 9882917bce
Try to fix ACME directory problem (#33072) 2 months ago
wxiaoguang 4f386e2c5e
Refactor env var related code (#33075)
And add more comments
2 months ago
GiteaBot 2852708fdf [skip ci] Updated translations via Crowdin 2 months ago
JonRB 233b7959e0
unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067)
unset XDG_CONFIG_HOME early to enable gitea to manage git configuration.
simple error checking to satisfy the linting. Closes #33039

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
wxiaoguang c1167709ed
Refactor repo-new.ts (#33070)
1. merge `repo-template.ts` into `repo-new.ts` (they are all for "/repo/create")
2. remove jquery
3. fix an anonying fomantic dropdown bug, see the comment of `onResponseKeepSelectedItem`
2 months ago
wxiaoguang 85c756e279
Refactor pull-request compare&create page (#33071)
The old code is unnecessarily complex.
2 months ago
lonix1 d030cace1a
feat: link to nuget dependencies (#26554)
Add links to dependencies and their versions, as done in nuget site.
Makes it easier to use.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
wxiaoguang 2564c15cb0
Remove some unnecessary template helpers (#33069)
DisableGitHooks and DisableImportLocal are only used when editing a
user, so only set them in `editUserCommon`
2 months ago
Steffen Schröter 57eb9d0b64
Inherit submodules from template repository content (#16237)
Fix #10316

---------

Signed-off-by: Steffen Schröter <steffen@vexar.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
GiteaBot 92a2900a2d [skip ci] Updated translations via Crowdin 2 months ago
Bo-Yi Wu 6c89de494a
feat(action): issue change title notifications (#33050)
- Add `IssueChangeTitle` method to handle issue title changes
- Add `notifyIssueChangeWithTitleOrContent` method to generalize
notification handling for issue title or content changes

action file as below:

```yaml
name: Semantic Pull Request

on:
  pull_request_target:
    types: [edited]
```

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
Lunny Xiao 20c7fba601
Use project's redirect url instead of composing url (#33058)
Fix #32992

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
wxiaoguang a0853e2278
Fix unittest and repo create bug (#33061)
1. `StatDir` was not right, fix the FIXME
2. Clarify the test cases for `IsUsableRepoName`
3. Fix regression bug in `repo-new.ts`

Fix #33060
2 months ago
wxiaoguang 58c092cfea
Fix locale type (#33059)
Follow #32872
2 months ago
wxiaoguang e5c576e92b
Refactor maven package registry (#33049)
Close #33036
2 months ago
Kerwin Bryant 54bd220520
Optimize the installation page (#32994)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
Chai-Shi 0387195abb
[Feature] Private README.md for organization (#32872)
Implemented #29503

---------

Co-authored-by: Ben Chang <ben_chang@htc.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
wxiaoguang c09656e0e0
Make issue suggestion work for new PR page (#33035)
Fix #33026
2 months ago