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  
				
					
						
							
							
								 
						
							
							
								ffddf3f8a6 
								
									
								
							
								 
							
						 
						
							
							
								
								Make SVG size argument optional ( #12814 )  
							
							... 
							
							
 
							
							Now defaults to 16 on both frontend and backend.
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  
				
					
						
							
							
								 
						
							
							
								f6013d5098 
								
							
								 
							
						 
						
							
							
								
								Some small template fixes ( #3820 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e78786ef39 
								
							
								 
							
						 
						
							
							
								
								Writable deploy keys ( closes   #671 ) ( #3225 )  
							
							... 
							
							
 
							
							* Add is_writable checkbox to deploy keys interface
* Add writable key option to deploy key form
* Add support for writable ssh keys in the interface
* Rename IsWritable to ReadOnly
* Test: create read-only and read-write deploy keys via api
* Add DeployKey access mode migration
* Update gitea sdk via govendor
* Fix deploykey migration
* Add unittests for writable deploy keys
* Move template text to locale
* Remove implicit column update
* Remove duplicate locales
* Replace ReadOnly field with IsReadOnly method
* Fix deploy_keys related integration test
* Rename v54 migration with v55
* Fix migration hell 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								420fc8efc2 
								
							
								 
							
						 
						
							
							
								
								Disable add key button if SSH is disabled ( #2873 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								912b340d0d 
								
							
								 
							
						 
						
							
							
								
								Simplify settings pages with item list ( #1389 )  
							
							... 
							
							
 
							
							* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								efbb895ebe 
								
							
								 
							
						 
						
							
							
								
								Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4c12e2a4b9 
								
							
								 
							
						 
						
							
							
								
								fix: fill in ssh key title on setting of repo ( #950 )  
							
							... 
							
							
 
							
							* fix: fill in ssh key title on setting of repo
* fix: Don't overwrite ssh key title if exist. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								da2585c11e 
								
							
								 
							
						 
						
							
							
								
								Indent all templates with tabs  
							
							... 
							
							
 
							
							This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2580e7b57e 
								
							
								 
							
						 
						
							
							
								
								UI: Always show menu on repo pages  
							
							... 
							
							
 
							
							Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3eae4ecde7 
								
							
								 
							
						 
						
							
							
								
								UI: Make repository menu divide header and content  
							
							... 
							
							
 
							
							This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								144663a3cf 
								
							
								 
							
						 
						
							
							
								
								allow admin to migrate for any user/org  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7c80eba77f 
								
							
								 
							
						 
						
							
							
								
								minor UI fix and fix ssh race  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								062adbed8a 
								
							
								 
							
						 
						
							
							
								
								add confirmation to delete ssh key  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								4c7b6414eb 
								
							
								 
							
						 
						
							
							
								
								new access token UI  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								81b8427438 
								
							
								 
							
						 
						
							
							
								
								new UI on admin/monitor  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7bb5cb444c 
								
							
								 
							
						 
						
							
							
								
								fix css styles  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								8a3ee795d2 
								
							
								 
							
						 
						
							
							
								
								finish transforming to v2  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								39a3b768bc 
								
							
								 
							
						 
						
							
							
								
								#334 : Add Deployment Key Support  
							
							
 
							
						 
						
							10 years ago