Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
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.
9 years ago
Unknwon
1464e1dee0
#2639 add branch prefix for test webhook
9 years ago
Unknwon
88484a73ec
#2630 fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
9 years ago
Unknwon
04d7b393ab
Minor fix for #2624
9 years ago
Martin Hartkorn
9580a21d42
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
9 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
9 years ago
Martin Hartkorn
ebf9a7aa50
Add missing safety check
9 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
9 years ago
Unknwon
40893bfe20
Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user
Fix for server error on release page when a user deleted their account
9 years ago
Martin Hartkorn
727beb7d72
Removed HTTP 500 error on the release page when a user deleted their account
9 years ago
Unknwon
3be6173192
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
9 years ago
Tobias Kunicke
fefe415f4b
parse milestone.deadline as local time
9 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
9 years ago
Florian Kaiser
4be007b44c
Use pretty 404 pages in repo.HTTPBackend
9 years ago
Unknwon
c4dccaf1eb
Minor fix for #2444
9 years ago
Unknwon
29b3a1d5f9
Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377 )
9 years ago
Florian Kaiser
1678cc23d1
Make highlighted markdown code blocks work on issue pages
9 years ago
Andrey Nering
8320b077a0
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
9 years ago
Kim "BKC" Carlbäcker
cde4e4a1b4
Go-ism :D
9 years ago
Kim "BKC" Carlbäcker
fefb2d1df9
Fixed Poster/Commenter-bug and clean-up
9 years ago
Kim "BKC" Carlbäcker
e548934dca
Fix OP not 'participating' until commented
9 years ago
Kim Carlbäcker
98fb7eefbe
Optimize participant-fetching
9 years ago
Kim "BKC" Carlbäcker
cdeed98cb4
Implemented participant-listing for issue-pages
9 years ago
Andrey Nering
5ee4093d1a
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Kim "BKC" Carlbäcker
2c4b3709e4
Admins are allowed to create repos for arbitrary Orgs
9 years ago
Unknwon
e661f3360b
Merge pull request #2403 from ddelpero/master
Update repo.go
9 years ago
Unknwon
30a996fbc4
Merge pull request #2335 from andreynering/highlight-diff
Highlight diff
9 years ago
ddelpero
4e03e1f423
Update repo.go
Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name
9 years ago
Unknwon
04286ed266
#2345 disallow access of some pages for empty repo
9 years ago
Andrey Nering
000931e238
Highlighting differences of lines in the diff view.
9 years ago
zhuharev
43e7e4a4a2
typo fix
9 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
f5576c90a7
Implement Split Diff-View
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
b9b595fe9b
#2311 improve HTTP auth error message
9 years ago
Unknwon
f0939809c4
more fix on #2268
9 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
7bf2bd9f88
#2251 fix button name
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
35703e5fda
fix possible disclosure
9 years ago
Unknwon
33a898f44b
improve get commits performance
9 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
9 years ago