Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 | 3 | -11/+11 |
| | |||||
* | Merge pull request #2533 from fnkr/icon-fork-private-collision | Unknwon | 2016-01-31 | 1 | -1/+1 |
|\ | | | | | Use icon repo-forked instead of repo-lock for private, forked repos | ||||
| * | Undo change in templates/explore/repo_list.tmpl | Florian Kaiser | 2016-01-31 | 1 | -3/+3 |
| | | |||||
| * | Use icon repo-forked instead of repo-lock for private, forked repos | Florian Kaiser | 2016-01-31 | 2 | -4/+4 |
| | | |||||
* | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2531 from andreynering/home-template-pt-BR | Unknwon | 2016-01-31 | 1 | -0/+37 |
|\ \ | | | | | | | Add portuguese-BR to home template. | ||||
| * | | Add portuguese-BR to home template. | Andrey Nering | 2016-01-31 | 1 | -0/+37 |
| |/ | |||||
* / | fix #2529 | Unknwon | 2016-01-31 | 1 | -1/+1 |
|/ | |||||
* | Update and reorganize front-end resources | Unknwon | 2016-01-30 | 3 | -14/+15 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 2 | -5/+5 |
| | |||||
* | #2491 minor fix for sr on dashboard | Unknwon | 2016-01-29 | 3 | -5/+15 |
| | |||||
* | Merge pull request #2502 from bkcsoft/fix/split-view-diff | Unknwon | 2016-01-28 | 1 | -1/+1 |
|\ | | | | | Split view fixed | ||||
| * | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | Minor fix for #2494 | Unknwon | 2016-01-28 | 2 | -2/+2 |
| | | | | | | | | - Change tooltip size from mini to tiny in profile page | ||||
* | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #2433 from xxxtonixxx/develop | Unknwon | 2016-01-26 | 1 | -0/+37 |
|\ | | | | | To add spanish translation to home template | ||||
| * | Add es-ES to home template | Toni Villena | 2016-01-18 | 1 | -0/+37 |
| | | |||||
* | | fix #2416 | Unknwon | 2016-01-26 | 2 | -3/+3 |
| | | |||||
* | | Minor fix for #2396 | Unknwon | 2016-01-25 | 1 | -1/+1 |
|/ | |||||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | URL fix for #2287 | Unknwon | 2016-01-15 | 1 | -9/+9 |
| | |||||
* | hide section with user has no organizations | Unknwon | 2016-01-14 | 1 | -0/+2 |
| | |||||
* | fix CSS of branch dropdown when view commits under revision | Unknwon | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | minor fix to #2383 | Unknwon | 2016-01-14 | 2 | -2/+2 |
| | | | | - add tooltip for organization name in profile | ||||
* | Merge pull request #2383 from exmex/develop | Unknwon | 2016-01-14 | 1 | -2/+7 |
|\ | | | | | Added organization display on profile | ||||
| * | Added improvement from Unknwon | ExMex | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Added links to org profile icons | ExMex | 2016-01-12 | 1 | -1/+1 |
| | | |||||
| * | Added organization display on profile | ExMex | 2016-01-12 | 1 | -2/+7 |
| | | | | | | | | Fixed "Follower" Icon too big | ||||
* | | commit.RefUrl expects AppUrl argument | Adam Strzelecki | 2016-01-13 | 1 | -1/+1 |
|/ | | | | | | 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 #2381 from philippechataignon/develop | Unknwon | 2016-01-11 | 1 | -0/+40 |
|\ | | | | | Add fr-FR to home template | ||||
| * | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 | 1 | -0/+40 |
| | | |||||
* | | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 4 | -11/+13 |
| | | |||||
* | | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | 1 | -1/+1 |
|/ | |||||
* | minor fix to #2335 | Unknwon | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | fix #2367 | Unknwon | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 | 1 | -7/+7 |
|\ | | | | | Highlight diff | ||||
| * | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 | 1 | -4/+4 |
| | | | | | | | | | | 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 | 1 | -3/+3 |
| | | |||||
* | | fix markdown autolink error | Unknwon | 2016-01-09 | 2 | -2/+2 |
| | | |||||
* | | fix #2360 | Unknwon | 2016-01-08 | 1 | -1/+1 |
| | | |||||
* | | #2345 disallow access of some pages for empty repo | Unknwon | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | fix #2350 | Unknwon | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | update dep lib version requirement | Unknwon | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 | 1 | -15/+0 |
| | |||||
* | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 | 3 | -162/+118 |
| | |||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 3 | -16/+3 |
| | |||||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | 3 | -58/+177 |
| | | | | - Unified/Inline Diff-View Selectable | ||||
* | fix #2327 | Unknwon | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 2 | -2/+2 |
| |