Joe Chen
|
ce25881c88
|
refactor(db): move some methods off `user.go` (#7199)
|
2022-10-22 20:01:38 +08:00 |
Joe Chen
|
c5549b442b
|
templates: use `OldIndex` for delete files in diff (#6878)
|
2022-03-28 21:47:07 +08:00 |
dependabot[bot]
|
70c6f0a490
|
mod: bump github.com/gogs/git-module from 1.4.0 to 1.5.0 (#6877)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
|
2022-03-28 21:36:21 +08:00 |
ᴜɴᴋɴᴡᴏɴ
|
72111e698e
|
template: better diff handling of rename and deleted files (#6048)
* dep: bump github.com/gogs/git-module from 1.0.2 to 1.1.0
* template: better diff handling or rename and deleted files
|
2020-03-31 04:50:59 +08:00 |
ᴜɴᴋɴᴡᴏɴ
|
6437d0180b
|
git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)
* WIP
* Finish `internal/db/git_diff.go`
* FInish internal/db/mirror.go
* Finish internal/db/pull.go
* Finish internal/db/release.go
* Finish internal/db/repo.go
* Finish internal/db/repo_branch.go
* Finish internal/db/repo_editor.go
* Finish internal/db/update.go
* Save my work
* Add license header
* Compile!
* Merge master
* Finish internal/cmd/hook.go
* Finish internal/conf/static.go
* Finish internal/context/repo.go
* Finish internal/db/action.go
* Finish internal/db/git_diff.go
* Fix submodule URL inferring
* Finish internal/db/mirror.go
* Updat to beta.4
* css: update fonts
* Finish internal/db/pull.go
* Finish internal/db/release.go
* Finish internal/db/repo_branch.go
* Finish internal/db/wiki.go
* gitutil: enhance infer submodule UR
* Finish internal/route/api/v1/repo/commits.go
* mirror: only collect branch commits after sync
* mirror: fix tag support
* Finish internal/db/repo.go
* Finish internal/db/repo_editor.go
* Finish internal/db/update.go
* Finish internal/gitutil/pull_request.go
* Make it compile
* Finish internal/route/repo/setting.go
* Finish internal/route/repo/branch.go
* Finish internal/route/api/v1/repo/file.go
* Finish internal/route/repo/download.go
* Finish internal/route/repo/editor.go
* Use helper
* Finish internal/route/repo/issue.go
* Finish internal/route/repo/pull.go
* Finish internal/route/repo/release.go
* Finish internal/route/repo/repo.go
* Finish internal/route/repo/wiki.go
* Finish internal/route/repo/commit.go
* Finish internal/route/repo/view.go
* Finish internal/gitutil/tag.go
* go.sum
|
2020-03-08 19:09:31 +08:00 |
Unknwon
|
53d30ccde9
|
templates: fix line wrap for very long commit message
|
2019-11-07 11:18:21 -08:00 |
Unknwon
|
db3f0048d8
|
templates: rename template function Str2html -> Str2HTML
|
2018-12-10 22:23:56 -05:00 |
Unknwon
|
d3d8284985
|
templates: sanitize special links in commit message (#5545)
Reported by @cezar97.
|
2018-12-10 22:21:42 -05:00 |
rokuu
|
c68fc4f31a
|
templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182)
* Update view_list.tmpl
* Update commits_table.tmpl
* Update dashboard.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update notice.tmpl
* Update monitor.tmpl
* Update view_file.tmpl
* Update diff_preview.tmpl
* Update box.tmpl
|
2018-04-24 09:54:22 -04:00 |
Unknwon
|
f67d6bbca3
|
repo/diff: fix line number in split view template (#4584)
|
2017-07-14 17:02:45 -04:00 |
Unknwon
|
c970c4ee41
|
css: not include line numbers in diff selection (#4584)
Changed template file in order to make CSS work properly.
|
2017-07-14 16:50:49 -04:00 |
Unknwon
|
ac43eab51f
|
Refactoring: rename Signed -> Logged
|
2017-04-06 23:48:49 -04:00 |
Unknwon
|
0e271799f2
|
Refactoring: rename and simplify pkg/tool functions
|
2017-04-06 17:13:53 -04:00 |
Unknwon
|
55afc1ad21
|
models/repo_diff: move core functions to gogits/git-module
|
2017-04-04 01:45:57 -04:00 |
Unknwon
|
8fa6d0d302
|
repo/pull: handle head repository of merged pull requests deleted
|
2017-03-10 16:58:41 -05:00 |
Unknwon
|
48cf9edcf5
|
templates/repo/diff: fix tag-code doesn't display in split view
|
2017-02-23 13:24:59 -05:00 |
Unknwon
|
934734a85a
|
diff: able to highlight line with hashtag URL
|
2017-02-20 16:16:32 -05:00 |
Unknwon
|
ba27d71abe
|
Web editor: improve edit file
|
2016-08-28 04:31:42 -07:00 |