forgejo/routers/web/repo
wxiaoguang 4fc4f6e634
Refactor "editorconfig" (#26391)
There are 2 kinds of ".Editorconfig" in code, one is `JSON string` for
the web edtior, another is `*editorconfig.Editorconfig` for the file
rendering (used by `TabSizeClass`)

This PR distinguish them with different names.

And by the way, change the default tab size from 8 to 4, I think few
people would like to use 8-size tabs nowadays.
2023-08-08 10:44:19 +00:00
..
actions
setting Allow editing push mirrors after creation (#26151) 2023-08-01 16:00:59 +00:00
activity.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go Fix pull request check list is limited (#26179) 2023-07-31 02:21:09 +00:00
compare.go
download.go
editor.go Refactor "editorconfig" (#26391) 2023-08-08 10:44:19 +00:00
editor_test.go
find.go
helper.go
helper_test.go Add actor and status dropdowns to run list (#25118) 2023-06-21 04:25:14 +00:00
http.go
http_test.go
issue.go Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
issue_lock.go
issue_pin.go
issue_stopwatch.go Speed up HasUserStopwatch & GetActiveStopwatch (#23051) 2023-02-27 13:46:00 -05:00
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go Add Retry button when creating a mirror-repo fails (#26228) 2023-08-04 10:21:32 +08:00
milestone.go
packages.go
patch.go
projects.go
projects_test.go
pull.go Fix nil pointer dereference error when open link with invalid pull index (#26353) 2023-08-07 11:43:18 +08:00
pull_review.go Fix nil pointer dereference error when open link with invalid pull index (#26353) 2023-08-07 11:43:18 +08:00
release.go
release_test.go
render.go
repo.go
search.go Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00
topic.go
treelist.go
view.go Some fixes of the prompt of new branches (#26257) 2023-08-01 07:25:11 +00:00
view_test.go
wiki.go
wiki_test.go