Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Return errors instead of just logging them. | Josh Frye | 2016-03-03 |
| | |||
* | Set DefaultBranch to master when importing a new repo if possible | Josh Frye | 2016-03-03 |
| | |||
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 |
| | |||
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 |
| | |||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | ||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 |
| | |||
* | Post work for #2637 | Unknwon | 2016-02-27 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 |
|\ | | | | | allow native and ssh-keygen public key check | ||
| * | variable should not use ALL_CAPS | Gibheer | 2016-02-23 |
| | | |||
| * | remove ed25519 test for now | Gibheer | 2016-02-17 |
| | | | | | | | | TravisCI is too old for ed25519, so it can't be tested correctly. | ||
| * | fix ssh public key tests | Gibheer | 2016-02-17 |
| | | | | | | | | | | | | | | The old API was using []byte, but was changed to string without running the tests again. It also sets the variables from the configuration to make them work. Maybe there is a better way to do this. | ||
| * | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the possibibility to use either the native golang libraries or ssh-keygen to check public keys. The check is adjusted depending on the settings, so that only supported keys are let through. This commit also brings back the blacklist feature, which was removed in 7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist algorythms or keys based on the key length. This works with the native and the ssh-keygen way. Because of #2179 it also includes a way to adjust the path to ssh-keygen and the working directory for ssh-keygen. With this, sysadmins should be able to adjust the settings in a way, that SELinux is okay with it. In the worst case, they can switch to the native implementation and only loose support for ed25519 keys at the moment. There are some other places which need adjustment to utilize the parameters and the native implementation, but this sets the ground work. | ||
* | | Minor fix for #2710 | Unknwon | 2016-02-27 |
| | | |||
* | | Add ForegroundColor for labels | Lukas Dietrich | 2016-02-27 |
| | | |||
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 |
| | | |||
* | | #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 |