aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
* pull: add an option to use rebase for merging pull requestsmharinder2017-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 XSSUnknwon2017-10-15
| | | | Reported by Carl Hattenfels.
* Add Dingtalk webhook support (#4773)Athurg Feng2017-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)Unknwon2017-07-14
|
* css: not include line numbers in diff selection (#4584)Unknwon2017-07-14
| | | | Changed template file in order to make CSS work properly.
* random: some code simplifyUnknwon2017-06-11
|
* repo: improve relative path detection (#4366)Unknwon2017-06-06
|
* repo: use BranchLink instead of TreeLink (#4366)Unknwon2017-06-06
|
* markup: able to display image from IPython notebook (#4366)Unknwon2017-06-06
|
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* ui: fix emoji not rendered in commits table (#4440)Simon Dann2017-05-29
|
* ldap: minor fix for PR #4398Unknwon2017-05-29
|
* templates/repo: fix README.ipynb not rendered (#4367)Unknwon2017-04-07
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* repo/wiki: improve UIUnknwon2017-04-07
|
* user/setting: improve UIUnknwon2017-04-07
|
* templates/repo: improve symlink file icon in list view (#4237)Unknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* templates/repo/branches: fix links for mirror repositoryUnknwon2017-04-05
| | | | Also added new pull request button for stale branches.
* css: improve fonts under WindowsUnknwon2017-04-04
|
* models/repo_diff: move core functions to gogits/git-moduleUnknwon2017-04-04
|
* templates/repo/branches: hide pull request button if not allowed (#4377)Unknwon2017-04-03
|
* templates/repo: improve README icon and fontUnknwon2017-03-31
|
* repo/milestone: simplify codeUnknwon2017-03-24
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* milestone: only show issue-related count under issue list (#4316)Unknwon2017-03-24
|
* repo: remove legacy sanitizer for repository descriptionUnknwon2017-03-23
| | | | Related to #4329.
* templates/label: another minor style improveUnknwon2017-03-22
|
* templates/label: minor style improveUnknwon2017-03-22
| | | | Add an empty space to make <span> have width.
* repo: rename PageIsViewCode -> PageIsViewFilesUnknwon2017-03-22
| | | | Also highlight 'Files' tab when use editor.
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* repo: allow issues and wiki for bare repository (#4104)Unknwon2017-03-16
|
* repo/setting: filter out deleted branch in protect list (#4288)Unknwon2017-03-16
|
* templates/repo/webhook: move to its own directoryUnknwon2017-03-16
|
* repo/settings: improve Git hook editorUnknwon2017-03-13
|
* release: improve attachment handleUnknwon2017-03-13
|
* release: able to add attchments to release (#1614)Unknwon2017-03-13
| | | | Added new config section '[release.attachment]’.
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* repo/branches: hide buttons for regular usersUnknwon2017-03-11
|
* repo/branches: overview and all (#2310)Unknwon2017-03-11
|
* repo/pull: handle head repository of merged pull requests deletedUnknwon2017-03-10
|
* templates/repo: change some buttons to use 'basic' styleUnknwon2017-03-10
|
* templates/repo: only show Git stats in repository home page (#3518)Unknwon2017-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 eventUnknwon2017-03-09
|
* webhook: support Issues event (#2319)Unknwon2017-03-09
| | | | Also addresses #3485.
* Protected branches: allow whitelist bypass require pull request check (#4207)Unknwon2017-03-08
|
* webhook: add fork eventUnknwon2017-02-27
|