Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Minor fix for #2578 | Unknwon | 2016-02-14 | |
| | | | ||||
* | | | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 | |
|\ \ \ | | | | | | | | | Admins and user itself sees private org relations on profile | |||
| * | | | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | |
| | | | | ||||
* | | | | Minor fix for #2567 | Unknwon | 2016-02-14 | |
| | | | | ||||
* | | | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard | Unknwon | 2016-02-14 | |
|\ \ \ \ | | | | | | | | | | | Only show activities and repositories on the dashboard, that the user has access to | |||
| * | | | | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | |
| | | | | | ||||
* | | | | | #2569 delete repo local copy when transfer | Unknwon | 2016-02-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote. | |||
* | | | | | Add default branch to repo payload | Josh Frye | 2016-02-12 | |
| |_|/ / |/| | | | ||||
* | | | | Remove local wiki copy on repo transfer. Fixes #2558 | Josh Frye | 2016-02-11 | |
| | | | | ||||
* | | | | #1577 fix missing SQL query placeholder | Unknwon | 2016-02-10 | |
| | | | | ||||
* | | | | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable. | |||
* | | | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | |
|\ \ \ \ | | | | | | | | | | | Enable syntax highlighting on diff view | |||
| * | | | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | |
| | | | | | ||||
| * | | | | go fmt models/git_diff_test.go | Andrey Nering | 2016-02-04 | |
| |/ / / | ||||
* | / / | Workaroud delete folder on Windows. Fix #1738 | Andrey Nering | 2016-02-07 | |
| |/ / |/| | | ||||
* | | | regulate timezone for milestone.deadline | Tobias Kunicke | 2016-02-06 | |
| | | | ||||
* | | | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 | |
|/ / | ||||
* | | Minor fix for #2530 | Unknwon | 2016-02-04 | |
| | | ||||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | |
|\ \ | | | | | | | Hide other teams & repos from organization page | |||
| * | | Remove unnecessary private functions | Florian Kaiser | 2016-02-04 | |
| | | | ||||
| * | | Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵ | Florian Kaiser | 2016-01-31 | |
| | | | | | | | | | | | | with 0 | |||
| * | | Everyone can see public repos | Florian Kaiser | 2016-01-31 | |
| | | | ||||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | |
| | | | ||||
| * | | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 | |
| |/ | ||||
* | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 | |
| | | | | | | | | - Update locales | |||
* | | Add missing patch conflit pattern | Unknwon | 2016-02-03 | |
| | | ||||
* | | Minor fix for #2506 | Unknwon | 2016-02-02 | |
| | | ||||
* | | Merge pull request #2506 from sapk/add-branche-api-support | Unknwon | 2016-02-02 | |
|\ \ | | | | | | | Implement API for branches listing | |||
| * | | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | |
| | | | ||||
| * | | Near ready | Antoine GIRARD | 2016-01-28 | |
| | | | ||||
* | | | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 | |
| | | | | | | | | | | | | path.Dir can't handle Windows case, must use filepath.Dir | |||
* | | | Merge pull request #2540 from ↵ | Unknwon | 2016-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 Maguire | 2016-01-31 | |
| | | | | ||||
| * | | | Add debug log when SSH key for deletion isn't found | John Maguire | 2016-01-31 | |
| | | | | ||||
* | | | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | |
| |_|/ |/| | | ||||
* | | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | |
| |/ |/| | ||||
* | | Record error when fail to health check repository | Unknwon | 2016-01-28 | |
| | | ||||
* | | Minor fix for #2494 | Unknwon | 2016-01-28 | |
| | | | | | | | | - Change tooltip size from mini to tiny in profile page | |||
* | | Merge pull request #2494 from mhartkorn/pullreq-name-change | Unknwon | 2016-01-28 | |
|\ \ | | | | | | | Change user name in Pull Requests to avoid errors (fixes #2495) | |||
| * | | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 | |
| | | | ||||
* | | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | |
|/ / | ||||
* / | Fixed Webhook URL-length Issue #2465 | Kim "BKC" Carlbäcker | 2016-01-27 | |
|/ | ||||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | |
| | ||||
* | URL fix for #2287 | Unknwon | 2016-01-15 | |
| | ||||
* | Fix username display in lower-cased for comment in Dashboard | Antoine GIRARD | 2016-01-12 | |
| | ||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | |
| | ||||
* | #2349 fix convert type | Unknwon | 2016-01-11 | |
| | ||||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | |
| | ||||
* | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223. | Andrey Nering | 2016-01-09 | |
| | ||||
* | roll back a small change | Unknwon | 2016-01-09 | |
| |