Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | |||
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 |
| | | | | Moving cache variable to template instead of in the struct. | ||
* | Replace uuid module with original package | Unknwon | 2016-02-20 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Move cron module to independent package | Unknwon | 2016-02-20 |
| | | | | Make it easier to keep track of upstream changes and bug fixes | ||
* | Minor fix for #2634 | Unknwon | 2016-02-20 |
| | | | | Add AttributesInBind option in new auth source form. | ||
* | Minor fix for #2524 | Unknwon | 2016-02-19 |
| | |||
* | Merge pull request #2524 from mhartkorn/pullrefs | Unknwon | 2016-02-19 |
|\ | | | | | Enable a way to checkout Pull Requests from remote refs | ||
| * | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranch | Martin Hartkorn | 2016-02-04 |
| | | |||
| * | Removed dependency on post-receive hook and use TriggerTask instead | Martin Hartkorn | 2016-02-04 |
| | | |||
| * | Enable a way to checkout Pull Requests from remote refs | Martin Hartkorn | 2016-01-30 |
| | | |||
* | | Fix panic when view profile without signin | Unknwon | 2016-02-19 |
| | | | | | | | | Also fix that no matter who, still able to see organizations with private membership. | ||
* | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | ||
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 |
| | | | |||
* | | | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 |
|/ / | | | | | | | | | | | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more. | ||
* | | fix dependency broken because xorm's API changed | Lunny Xiao | 2016-02-16 |
| | | |||
* | | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 |
| | | | | | | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | ||
* | | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | | |||
* | | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 |
|\ \ | | | | | | | Convert mirrors to regular repositories | ||
| * | | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 |
| | | | | | | | | | | | | from database | ||
| * | | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 |
| | | | |||
| * | | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 |
| | | | |||
* | | | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | | | |||
* | | | 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 |
| | |