Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | public: minor fix for PR #5276 | Unknwon | 2018-06-26 |
| | |||
* | pull request: able to add custom commit description (#5276) | ususdei | 2018-06-26 |
| | | | | | | | | | | * pull request merges now allow for custom commit messages * allow i18n on commit_message label * place label above textarea for commit message * rename commit message for pull requests into commit description and pass to git separately | ||
* | 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) | ||
* | 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). | ||
* | 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 |
| | |||
* | template: use DisplayName of users when possible (#4187) | Unknwon | 2017-02-24 |
| | |||
* | comment: only show title of commit message from a commit ref (#3206) | Unknwon | 2017-02-22 |
| | |||
* | Security: fix XSS attack on milestone | Unknwon | 2017-02-17 |
| | | | | Reported by Miguel Ángel Jimeno. | ||
* | provide button to delete merged pull request | Tanapol Nearunchorn | 2016-09-02 |
| | |||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||
* | Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311) | Andrey Nering | 2016-08-11 |
| | |||
* | #3408 minor code fix | Unknwon | 2016-08-11 |
| | |||
* | Do not show the "Sign up for free" button in issue tracker (#3408) | Sandro Santilli | 2016-08-11 |
| | | | | | | | | | | | | | | * Do not show the "Sign up for free" button in issue tracker The "Sign in to comment" link is good enough and will correctly show or not show the "Sign Up" button link for those not having an account already. Fixes #3407 (link to nowhere when registration is disabled) * Move html from translation to template * Remove extra space in `{{ .SignInLink }}`. | ||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2458 fix emoji been rendered inside raw content area | Unknwon | 2016-07-11 |
| | |||
* | Improve repository lable style | Unknwon | 2016-03-15 |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Name popup | Kim "BKC" Carlbäcker | 2016-01-26 |
| | |||
* | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||
* | fix #2057 | Unknwon | 2015-12-01 |
| | |||
* | minor tabindex fix | Unknwon | 2015-11-11 |
| | |||
* | fix #1824 and fix #1917 | Unknwon | 2015-11-11 |
| | |||
* | issue #1824 add tabindex | Alexey Makhov | 2015-11-11 |
| | |||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 |
| | |||
* | fix possible XSS in view issue page | Unknwon | 2015-09-17 |
| | |||
* | #1603 suburl for comment attachments | Unknwon | 2015-09-08 |
| | |||
* | #633 dix suburl | Unknwon | 2015-09-06 |
| | |||
* | finish initial version of pull request | Unknwon | 2015-09-02 |
| | |||
* | basic PR feature | Unknwon | 2015-09-02 |
| | |||
* | PR: nothing to commit and has pull request check | Unknwon | 2015-09-02 |
| | |||
* | finish PR UI | Unknwon | 2015-09-02 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |
| | |||
* | #1545 Cross reference the commit from the issue when it is closed by the commit | Unknwon | 2015-08-30 |
| | |||
* | work on #1548 | Unknwon | 2015-08-28 |
| | |||
* | fix suburl | Unknwon | 2015-08-27 |
| | |||
* | fix HTML | Unknwon | 2015-08-26 |
| | |||
* | fix #966 | Unknwon | 2015-08-20 |
| | |||
* | allow edit issue and comment | Unknwon | 2015-08-20 |
| | |||
* | able edit issue title | Unknwon | 2015-08-19 |
| |