summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* go fmt models/git_diff_test.goAndrey Nering2016-02-041-50/+50
* Minor fix for #2530Unknwon2016-02-042-31/+32
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-046-39/+142
|\
| * Remove unnecessary else-blockFlorian Kaiser2016-02-041-3/+3
| * Remove unnecessary private functionsFlorian Kaiser2016-02-041-14/+6
| * Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-311-4/+11
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts w...Florian Kaiser2016-01-311-1/+1
| * Remove unnecessary commentsFlorian Kaiser2016-01-312-2/+1
| * Everyone can see public reposFlorian Kaiser2016-01-312-8/+27
| * Organization owners see all repositories & teamsFlorian Kaiser2016-01-311-4/+11
| * Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-312-8/+8
| * Only show teams the user has access toFlorian Kaiser2016-01-316-38/+81
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-312-6/+42
* | #2554 reinitialize all repos from the dbUnknwon2016-02-0422-60/+100
* | Add missing patch conflit patternUnknwon2016-02-034-7/+8
* | Minor fix for #2506Unknwon2016-02-024-40/+55
* | Merge pull request #2506 from sapk/add-branche-api-supportUnknwon2016-02-025-1/+139
|\ \
| * | Corrections following recommendationsAntoine GIRARD2016-01-285-37/+39
| * | Handling error for the API request and add commmentsAntoine GIRARD2016-01-281-6/+12
| * | Update link for documentation (Temporary https://gist.github.com/sapk/df64347...Antoine GIRARD2016-01-281-7/+4
| * | Near readyAntoine GIRARD2016-01-285-1/+134
* | | Merge pull request #2548 from fnkr/fix-unescaped-regexUnknwon2016-02-021-1/+1
|\ \ \
| * | | Escape unescaped periods in route regular expressionFlorian Kaiser2016-02-021-1/+1
|/ / /
* | | Merge pull request #2546 from fnkr/pretty-404-pagesUnknwon2016-02-021-6/+4
|\ \ \
| * | | Use pretty 404 pages in repo.HTTPBackendFlorian Kaiser2016-02-021-6/+4
* | | | Fix random avatar does not work on WindowsUnknwon2016-02-023-4/+3
|/ / /
* | | Minor fix for #2444Unknwon2016-02-019-15/+26
* | | Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-012-5/+35
|\ \ \
| * | | Go-ism :DKim "BKC" Carlbäcker2016-01-271-3/+3
| * | | Fixed Poster/Commenter-bug and clean-upKim "BKC" Carlbäcker2016-01-261-3/+1
| * | | Fix OP not 'participating' until commentedKim "BKC" Carlbäcker2016-01-261-0/+1
| * | | Optimize participant-fetchingKim Carlbäcker2016-01-261-0/+1
| * | | Name popupKim "BKC" Carlbäcker2016-01-261-1/+4
| * | | Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-262-5/+32
* | | | Merge pull request #2542 from fnkr/fix-markdown-code-blocks-issue-comment-saveUnknwon2016-02-011-0/+3
|\ \ \ \
| * | | | Fix syntax highlighting for markdown code blocks on issue description/comment...Florian Kaiser2016-02-011-0/+3
|/ / / /
* | | | Merge pull request #2540 from JohnMaguire/bugfix/2447-delete-public-key-autho...Unknwon2016-02-011-0/+8
|\ \ \ \
| * | | | Trim whitespace when adding SSH keys (fixes #2447)John Maguire2016-01-311-0/+3
| * | | | Add debug log when SSH key for deletion isn't foundJohn Maguire2016-01-311-0/+5
* | | | | Merge pull request #2539 from redoz/developUnknwon2016-02-011-1/+1
|\ \ \ \ \
| * | | | | Change en-us localization "mirror from" to "mirror of"Patrik2016-02-011-1/+1
* | | | | | Merge pull request #2537 from fnkr/remember-clone-protocolUnknwon2016-02-014-11/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Select HTTPS if remembered clone protocol is SSH but SSH is disabled nowFlorian Kaiser2016-02-011-1/+3
| * | | | | Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-014-11/+25
* | | | | | Merge pull request #2538 from fnkr/issue-markdown-code-block-highlightedUnknwon2016-02-012-0/+8
|\ \ \ \ \ \
| * | | | | | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-012-0/+8
|/ / / / / /
* / / / / / Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-013-23/+36
|/ / / / /
* | | | | Merge pull request #2533 from fnkr/icon-fork-private-collisionUnknwon2016-01-311-1/+1
|\ \ \ \ \
| * | | | | Undo change in templates/explore/repo_list.tmplFlorian Kaiser2016-01-311-3/+3
| * | | | | Use icon repo-forked instead of repo-lock for private, forked reposFlorian Kaiser2016-01-312-4/+4
| | |_|_|/ | |/| | |