aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAge
* 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.
* fix dependency broken because xorm's API changedLunny Xiao2016-02-16
|
* #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
| |
| * Convert mirrors to regular repositories.Martin Hartkorn2016-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
| * | Admins and user itself sees private org relations on profileExMex2016-02-07
| | |
* | | 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
| | | |
* | | | #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.
* | | | Add default branch to repo payloadJosh Frye2016-02-12
| |_|/ |/| |
* | | Remove local wiki copy on repo transfer. Fixes #2558Josh Frye2016-02-11
| | |
* | | #1577 fix missing SQL query placeholderUnknwon2016-02-10
| | |
* | | #2485 fix payloads mixed up for webhookUnknwon2016-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-733Unknwon2016-02-07
|\ \ \ | | | | | | | | Enable syntax highlighting on diff view
| * | | Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
| | | |
| * | | go fmt models/git_diff_test.goAndrey Nering2016-02-04
| |/ /
* | / Workaroud delete folder on Windows. Fix #1738Andrey Nering2016-02-07
| |/ |/|
* | regulate timezone for milestone.deadlineTobias Kunicke2016-02-06
| |
* | #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05
|/
* Minor fix for #2530Unknwon2016-02-04
|
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ | | | | Hide other teams & repos from organization page
| * Remove unnecessary private functionsFlorian Kaiser2016-02-04
| |
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-31
| | | | | | | | with 0
| * Everyone can see public reposFlorian Kaiser2016-01-31
| |
| * Only show teams the user has access toFlorian Kaiser2016-01-31
| |
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-31
| |
* | #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | | | | | - Update locales
* | Add missing patch conflit patternUnknwon2016-02-03
| |
* | Minor fix for #2506Unknwon2016-02-02
| |
* | Merge pull request #2506 from sapk/add-branche-api-supportUnknwon2016-02-02
|\ \ | | | | | | Implement API for branches listing
| * | Corrections following recommendationsAntoine GIRARD2016-01-28
| | |
| * | Near readyAntoine GIRARD2016-01-28
| | |
* | | Fix random avatar does not work on WindowsUnknwon2016-02-02
| | | | | | | | | | | | path.Dir can't handle Windows case, must use filepath.Dir
* | | Merge pull request #2540 from ↵Unknwon2016-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 Maguire2016-01-31
| | | |
| * | | Add debug log when SSH key for deletion isn't foundJohn Maguire2016-01-31
| | | |
* | | | Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-30
| |_|/ |/| |
* | | #2497 incorrect error handle for team nameUnknwon2016-01-29
| |/ |/|
* | Record error when fail to health check repositoryUnknwon2016-01-28
| |
* | Minor fix for #2494Unknwon2016-01-28
| | | | | | | | - Change tooltip size from mini to tiny in profile page