dcb543ac2a 
								
									
								
							
								 
							
						 
						
							
							
								
								Show 2FA info on Admin Pannel: Users List ( #12515 )  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								15fbf509d3 
								
									
								
							
								 
							
						 
						
							
							
								
								Org action fixes and form cleanup ( #10512 )  
							
							... 
							
							
 
							
							* More org fixes
* Move form action query to inputs
Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c161bb013e 
								
									
								
							
								 
							
						 
						
							
							
								
								Change action GETs to POST ( #10462 )  
							
							... 
							
							
 
							
							* Change action GETs to POST
* submite = submit + smite
* No more # href
* Fix test
* Match other tests
* Explicit csrf
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								e3081c667a 
								
									
								
							
								 
							
						 
						
							
							
								
								Only show part of members on orgnization dashboard and add paging for orgnization members page ( #9092 )  
							
							... 
							
							
 
							
							* Only show part of members on orgnization dashboard and add paging for orgnization members page
* fix test
* fix typo 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								76408d50fb 
								
							
								 
							
						 
						
							
							
								
								org/members: display 2FA members states + optimize sql requests ( #7621 )  
							
							... 
							
							
 
							
							* org/members: display 2FA state
* fix comment typo
* lay down UserList bases
* add basic test for previous methods
* add comment for UserList type
* add valid two-fa account
* test new UserList methods
* optimize MembersIsPublic by side loading info on GetMembers + fix integrations tests
* respect fmt rules
* use map for data
* Optimize GetTwoFaStatus
* rewrite by using existing sub func
* Optimize IsUserOrgOwner
* remove un-used code
* tests: cover empty org + fix import order
* tests: add ErrTeamNotExist path
* tests: fix wrong expected result 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								ab62da283a 
								
							
								 
							
						 
						
							
							
								
								Fix avatar URLs ( #3069 )  
							
							... 
							
							
 
							
							* Fix avatar URLs
* import order 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								32ca299650 
								
							
								 
							
						 
						
							
							
								
								Remove direct user adding to organization members ( #2641 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b3cfa5a77e 
								
							
								 
							
						 
						
							
							
								
								Use Semantic UI's Search component for user and repo search ( #2636 )  
							
							... 
							
							
 
							
							* Use search component on org invitation user input.
* Search component for collaboration and members.
* Search component for repo search.
* minCharacters for search input
* Display full_name for user search.
* Fixed missing uid query parameter for repo search.
* Removed unused comment. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0cee52e0d3 
								
							
								 
							
						 
						
							
							
								
								fix: remove `str2html` from org full name ( #1360 )  
							
							... 
							
							
 
							
							* fix: remove str2html for security issue.
* fix: update 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								19bc2b10ae 
								
							
								 
							
						 
						
							
							
								
								fix: Add str2html on DisplayName of Org. ( #1091 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								50422f1fc2 
								
							
								 
							
						 
						
							
							
								
								#3348  always use relative avatar link in the template  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f2e173a74 
								
							
								 
							
						 
						
							
							
								
								Refactor User.Id to User.ID  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								52c8f69163 
								
							
								 
							
						 
						
							
							
								
								fix   #650  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7ba9257a7f 
								
							
								 
							
						 
						
							
							
								
								Add suburl support  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0055cbd365 
								
							
								 
							
						 
						
							
							
								
								Allow Gogs to run from a suburl behind a reverse proxy. e.g.  http://mydomain.com/gogs/  
							
							... 
							
							
 
							
							Conflicts:
	modules/setting/setting.go
Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl
Conflicts:
	routers/repo/setting.go 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								21a1b8e5a3 
								
							
								 
							
						 
						
							
							
								
								Finish new edit team page, add member to team  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bba707de36 
								
							
								 
							
						 
						
							
							
								
								Finish team list, create new team, join/leave team page  
							
							
 
							
						 
						
							11 years ago