Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | modules/markup: rename Markdown render fucntions | Unknwon | 2017-03-31 |
| | | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type. | ||
* | modules: rename markdown -> markup | Unknwon | 2017-03-31 |
| | | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support. | ||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | 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: commits, branches and releases should highlight files tab | Unknwon | 2017-03-11 |
| | |||
* | 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. | ||
* | release: improve page load performance | Unknwon | 2017-03-10 |
| | | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'. | ||
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
| | |||
* | release: fix unable to edit release of a fork repository | Unknwon | 2017-02-23 |
| | |||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
| | |||
* | Add more details on error report | Unknwon | 2017-02-10 |
| | | | | [CI SKIP] | ||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Fix can not save release draft as draft again (#3669) | Unknwon | 2017-01-30 |
| | | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created. | ||
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerability reported in #3962 | Unknwon | 2016-12-22 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Fix #3314: Cannot edit release with tag name contains slash (#3434) | Thibault Meyer | 2016-08-11 |
| | |||
* | Fix #3315: Release dont use tag creation date (#3374) | Thibault Meyer | 2016-08-06 |
| | | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files | ||
* | routers/repo/release: Use correct branch reference (#3330) | 마누엘 | 2016-07-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the current behind commit count the calculation should use the current release target to get the total commit count. Should the release target not exist anymore the calculation will return zero for the newest release on that target. Older releases on that target will then use that calculated commit count as reference. The only use case that is now somehow invalid is when the release target was merged / deleted after a tag on that release target: master 1 - - - - - - - 6 \ / branch 2 - 3 - 4 - 5 When `4` is the last tag on branch `branch` and the branch `branch` is not yet deleted the calculated numbers would be: 1 commits to branch since this release Now if the branch `branch` gets deleted the calculation function will not find the branch and use the commit count of the newest release (`4`) as reference resulting in: 0 commit to branch since this release This fixes #3326 | ||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Remove duplicated of code | Unknwon | 2016-03-06 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Removed HTTP 500 error on the release page when a user deleted their account | Martin Hartkorn | 2016-02-10 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | fix #1383 | Unknwon | 2015-11-20 |
| | |||
* | repo sidebar active class | Unknwon | 2015-11-16 |
| | |||
* | fix #1958 | Unknwon | 2015-11-15 |
| | |||
* | rename fields | Unknwon | 2015-11-03 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | Updating context and fixing permission issues | Peter Smit | 2015-02-16 |
| | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Use constants to name template file | Unknown | 2014-06-22 |
| | |||
* | Support edit release and save as draft | Unknown | 2014-06-12 |
| | |||
* | Fix #199 | Unknown | 2014-06-12 |
| | |||
* | Fix #197 | Unknown | 2014-06-12 |
| | |||
* | update with git api | slene | 2014-05-10 |
| | |||
* | Fix #92 | Unknown | 2014-04-22 |
| |