Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | public: make lessc compile minimize CSS (#5987) | ᴜɴᴋɴᴡᴏɴ | 2020-03-15 |
| | |||
* | git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) | ᴜɴᴋɴᴡᴏɴ | 2020-03-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
* | css: fix /admin/config pre overflow | ᴜɴᴋɴᴡᴏɴ | 2020-02-29 |
| | |||
* | css: add img margin-right | ᴜɴᴋɴᴡᴏɴ | 2020-02-23 |
| | | | | [CI SKIP] | ||
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | And removed version info from footer. | ||
* | templates: fix line wrap for very long commit message | Unknwon | 2019-11-07 |
| | |||
* | public/css: make less (#5317) | Unknwon | 2018-12-25 |
| | |||
* | templates: make state changing routes to POST method (#5541) | Unknwon | 2018-12-06 |
| | | | | - pkg/context: add ParamsUser to unify the injection process | ||
* | public/css: adjust width of label color in dropdown | Unknwon | 2018-12-02 |
| | | | | models/issue: unify Issue receiver name to 'issue' | ||
* | public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507) | A.J. Ruckman | 2018-11-08 |
| | |||
* | public: minor fix for PR #5276 | Unknwon | 2018-06-26 |
| | |||
* | repo: add changes to repository avatar feature (#5221) | Unknwon | 2018-06-17 |
| | |||
* | mirror: show sync feeds on dashboard (#2017) | Unknwon | 2018-05-30 |
| | |||
* | public/css: generate CSS for PR #5169 | Unknwon | 2018-04-26 |
| | |||
* | public/{less,css}: fix overflow of brand logo hyperlink (#5189) | rokuu | 2018-04-21 |
| | | | | | | * Update gogs.css * Update _base.less | ||
* | public: update Semantic UI 2.2.13 -> 2.3.1 | Unknwon | 2018-04-12 |
| | |||
* | css: fix UI breaks | Unknwon | 2017-11-19 |
| | |||
* | MISC: minor fixes in webhook | Unknwon | 2017-11-18 |
| | |||
* | css: fix minor table issue | Unknwon | 2017-11-17 |
| | |||
* | admin/config: add UI for [http] section (#3987) | Unknwon | 2017-11-16 |
| | |||
* | public: update Semantic UI 2.2.10 -> 2.2.13 | Unknwon | 2017-11-15 |
| | |||
* | css: not include line numbers in diff selection (#4584) | Unknwon | 2017-07-14 |
| | | | | Changed template file in order to make CSS work properly. | ||
* | css: not include line numbers in diff selection (#4584) | Einar | 2017-06-27 |
| | |||
* | markup: able to display image from IPython notebook (#4366) | Unknwon | 2017-06-06 |
| | |||
* | css: fix fluid container for spilt diff view | Unknwon | 2017-06-03 |
| | |||
* | css: start using fixing width container | Unknwon | 2017-06-03 |
| | | | | | | Get rid of responsive issue. Also fixes #4527. | ||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | css: improve fonts under Windows | Unknwon | 2017-04-04 |
| | |||
* | css: fix font of .ui.label.button style | Unknwon | 2017-04-04 |
| | |||
* | css: update fonts | Unknwon | 2017-04-03 |
| | | | | [CI SKIP] | ||
* | templates/repo: improve README icon and font | Unknwon | 2017-03-31 |
| | |||
* | css: font-family fixes for Chinese | Unknwon | 2017-03-31 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | user: remove sanitizer for FullName (#1937) | Unknwon | 2017-03-23 |
| | |||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 |
| | |||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | install: able to enable console mode (#3119) | Unknwon | 2017-03-17 |
| | |||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: hide buttons for regular users | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 |
| | |||
* | css/repository: fix undesired style for label template select list | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: change some buttons to use 'basic' style | Unknwon | 2017-03-10 |
| | |||
* | less/repository: minor fix for #git-stats | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: only show Git stats in repository home page (#3518) | Unknwon | 2017-03-10 |
| | | | | | | | | | Move 'Commits' and 'Releases' tabs down to body. This patch also reduces page load time for pages that do not need to use commits count anywhere. Get commits count can hurt performance badly for huge repositories that has tens of thousands commits like Linux Kernel. | ||
* | admin/config: minor CSS fix | Unknwon | 2017-02-28 |
| | |||
* | admin: fix template error | Unknwon | 2017-02-28 |
| | | | | Also a try to display key-value pairs in table. | ||
* | dashboard: add delete branch and tag news feeds | Unknwon | 2017-02-27 |
| |