aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use StartSSHServer instead of DisableSSHGibheer2016-02-23
| | | | | DisableSSH doesn't check the kind of ssh server to use, so that was wrong. Use StartSSHServer instead.
* seperate ssh constants from schema constantsGibheer2016-02-23
| | | | | The contants were placed in the same section as the scheme ones, which may lead to confusion.
* variable should not use ALL_CAPSGibheer2016-02-23
|
* remove ed25519 test for nowGibheer2016-02-17
| | | | TravisCI is too old for ed25519, so it can't be tested correctly.
* fix ssh public key testsGibheer2016-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 checkGibheer2016-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.
* #2633 fix removed config optionUnknwon2016-02-16
|
* Merge pull request #2635 from lunny/developUnknwon2016-02-16
|\ | | | | fix dependency broken because xorm's API changed
| * fix dependency broken because xorm's API changedLunny Xiao2016-02-16
|/
* Add env var check for updateUnknwon2016-02-15
|
* #2630 fix wrong user avatar link in webhookUnknwon2016-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 #2624Unknwon2016-02-15
|
* Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-15
|\ | | | | Convert mirrors to regular repositories
| * Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵Martin Hartkorn2016-02-15
| | | | | | | | from database
| * Refactored according to suggestionsMartin Hartkorn2016-02-14
| |
| * Add missing safety checkMartin Hartkorn2016-02-14
| |
| * Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
| |
* | Setup CI with testingUnknwon2016-02-14
| |
* | Remove cache avatar support and add its testsUnknwon2016-02-14
| |
* | Minor fix for #2578Unknwon2016-02-14
| |
* | Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\ \ | | | | | | Admins and user itself sees private org relations on profile
| * | Reverted showing (private) on private org relationsExMex2016-02-07
| | |
| * | Admins and user itself sees private org relations on profileExMex2016-02-07
| | |
* | | fix #2454Unknwon2016-02-14
| | |
* | | Hijack #2388Unknwon2016-02-14
| | |
* | | Minor fix for #2567Unknwon2016-02-14
| | |
* | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboardUnknwon2016-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 toFlorian Kaiser2016-02-06
| | | |
| * | | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
| | | |
* | | | #2569 delete repo local copy when transferUnknwon2016-02-14
| | | | | | | | | | | | | | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote.
* | | | Merge pull request #2617 from chriswatt/bgcolorUnknwon2016-02-14
|\ \ \ \ | | | | | | | | | | Change main content area bg to white, keep area above tabs grey
| * | | | Fix when repo is emptychriswatt2016-02-14
| | | | |
| * | | | Add grey bg to tabs on repo pagechriswatt2016-02-14
|/ / / /
* | | | Remove unused testsUnknwon2016-02-13
| | | | | | | | | | | | | | | | | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests
* | | | Merge pull request #2614 from joshfng/add-default-branch-to-repo-payloadUnknwon2016-02-12
|\ \ \ \ | |_|_|/ |/| | | Add default branch to repo payload
| * | | Add default branch to repo payloadJosh Frye2016-02-12
| | | |
* | | | Merge pull request #2612 from Eriner/masterUnknwon2016-02-12
|\ \ \ \ | | | | | | | | | | update .gopmfile to reflect git-module update
| * | | | update .gopmfile to reflect git-module updateMatt Hamilton2016-02-12
|/ / / / | | | | | | | | | | | | Updated to reflect version increment in commit 47adc0e.
* | | | Merge pull request #2609 from joshfng/add-config-log-pathUnknwon2016-02-12
|\ \ \ \ | | | | | | | | | | Add install option for log path
| * | | | Remove redundant nil check.Josh Frye2016-02-12
| | | | |
| * | | | Make log path requiredJosh Frye2016-02-12
| | | | |
| * | | | Set default log path if empty during installJosh Frye2016-02-12
| | | | |
| * | | | Add helper text for log path.Josh Frye2016-02-12
| | | | |
| * | | | Add install option for log pathJosh Frye2016-02-12
| |/ / /
* | | | Minor docs update for #2605Unknwon2016-02-12
| | | |
* | | | Merge pull request #2605 from 0rax/developUnknwon2016-02-12
|\ \ \ \ | |/ / / |/| | | Add the ability to run crond inside the Docker container
| * | | Add the ability to run crond inside the Docker containerJean-Philippe Roemer2016-02-12
|/ / / | | | | | | | | | | | | | | | | | | | | | - Add the crond init script for s6 - Add the RUN_CROND configuration variable to setup crond - Crond will not be run by default (hence the `down` file in the service directory) - `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript - Resolves #2597
* | | Merge pull request #2604 from joshfng/fix-wiki-transferUnknwon2016-02-11
|\ \ \ | | | | | | | | Remove local wiki copy on repo transfer. Fixes #2558
| * | | Remove local wiki copy on repo transfer. Fixes #2558Josh Frye2016-02-11
|/ / /
* | | Merge pull request #2603 from joshfng/bump-git-module-versionUnknwon2016-02-11
|\ \ \ | | | | | | | | Bump git-module. Fixes #2589