zeripath 
								
							 
						 
						
							
							
								
							
							
	
	
	efec0d393b 
 
						 
						
							
							
								
								
								Fix the signing icon in the  view_list.tmpl page ( #10511 )  
							
							... 
							
							
							
							
							* Fix the view_list.tmpl page
* fix-centerlock
* Update web_src/less/_base.less
as per @silverwind
Co-Authored-By: silverwind <me@silverwind.io>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> 
							
						 
						
							2020-02-27 23:03:17 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
								
							
							
	
	
	90919bb37e 
 
						 
						
							
							
								
								
								Show Signer in commit lists and add basic trust ( #10425 )  
							
							... 
							
							
							
							
							* Show Signer in commit lists and add basic trust
Show the avatar of the signer in the commit list pages as we do not
enforce that the signer is an author or committer. This makes it
clearer who has signed the commit.
Also display commits signed by non-members differently from
members and in particular make it clear when a non-member signer
is different from the committer to help reduce the risk of
spoofing.
Signed-off-by: Andrew Thornton <art27@cantab.net>
* ensure orange text and background is available
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update gpg_key.go
* Update models/gpg_key.go
* Apply suggestions from code review
* Require team collaborators to have access to UnitTypeCode
* as per @6543
* fix position of sha as per @silverwind
* as per @guillep2k 
							
						 
						
							2020-02-27 16:20:55 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	4e912d2ed8 
 
						 
						
							
							
								
								
								Disallow leading zeroes in Less ( #10407 )  
							
							
							
							
						 
						
							2020-02-23 13:48:27 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
								
							
							
	
	
	3c45cf8494 
 
						 
						
							
							
								
								
								Add detected file language to code search ( #10256 )  
							
							... 
							
							
							
							
							Move langauge detection to separate module to be more reusable
Add option to disable vendored file exclusion from file search
Allways show all language stats for search 
							
						 
						
							2020-02-20 16:53:55 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	ea7ad382e7 
 
						 
						
							
							
								
								
								fix margin on attached segments with headers ( #10235 )  
							
							... 
							
							
							
							
							Fixes: https://github.com/go-gitea/gitea/issues/10210 
Co-authored-by: techknowlogick <matti@mdranta.net> 
							
						 
						
							2020-02-11 22:38:32 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	
	
	d67e9b9629 
 
						 
						
							
							
								
								
								SVG Octicon fixes ( #10237 )  
							
							... 
							
							
							
							
							* SVG fixes
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Colorize span->svg only
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* @silverwind suggestions
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Alphabetical
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Convert suburl and staticPrefix to window.config
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* De-structure
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> 
							
						 
						
							2020-02-11 20:53:18 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	
	
	86fdba177a 
 
						 
						
							
							
								
								
								Add Octicon SVG spritemap ( #10107 )  
							
							... 
							
							
							
							
							* Add octicon SVG sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Static prefix
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* SVG for all repo icons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make vendor
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap out octicons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move octicons to top of less imports
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix JS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Definitely not a search/replace
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed regex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move to more generic calls and webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make svg -> make webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg-sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed a test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg from makefile
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Suggestions
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Attempt to fix test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert timetracking test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap .octicon for .svg in less
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add aria-hidden
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Replace mega-octicon
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix webpack globbing on Windows
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert
Co-Authored-By: silverwind <me@silverwind.io>
* Fix octions from upstream
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix Vue and missed JS function
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add JS helper and PWA
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Preload SVG
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <matti@mdranta.net> 
							
						 
						
							2020-02-11 12:02:41 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
								
							
							
	
	
	ad2642a8aa 
 
						 
						
							
							
								
								
								Language statistics bar for repositories ( #8037 )  
							
							... 
							
							
							
							
							* Implementation for calculating language statistics
Impement saving code language statistics to database
Implement rendering langauge stats
Add primary laguage to show in repository list
Implement repository stats indexer queue
Add indexer test
Refactor to use queue module
* Do not timeout for queues 
							
						 
						
							2020-02-11 11:34:17 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
								
							
							
	
	
	59510d6227 
 
						 
						
							
							
								
								
								Change font to Roboto to support more charsets ( #9803 )  
							
							
							
							
						 
						
							2020-01-25 23:47:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
								
							
							
	
	
	81cfe243f9 
 
						 
						
							
							
								
								
								Add top author stats to activity page ( #9615 )  
							
							
							
							
						 
						
							2020-01-20 12:07:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	7d7ab1eeae  
						 
						
							
							
								
								
								Issue/PR Context Popups ( #9822 )  
							
							... 
							
							
							
							
							* Add data-index attribute to issue anchors
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Init JS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add required data to anchor
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Finish popup
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert changes to html.go
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Better octicon contexts
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Split out popup function for re-use
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Style changes, test fixes, and cross-reference support
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Prefer em to px
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move label margin to base CSS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move JS to separate file.
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move JS to features and fix module
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove query-string and hash
Co-Authored-By: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net> 
							
						 
						
							2020-01-19 23:39:21 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	b3722114ce  
						 
						
							
							
								
								
								eliminate horizontal scroll caused by footer ( #9669 )  
							
							
							
							
						 
						
							2020-01-09 19:33:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	4f54a4628a  
						 
						
							
							
								
								
								!important makes me sad ( #9607 )  
							
							... 
							
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-01-05 06:56:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	a864d61ee6  
						 
						
							
							
								
								
								Add box-shadow to blue buttons in normal theme ( #9573 )  
							
							... 
							
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net> 
							
						 
						
							2020-01-01 00:06:15 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	c0f8795462  
						 
						
							
							
								
								
								Upgrade lato fonts to v16. ( #9498 )  
							
							... 
							
							
							
							
							* Upgrade lato fonts to v16
* Upgrade lato fonts to v16
* fix bug 
							
						 
						
							2019-12-25 23:11:39 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									techknowlogick 
								
							 
						 
						
							
							
								
							
							
	
	
	590d56dbb3 
 
						 
						
							
							
								
								
								switch to fomantic-ui ( #9374 )  
							
							
							
							
						 
						
							2019-12-17 16:34:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
								
							
							
	dc2fe9801f  
						 
						
							
							
								
								
								Make repository management section handle lfs locks ( #8726 )  
							
							... 
							
							
							
							
							* Make repository maangement section handle lfs locks
* Add check attribute handling and handle locking paths better
* More cleanly check-attributes
* handle error
* Check if file exists in default branch before linking to it.
* fixup
* Properly cleanPath
* Use cleanPath
* Sigh 
							
						 
						
							2019-12-12 21:18:07 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
								
							
							
	51432ebb9c  
						 
						
							
							
								
								
								Fix context menu overflow & review tag margin ( #9231 )  
							
							... 
							
							
							
							
							* Fix context menu overflow
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add review tag CSS
Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2019-12-03 01:03:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									guillep2k 
								
							 
						 
						
							
							
								
							
							
	c57edb6c7b  
						 
						
							
							
								
								
								Add password requirement info on error ( #9074 )  
							
							... 
							
							
							
							
							* Add password requirement info on error
* Move BuildComplexityError to the password pkg
* Unexport complexity type
* Fix extra line
* Update modules/password/password.go
Co-Authored-By: Lauris BH <lauris@nix.lv> 
							
						 
						
							2019-11-19 22:44:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	e4e6d48e30  
						 
						
							
							
								
								
								Move less from public/ to web_src/ so that it will not be packe… ( #8908 )  
							
							
							
							
						 
						
							2019-11-12 10:22:16 +01:00