aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAge
* #2650 fix possbility that use email as pusher user nameUnknwon2016-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 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
* | Merge pull request #2494 from mhartkorn/pullreq-name-changeUnknwon2016-01-28
|\ \ | | | | | | Change user name in Pull Requests to avoid errors (fixes #2495)
| * | Change user name in Pull RequestsMartin Hartkorn2016-01-27
| | |
* | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-27
|/ /