Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | |||||
* | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 1 | -0/+28 |
| | |||||
* | Remove redundant nil check. | Josh Frye | 2016-02-12 | 1 | -10/+0 |
| | |||||
* | Set default log path if empty during install | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | |||||
* | Add install option for log path | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | |||||
* | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user | Unknwon | 2016-02-10 | 1 | -4/+12 |
|\ | | | | | Fix for server error on release page when a user deleted their account | ||||
| * | Removed HTTP 500 error on the release page when a user deleted their account | Martin Hartkorn | 2016-02-10 | 1 | -4/+12 |
| | | |||||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 4 | -3/+7 |
|\ \ | | | | | | | Enable syntax highlighting on diff view | ||||
| * | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 4 | -3/+7 |
| | | | |||||
* | | | parse milestone.deadline as local time | Tobias Kunicke | 2016-02-06 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 1 | -0/+3 |
|\ \ | |/ |/| | Feature/markdown custom url scheme | ||||
| * | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 2 | -18/+25 |
|\ \ | | | | | | | Hide other teams & repos from organization page | ||||
| * | | Remove unnecessary else-block | Florian Kaiser | 2016-02-04 | 1 | -3/+3 |
| | | | |||||
| * | | Evaulate org/team permissions when using the issue/PR view | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | | | |||||
| * | | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 2 | -2/+1 |
| | | | |||||
| * | | Everyone can see public repos | Florian Kaiser | 2016-01-31 | 1 | -5/+13 |
| | | | |||||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 2 | -10/+4 |
| | | | |||||
| * | | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 | 1 | -6/+5 |
| | | | |||||
* | | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 | 1 | -0/+4 |
| | | | | | | | | | | | | - Update locales | ||||
* | | | Minor fix for #2506 | Unknwon | 2016-02-02 | 1 | -21/+16 |
| | | | |||||
* | | | Merge pull request #2506 from sapk/add-branche-api-support | Unknwon | 2016-02-02 | 3 | -1/+82 |
|\ \ \ | | | | | | | | | Implement API for branches listing | ||||
| * | | | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 3 | -30/+32 |
| | | | | |||||
| * | | | 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 | 3 | -1/+77 |
| | | | | |||||
* | | | | Use pretty 404 pages in repo.HTTPBackend | Florian Kaiser | 2016-02-02 | 1 | -6/+4 |
| | | | | |||||
* | | | | Minor fix for #2444 | Unknwon | 2016-02-01 | 1 | -3/+5 |
| | | | | |||||
* | | | | Merge pull request #2444 from bkcsoft/feature/participants | Unknwon | 2016-02-01 | 1 | -5/+19 |
|\ \ \ \ | | | | | | | | | | | 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 |
| | | | | | |||||
| * | | | | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 | 1 | -5/+19 |
| | |_|/ | |/| | | |||||
* | | | | Make highlighted markdown code blocks work on issue pages | Florian Kaiser | 2016-02-01 | 1 | -0/+5 |
| | | | | |||||
* | | | | fix #2529 | Unknwon | 2016-01-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -22/+18 |
| |/ |/| | |||||
* | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 2 | -12/+0 |
|/ | |||||
* | Compute inline diff for pull request view, too. Fix #2462 | Andrey Nering | 2016-01-25 | 1 | -0/+6 |
| | |||||
* | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2383 from exmex/develop | Unknwon | 2016-01-14 | 1 | -0/+7 |
|\ | | | | | Added organization display on profile | ||||
| * | Added organization display on profile | ExMex | 2016-01-12 | 1 | -0/+7 |
| | | | | | | | | Fixed "Follower" Icon too big | ||||
* | | Merge pull request #2403 from ddelpero/master | Unknwon | 2016-01-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Update repo.go | ||||
| * | Update repo.go | ddelpero | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name | ||||
* | | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 | 1 | -0/+6 |
|\ \ | | | | | | | Highlight diff | ||||
| * | | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -0/+6 |
| | | | |||||
* | | | require token for list my orgs | Unknwon | 2016-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | fix cannot show user public ssh keys | Unknwon | 2016-01-09 | 1 | -4/+8 |
| | | | |||||
* | | | fix #2360 | Unknwon | 2016-01-08 | 1 | -1/+1 |
| |/ |/| |