Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 |
| | |||
* | #2556 handle space in image URL | Unknwon | 2016-02-04 |
| | |||
* | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 |
| | | | | - Update locales | ||
* | Add missing patch conflit pattern | Unknwon | 2016-02-03 |
| | |||
* | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 |
| | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||
* | 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 |
| | | |||
* | | Merge pull request #2537 from fnkr/remember-clone-protocol | Unknwon | 2016-02-01 |
|\ \ | | | | | | | Remember last selected clone protocol | ||
| * | | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 |
| | | | |||
* | | | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 |
|/ / | |||
* | | Merge pull request #2533 from fnkr/icon-fork-private-collision | Unknwon | 2016-01-31 |
|\ \ | | | | | | | 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 |
| | | | |||
| * | | Use icon repo-forked instead of repo-lock for private, forked repos | Florian Kaiser | 2016-01-31 |
| | | | |||
* | | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 |
| | | | |||
* | | | Merge pull request #2531 from andreynering/home-template-pt-BR | Unknwon | 2016-01-31 |
|\ \ \ | | | | | | | | | Add portuguese-BR to home template. | ||
| * | | | Add portuguese-BR to home template. | Andrey Nering | 2016-01-31 |
| |/ / | |||
* / / | fix #2529 | Unknwon | 2016-01-31 |
|/ / | |||
* | | Update and reorganize front-end resources | Unknwon | 2016-01-30 |
| | | |||
* | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | | |||
* | | #2491 minor fix for sr on dashboard | Unknwon | 2016-01-29 |
| | | |||
* | | 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 |
| |/ | |||
* | | Minor fix for #2494 | Unknwon | 2016-01-28 |
| | | | | | | | | - 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 |
|/ | |||
* | Merge pull request #2433 from xxxtonixxx/develop | Unknwon | 2016-01-26 |
|\ | | | | | To add spanish translation to home template | ||
| * | Add es-ES to home template | Toni Villena | 2016-01-18 |
| | | |||
* | | fix #2416 | Unknwon | 2016-01-26 |
| | | |||
* | | Minor fix for #2396 | Unknwon | 2016-01-25 |
|/ | |||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
| | |||
* | URL fix for #2287 | Unknwon | 2016-01-15 |
| | |||
* | hide section with user has no organizations | Unknwon | 2016-01-14 |
| | |||
* | fix CSS of branch dropdown when view commits under revision | Unknwon | 2016-01-14 |
| | |||
* | minor fix to #2383 | Unknwon | 2016-01-14 |
| | | | | - add tooltip for organization name in profile | ||
* | Merge pull request #2383 from exmex/develop | Unknwon | 2016-01-14 |
|\ | | | | | Added organization display on profile | ||
| * | Added improvement from Unknwon | ExMex | 2016-01-14 |
| | | |||
| * | Added links to org profile icons | ExMex | 2016-01-12 |
| | | |||
| * | Added organization display on profile | ExMex | 2016-01-12 |
| | | | | | | | | Fixed "Follower" Icon too big | ||
* | | 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 #2381 from philippechataignon/develop | Unknwon | 2016-01-11 |
|\ | | | | | Add fr-FR to home template | ||
| * | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 |
| | | |||
* | | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | | |||
* | | #2349 try to handle []int8 case | Unknwon | 2016-01-11 |
|/ | |||
* | minor fix to #2335 | Unknwon | 2016-01-09 |
| | |||
* | fix #2367 | Unknwon | 2016-01-09 |
| | |||
* | 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 |
| | |