Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | templates: fix line wrap for very long commit message | Unknwon | 2019-11-07 |
| | |||
* | public/less: fix layout misalignment in Firefox for Linux (#5317) | Kyumyeong Han | 2018-12-25 |
| | | | | | | * Update _repository.less * Update _repository.less | ||
* | public/css: adjust width of label color in dropdown | Unknwon | 2018-12-02 |
| | | | | models/issue: unify Issue receiver name to 'issue' | ||
* | public: minor fix for PR #5276 | Unknwon | 2018-06-26 |
| | |||
* | public/css: fix file view responsiveness (#5169) | Florian Wiech | 2018-04-26 |
| | |||
* | public: update Semantic UI 2.2.13 -> 2.3.1 | Unknwon | 2018-04-12 |
| | |||
* | MISC: minor fixes in webhook | Unknwon | 2017-11-18 |
| | |||
* | css: fix minor table issue | Unknwon | 2017-11-17 |
| | |||
* | css: not include line numbers in diff selection (#4584) | Unknwon | 2017-07-14 |
| | | | | Changed template file in order to make CSS work properly. | ||
* | css: update less (#4584) | Unknwon | 2017-06-27 |
| | |||
* | markup: able to display image from IPython notebook (#4366) | Unknwon | 2017-06-06 |
| | |||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: improve README icon and font | Unknwon | 2017-03-31 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | 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. | ||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | IPythonNotebook: fix a bit more CSS | Unknwon | 2017-02-07 |
| | |||
* | IPythonNotebook: fix Markdown cell CSS | Unknwon | 2017-02-07 |
| | |||
* | IPythonNotebook: CSS adjustment for PR #4070 | Unknwon | 2017-02-07 |
| | |||
* | Ipython notebook support (#4070) | Herbert | 2017-02-07 |
| | | | | | | | | | | * added marked and notebookjs javascript libraries * added ipython notebook render support using javascript libraries * recompiled gogs.css to include ipynb-related css * removed superflous javascript library files | ||
* | Fix inappropriate CSS rule for Markdown on wiki page (#3766) | Unknwon | 2017-01-28 |
| | |||
* | Fix unexpected rendering of README when it is not in Markdown | Unknwon | 2017-01-25 |
| | | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF). | ||
* | Update locales | Unknwon | 2016-09-01 |
| | |||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 |
| | |||
* | Code quality improvement on JS | Unknwon | 2016-08-17 |
| | |||
* | Web editor: temporarily disable upload and quick fix for edit and new | Unknwon | 2016-08-15 |
| | | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards. | ||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 |
| | | | | | (#3241) Closes #3182 | ||
* | Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311) | Andrey Nering | 2016-08-11 |
| | |||
* | Render the Code view on the server (minus syntax highlighting) (#2942) | Rory McNamara | 2016-08-09 |
| | | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less | ||
* | Lighter icon colors for repo files (#3351) | silverwind | 2016-08-03 |
| | | | | | | * Lighter icon colors for repo files * also color submodule icon | ||
* | Fix issue event octicon CSS | Unknwon | 2016-07-26 |
| | |||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
| | |||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| |