Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 | 7 | -7/+16 |
| | |||||
* | Merge pull request #2112 from nanoant/patch/better-git-message-display | Unknwon | 2015-12-06 | 6 | -25/+52 |
|\ | | | | | Render commit msg as header + verbatim description | ||||
| * | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 | 6 | -25/+52 |
|/ | | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim. | ||||
* | prepare release | Unknwon | 2015-12-06 | 17 | -200/+458 |
| | |||||
* | Merge pull request #2110 from msoedov/misspellings | Unknwon | 2015-12-06 | 3 | -10/+10 |
|\ | | | | | Fix misspelled words | ||||
| * | Fix misspelled words | Alex Myasoedov | 2015-12-06 | 3 | -10/+10 |
|/ | |||||
* | remember page number when delete repo | Unknwon | 2015-12-05 | 2 | -2/+2 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 10 | -7/+52 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 8 | -32/+207 |
| | |||||
* | update README | Unknwon | 2015-12-05 | 3 | -19/+19 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 13 | -360/+443 |
| | |||||
* | fix #2102 | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | Set default language for i18n | Unknwon | 2015-12-05 | 1 | -1/+2 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 13 | -54/+186 |
| | |||||
* | init with all enabled | Unknwon | 2015-12-04 | 1 | -6/+9 |
| | |||||
* | template fix | Unknwon | 2015-12-04 | 2 | -3/+3 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 25 | -94/+248 |
| | |||||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 | 1 | -3/+0 |
| | |||||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 | 1 | -2/+3 |
| | |||||
* | fix #2101 | Unknwon | 2015-12-04 | 1 | -4/+0 |
| | |||||
* | fix panic for #2045 | Unknwon | 2015-12-04 | 3 | -116/+113 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 17 | -376/+373 |
| | |||||
* | more fixes on #2045 | Unknwon | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-12-03 | 7 | -12/+14 |
|\ | |||||
| * | minor JS and UI fix | Unknwon | 2015-12-03 | 3 | -1/+4 |
| | | |||||
| * | fix #2095 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels | Unknwon | 2015-12-03 | 4 | -2/+8 |
| |\ | | | | | | | UI: Use more subtle grey SHA1 labels | ||||
| | * | UI: More subtle strips on commits list | Adam Strzelecki | 2015-12-03 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | With grey SHA1 labels, we should consider having also more subtle strips on commits list. As current strips blend too much with grey SHA1 labels and top bar, making hard to distinguish headers from content. | ||||
| | * | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs. | ||||
| * | | work on #2093 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha | Unknwon | 2015-12-03 | 2 | -7/+0 |
| |\ \ | | |/ | |/| | UI: Remove CSS rule making last-commit SHA bold | ||||
| | * | UI: Remove CSS rule making last-commit SHA bold | Adam Strzelecki | 2015-12-03 | 2 | -7/+0 |
| |/ | | | | | | | This removes remains from old design, that was not cleaned by previous #2068 PR. | ||||
* / | fix broken link | Unknwon | 2015-12-03 | 1 | -1/+1 |
|/ | |||||
* | 500 when wiki not exists | Unknwon | 2015-12-03 | 1 | -4/+12 |
| | |||||
* | fix #2090 | Unknwon | 2015-12-03 | 1 | -1/+6 |
| | |||||
* | fix #2087 | Unknwon | 2015-12-03 | 2 | -2/+2 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 15 | -57/+235 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 10 | -35/+37 |
| | |||||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 | 26 | -62/+41 |
|\ | | | | | Further layout fixes | ||||
| * | CSS: Octicons 16px fix outside of _octicons.less | Adam Strzelecki | 2015-12-03 | 3 | -6/+5 |
| | | | | | | | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863. | ||||
| * | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 23 | -56/+36 |
| | | | | | | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | | clean test data | Unknwon | 2015-12-02 | 1 | -3/+1 |
| | | |||||
* | | minor CSS fix | Unknwon | 2015-12-02 | 3 | -2/+25 |
| | | |||||
* | | minor CSS fix for #2068 | Unknwon | 2015-12-02 | 2 | -0/+2 |
|/ | |||||
* | minor fix for #2086 | Unknwon | 2015-12-02 | 1 | -28/+28 |
| | |||||
* | Merge pull request #2068 from nanoant/patch/repo-file-list-layout | Unknwon | 2015-12-02 | 28 | -298/+214 |
|\ | | | | | Repo file list layout & misc fixes | ||||
| * | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 | 3 | -2/+12 |
| | | | | | | | | | | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag. | ||||
| * | UI: Keep repo URL action right of ref combo & path | Adam Strzelecki | 2015-12-02 | 3 | -108/+73 |
| | | | | | | | | | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file. | ||||
| * | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | 24 | -49/+78 |
| | | | | | | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
| * | UI: Keep repository settings menu button right | Adam Strzelecki | 2015-12-02 | 1 | -3/+5 |
| | |