silverwind 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ffddf3f8a6 
								
							 
						 
						
							
							
								
								Make SVG size argument optional ( #12814 )  
							
							 
							
							... 
							
							
							
							Now defaults to 16 on both frontend and backend.
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							2020-09-11 16:19:00 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									6543 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f399cd326b 
								
							 
						 
						
							
							
								
								UI: Fix wrong closing tag ( #11910 )  
							
							 
							
							... 
							
							
							
							* rm wrong closing tag
* Update templates/repo/sub_menu.tmpl
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: John Olheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-06-16 11:27:20 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cirno the Strongest 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								80a3745fc8 
								
							 
						 
						
							
							
								
								Make repository size unclickable on repo summary bar ( #11887 )  
							
							 
							
							... 
							
							
							
							Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							2020-06-15 21:45:17 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									silverwind 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ef798d4b84 
								
							 
						 
						
							
							
								
								Tweak language stats bar ( #10487 )  
							
							 
							
							... 
							
							
							
							- Ensure bar does not overflow parent
- Remove unneccessary borders/background
- Fix shaky animation caused by JS animation miscalculation by setting
  fixed height on the summary box. Box itself is still shaky during
  animation, but better it then the whole page.
Fixes: https://github.com/go-gitea/gitea/issues/10474  
							
						 
						
							2020-02-26 22:44:14 +02: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  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine GIRARD 
								
							 
						 
						
							
							
							
							
								
							
							
								cda8de2004 
								
							 
						 
						
							
							
								
								Show repository size in repo home page and settings ( #8940 )  
							
							 
							
							... 
							
							
							
							* feat: display repository size on repo home and settings
* refactor: move repo size up in setting page 
							
						 
						
							2019-11-13 00:45:19 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								b04a1d9d63 
								
							 
						 
						
							
							
								
								Add ui class to sub_menu to fix style in arc-green ( #6477 )  
							
							 
							
							... 
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2019-04-02 08:41:19 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zeripath 
								
							 
						 
						
							
							
							
							
								
							
							
								07802a2bc5 
								
							 
						 
						
							
							
								
								Refactor repo.isBare to repo.isEmpty  #5629  ( #5714 )  
							
							 
							
							... 
							
							
							
							* Refactor repo.isBare to repo.isEmpty #5629 
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Remove Sync call 
							
						 
						
							2019-01-17 19:01:04 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lunny Xiao 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								eabbddcd98 
								
							 
						 
						
							
							
								
								Restrict permission check on repositories and fix some problems ( #5314 )  
							
							 
							
							... 
							
							
							
							* fix units permission problems
* fix some bugs and merge LoadUnits to repoAssignment
* refactor permission struct and add some copyright heads
* remove unused codes
* fix routes units check
* improve permission check
* add unit tests for permission
* fix typo
* fix tests
* fix some routes
* fix api permission check
* improve permission check
* fix some permission check
* fix tests
* fix tests
* improve some permission check
* fix some permission check
* refactor AccessLevel
* fix bug
* fix tests
* fix tests
* fix tests
* fix AccessLevel
* rename CanAccess
* fix tests
* fix comment
* fix bug
* add missing unit for test repos
* fix bug
* rename some functions
* fix routes check 
							
						 
						
							2018-11-28 19:26:14 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									techknowlogick 
								
							 
						 
						
							
							
							
							
								
							
							
								993b86628b 
								
							 
						 
						
							
							
								
								Minor copy changes ( #3074 )  
							
							 
							
							... 
							
							
							
							* Minor copy changes
Fixes  #3058 
* Use TrN for translations that depend on count
Fix minor type with branches count 
							
						 
						
							2017-12-03 22:52:30 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Morlinest 
								
							 
						 
						
							
							
							
							
								
							
							
								122a66f6e0 
								
							 
						 
						
							
							
								
								Fix commits page url ( #2823 )  
							
							 
							
							... 
							
							
							
							* Fix commits page url
* Check all view types 
							
						 
						
							2017-11-02 08:30:19 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Bwko 
								
							 
						 
						
							
							
							
							
								
							
							
								3ab580c8d6 
								
							 
						 
						
							
							
								
								Add branch overiew page ( #2108 )  
							
							 
							
							... 
							
							
							
							* Add branch overiew page
* fix changed method name on sub menu
* remove unused code 
							
						 
						
							2017-10-26 08:49:16 +08:00