a5b09b30d0 
								
							 
						 
						
							
							
								
								print time to debug  
							
							
							
						 
						
							2015-08-20 00:25:32 +08:00  
				
					
						
							
							
								 
						
							
								390027496c 
								
							 
						 
						
							
							
								
								#1500  use UTC for TimeSince  
							
							
							
						 
						
							2015-08-20 00:16:54 +08:00  
				
					
						
							
							
								 
						
							
								87f5ca8e1f 
								
							 
						 
						
							
							
								
								able edit issue title  
							
							
							
						 
						
							2015-08-19 23:14:57 +08:00  
				
					
						
							
							
								 
						
							
								bd1d7d1509 
								
							 
						 
						
							
							
								
								Able to set SSH port when install, update Docker docs  
							
							
							
						 
						
							2015-08-19 20:36:19 +08:00  
				
					
						
							
							
								 
						
							
								2b393f5b03 
								
							 
						 
						
							
							
								
								Merge pull request  #1507  from cloudron-io/develop  
							
							... 
							
							
							
							Set IsAdmin using LDAP 
							
						 
						
							2015-08-19 18:46:28 +08:00  
				
					
						
							
							
								 
						
							
								a5e1ada474 
								
							 
						 
						
							
							
								
								Merge pull request  #1414  from nice-software/wip/currentUser  
							
							... 
							
							
							
							Factor out function to get the current user 
							
						 
						
							2015-08-19 18:29:04 +08:00  
				
					
						
							
							
								 
						
							
								24d7a86a8d 
								
							 
						 
						
							
							
								
								Set IsAdmin using LDAP  
							
							... 
							
							
							
							The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.
In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation. 
							
						 
						
							2015-08-18 23:49:12 -07:00  
				
					
						
							
							
								 
						
							
								03b85b73af 
								
							 
						 
						
							
							
								
								token recent activity  
							
							
							
						 
						
							2015-08-19 06:22:33 +08:00  
				
					
						
							
							
								 
						
							
								47ac579f09 
								
							 
						 
						
							
							
								
								only assign auto-admin when sign up by web  
							
							
							
						 
						
							2015-08-19 04:58:45 +08:00  
				
					
						
							
							
								 
						
							
								4c7b6414eb 
								
							 
						 
						
							
							
								
								new access token UI  
							
							
							
						 
						
							2015-08-19 03:36:16 +08:00  
				
					
						
							
							
								 
						
							
								6235bd1fe9 
								
							 
						 
						
							
							
								
								work on  #986  and fix a LDAP crash  
							
							
							
						 
						
							2015-08-18 04:03:11 +08:00  
				
					
						
							
							
								 
						
							
								71fd10dd37 
								
							 
						 
						
							
							
								
								change minimum password length to 1  
							
							
							
						 
						
							2015-08-18 02:30:33 +08:00  
				
					
						
							
							
								 
						
							
								b1696665bd 
								
							 
						 
						
							
							
								
								make cron task configurable  
							
							
							
						 
						
							2015-08-18 02:19:29 +08:00  
				
					
						
							
							
								 
						
							
								407385db7e 
								
							 
						 
						
							
							
								
								work on  #1493  
							
							
							
						 
						
							2015-08-17 17:05:37 +08:00  
				
					
						
							
							
								 
						
							
								bb8e763ede 
								
							 
						 
						
							
							
								
								Small style fixes to the LDAP module README  
							
							
							
						 
						
							2015-08-16 17:29:56 -07:00  
				
					
						
							
							
								 
						
							
								55ccb00a47 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/SergioBenitez/gogs  into develop  
							
							... 
							
							
							
							# Conflicts:
#	modules/bindata/bindata.go 
							
						 
						
							2015-08-16 14:31:54 +08:00  
				
					
						
							
							
								 
						
							
								77ade6855d 
								
							 
						 
						
							
							
								
								fix style and locale name  
							
							
							
						 
						
							2015-08-16 00:05:15 +08:00  
				
					
						
							
							
								 
						
							
								a8a2992758 
								
							 
						 
						
							
							
								
								update locale and TRANSLATOR  
							
							
							
						 
						
							2015-08-15 22:28:06 +08:00  
				
					
						
							
							
								 
						
							
								c8bb475abb 
								
							 
						 
						
							
							
								
								fix autocomplete on migration  
							
							
							
						 
						
							2015-08-15 18:16:39 +08:00  
				
					
						
							
							
								 
						
							
								ce8864c69a 
								
							 
						 
						
							
							
								
								Merge pull request  #1475  from donbowman/master  
							
							... 
							
							
							
							Fix race condition on ssh key delete, and revert re-revert of hard line break 
							
						 
						
							2015-08-15 17:27:20 +08:00  
				
					
						
							
							
								 
						
							
								c7d5e1f182 
								
							 
						 
						
							
							
								
								clean file and update locales  
							
							
							
						 
						
							2015-08-15 16:30:24 +08:00  
				
					
						
							
							
								 
						
							
								0d38794c7f 
								
							 
						 
						
							
							
								
								Factor out function to get the current user  
							
							... 
							
							
							
							The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place. 
							
						 
						
							2015-08-15 10:05:12 +02:00  
				
					
						
							
							
								 
						
							
								e633425f27 
								
							 
						 
						
							
							
								
								#1180  and  #1250 : migration  
							
							
							
						 
						
							2015-08-15 16:03:20 +08:00  
				
					
						
							
							
								 
						
							
								b35d7eee31 
								
							 
						 
						
							
							
								
								update locale  
							
							
							
						 
						
							2015-08-15 14:14:55 +08:00  
				
					
						
							
							
								 
						
							
								a52324a5f9 
								
							 
						 
						
							
							
								
								able sort issues  
							
							
							
						 
						
							2015-08-15 12:07:08 +08:00  
				
					
						
							
							
								 
						
							
								4ce003dc15 
								
							 
						 
						
							
							
								
								Filter issues by assignee  
							
							
							
						 
						
							2015-08-15 11:24:41 +08:00  
				
					
						
							
							
								 
						
							
								a24141ec9c 
								
							 
						 
						
							
							
								
								more on  #1319  
							
							
							
						 
						
							2015-08-15 02:54:39 +08:00  
				
					
						
							
							
								 
						
							
								cec38f2a8c 
								
							 
						 
						
							
							
								
								able edit issue labels/milestone/assignee  
							
							
							
						 
						
							2015-08-15 00:42:43 +08:00  
				
					
						
							
							
								 
						
							
								817b48ed1e 
								
							 
						 
						
							
							
								
								Show owner/poster tags of comments and  fix   #1312  
							
							
							
						 
						
							2015-08-14 02:43:40 +08:00  
				
					
						
							
							
								 
						
							
								1fb53067f4 
								
							 
						 
						
							
							
								
								finish close/reopen issue  
							
							
							
						 
						
							2015-08-13 23:21:43 +08:00  
				
					
						
							
							
								 
						
							
								133b19d0c5 
								
							 
						 
						
							
							
								
								finish view comments on issue page  
							
							
							
						 
						
							2015-08-13 16:07:11 +08:00  
				
					
						
							
							
								 
						
							
								f8a4ab25fd 
								
							 
						 
						
							
							
								
								Updated the LDAP module readme.  
							
							
							
						 
						
							2015-08-12 17:08:16 -07:00  
				
					
						
							
							
								 
						
							
								7d84d4a8f0 
								
							 
						 
						
							
							
								
								Significantly enhanced LDAP support in Gogs.  
							
							
							
						 
						
							2015-08-12 17:01:22 -07:00  
				
					
						
							
							
								 
						
							
								1cb46ede1a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	routers/repo/download.go 
							
						 
						
							2015-08-12 21:10:00 +00:00  
				
					
						
							
							
								 
						
							
								9e6bd31d76 
								
							 
						 
						
							
							
								
								fixes for binary  
							
							
							
						 
						
							2015-08-12 21:07:44 +00:00  
				
					
						
							
							
								 
						
							
								ab2d0b3b44 
								
							 
						 
						
							
							
								
								add comment form UI  
							
							
							
						 
						
							2015-08-12 18:44:09 +08:00  
				
					
						
							
							
								 
						
							
								b4c0b7b98b 
								
							 
						 
						
							
							
								
								finish view issue without comments and ops  
							
							
							
						 
						
							2015-08-12 17:04:23 +08:00  
				
					
						
							
							
								 
						
							
								496a65ed29 
								
							 
						 
						
							
							
								
								update locales  
							
							
							
						 
						
							2015-08-12 02:29:47 +08:00  
				
					
						
							
							
								 
						
							
								34f6cbfc2a 
								
							 
						 
						
							
							
								
								finish attachments when create issue  
							
							
							
						 
						
							2015-08-11 23:24:40 +08:00  
				
					
						
							
							
								 
						
							
								89c2bd4a0d 
								
							 
						 
						
							
							
								
								finish create issue attachment UI  
							
							
							
						 
						
							2015-08-11 17:54:00 +08:00  
				
					
						
							
							
								 
						
							
								887bc1b594 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							... 
							
							
							
							# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css 
							
						 
						
							2015-08-10 23:01:41 +08:00  
				
					
						
							
							
								 
						
							
								2aea247208 
								
							 
						 
						
							
							
								
								minor fix on  #1460  
							
							
							
						 
						
							2015-08-10 22:59:12 +08:00  
				
					
						
							
							
								 
						
							
								2cef9ef5e2 
								
							 
						 
						
							
							
								
								Merge pull request  #1460  from manfer/semantic  
							
							... 
							
							
							
							new top menu 
							
						 
						
							2015-08-10 22:44:37 +08:00  
				
					
						
							
							
								 
						
							
								4cc198179c 
								
							 
						 
						
							
							
								
								new top menu  
							
							
							
						 
						
							2015-08-10 16:38:21 +02:00  
				
					
						
							
							
								 
						
							
								75aff60c90 
								
							 
						 
						
							
							
								
								finish create issue with milestone and assignee  
							
							
							
						 
						
							2015-08-10 21:47:23 +08:00  
				
					
						
							
							
								 
						
							
								09a1b2a1f5 
								
							 
						 
						
							
							
								
								finish create issue with milestone  
							
							
							
						 
						
							2015-08-10 18:57:57 +08:00  
				
					
						
							
							
								 
						
							
								922f3f3062 
								
							 
						 
						
							
							
								
								finish create issue with labels  
							
							
							
						 
						
							2015-08-10 16:52:08 +08:00  
				
					
						
							
							
								 
						
							
								17de3ab0a3 
								
							 
						 
						
							
							
								
								add migrate from issue.label_ids to issue_label  
							
							
							
						 
						
							2015-08-10 14:42:50 +08:00  
				
					
						
							
							
								 
						
							
								8f2a184e04 
								
							 
						 
						
							
							
								
								Merge pull request  #1457  from jqs7/customAvatar  
							
							... 
							
							
							
							add custom avatar source support 
							
						 
						
							2015-08-10 11:36:59 +08:00  
				
					
						
							
							
								 
						
							
								16f74b62b9 
								
							 
						 
						
							
							
								
								custom avatar source  
							
							
							
						 
						
							2015-08-10 09:46:42 +08:00  
				
					
						
							
							
								 
						
							
								48f12d4ead 
								
							 
						 
						
							
							
								
								upgrade new issue to SUI v2  
							
							
							
						 
						
							2015-08-10 01:04:23 +08:00  
				
					
						
							
							
								 
						
							
								a79586cc54 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							... 
							
							
							
							# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
#	templates/repo/header.tmpl 
							
						 
						
							2015-08-10 00:37:42 +08:00  
				
					
						
							
							
								 
						
							
								7372042441 
								
							 
						 
						
							
							
								
								list view: issue, label, milestone  
							
							
							
						 
						
							2015-08-09 22:45:38 +08:00  
				
					
						
							
							
								 
						
							
								590c464c56 
								
							 
						 
						
							
							
								
								UI: create issue with title and content  
							
							
							
						 
						
							2015-08-09 15:23:02 +08:00  
				
					
						
							
							
								 
						
							
								68b9d78386 
								
							 
						 
						
							
							
								
								remove sync.Pool and support go1.2 again  
							
							
							
						 
						
							2015-08-09 12:06:08 +08:00  
				
					
						
							
							
								 
						
							
								4b43ffc96c 
								
							 
						 
						
							
							
								
								Generate random avatar based on e-mail when disable Gravatar  
							
							
							
						 
						
							2015-08-09 11:46:10 +08:00  
				
					
						
							
							
								 
						
							
								dea3a8c6a4 
								
							 
						 
						
							
							
								
								WIP: create PR - choose branch  
							
							
							
						 
						
							2015-08-08 22:43:14 +08:00  
				
					
						
							
							
								 
						
							
								9db4acc62e 
								
							 
						 
						
							
							
								
								improve fork process  
							
							
							
						 
						
							2015-08-08 17:10:34 +08:00  
				
					
						
							
							
								 
						
							
								9ba0d8b87a 
								
							 
						 
						
							
							
								
								update locale  
							
							
							
						 
						
							2015-08-06 23:41:29 +08:00  
				
					
						
							
							
								 
						
							
								39a3b768bc 
								
							 
						 
						
							
							
								
								#334 : Add Deployment Key Support  
							
							
							
						 
						
							2015-08-06 22:48:11 +08:00  
				
					
						
							
							
								 
						
							
								9f12ab0e88 
								
							 
						 
						
							
							
								
								update locale  
							
							
							
						 
						
							2015-08-05 21:12:52 +08:00  
				
					
						
							
							
								 
						
							
								77dcef0cab 
								
							 
						 
						
							
							
								
								fix milestone format parse  
							
							
							
						 
						
							2015-08-05 20:37:14 +08:00  
				
					
						
							
							
								 
						
							
								2c507667bf 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/milestone  
							
							... 
							
							
							
							# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION 
							
						 
						
							2015-08-05 20:26:00 +08:00  
				
					
						
							
							
								 
						
							
								0705f55ce0 
								
							 
						 
						
							
							
								
								finish new milestone page  
							
							
							
						 
						
							2015-08-05 20:23:08 +08:00  
				
					
						
							
							
								 
						
							
								74bd6b939c 
								
							 
						 
						
							
							
								
								milestone: edit  
							
							
							
						 
						
							2015-08-05 18:26:18 +08:00  
				
					
						
							
							
								 
						
							
								3e4cdccf6b 
								
							 
						 
						
							
							
								
								milestone: create page  
							
							
							
						 
						
							2015-08-05 15:24:26 +08:00  
				
					
						
							
							
								 
						
							
								e50982f5ec 
								
							 
						 
						
							
							
								
								allow anonymous SSH clone  
							
							
							
						 
						
							2015-08-05 11:14:17 +08:00  
				
					
						
							
							
								 
						
							
								487fc8ca39 
								
							 
						 
						
							
							
								
								fix   #1439  
							
							
							
						 
						
							2015-08-05 10:16:21 +08:00  
				
					
						
							
							
								 
						
							
								e6792796cc 
								
							 
						 
						
							
							
								
								minor fix on  #1432  
							
							
							
						 
						
							2015-08-04 09:13:37 +08:00  
				
					
						
							
							
								 
						
							
								96c1ce9606 
								
							 
						 
						
							
							
								
								Merge pull request  #1432  from manfer/enhance-copy-clipboard  
							
							... 
							
							
							
							Enhance copy clipboard 
							
						 
						
							2015-08-04 08:51:06 +08:00  
				
					
						
							
							
								 
						
							
								6a89eeedf3 
								
							 
						 
						
							
							
								
								browser supports copy detection  
							
							
							
						 
						
							2015-08-03 21:27:07 +02:00  
				
					
						
							
							
								 
						
							
								04458d49a0 
								
							 
						 
						
							
							
								
								milestone: list view  
							
							
							
						 
						
							2015-08-03 17:42:09 +08:00  
				
					
						
							
							
								 
						
							
								cbb78b6a63 
								
							 
						 
						
							
							
								
								better wording  
							
							
							
						 
						
							2015-08-02 12:37:29 +08:00  
				
					
						
							
							
								 
						
							
								d496d0cc4d 
								
							 
						 
						
							
							
								
								replace path.Join  
							
							
							
						 
						
							2015-08-02 11:52:48 +08:00  
				
					
						
							
							
								 
						
							
								1490e862cc 
								
							 
						 
						
							
							
								
								custom workDir function to handle speical case in Windows  
							
							
							
						 
						
							2015-08-02 11:41:28 +08:00  
				
					
						
							
							
								 
						
							
								03011e31fe 
								
							 
						 
						
							
							
								
								update locale and .gopmfile  
							
							
							
						 
						
							2015-08-01 15:57:03 +08:00  
				
					
						
							
							
								 
						
							
								c5be40decb 
								
							 
						 
						
							
							
								
								new markdown styles  
							
							
							
						 
						
							2015-08-01 02:26:14 +02:00  
				
					
						
							
							
								 
						
							
								b983912fce 
								
							 
						 
						
							
							
								
								add italian support  
							
							
							
						 
						
							2015-07-31 12:19:40 +08:00  
				
					
						
							
							
								 
						
							
								c541938a3d 
								
							 
						 
						
							
							
								
								update locale and prepare for 0.6.3 release  
							
							
							
						 
						
							2015-07-30 22:14:06 +08:00  
				
					
						
							
							
								 
						
							
								2cc050e21e 
								
							 
						 
						
							
							
								
								Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings  
							
							
							
						 
						
							2015-07-29 17:58:03 +03:00  
				
					
						
							
							
								 
						
							
								72377c721c 
								
							 
						 
						
							
							
								
								update gopmfile  
							
							
							
						 
						
							2015-07-28 22:36:41 +08:00  
				
					
						
							
							
								 
						
							
								678700b74d 
								
							 
						 
						
							
							
								
								Merge pull request  #1402  from wqweto/develop  
							
							... 
							
							
							
							Allow file and directory names to contain percent character 
							
						 
						
							2015-07-28 17:46:58 +08:00  
				
					
						
							
							
								 
						
							
								167265d533 
								
							 
						 
						
							
							
								
								Allow file and directory names to contain percent character  
							
							
							
						 
						
							2015-07-28 11:42:06 +03:00  
				
					
						
							
							
								 
						
							
								7d8121b077 
								
							 
						 
						
							
							
								
								Merge pull request  #1399  from wqweto/develop  
							
							... 
							
							
							
							Allow explicit charset/codepage setting for ANSI source files to alle… 
							
						 
						
							2015-07-28 14:23:16 +08:00  
				
					
						
							
							
								 
						
							
								589618c8a5 
								
							 
						 
						
							
							
								
								better paging  
							
							
							
						 
						
							2015-07-28 03:14:37 +08:00  
				
					
						
							
							
								 
						
							
								53bcf373c1 
								
							 
						 
						
							
							
								
								Allow explicit charset/codepage setting for ANSI source files to alleviate issue  #1088  
							
							
							
						 
						
							2015-07-27 21:58:51 +03:00  
				
					
						
							
							
								 
						
							
								686dd59916 
								
							 
						 
						
							
							
								
								fix   #864  with migration and update locale  
							
							
							
						 
						
							2015-07-26 22:06:28 +08:00  
				
					
						
							
							
								 
						
							
								6f8e388b55 
								
							 
						 
						
							
							
								
								fix   #1169  
							
							... 
							
							
							
							- prevent create reop on existed path 
							
						 
						
							2015-07-26 19:22:17 +08:00  
				
					
						
							
							
								 
						
							
								436ef5b50a 
								
							 
						 
						
							
							
								
								go-bindata on  #1393  and  fix   #1392  
							
							
							
						 
						
							2015-07-26 13:07:04 +08:00  
				
					
						
							
							
								 
						
							
								fa298a2c30 
								
							 
						 
						
							
							
								
								#835 : Realtime webhooks  
							
							
							
						 
						
							2015-07-25 21:32:04 +08:00  
				
					
						
							
							
								 
						
							
								2e7b38db9f 
								
							 
						 
						
							
							
								
								fix paging links and issue count  
							
							
							
						 
						
							2015-07-25 13:07:00 +08:00  
				
					
						
							
							
								 
						
							
								b838e94980 
								
							 
						 
						
							
							
								
								Merge pull request  #1111  from vitalvas/develop  
							
							... 
							
							
							
							Add function in cron to autofix counters in repository 
							
						 
						
							2015-07-25 07:22:50 +08:00  
				
					
						
							
							
								 
						
							
								752b527152 
								
							 
						 
						
							
							
								
								update Chinese locale  
							
							
							
						 
						
							2015-07-25 03:13:47 +08:00  
				
					
						
							
							
								 
						
							
								1ba837a055 
								
							 
						 
						
							
							
								
								new issue and label page  
							
							
							
						 
						
							2015-07-25 02:52:25 +08:00  
				
					
						
							
							
								 
						
							
								54b58e988d 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues  
							
							
							
						 
						
							2015-07-25 00:49:40 +08:00  
				
					
						
							
							
								 
						
							
								70d44e9565 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs into develop  
							
							
							
						 
						
							2015-07-25 00:48:42 +08:00  
				
					
						
							
							
								 
						
							
								d86c4841fa 
								
							 
						 
						
							
							
								
								Merge pull request  #1309  from stettberger/master  
							
							... 
							
							
							
							settings/password: no minimal required characters for OldPassword 
							
						 
						
							2015-07-25 00:45:53 +08:00  
				
					
						
							
							
								 
						
							
								3dcc0a4b5f 
								
							 
						 
						
							
							
								
								Merge pull request  #1249  from donbowman/master  
							
							... 
							
							
							
							in routers/repo/download.go, don't set mime type, let go figure it out. 
							
						 
						
							2015-07-25 00:41:22 +08:00  
				
					
						
							
							
								 
						
							
								91ab2538c3 
								
							 
						 
						
							
							
								
								Merge pull request  #1244  from jamesa/develop  
							
							... 
							
							
							
							Add full name field to admin's user edit page (fixes  #1130 ) 
							
						 
						
							2015-07-25 00:39:16 +08:00  
				
					
						
							
							
								 
						
							
								dc4aab9925 
								
							 
						 
						
							
							
								
								UI: CURD labels  
							
							... 
							
							
							
							- fix update lable break connection with repository 
							
						 
						
							2015-07-24 23:13:42 +08:00