c8b45ecc27 
								
							
								 
							
						 
						
							
							
								
								Render the Code view on the server (minus syntax highlighting) ( #2942 )  
							
							... 
							
							
 
							
							* render code view server side
* remove debug print
* fix multiline selection bug
* change string concatenation to bytes.Buffer for efficiency
* Fix newlines added by previous for hljs
* fix selection highlighting
* make css changes in .less 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9e8a8867ea 
								
							
								 
							
						 
						
							
							
								
								#3325  use correct word for .gitignore  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								90af997fec 
								
							
								 
							
						 
						
							
							
								
								#3399  500 for upstream pulls page if user has forked repository  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								28dc5bb566 
								
							
								 
							
						 
						
							
							
								
								Replace gogs.io http links with https version ( #3386 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								50422f1fc2 
								
							
								 
							
						 
						
							
							
								
								#3348  always use relative avatar link in the template  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2f105f3979 
								
							
								 
							
						 
						
							
							
								
								#2162  completely disable builtin issue tracker when enable external tracker  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								991ce42c48 
								
							
								 
							
						 
						
							
							
								
								#2162  improve repository advance options UI display  
							
							... 
							
							
 
							
							Enable/disable input based on user chosen options for wiki and issue tracker. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								55b4e77a5e 
								
							
								 
							
						 
						
							
							
								
								Fix of template error in "/:owner/:repo/pulls" ( #3343 )  
							
							... 
							
							
 
							
							If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:
  template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link
This commit fixes that.
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								899e799459 
								
							
								 
							
						 
						
							
							
								
								#1601  support delete issue comment  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2295fafb34 
								
							
								 
							
						 
						
							
							
								
								repo/settings/options: take naming style examples out of locale string  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f2e173a74 
								
							
								 
							
						 
						
							
							
								
								Refactor User.Id to User.ID  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								024fcc836b 
								
							
								 
							
						 
						
							
							
								
								Minor HTML fix for delete repository notice  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								26d52ceb48 
								
							
								 
							
						 
						
							
							
								
								#3186  fix wrong link for new pull request button of non-fork repository  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c912494609 
								
							
								 
							
						 
						
							
							
								
								#3076  detect invalid tag name git error  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cf85e9eb7b 
								
							
								 
							
						 
						
							
							
								
								add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ( #3097 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b0eb47cb1c 
								
							
								 
							
						 
						
							
							
								
								Fix misselection of issues view type  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								971e2c3bd6 
								
							
								 
							
						 
						
							
							
								
								Upgrade octicon to 4.3.0  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3d93532c87 
								
							
								 
							
						 
						
							
							
								
								#3274  fix can't get webhook detail of organization  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7ca5f8f119 
								
							
								 
							
						 
						
							
							
								
								models/repo: remove redundant info for some repo methods  
							
							... 
							
							
 
							
							RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7796c9e122 
								
							
								 
							
						 
						
							
							
								
								Fixes   #3263  - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f4ab50501e 
								
							
								 
							
						 
						
							
							
								
								[Fix] Don't display way too large files  #1513  ( #3253 )  
							
							... 
							
							
 
							
							* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fdcca9292e 
								
							
								 
							
						 
						
							
							
								
								#2458  fix emoji been rendered inside raw content area  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a1f717f65a 
								
							
								 
							
						 
						
							
							
								
								Update locale  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9fcf66f0e0 
								
							
								 
							
						 
						
							
							
								
								Minor fix for  #3246  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								98b152030d 
								
							
								 
							
						 
						
							
							
								
								The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )  
							
							... 
							
							
 
							
							Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								467d7dacb6 
								
							
								 
							
						 
						
							
							
								
								Modify behaviour of repo-delete. ( #3232 )  
							
							... 
							
							
 
							
							Re: issues gogits/gogs#2863  and gogits/gogs#3231 
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								743d22669a 
								
							
								 
							
						 
						
							
							
								
								Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6efb1e5626 
								
							
								 
							
						 
						
							
							
								
								Localize collaboration settings. ( #3100 )  
							
							... 
							
							
 
							
							Closes  #2764  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								73b4acbb63 
								
							
								 
							
						 
						
							
							
								
								Update glide.yaml  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3df8eb60e3 
								
							
								 
							
						 
						
							
							
								
								PDF-Previews in file-lists now working ( #3000 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ba314a7a36 
								
							
								 
							
						 
						
							
							
								
								Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a27c6f4b75 
								
							
								 
							
						 
						
							
							
								
								#2916  fix sort' field missing on issue pagination link  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9a5a27ea8d 
								
							
								 
							
						 
						
							
							
								
								Improve repository lable style  
							
							... 
							
							
 
							
							- add border-radius to filter list items
- use color as background of label for issue/pull view page 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c9321550e0 
								
							
								 
							
						 
						
							
							
								
								Add prorper escaping of url in issue form  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ac390d28b8 
								
							
								 
							
						 
						
							
							
								
								Fix problems with '#' in branchname  
							
							... 
							
							
 
							
							Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 . 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c6277cce51 
								
							
								 
							
						 
						
							
							
								
								Minor fixes for  #2761  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0e9bc2d410 
								
							
								 
							
						 
						
							
							
								
								Fix pull request availability check  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a5b0400be7 
								
							
								 
							
						 
						
							
							
								
								#1146  finish new access rights for collaborators  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								045f14fbd0 
								
							
								 
							
						 
						
							
							
								
								#1146  finsih UI work for access mode of collaborators  
							
							... 
							
							
 
							
							Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1d3ec27cb7 
								
							
								 
							
						 
						
							
							
								
								Put if statement of grey merge commits on one line  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a0cd59bd0e 
								
							
								 
							
						 
						
							
							
								
								Grey out merge commits  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								275464e7fb 
								
							
								 
							
						 
						
							
							
								
								Use relative url when showing forked from  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2d2d85bba4 
								
							
								 
							
						 
						
							
							
								
								#1597  support pull requests in same repository  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2f228ddf31 
								
							
								 
							
						 
						
							
							
								
								Update delete wiki page route  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1ca171dbe9 
								
							
								 
							
						 
						
							
							
								
								Add ability to delete single wiki pages.  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								260723e2cc 
								
							
								 
							
						 
						
							
							
								
								Minor fixes for  #2745  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f3358f5927 
								
							
								 
							
						 
						
							
							
								
								Repo setting to delete and disable wiki  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								13e71acadf 
								
							
								 
							
						 
						
							
							
								
								Render emojis in more places.  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a71a5bfeb4 
								
							
								 
							
						 
						
							
							
								
								Remove download archive button on wiki pages  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								548440b48f 
								
							
								 
							
						 
						
							
							
								
								Change colour of numbers on pull request tabs if greater than zero  
							
							
 
							
						 
						
							10 years ago