Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 | 22 | -60/+100 |
| | | | | - Update locales | ||||
* | Add missing patch conflit pattern | Unknwon | 2016-02-03 | 4 | -7/+8 |
| | |||||
* | Minor fix for #2506 | Unknwon | 2016-02-02 | 4 | -40/+55 |
| | |||||
* | Merge pull request #2506 from sapk/add-branche-api-support | Unknwon | 2016-02-02 | 5 | -1/+139 |
|\ | | | | | Implement API for branches listing | ||||
| * | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 5 | -37/+39 |
| | | |||||
| * | Handling error for the API request and add commments | Antoine GIRARD | 2016-01-28 | 1 | -6/+12 |
| | | | | | | | | [ci skip] | ||||
| * | Update link for documentation (Temporary ↵ | Antoine GIRARD | 2016-01-28 | 1 | -7/+4 |
| | | | | | | | | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip] | ||||
| * | Near ready | Antoine GIRARD | 2016-01-28 | 5 | -1/+134 |
| | | |||||
* | | Merge pull request #2548 from fnkr/fix-unescaped-regex | Unknwon | 2016-02-02 | 1 | -1/+1 |
|\ \ | | | | | | | Escape unescaped periods in route regular expression | ||||
| * | | Escape unescaped periods in route regular expression | Florian Kaiser | 2016-02-02 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2546 from fnkr/pretty-404-pages | Unknwon | 2016-02-02 | 1 | -6/+4 |
|\ \ | | | | | | | Use pretty 404 pages in repo.HTTPBackend | ||||
| * | | Use pretty 404 pages in repo.HTTPBackend | Florian Kaiser | 2016-02-02 | 1 | -6/+4 |
| | | | |||||
* | | | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 | 3 | -4/+3 |
|/ / | | | | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||||
* | | Minor fix for #2444 | Unknwon | 2016-02-01 | 9 | -15/+26 |
| | | |||||
* | | Merge pull request #2444 from bkcsoft/feature/participants | Unknwon | 2016-02-01 | 2 | -5/+35 |
|\ \ | | | | | | | Implemented participant-listing for issue-pages (Fixes #2377) | ||||
| * | | Go-ism :D | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -3/+3 |
| | | | |||||
| * | | Fixed Poster/Commenter-bug and clean-up | Kim "BKC" Carlbäcker | 2016-01-26 | 1 | -3/+1 |
| | | | |||||
| * | | Fix OP not 'participating' until commented | Kim "BKC" Carlbäcker | 2016-01-26 | 1 | -0/+1 |
| | | | |||||
| * | | Optimize participant-fetching | Kim Carlbäcker | 2016-01-26 | 1 | -0/+1 |
| | | | |||||
| * | | Name popup | Kim "BKC" Carlbäcker | 2016-01-26 | 1 | -1/+4 |
| | | | |||||
| * | | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 | 2 | -5/+32 |
| | | | |||||
* | | | Merge pull request #2542 from fnkr/fix-markdown-code-blocks-issue-comment-save | Unknwon | 2016-02-01 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Fix syntax highlighting for markdown code blocks on issue description/comment save | ||||
| * | | | Fix syntax highlighting for markdown code blocks on issue ↵ | Florian Kaiser | 2016-02-01 | 1 | -0/+3 |
|/ / / | | | | | | | | | | description/comment save | ||||
* | | | Merge pull request #2540 from ↵ | Unknwon | 2016-02-01 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | JohnMaguire/bugfix/2447-delete-public-key-authorized_keys Fixes #2447 (delete public key from authorized_keys) | ||||
| * | | | Trim whitespace when adding SSH keys (fixes #2447) | John Maguire | 2016-01-31 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add debug log when SSH key for deletion isn't found | John Maguire | 2016-01-31 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #2539 from redoz/develop | Unknwon | 2016-02-01 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Change en-us localization "mirror from" to "mirror of" | ||||
| * | | | | Change en-us localization "mirror from" to "mirror of" | Patrik | 2016-02-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #2537 from fnkr/remember-clone-protocol | Unknwon | 2016-02-01 | 4 | -11/+27 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remember last selected clone protocol | ||||
| * | | | | Select HTTPS if remembered clone protocol is SSH but SSH is disabled now | Florian Kaiser | 2016-02-01 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 | 4 | -11/+25 |
| | | | | | |||||
* | | | | | Merge pull request #2538 from fnkr/issue-markdown-code-block-highlighted | Unknwon | 2016-02-01 | 2 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Make highlighted markdown code blocks work on issue pages | ||||
| * | | | | | Make highlighted markdown code blocks work on issue pages | Florian Kaiser | 2016-02-01 | 2 | -0/+8 |
|/ / / / / | |||||
* / / / / | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 | 3 | -23/+36 |
|/ / / / | |||||
* | | | | 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 | 5 | -10/+15 |
| | | | | | |||||
* | | | | | 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 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #2527 from fnkr/hide-private-orgs-from-profile | Unknwon | 2016-01-31 | 2 | -4/+24 |
|\ \ \ \ \ | |/ / / / |/| | | | | Show all orgs on user profile, except the private one's | ||||
| * | | | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 2 | -4/+24 |
| | | | | | |||||
* | | | | | Update and reorganize front-end resources | Unknwon | 2016-01-30 | 46 | -3983/+677 |
|/ / / / | |||||
* | | | | Update .gopmfile | Unknwon | 2016-01-30 | 1 | -21/+21 |
| | | | | |||||
* | | | | Merge pull request #2517 from fnkr/issue-2516 | Unknwon | 2016-01-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Allow modification of a release if Content is empty (fix #2516) | ||||
| * | | | | Allow modification of a release if Content is empty (fix #2516) | Florian Kaiser | 2016-01-30 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 9 | -44/+65 |
| | | | | |||||
* | | | | #2491 minor fix for sr on dashboard | Unknwon | 2016-01-29 | 5 | -7/+17 |
| | | | | |||||
* | | | | Merge pull request #2508 from MilesPong/develop | Unknwon | 2016-01-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fixed gravatar url |