Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | repo/settings: improve Git hook editor | Unknwon | 2017-03-13 | |
| | ||||
* | release: improve attachment handle | Unknwon | 2017-03-13 | |
| | ||||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 | |
| | | | | Added new config section '[release.attachment]’. | |||
* | 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 | |
| | ||||
* | repo/pull: handle head repository of merged pull requests deleted | Unknwon | 2017-03-10 | |
| | ||||
* | templates/repo: change some buttons to use 'basic' style | 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: add issue comment event | Unknwon | 2017-03-09 | |
| | ||||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 | |
| | | | | Also addresses #3485. | |||
* | Protected branches: allow whitelist bypass require pull request check (#4207) | Unknwon | 2017-03-08 | |
| | ||||
* | webhook: add fork event | Unknwon | 2017-02-27 | |
| |