Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182) | rokuu | 2018-04-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
* | templates/repo/issue: rework escape delete branch link after merged pull ↵ | Unknwon | 2018-04-16 |
| | | | | request (#4601) | ||
* | templates/repo/issue: escape delete branch link after merged pull request ↵ | Unknwon | 2018-04-16 |
| | | | | (#4601) | ||
* | public: update Semantic UI 2.2.13 -> 2.3.1 | Unknwon | 2018-04-12 |
| | |||
* | template: delete legacy file | Unknwon | 2018-04-02 |
| | |||
* | templates/repo: show quick guide to people with write permission (#4646) | Unknwon | 2018-03-29 |
| | | | | Used to only show people who has admin permission. | ||
* | templates/repo/branches: escape pound in branch name (#4874) | Unknwon | 2018-03-20 |
| | |||
* | templates/repo/branches: escape pound in branch name (#4874) | Unknwon | 2018-03-12 |
| | |||
* | templates/repo: fix wrong branch url in branches view (#4902) | kaajavi | 2018-03-06 |
| | |||
* | templates: fix typo in repo/home.tmpl (#4845) | Ryan Chang | 2017-11-18 |
| | |||
* | MISC: minor fixes in webhook | Unknwon | 2017-11-18 |
| | |||
* | pull_request: able to ignore whitespace when check conflict (#4834) | Unknwon | 2017-11-16 |
| | |||
* | repo/pull: allow rebase before merging (#4805) | Unknwon | 2017-11-15 |
| | |||
* | pull: add an option to use rebase for merging pull requests | mharinder | 2017-11-15 |
| | | | | | | | | | | | | | | | | For DVCS, either merge or rebase works for getting new code in a pull request in the main branch. The rebase workflow produces a linear history which is cleaner, and more bisect-able. This commit adds a repo-level option to enable the rebase workflow. Once enabled, "Merge Pull Request" will be replaced by "Rebase and Merge Pull Request" which does exactly what the user wants. It's unlikely a project wants a mixed-use of both rebase and merge workflows, therefore the feature is not implemented as a drop-down button like what GitHub does (https://github.com/blog/2243-rebase-and-merge-pull-requests). | ||
* | SECURITY: fix branch name persistent XSS | Unknwon | 2017-10-15 |
| | | | | Reported by Carl Hattenfels. | ||
* | Add Dingtalk webhook support (#4773) | Athurg Feng | 2017-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add dingtalk webhook into html template * Add Dingtalk's icon * Insert dingtalk into repo's webhook page template * Insert dingtalk into org's webhook page * Add dingtalk into default webhook config * Add locale string for add_dingtalk_hook_desc * Update bindata * Add dingtalk webhook form validator * Add dingtalk hook task * Add dingtalk hook create handler * Add dingtalk hook edit handler * Add dingtalk router * Add dingtalk webhook task skeleton * Add markdown link formatter * Add Dingtalk ActionCard create wrapper * Add support for dingtalk create event payload * Add support for dingtalk delete event payload * Add support for dingtalk fork event payload * Add support for dingtalk push event payload * Add support for dingtalk issue event payload * Add support for dingtalk issue comment payload * Add support for dingtalk pull event payload * Add support for dingtalk release event payload | ||
* | repo/diff: fix line number in split view template (#4584) | Unknwon | 2017-07-14 |
| | |||
* | css: not include line numbers in diff selection (#4584) | Unknwon | 2017-07-14 |
| | | | | Changed template file in order to make CSS work properly. | ||
* | random: some code simplify | Unknwon | 2017-06-11 |
| | |||
* | repo: improve relative path detection (#4366) | Unknwon | 2017-06-06 |
| | |||
* | repo: use BranchLink instead of TreeLink (#4366) | Unknwon | 2017-06-06 |
| | |||
* | markup: able to display image from IPython notebook (#4366) | Unknwon | 2017-06-06 |
| | |||
* | repo/pull: detect case when no merge base found (#4434) | Unknwon | 2017-06-05 |
| | |||
* | ui: fix emoji not rendered in commits table (#4440) | Simon Dann | 2017-05-29 |
| | |||
* | ldap: minor fix for PR #4398 | Unknwon | 2017-05-29 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: improve symlink file icon in list view (#4237) | Unknwon | 2017-04-07 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | templates/repo/branches: fix links for mirror repository | Unknwon | 2017-04-05 |
| | | | | Also added new pull request button for stale branches. | ||
* | css: improve fonts under Windows | Unknwon | 2017-04-04 |
| | |||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| | |||
* | templates/repo/branches: hide pull request button if not allowed (#4377) | Unknwon | 2017-04-03 |
| | |||
* | templates/repo: improve README icon and font | Unknwon | 2017-03-31 |
| | |||
* | repo/milestone: simplify code | Unknwon | 2017-03-24 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | milestone: only show issue-related count under issue list (#4316) | Unknwon | 2017-03-24 |
| | |||
* | repo: remove legacy sanitizer for repository description | Unknwon | 2017-03-23 |
| | | | | Related to #4329. | ||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | templates/label: minor style improve | Unknwon | 2017-03-22 |
| | | | | Add an empty space to make <span> have width. | ||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 |
| | |||
* | repo/setting: filter out deleted branch in protect list (#4288) | Unknwon | 2017-03-16 |
| | |||
* | templates/repo/webhook: move to its own directory | Unknwon | 2017-03-16 |
| |