aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #2559 from Techwolf12/developUnknwon2016-02-05
|\ | | | | Fixes small typo
| * Fixes small typotechwolf122016-02-05
|/
* #2556 handle space in image URLUnknwon2016-02-04
|
* Minor fix for #2530Unknwon2016-02-04
|
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ | | | | Hide other teams & repos from organization page
| * Remove unnecessary else-blockFlorian Kaiser2016-02-04
| |
| * Remove unnecessary private functionsFlorian Kaiser2016-02-04
| |
| * Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-31
| |
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-31
| | | | | | | | with 0
| * Remove unnecessary commentsFlorian Kaiser2016-01-31
| |
| * Everyone can see public reposFlorian Kaiser2016-01-31
| |
| * Organization owners see all repositories & teamsFlorian Kaiser2016-01-31
| |
| * Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-31
| |
| * Only show teams the user has access toFlorian Kaiser2016-01-31
| |
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-31
| |
* | #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | | | | | - Update locales
* | Add missing patch conflit patternUnknwon2016-02-03
| |
* | Minor fix for #2506Unknwon2016-02-02
| |
* | Merge pull request #2506 from sapk/add-branche-api-supportUnknwon2016-02-02
|\ \ | | | | | | Implement API for branches listing
| * | Corrections following recommendationsAntoine GIRARD2016-01-28
| | |
| * | Handling error for the API request and add commmentsAntoine GIRARD2016-01-28
| | | | | | | | | | | | [ci skip]
| * | Update link for documentation (Temporary ↵Antoine GIRARD2016-01-28
| | | | | | | | | | | | | | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
| * | Near readyAntoine GIRARD2016-01-28
| | |
* | | Merge pull request #2548 from fnkr/fix-unescaped-regexUnknwon2016-02-02
|\ \ \ | | | | | | | | Escape unescaped periods in route regular expression
| * | | Escape unescaped periods in route regular expressionFlorian Kaiser2016-02-02
|/ / /
* | | Merge pull request #2546 from fnkr/pretty-404-pagesUnknwon2016-02-02
|\ \ \ | | | | | | | | Use pretty 404 pages in repo.HTTPBackend
| * | | Use pretty 404 pages in repo.HTTPBackendFlorian Kaiser2016-02-02
| | | |
* | | | Fix random avatar does not work on WindowsUnknwon2016-02-02
|/ / / | | | | | | | | | path.Dir can't handle Windows case, must use filepath.Dir
* | | Minor fix for #2444Unknwon2016-02-01
| | |
* | | Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-01
|\ \ \ | | | | | | | | Implemented participant-listing for issue-pages (Fixes #2377)
| * | | Go-ism :DKim "BKC" Carlbäcker2016-01-27
| | | |
| * | | Fixed Poster/Commenter-bug and clean-upKim "BKC" Carlbäcker2016-01-26
| | | |
| * | | Fix OP not 'participating' until commentedKim "BKC" Carlbäcker2016-01-26
| | | |
| * | | Optimize participant-fetchingKim Carlbäcker2016-01-26
| | | |
| * | | Name popupKim "BKC" Carlbäcker2016-01-26
| | | |
| * | | Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-26
| | | |
* | | | Merge pull request #2542 from fnkr/fix-markdown-code-blocks-issue-comment-saveUnknwon2016-02-01
|\ \ \ \ | | | | | | | | | | Fix syntax highlighting for markdown code blocks on issue description/comment save
| * | | | Fix syntax highlighting for markdown code blocks on issue ↵Florian Kaiser2016-02-01
|/ / / / | | | | | | | | | | | | description/comment save
* | | | Merge pull request #2540 from ↵Unknwon2016-02-01
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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 Maguire2016-01-31
| | | | |
| * | | | Add debug log when SSH key for deletion isn't foundJohn Maguire2016-01-31
| | | | |
* | | | | Merge pull request #2539 from redoz/developUnknwon2016-02-01
|\ \ \ \ \ | | | | | | | | | | | | Change en-us localization "mirror from" to "mirror of"
| * | | | | Change en-us localization "mirror from" to "mirror of"Patrik2016-02-01
| | | | | |
* | | | | | Merge pull request #2537 from fnkr/remember-clone-protocolUnknwon2016-02-01
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remember last selected clone protocol
| * | | | | Select HTTPS if remembered clone protocol is SSH but SSH is disabled nowFlorian Kaiser2016-02-01
| | | | | |
| * | | | | Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-01
| | | | | |
* | | | | | Merge pull request #2538 from fnkr/issue-markdown-code-block-highlightedUnknwon2016-02-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make highlighted markdown code blocks work on issue pages
| * | | | | | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-01
|/ / / / / /
* / / / / / Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-01
|/ / / / /
* | | | | Merge pull request #2533 from fnkr/icon-fork-private-collisionUnknwon2016-01-31
|\ \ \ \ \ | | | | | | | | | | | | Use icon repo-forked instead of repo-lock for private, forked repos