Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 |
| | | | | Moving cache variable to template instead of in the struct. | ||
* | Fix #857 | Unknwon | 2016-02-20 |
| | |||
* | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 |
|\ | | | | | Implement issue and pull request templates | ||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 |
| | | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | ||
* | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 |
|/ | |||
* | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | |||
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 |
|\ | | | | | Convert mirrors to regular repositories | ||
| * | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 |
| | | |||
| * | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 |
| | | |||
* | | Fix when repo is empty | chriswatt | 2016-02-14 |
| | | |||
* | | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 |
|/ | |||
* | Fix tab index on new issue/comment form | chriswatt | 2016-02-07 |
| | |||
* | Merge pull request #2581 from chriswatt/committab | Unknwon | 2016-02-07 |
|\ | | | | | Make commits tab active when on diff page | ||
| * | Make commits tab active when on diff page | chriswatt | 2016-02-07 |
| | | |||
* | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
|/ | |||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Merge pull request #2444 from bkcsoft/feature/participants | Unknwon | 2016-02-01 |
|\ | | | | | Implemented participant-listing for issue-pages (Fixes #2377) | ||
| * | Name popup | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
| * | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
* | | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 |
| | | |||
* | | Merge pull request #2502 from bkcsoft/fix/split-view-diff | Unknwon | 2016-01-28 |
|\ \ | | | | | | | Split view fixed | ||
| * | | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 |
| |/ | |||
* / | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 |
|/ | |||
* | fix CSS of branch dropdown when view commits under revision | Unknwon | 2016-01-14 |
| | |||
* | commit.RefUrl expects AppUrl argument | Adam Strzelecki | 2016-01-13 |
| | | | | | | This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. The bug was not visible because commit.RefUrl was always returning empty url due regression described in https://github.com/gogits/git-module/pull/4 | ||
* | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 |
|\ | | | | | Highlight diff | ||
| * | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 |
| | | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast. | ||
| * | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |
| | | |||
* | | fix markdown autolink error | Unknwon | 2016-01-09 |
|/ | |||
* | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 |
| | |||
* | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 |
| | |||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | - Unified/Inline Diff-View Selectable | ||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 |
| | |||
* | #2251 fix button name | Unknwon | 2015-12-19 |
| | |||
* | #2250 Use HTTP/HTTPS as default clone option | Unknwon | 2015-12-19 |
| | |||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 |
| | |||
* | fix only admin can view milestone desc | Unknwon | 2015-12-15 |
| | |||
* | new template func | Unknwon | 2015-12-13 |
| | |||
* | improve get commits performance | Unknwon | 2015-12-13 |
| | |||
* | prepare release | Unknwon | 2015-12-12 |
| | |||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 |
| | |||
* | #2035 Show author e-mail in commit diff | Unknwon | 2015-12-09 |
| | |||
* | Break branch-selection dropdown into a template | Angus Gibson | 2015-12-09 |
| | | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits | ||
* | Dropdown on commits page to choose branch #1846 | Angus Gibson | 2015-12-09 |
| | | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular. | ||
* | unified name: IsViewBranch, IsViewCommit and IsViewTag | Unknwon | 2015-12-09 |
| | |||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 |
| |