Commit Graph

1084 Commits (dc89c51f3efec39e120dd5b3878a8a9c922721ef)

Author SHA1 Message Date
Unknwon dc89c51f3e Merge pull request from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
Martin Hartkorn bb595666ac Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
Unknwon 58e004f7da Remove cache avatar support and add its tests
Unknwon fd92d91da3 Minor fix for
Unknwon d8631b616e Merge pull request from exmex/develop
Admins and user itself sees private org relations on profile
Unknwon a1d97e8f5c Minor fix for
Unknwon daa43cfb6e Merge pull request from fnkr/hide-other-teams-activity-from-dashboard
Only show activities and repositories on the dashboard, that the user has access to
Unknwon 9adfe453d5 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
Martin Hartkorn 15d37b7a95 Refactored according to suggestions
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories.
Josh Frye 8662990746 Add default branch to repo payload
Josh Frye ce3708b3ea Remove local wiki copy on repo transfer. Fixes
Unknwon 59745c62b4 fix missing SQL query placeholder
Unknwon 297e772c20 fix payloads mixed up for webhook
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.
Unknwon f15a2f9b25 Merge pull request from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
Andrey Nering d37cf09ccd Workaroud delete folder on Windows. Fix
ExMex 2cfe6f8c60 Admins and user itself sees private org relations on profile
Florian Kaiser 45db167f7a Only show activities for repositories on dashboard, that the user has access to
Tobias Kunicke fa5a1cb54f regulate timezone for milestone.deadline
Unknwon f8182ac521 delete local wiki copy when rename repo and user
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Andrey Nering 137a49e834 go fmt models/git_diff_test.go
Unknwon ddf9fa06c7 Minor fix for
Unknwon 739d5aa1d3 Merge pull request from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
Unknwon 04be8c0de5 reinitialize all repos from the db
- Update locales
Florian Kaiser fb1708e1af Remove unnecessary private functions
Unknwon a47baa1b7a Add missing patch conflit pattern
Unknwon 995487e822 Minor fix for
Unknwon 5e97693e0e Merge pull request from sapk/add-branche-api-support
Implement API for branches listing
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
Unknwon 32efc3ec0a Merge pull request from JohnMaguire/bugfix/2447-delete-public-key-authorized_keys
Fixes  (delete public key from authorized_keys)
John Maguire b3e0efc0c3 Trim whitespace when adding SSH keys (fixes )
John Maguire caa4ca46c0 Add debug log when SSH key for deletion isn't found
Florian Kaiser 90780a0d90 Use invalid value (-1) instead of 0 to prevent bug if auto increment starts with 0
Florian Kaiser bba1847a8e Everyone can see public repos
Florian Kaiser e35791b2b2 Only show teams the user has access to
Florian Kaiser 5eafe2b17e Only show repositories the user has access to, on the organization home
Florian Kaiser 295de51b99 Show all orgs on user profile, except the private one's
Unknwon 112a7cab31 incorrect error handle for team name
Antoine GIRARD b7b30cd85e Corrections following recommendations
Antoine GIRARD c11c3b6c11 Near ready
Unknwon e2dde6eb0a Record error when fail to health check repository
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
Unknwon 0617720c0c Merge pull request from mhartkorn/pullreq-name-change
Change user name in Pull Requests to avoid errors (fixes )
Martin Hartkorn 674c5c37be Change user name in Pull Requests
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix
Kim "BKC" Carlbäcker edc414c584 Fixed Webhook URL-length Issue
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content
Unknwon c631a4a9b9 URL fix for
Antoine GIRARD 688fc515f8 Fix username display in lower-cased for comment in Dashboard