83106c166d 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace footer and modal icons with SVG ( #13245 )  
							
							... 
							
							
 
							
							- Replace two font icons with SVG in the footer
- Replace icons in delete modals with SVG
- Horizontally center message text in modals 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fb467c7e74 
								
									
								
							
								 
							
						 
						
							
							
								
								Update GitHub docs links for SSH & GPG ( #12947 )  
							
							... 
							
							
 
							
							The links now redirected to docs.github.com. `common SSH problems` link
is misredirected to `Authenticating to GitHub` page, so it has been
corrected to the proper `troubleshooting SSH` page.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fff0204cab 
								
									
								
							
								 
							
						 
						
							
							
								
								Add placeholder text for "Add SSH/GPG Key" forms ( #12533 )  
							
							... 
							
							
 
							
							* Add placeholder text for "Add SSH/GPG Key" forms
This commit add placeholder text for both Add SSH key and Add GPG key
forms.
* Localize placeholders
Changes requested by @zeripath 
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5df72ef7e7 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix svg octicon-key placement ( #11410 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7ffa3fcfa0 
								
							
								 
							
						 
						
							
							
								
								gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key ( #7846 )  
							
							... 
							
							
 
							
							* Use .ExpiredUnix.IsZero for display green color of gpg key
* remove useless parentheses 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								769ab1e424 
								
							
								 
							
						 
						
							
							
								
								fix gpg expired bug when time is zero ( #3584 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3b525d5696 
								
									
								
							
								 
							
						 
						
							
							
								
								fix gpg tmpl ( #3153 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f2e20c81b6 
								
							
								 
							
						 
						
							
							
								
								Refactor struct's time to remove unnecessary memory usage ( #3142 )  
							
							... 
							
							
 
							
							* refactor struct's time to remove unnecessary memory usage
* use AsTimePtr simple code
* fix tests
* fix time compare
* fix template on gpg
* use AddDuration instead of Add 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ea78a6db57 
								
							
								 
							
						 
						
							
							
								
								Spaces to tabs in templates ( #2953 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bf187304dc 
								
							
								 
							
						 
						
							
							
								
								Fix wording ( #2024 )  
							
							... 
							
							
 
							
							* Fix wording
* Update locale_en-US.ini
* Update keys_gpg.tmpl 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								431b26f6d7 
								
							
								 
							
						 
						
							
							
								
								Handle display of GPG key without end date ( #1628 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8371f94d06 
								
							
								 
							
						 
						
							
							
								
								Rework SSH key management UI to add GPG ( #1293 )  
							
							... 
							
							
 
							
							* Rework SSH key management UI to add GPG
* Add more detail to gpg key display
* Update CHANGELOG.md
* Implement deletion UI
* Implement adding gpg UI
* Various fixes
- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed
* Add missing translation
* Split template
* Catch not found/verified email error 
							
						 
						
							9 years ago