90af997fec 
								
							 
						 
						
							
							
								
								#3399  500 for upstream pulls page if user has forked repository  
							
							
							
						 
						
							2016-08-08 13:02:55 -07:00  
				
					
						
							
							
								 
						
							
								b73318bc62 
								
							 
						 
						
							
							
								
								Fix 404 when comment on pulls and not using interal issue tracker  
							
							
							
						 
						
							2016-08-08 11:29:50 -07:00  
				
					
						
							
							
								 
						
							
								e5bf4281b5 
								
							 
						 
						
							
							
								
								#2825  early response 200 when ?go-get=1  
							
							
							
						 
						
							2016-08-07 14:29:16 -07:00  
				
					
						
							
							
								 
						
							
								99385db0c4 
								
							 
						 
						
							
							
								
								#3320  code cleanup  
							
							
							
						 
						
							2016-08-07 11:01:47 -07:00  
				
					
						
							
							
								 
						
							
								90dd0657b5 
								
							 
						 
						
							
							
								
								Add support for federated avatars ( #3320 )  
							
							... 
							
							
							
							* Add support for federated avatars
Fixes  #3105 
Removes avatar fetching duplication code
Adds an "Enable Federated Avatar" checkbox in user settings
(defaults to unchecked)
Moves avatar settings all in the same form, making
local and remote avatars mutually exclusive
Renames UploadAvatarForm to AvatarForm
as it's not anymore only for uploading
* Run gofmt on all modified files
* Move Avatar form in its own page
* Add go-libravatar dependency to vendor/ dir
Hopefully helps with accepting the contribution.
See also #3214 
* Revert "Add go-libravatar dependency to vendor/ dir"
This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.
* Make federated avatar setting a global configuration
Removes the per-user setting
* Move avatar handling back to base tool, disable federated avatar in offline mode
* Format, handle error
* Properly set fallback host
* Use unsupported github.com mirror for importing go-libravatar
* Remove comment showing life exists outside of github.com
... pity, but contribution would not be accepted otherwise
* Use Combo for Get and Post methods over /avatar
* FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR
* Fix persistance of federated avatar lookup checkbox at install time
* Federated Avatars -> Enable Federated Avatars
* Use len(string) == 0 instead of string == ""
* Move import line where it belong
See
https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md 
Pity the import url is still the unofficial one, but oh well...
* Save a line (and waste much more expensive time)
* Remove redundant parens
* Remove an empty line
* Remove empty lines
* Reorder lines to make diff smaller
* Remove another newline
Unknwon review got me start a fight against newlines
* Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE
On re-reading the diff I figured what Unknwon meant here:
https://github.com/gogits/gogs/pull/3320/files#r73741106 
* Remove newlines that weren't there before my intervention 
							
						 
						
							2016-08-07 10:27:38 -07:00  
				
					
						
							
							
								 
						
							
								ec92565f23 
								
							 
						 
						
							
							
								
								#3393  fix missing sub-url prefix in relative avatar link  
							
							
							
						 
						
							2016-08-07 10:13:05 -07:00  
				
					
						
							
							
								 
						
							
								72dd299ca0 
								
							 
						 
						
							
							
								
								Update .gitattributes  
							
							
							
						 
						
							2016-08-06 10:36:40 -07:00  
				
					
						
							
							
								 
						
							
								ab9c5fb5e7 
								
							 
						 
						
							
							
								
								#2593  allow render raw content  
							
							... 
							
							
							
							Use URL query parameter render=1 to render content in raw mode. 
							
						 
						
							2016-08-05 18:34:13 -07:00  
				
					
						
							
							
								 
						
							
								28dc5bb566 
								
							 
						 
						
							
							
								
								Replace gogs.io http links with https version ( #3386 )  
							
							
							
						 
						
							2016-08-05 17:35:40 -07:00  
				
					
						
							
							
								 
						
							
								cf6d321991 
								
							 
						 
						
							
							
								
								Ignore repository with issue disabled or use external tracker in dashboard issues  
							
							
							
						 
						
							2016-08-05 12:46:26 -07:00  
				
					
						
							
							
								 
						
							
								50422f1fc2 
								
							 
						 
						
							
							
								
								#3348  always use relative avatar link in the template  
							
							
							
						 
						
							2016-08-05 12:12:54 -07:00  
				
					
						
							
							
								 
						
							
								2f105f3979 
								
							 
						 
						
							
							
								
								#2162  completely disable builtin issue tracker when enable external tracker  
							
							
							
						 
						
							2016-08-04 16:32:02 -07:00  
				
					
						
							
							
								 
						
							
								e7fd65f0cf 
								
							 
						 
						
							
							
								
								#3290  better code structure and batch minor improvements  
							
							
							
						 
						
							2016-08-03 11:51:22 -07:00  
				
					
						
							
							
								 
						
							
								991ce42c48 
								
							 
						 
						
							
							
								
								#2162  improve repository advance options UI display  
							
							... 
							
							
							
							Enable/disable input based on user chosen options for wiki and issue tracker. 
							
						 
						
							2016-07-31 01:26:43 +08:00  
				
					
						
							
							
								 
						
							
								10dc330640 
								
							 
						 
						
							
							
								
								#3345  dump content directly to HTTP ResponseWriter  
							
							
							
						 
						
							2016-07-30 23:39:58 +08:00  
				
					
						
							
							
								 
						
							
								55b4e77a5e 
								
							 
						 
						
							
							
								
								Fix of template error in "/:owner/:repo/pulls" ( #3343 )  
							
							... 
							
							
							
							If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:
  template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link
This commit fixes that.
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 
							
						 
						
							2016-07-29 22:59:38 +08:00  
				
					
						
							
							
								 
						
							
								8aa0a76702 
								
							 
						 
						
							
							
								
								#3327  fix wrong table name in Join  
							
							
							
						 
						
							2016-07-26 18:40:20 +08:00  
				
					
						
							
							
								 
						
							
								2d76de2574 
								
							 
						 
						
							
							
								
								#3281  fix x.Iterate returns nothing inside session scope with SQLite3  
							
							
							
						 
						
							2016-07-26 17:26:48 +08:00  
				
					
						
							
							
								 
						
							
								4d8b905541 
								
							 
						 
						
							
							
								
								models/ssh_key: code cleaning  
							
							
							
						 
						
							2016-07-26 10:47:25 +08:00  
				
					
						
							
							
								 
						
							
								899e799459 
								
							 
						 
						
							
							
								
								#1601  support delete issue comment  
							
							
							
						 
						
							2016-07-26 02:48:17 +08:00  
				
					
						
							
							
								 
						
							
								2295fafb34 
								
							 
						 
						
							
							
								
								repo/settings/options: take naming style examples out of locale string  
							
							
							
						 
						
							2016-07-25 16:55:51 +08:00  
				
					
						
							
							
								 
						
							
								e74630ae3b 
								
							 
						 
						
							
							
								
								#1384  add pagination for repositories  
							
							
							
						 
						
							2016-07-24 14:32:46 +08:00  
				
					
						
							
							
								 
						
							
								1f2e173a74 
								
							 
						 
						
							
							
								
								Refactor User.Id to User.ID  
							
							
							
						 
						
							2016-07-24 01:08:22 +08:00  
				
					
						
							
							
								 
						
							
								024fcc836b 
								
							 
						 
						
							
							
								
								Minor HTML fix for delete repository notice  
							
							
							
						 
						
							2016-07-23 20:42:46 +08:00  
				
					
						
							
							
								 
						
							
								26d52ceb48 
								
							 
						 
						
							
							
								
								#3186  fix wrong link for new pull request button of non-fork repository  
							
							
							
						 
						
							2016-07-23 19:55:53 +08:00  
				
					
						
							
							
								 
						
							
								69f5308761 
								
							 
						 
						
							
							
								
								#2903  use different reversed words and patterns for repository and user  
							
							
							
						 
						
							2016-07-23 18:58:18 +08:00  
				
					
						
							
							
								 
						
							
								4b5e09e4d6 
								
							 
						 
						
							
							
								
								#3181  detect situation when base branch is deleted in pull request  
							
							
							
						 
						
							2016-07-23 18:35:16 +08:00  
				
					
						
							
							
								 
						
							
								4f78abe7dc 
								
							 
						 
						
							
							
								
								#3066  fix create organization ignores full name property  
							
							
							
						 
						
							2016-07-23 17:57:22 +08:00  
				
					
						
							
							
								 
						
							
								745167d57a 
								
							 
						 
						
							
							
								
								#3157  create user path before rename repository while transfer  
							
							... 
							
							
							
							os.Rename does not create parent directory automatically when not exist 
							
						 
						
							2016-07-23 17:36:15 +08:00  
				
					
						
							
							
								 
						
							
								c912494609 
								
							 
						 
						
							
							
								
								#3076  detect invalid tag name git error  
							
							
							
						 
						
							2016-07-23 15:59:19 +08:00  
				
					
						
							
							
								 
						
							
								cf85e9eb7b 
								
							 
						 
						
							
							
								
								add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ( #3097 )  
							
							
							
						 
						
							2016-07-23 02:18:56 +08:00  
				
					
						
							
							
								 
						
							
								ae88d76032 
								
							 
						 
						
							
							
								
								Bump version  
							
							
							
						 
						
							2016-07-22 21:52:39 +08:00  
				
					
						
							
							
								 
						
							
								57af7432fc 
								
							 
						 
						
							
							
								
								#3295  fix wrong logic judgement  
							
							
							
						 
						
							2016-07-21 14:15:04 +08:00  
				
					
						
							
							
								 
						
							
								b0eb47cb1c 
								
							 
						 
						
							
							
								
								Fix misselection of issues view type  
							
							
							
						 
						
							2016-07-17 09:25:24 +08:00  
				
					
						
							
							
								 
						
							
								60110adc06 
								
							 
						 
						
							
							
								
								models/webhook: restrict deletion to be explicitly with repo and org ID  
							
							
							
						 
						
							2016-07-17 08:33:59 +08:00  
				
					
						
							
							
								 
						
							
								eac32419fc 
								
							 
						 
						
							
							
								
								templates/org/home: minor UI fix  
							
							
							
						 
						
							2016-07-16 15:54:43 +08:00  
				
					
						
							
							
								 
						
							
								971e2c3bd6 
								
							 
						 
						
							
							
								
								Upgrade octicon to 4.3.0  
							
							
							
						 
						
							2016-07-16 12:45:13 +08:00  
				
					
						
							
							
								 
						
							
								c083d76567 
								
							 
						 
						
							
							
								
								#2937  able to prohibit user login  
							
							
							
						 
						
							2016-07-16 10:22:16 +08:00  
				
					
						
							
							
								 
						
							
								3d93532c87 
								
							 
						 
						
							
							
								
								#3274  fix can't get webhook detail of organization  
							
							
							
						 
						
							2016-07-16 01:02:55 +08:00  
				
					
						
							
							
								 
						
							
								fff615d5fc 
								
							 
						 
						
							
							
								
								Bump version  
							
							
							
						 
						
							2016-07-16 00:37:21 +08:00  
				
					
						
							
							
								 
						
							
								f1b8d52eb3 
								
							 
						 
						
							
							
								
								#2854  fix no mail notification when issue is closed/reopened  
							
							
							
						 
						
							2016-07-16 00:36:39 +08:00  
				
					
						
							
							
								 
						
							
								7ca5f8f119 
								
							 
						 
						
							
							
								
								models/repo: remove redundant info for some repo methods  
							
							... 
							
							
							
							RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink 
							
						 
						
							2016-07-15 21:53:43 +08:00  
				
					
						
							
							
								 
						
							
								194a742fb9 
								
							 
						 
						
							
							
								
								#2798  fix assign operation not take effect  
							
							
							
						 
						
							2016-07-15 17:06:17 +08:00  
				
					
						
							
							
								 
						
							
								7796c9e122 
								
							 
						 
						
							
							
								
								Fixes   #3263  - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )  
							
							
							
						 
						
							2016-07-15 13:57:28 +08:00  
				
					
						
							
							
								 
						
							
								f4ab50501e 
								
							 
						 
						
							
							
								
								[Fix] Don't display way too large files  #1513  ( #3253 )  
							
							... 
							
							
							
							* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge 
							
						 
						
							2016-07-12 06:21:26 +08:00  
				
					
						
							
							
								 
						
							
								de10387f41 
								
							 
						 
						
							
							
								
								#2586  bump git-module requirement  
							
							
							
						 
						
							2016-07-12 06:20:09 +08:00  
				
					
						
							
							
								 
						
							
								fdcca9292e 
								
							 
						 
						
							
							
								
								#2458  fix emoji been rendered inside raw content area  
							
							
							
						 
						
							2016-07-11 05:28:56 +08:00  
				
					
						
							
							
								 
						
							
								a1f717f65a 
								
							 
						 
						
							
							
								
								Update locale  
							
							
							
						 
						
							2016-07-09 23:59:13 +08:00  
				
					
						
							
							
								 
						
							
								9fcf66f0e0 
								
							 
						 
						
							
							
								
								Minor fix for  #3246  
							
							
							
						 
						
							2016-07-09 13:42:05 +08:00  
				
					
						
							
							
								 
						
							
								98b152030d 
								
							 
						 
						
							
							
								
								The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )  
							
							... 
							
							
							
							Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function 
							
						 
						
							2016-07-09 13:22:28 +08:00  
				
					
						
							
							
								 
						
							
								467d7dacb6 
								
							 
						 
						
							
							
								
								Modify behaviour of repo-delete. ( #3232 )  
							
							... 
							
							
							
							Re: issues gogits/gogs#2863  and gogits/gogs#3231 
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch. 
							
						 
						
							2016-07-09 13:13:57 +08:00  
				
					
						
							
							
								 
						
							
								d62ab49978 
								
							 
						 
						
							
							
								
								#3057  retrieve webhook with repo_id  
							
							... 
							
							
							
							This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories. 
							
						 
						
							2016-07-08 13:57:09 +08:00  
				
					
						
							
							
								 
						
							
								401bf944ef 
								
							 
						 
						
							
							
								
								Use SecurityProtocol to replace UseSSL in LDAP config  
							
							... 
							
							
							
							Initially proposed by #2376  and fixes  #3068  as well. 
							
						 
						
							2016-07-08 07:25:09 +08:00  
				
					
						
							
							
								 
						
							
								326c982660 
								
							 
						 
						
							
							
								
								Upgrade frontend assets  
							
							
							
						 
						
							2016-07-07 06:04:55 +08:00  
				
					
						
							
							
								 
						
							
								4b25bdfbc4 
								
							 
						 
						
							
							
								
								#3058   #3059  support correct page size and link header  
							
							
							
						 
						
							2016-07-04 17:27:06 +08:00  
				
					
						
							
							
								 
						
							
								6aa00f7bcf 
								
							 
						 
						
							
							
								
								#2968  use HTTP_ADDR to replace localhost  
							
							
							
						 
						
							2016-07-02 18:54:48 +08:00  
				
					
						
							
							
								 
						
							
								e84ac64964 
								
							 
						 
						
							
							
								
								Do not show filename not have suffifx .md  
							
							
							
						 
						
							2016-07-01 15:34:03 +08:00  
				
					
						
							
							
								 
						
							
								7938506e07 
								
							 
						 
						
							
							
								
								#518  update git-module require version  
							
							
							
						 
						
							2016-06-30 02:21:23 +08:00  
				
					
						
							
							
								 
						
							
								6f7276278d 
								
							 
						 
						
							
							
								
								#3174  genetate bindata  
							
							
							
						 
						
							2016-06-29 23:25:41 +08:00  
				
					
						
							
							
								 
						
							
								743d22669a 
								
							 
						 
						
							
							
								
								Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )  
							
							
							
						 
						
							2016-06-29 23:11:00 +08:00  
				
					
						
							
							
								 
						
							
								6efb1e5626 
								
							 
						 
						
							
							
								
								Localize collaboration settings. ( #3100 )  
							
							... 
							
							
							
							Closes  #2764  
						
							2016-06-28 00:22:30 +08:00  
				
					
						
							
							
								 
						
							
								73b4acbb63 
								
							 
						 
						
							
							
								
								Update glide.yaml  
							
							
							
						 
						
							2016-06-27 23:40:36 +08:00  
				
					
						
							
							
								 
						
							
								4bbb878d20 
								
							 
						 
						
							
							
								
								Minor fix for  #3194  
							
							... 
							
							
							
							- Update locale bindata 
							
						 
						
							2016-06-27 16:38:35 +08:00  
				
					
						
							
							
								 
						
							
								76a0e43e88 
								
							 
						 
						
							
							
								
								Do not assume avatar needs be changed from gravatar.com ( #3209 )  
							
							... 
							
							
							
							Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.
NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept 
NOTE: requires rebuild of bindata.go to fully see effects 
							
						 
						
							2016-06-27 01:51:09 +08:00  
				
					
						
							
							
								 
						
							
								c041273dd3 
								
							 
						 
						
							
							
								
								repo/http: clean code  
							
							
							
						 
						
							2016-06-01 04:19:01 -07:00  
				
					
						
							
							
								 
						
							
								8df3ba96f3 
								
							 
						 
						
							
							
								
								#2954  use text/plain as default email content format  
							
							
							
						 
						
							2016-05-30 01:32:01 -07:00  
				
					
						
							
							
								 
						
							
								e9ae926e04 
								
							 
						 
						
							
							
								
								#809  fix wrong closed issue count when create closed issue via API  
							
							... 
							
							
							
							Add start count corrector for Repository.NumClosedIssues 
							
						 
						
							2016-05-27 18:23:39 -07:00  
				
					
						
							
							
								 
						
							
								7826eae452 
								
							 
						 
						
							
							
								
								#3045  fix DEPRECATED Action signature erorr  
							
							
							
						 
						
							2016-05-12 14:32:28 -04:00  
				
					
						
							
							
								 
						
							
								fbf43c31e5 
								
							 
						 
						
							
							
								
								Add Czech support  
							
							
							
						 
						
							2016-05-11 12:00:47 -04:00  
				
					
						
							
							
								 
						
							
								0a78d99a4d 
								
							 
						 
						
							
							
								
								models/release: filter input to prevent command line argument vulnerability  
							
							
							
						 
						
							2016-05-06 15:40:41 -04:00  
				
					
						
							
							
								 
						
							
								3df8eb60e3 
								
							 
						 
						
							
							
								
								PDF-Previews in file-lists now working ( #3000 )  
							
							
							
						 
						
							2016-04-26 21:48:44 -04:00  
				
					
						
							
							
								 
						
							
								0325bec283 
								
							 
						 
						
							
							
								
								#2895  minor fix for bug of xorm  
							
							
							
						 
						
							2016-04-26 00:22:03 -04:00  
				
					
						
							
							
								 
						
							
								7049cb9d97 
								
							 
						 
						
							
							
								
								Add new language support  
							
							... 
							
							
							
							- Update language choose dropdown to fit more languages 
							
						 
						
							2016-04-25 13:40:23 -04:00  
				
					
						
							
							
								 
						
							
								78b8b63774 
								
							 
						 
						
							
							
								
								#2992  set default style name when empty in AfterSet  
							
							
							
						 
						
							2016-04-22 18:36:05 -04:00  
				
					
						
							
							
								 
						
							
								ba314a7a36 
								
							 
						 
						
							
							
								
								Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )  
							
							
							
						 
						
							2016-04-22 18:28:08 -04:00  
				
					
						
							
							
								 
						
							
								b3c05026df 
								
							 
						 
						
							
							
								
								[Feature/WIP] Confirm on editing forms ( fixes   #2881 ) ( #2980 )  
							
							... 
							
							
							
							* Add and start jQuery AreYouSure
* Update SimpleMDE to 1.10.1 for `forceSync` support
* Forgot to remove old version SimpleMDE 1.10.0
* formatting -.- 
							
						 
						
							2016-04-19 16:45:28 -04:00  
				
					
						
							
							
								 
						
							
								a27c6f4b75 
								
							 
						 
						
							
							
								
								#2916  fix sort' field missing on issue pagination link  
							
							
							
						 
						
							2016-04-04 19:48:10 -04:00  
				
					
						
							
							
								 
						
							
								762ab056a2 
								
							 
						 
						
							
							
								
								Fix XORM IN condition table name parse  
							
							
							
						 
						
							2016-03-27 18:21:37 -04:00  
				
					
						
							
							
								 
						
							
								ac53bb593d 
								
							 
						 
						
							
							
								
								#2878  print error of JSON unmarshal and always returns a valid object  
							
							
							
						 
						
							2016-03-26 16:42:20 -04:00  
				
					
						
							
							
								 
						
							
								b1d41cfa60 
								
							 
						 
						
							
							
								
								#1692  add admin APIs to add/remove a user from teams  
							
							
							
						 
						
							2016-03-25 18:04:02 -04:00  
				
					
						
							
							
								 
						
							
								98b58fa050 
								
							 
						 
						
							
							
								
								Handle windows deletion when start  
							
							... 
							
							
							
							Fix  #2872  
						
							2016-03-23 03:16:53 -04:00  
				
					
						
							
							
								 
						
							
								e6f927f61a 
								
							 
						 
						
							
							
								
								#1692  api: admin list and create team under organization  
							
							
							
						 
						
							2016-03-21 12:47:54 -04:00  
				
					
						
							
							
								 
						
							
								60ae8ac3d2 
								
							 
						 
						
							
							
								
								Add route for  #2846  
							
							
							
						 
						
							2016-03-21 10:49:46 -04:00  
				
					
						
							
							
								 
						
							
								004fb30ebe 
								
							 
						 
						
							
							
								
								Remove code for checking ssh-keygen  
							
							
							
						 
						
							2016-03-19 20:31:23 -04:00  
				
					
						
							
							
								 
						
							
								9e09e48502 
								
							 
						 
						
							
							
								
								#2850  fix potential SSH commands dislocation  
							
							... 
							
							
							
							When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.
Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope. 
							
						 
						
							2016-03-18 06:13:16 -04:00  
				
					
						
							
							
								 
						
							
								0048980da5 
								
							 
						 
						
							
							
								
								Merge pull request  #2845  from moltam/feature/org-member-full-name-avatar  
							
							... 
							
							
							
							Display org member's full name in link title. 
							
						 
						
							2016-03-16 17:17:45 -04:00  
				
					
						
							
							
								 
						
							
								d169d00be6 
								
							 
						 
						
							
							
								
								Display org member's full name in link title.  
							
							
							
						 
						
							2016-03-16 22:04:19 +01:00  
				
					
						
							
							
								 
						
							
								ff731ea07d 
								
							 
						 
						
							
							
								
								#2814  LOWER() column value within search  
							
							
							
						 
						
							2016-03-16 16:55:19 -04:00  
				
					
						
							
							
								 
						
							
								9a5a27ea8d 
								
							 
						 
						
							
							
								
								Improve repository lable style  
							
							... 
							
							
							
							- add border-radius to filter list items
- use color as background of label for issue/pull view page 
							
						 
						
							2016-03-15 19:52:40 -04:00  
				
					
						
							
							
								 
						
							
								2df42e369e 
								
							 
						 
						
							
							
								
								Merge pull request  #2829  from odinuge/htmlmeta  
							
							... 
							
							
							
							Set description meta tag correctly 
							
						 
						
							2016-03-15 17:54:44 -04:00  
				
					
						
							
							
								 
						
							
								01ff65a93e 
								
							 
						 
						
							
							
								
								Fix indent  
							
							
							
						 
						
							2016-03-15 22:35:59 +01:00  
				
					
						
							
							
								 
						
							
								a75fa58e1c 
								
							 
						 
						
							
							
								
								Make description meta tag golang 1.4 compatible  
							
							
							
						 
						
							2016-03-15 19:57:19 +01:00  
				
					
						
							
							
								 
						
							
								a04596659b 
								
							 
						 
						
							
							
								
								Merge pull request  #2830  from odinuge/branchname-compare  
							
							... 
							
							
							
							Fix problems with '#' in branchname 
							
						 
						
							2016-03-15 14:36:58 -04:00  
				
					
						
							
							
								 
						
							
								149d62a648 
								
							 
						 
						
							
							
								
								#13  fix admin can't search private repos  
							
							... 
							
							
							
							- update glide info 
							
						 
						
							2016-03-15 14:23:12 -04:00  
				
					
						
							
							
								 
						
							
								c9321550e0 
								
							 
						 
						
							
							
								
								Add prorper escaping of url in issue form  
							
							
							
						 
						
							2016-03-15 11:56:49 +01:00  
				
					
						
							
							
								 
						
							
								ac390d28b8 
								
							 
						 
						
							
							
								
								Fix problems with '#' in branchname  
							
							... 
							
							
							
							Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 . 
							
						 
						
							2016-03-15 11:36:23 +01:00  
				
					
						
							
							
								 
						
							
								561e5f9ccb 
								
							 
						 
						
							
							
								
								Set description meta tag correctly  
							
							... 
							
							
							
							Set the description meta tag correctly when there is no repo
description. Also use the  ability to trim trailing whitespaces,
to make the template cleaner. 
							
						 
						
							2016-03-15 10:17:23 +01:00  
				
					
						
							
							
								 
						
							
								85d7afeba0 
								
							 
						 
						
							
							
								
								Set HTML meta values corresponding to repository  
							
							... 
							
							
							
							Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before. 
							
						 
						
							2016-03-14 17:32:24 +01:00  
				
					
						
							
							
								 
						
							
								9bd9ad4205 
								
							 
						 
						
							
							
								
								#1692  add CRUD issue APIs  
							
							... 
							
							
							
							- Fix go-gogs-client#10
- Related to #809  
							
						 
						
							2016-03-13 23:20:22 -04:00  
				
					
						
							
							
								 
						
							
								b4f47a7623 
								
							 
						 
						
							
							
								
								#1891  attempt to fix invalid csrf token  
							
							
							
						 
						
							2016-03-12 20:56:03 -05:00  
				
					
						
							
							
								 
						
							
								d733efc1cc 
								
							 
						 
						
							
							
								
								#1286   #2098  Alpha support for custom templates  
							
							... 
							
							
							
							No guarantee for compatibility with future changes 
							
						 
						
							2016-03-12 13:48:34 -05:00  
				
					
						
							
							
								 
						
							
								c6277cce51 
								
							 
						 
						
							
							
								
								Minor fixes for  #2761  
							
							
							
						 
						
							2016-03-11 17:57:44 -05:00  
				
					
						
							
							
								 
						
							
								6530375dbf 
								
							 
						 
						
							
							
								
								Merge pull request  #2761  from soudy/grey-out-merge-commit  
							
							... 
							
							
							
							Grey out merge commits 
							
						 
						
							2016-03-11 17:51:17 -05:00  
				
					
						
							
							
								 
						
							
								2bf8494332 
								
							 
						 
						
							
							
								
								#13  finish user and repository search  
							
							... 
							
							
							
							Both are possible on explore and admin panel 
							
						 
						
							2016-03-11 15:33:12 -05:00  
				
					
						
							
							
								 
						
							
								514382e2eb 
								
							 
						 
						
							
							
								
								Rename module: middleware -> context  
							
							
							
						 
						
							2016-03-11 11:56:52 -05:00  
				
					
						
							
							
								 
						
							
								5267dce210 
								
							 
						 
						
							
							
								
								Fix ref comment from commit create empty feed  
							
							
							
						 
						
							2016-03-11 05:11:58 -05:00  
				
					
						
							
							
								 
						
							
								97c48da49f 
								
							 
						 
						
							
							
								
								Merge pull request  #2803  from Rukenshia/develop  
							
							... 
							
							
							
							Using HTML Description of repositories in the 'Explore' view. Fixes #… 
							
						 
						
							2016-03-10 16:17:40 -05:00  
				
					
						
							
							
								 
						
							
								1e74ee51ff 
								
							 
						 
						
							
							
								
								Using HTML Description of repositories in the 'Explore' view.  Fixes   #2800  
							
							
							
						 
						
							2016-03-10 21:31:13 +01:00  
				
					
						
							
							
								 
						
							
								eed9966ad6 
								
							 
						 
						
							
							
								
								#2727  fix incompatible SQL in PostgreSQL  
							
							
							
						 
						
							2016-03-09 23:18:39 -05:00  
				
					
						
							
							
								 
						
							
								ad513a20e9 
								
							 
						 
						
							
							
								
								#2302  Replace time.Time with Unix Timestamp (int64)  
							
							
							
						 
						
							2016-03-09 19:53:30 -05:00  
				
					
						
							
							
								 
						
							
								0c9a616326 
								
							 
						 
						
							
							
								
								Update frontend resources  
							
							
							
						 
						
							2016-03-07 00:11:12 -05:00  
				
					
						
							
							
								 
						
							
								0e9bc2d410 
								
							 
						 
						
							
							
								
								Fix pull request availability check  
							
							
							
						 
						
							2016-03-06 23:57:46 -05:00  
				
					
						
							
							
								 
						
							
								0ea0c5ec4f 
								
							 
						 
						
							
							
								
								Prepare release  
							
							
							
						 
						
							2016-03-06 19:55:38 -05:00  
				
					
						
							
							
								 
						
							
								12b5a76b0d 
								
							 
						 
						
							
							
								
								Minor fix for  #2772  
							
							
							
						 
						
							2016-03-06 15:37:49 -05:00  
				
					
						
							
							
								 
						
							
								a4452864ea 
								
							 
						 
						
							
							
								
								Merge pull request  #2772  from OhDaeto/master  
							
							... 
							
							
							
							Add ru-RU to home template 
							
						 
						
							2016-03-06 15:36:40 -05:00  
				
					
						
							
							
								 
						
							
								d8738f5bfd 
								
							 
						 
						
							
							
								
								минимальные -> низкие (системные требования)  
							
							
							
						 
						
							2016-03-06 22:59:49 +03:00  
				
					
						
							
							
								 
						
							
								9cf7f3e46f 
								
							 
						 
						
							
							
								
								Remove duplicated of code  
							
							
							
						 
						
							2016-03-06 14:44:22 -05:00  
				
					
						
							
							
								 
						
							
								14aba3489e 
								
							 
						 
						
							
							
								
								Add ru-RU to home template  
							
							
							
						 
						
							2016-03-06 22:22:41 +03:00  
				
					
						
							
							
								 
						
							
								13bd16af92 
								
							 
						 
						
							
							
								
								Minor fixes for  #2766  
							
							
							
						 
						
							2016-03-06 13:24:42 -05:00  
				
					
						
							
							
								 
						
							
								9c91e27933 
								
							 
						 
						
							
							
								
								Added: Ability to delete org avatar.  
							
							
							
						 
						
							2016-03-06 17:36:30 +01:00  
				
					
						
							
							
								 
						
							
								a5b0400be7 
								
							 
						 
						
							
							
								
								#1146  finish new access rights for collaborators  
							
							
							
						 
						
							2016-03-05 20:45:23 -05:00  
				
					
						
							
							
								 
						
							
								045f14fbd0 
								
							 
						 
						
							
							
								
								#1146  finsih UI work for access mode of collaborators  
							
							... 
							
							
							
							Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin. 
							
						 
						
							2016-03-05 18:08:42 -05:00  
				
					
						
							
							
								 
						
							
								414eb22ef9 
								
							 
						 
						
							
							
								
								#1597  fix activitity feeds for pull requests  
							
							
							
						 
						
							2016-03-05 12:58:51 -05:00  
				
					
						
							
							
								 
						
							
								1d3ec27cb7 
								
							 
						 
						
							
							
								
								Put if statement of grey merge commits on one line  
							
							
							
						 
						
							2016-03-05 17:59:07 +01:00  
				
					
						
							
							
								 
						
							
								a0cd59bd0e 
								
							 
						 
						
							
							
								
								Grey out merge commits  
							
							
							
						 
						
							2016-03-05 17:00:38 +01:00  
				
					
						
							
							
								 
						
							
								a2f13eae55 
								
							 
						 
						
							
							
								
								#1157  some avatar setting changes  
							
							... 
							
							
							
							- Allow to delete current avatar 
							
						 
						
							2016-03-05 00:51:51 -05:00  
				
					
						
							
							
								 
						
							
								dfd6f8f7ab 
								
							 
						 
						
							
							
								
								Merge pull request  #2757  from joshfng/fix-fork-relative-url  
							
							... 
							
							
							
							Use relative url when showing forked from 
							
						 
						
							2016-03-04 18:37:42 -05:00  
				
					
						
							
							
								 
						
							
								275464e7fb 
								
							 
						 
						
							
							
								
								Use relative url when showing forked from  
							
							
							
						 
						
							2016-03-04 18:32:30 -05:00  
				
					
						
							
							
								 
						
							
								2d2d85bba4 
								
							 
						 
						
							
							
								
								#1597  support pull requests in same repository  
							
							
							
						 
						
							2016-03-04 15:43:01 -05:00  
				
					
						
							
							
								 
						
							
								9df6ce48c5 
								
							 
						 
						
							
							
								
								Minor fixes for  #2746  
							
							
							
						 
						
							2016-03-04 13:32:17 -05:00  
				
					
						
							
							
								 
						
							
								4d5911dbcf 
								
							 
						 
						
							
							
								
								Merge pull request  #2746  from joshfng/feature-delete-wiki-pages  
							
							... 
							
							
							
							Add ability to delete single wiki pages. 
							
						 
						
							2016-03-04 13:14:37 -05:00  
				
					
						
							
							
								 
						
							
								d57a2b908a 
								
							 
						 
						
							
							
								
								#2743  and  #2751  fix bad SQL generated by XORM  
							
							... 
							
							
							
							Use hand-written SQL to do complex query 
							
						 
						
							2016-03-04 13:08:47 -05:00  
				
					
						
							
							
								 
						
							
								2f228ddf31 
								
							 
						 
						
							
							
								
								Update delete wiki page route  
							
							
							
						 
						
							2016-03-04 09:26:52 -05:00  
				
					
						
							
							
								 
						
							
								1ca171dbe9 
								
							 
						 
						
							
							
								
								Add ability to delete single wiki pages.  
							
							
							
						 
						
							2016-03-04 09:26:52 -05:00  
				
					
						
							
							
								 
						
							
								f6759a731a 
								
							 
						 
						
							
							
								
								#2748  fix redirect loop with auto-signin  
							
							
							
						 
						
							2016-03-04 09:15:11 -05:00  
				
					
						
							
							
								 
						
							
								dfbda48afc 
								
							 
						 
						
							
							
								
								Merge pull request  #2738  from andreynering/emogify  
							
							... 
							
							
							
							Render emojis in more places. 
							
						 
						
							2016-03-03 23:38:20 -05:00  
				
					
						
							
							
								 
						
							
								260723e2cc 
								
							 
						 
						
							
							
								
								Minor fixes for  #2745  
							
							
							
						 
						
							2016-03-03 23:24:22 -05:00  
				
					
						
							
							
								 
						
							
								f3358f5927 
								
							 
						 
						
							
							
								
								Repo setting to delete and disable wiki  
							
							
							
						 
						
							2016-03-03 16:12:48 -05:00  
				
					
						
							
							
								 
						
							
								f946040fa9 
								
							 
						 
						
							
							
								
								#1891  attempt to fix expected invalid CSRF token  
							
							... 
							
							
							
							- Remove unused config settings `[picture] service` 
							
						 
						
							2016-03-03 15:09:43 -05:00  
				
					
						
							
							
								 
						
							
								c9901bbba5 
								
							 
						 
						
							
							
								
								#2743  workaround to fix XORM problem  
							
							
							
						 
						
							2016-03-03 10:57:27 -05:00  
				
					
						
							
							
								 
						
							
								13e71acadf 
								
							 
						 
						
							
							
								
								Render emojis in more places.  
							
							
							
						 
						
							2016-03-02 21:54:05 -03:00  
				
					
						
							
							
								 
						
							
								97429a25ab 
								
							 
						 
						
							
							
								
								#2727  make IN clause compatible with Postgres  
							
							
							
						 
						
							2016-03-01 14:39:28 -05:00  
				
					
						
							
							
								 
						
							
								9e89584cb4 
								
							 
						 
						
							
							
								
								Allow setting git operations timeouts  
							
							... 
							
							
							
							- Migrate: #2704  #2653 
- Clone: #2701 
- Mirror, Pull 
							
						 
						
							2016-02-29 19:29:49 -05:00  
				
					
						
							
							
								 
						
							
								ea80274229 
								
							 
						 
						
							
							
								
								#2700  fix sqlite3 can't create issue with more than one label  
							
							
							
						 
						
							2016-02-29 18:45:12 -05:00  
				
					
						
							
							
								 
						
							
								42a556a082 
								
							 
						 
						
							
							
								
								Merge pull request  #2722  from chriswatt/hidewikidlbutton  
							
							... 
							
							
							
							Hide the download archive button when viewing wiki pages 
							
						 
						
							2016-02-29 13:36:22 -05:00  
				
					
						
							
							
								 
						
							
								a71a5bfeb4 
								
							 
						 
						
							
							
								
								Remove download archive button on wiki pages  
							
							
							
						 
						
							2016-02-29 15:45:55 +00:00  
				
					
						
							
							
								 
						
							
								548440b48f 
								
							 
						 
						
							
							
								
								Change colour of numbers on pull request tabs if greater than zero  
							
							
							
						 
						
							2016-02-28 23:27:41 +00:00  
				
					
						
							
							
								 
						
							
								8055a0bdac 
								
							 
						 
						
							
							
								
								Post work for  #2637  
							
							... 
							
							
							
							Improve test cases, config settings, also show SSH config settings on admin config panel. 
							
						 
						
							2016-02-27 20:48:39 -05:00  
				
					
						
							
							
								 
						
							
								d320915ad2 
								
							 
						 
						
							
							
								
								Minor fix for  #2710  
							
							
							
						 
						
							2016-02-27 11:31:24 -05:00  
				
					
						
							
							
								 
						
							
								c0eaae200e 
								
							 
						 
						
							
							
								
								Add ForegroundColor for labels  
							
							
							
						 
						
							2016-02-27 13:59:11 +01:00  
				
					
						
							
							
								 
						
							
								129638117f 
								
							 
						 
						
							
							
								
								#2697  fix panic when close issue via commit message  
							
							
							
						 
						
							2016-02-25 14:17:55 -05:00  
				
					
						
							
							
								 
						
							
								4438b7793b 
								
							 
						 
						
							
							
								
								Add new config option for builtin SSH server  
							
							... 
							
							
							
							Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server. 
							
						 
						
							2016-02-25 00:21:48 -05:00  
				
					
						
							
							
								 
						
							
								baaf6046a1 
								
							 
						 
						
							
							
								
								Minor fix for  #2660  
							
							
							
						 
						
							2016-02-24 23:59:17 -05:00  
				
					
						
							
							
								 
						
							
								c27038e392 
								
							 
						 
						
							
							
								
								Test mailer button. Addresses  #1531  
							
							
							
						 
						
							2016-02-24 09:48:05 -05:00  
				
					
						
							
							
								 
						
							
								72ce06eab8 
								
							 
						 
						
							
							
								
								#2682  fix missing slash for go-get meta  
							
							
							
						 
						
							2016-02-23 00:12:04 -05:00  
				
					
						
							
							
								 
						
							
								912f7b51e9 
								
							 
						 
						
							
							
								
								#1821  add actions for close and reopen issues  
							
							
							
						 
						
							2016-02-22 12:40:00 -05:00  
				
					
						
							
							
								 
						
							
								c9516c4c60 
								
							 
						 
						
							
							
								
								Fix wrong place to check disable SSH  
							
							
							
						 
						
							2016-02-21 21:55:59 -05:00  
				
					
						
							
							
								 
						
							
								d160c7e565 
								
							 
						 
						
							
							
								
								Little refactoring of diff highlight.  
							
							... 
							
							
							
							Moving cache variable to template instead of in the struct. 
							
						 
						
							2016-02-21 18:45:24 -03:00  
				
					
						
							
							
								 
						
							
								7140dbac95 
								
							 
						 
						
							
							
								
								Fix   #857  
							
							
							
						 
						
							2016-02-20 15:10:34 -05:00  
				
					
						
							
							
								 
						
							
								acf094fb07 
								
							 
						 
						
							
							
								
								Minor fix for  #2634  
							
							... 
							
							
							
							Add AttributesInBind option in new auth source form. 
							
						 
						
							2016-02-20 14:56:27 -05:00  
				
					
						
							
							
								 
						
							
								7e0baf4136 
								
							 
						 
						
							
							
								
								Merge pull request  #2634  from nanoant/patch/ldap-attributes-in-bind  
							
							... 
							
							
							
							LDAP: Fetch attributes in Bind DN context 
							
						 
						
							2016-02-20 14:44:21 -05:00  
				
					
						
							
							
								 
						
							
								a703f7d7b4 
								
							 
						 
						
							
							
								
								Merge pull request  #2647  from andreynering/issue-template  
							
							... 
							
							
							
							Implement issue and pull request templates 
							
						 
						
							2016-02-20 14:12:15 -05:00  
				
					
						
							
							
								 
						
							
								834d92a47b 
								
							 
						 
						
							
							
								
								LDAP: Fetch attributes in Bind DN context option  
							
							... 
							
							
							
							This is feature is workaround for #2628  (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.
Such approach is an alternative to minimal permissions security pattern for
BindDN user. 
							
						 
						
							2016-02-20 14:12:32 +01:00  
				
					
						
							
							
								 
						
							
								b7f3d94cd0 
								
							 
						 
						
							
							
								
								Minor fix for  #2524  
							
							
							
						 
						
							2016-02-19 22:16:26 -05:00  
				
					
						
							
							
								 
						
							
								341da3cea7 
								
							 
						 
						
							
							
								
								Fix inappropriate markdown post process end tag check  
							
							... 
							
							
							
							When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same. 
							
						 
						
							2016-02-19 17:39:50 -05:00  
				
					
						
							
							
								 
						
							
								2408df3f35 
								
							 
						 
						
							
							
								
								Merge pull request  #2663  from Download-Fritz/MirrorForks  
							
							... 
							
							
							
							#2505  Allow to fork and disallow to create PRs for mirrors. 
						
							2016-02-19 15:04:50 -05:00  
				
					
						
							
							
								 
						
							
								a467184e13 
								
							 
						 
						
							
							
								
								#2505  Allow to fork and disallow to create PRs for mirrors.  
							
							
							
						 
						
							2016-02-19 20:33:06 +01:00  
				
					
						
							
							
								 
						
							
								658bfc2704 
								
							 
						 
						
							
							
								
								Implement issue and pull request templates.  
							
							... 
							
							
							
							Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates 
Priority:
- root
- .gogs
- .github 
							
						 
						
							2016-02-18 21:21:30 -02:00  
				
					
						
							
							
								 
						
							
								338af89d56 
								
							 
						 
						
							
							
								
								#2650  fix possbility that use email as pusher user name  
							
							... 
							
							
							
							Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more. 
							
						 
						
							2016-02-17 22:47:06 -05:00  
				
					
						
							
							
								 
						
							
								d5ca913b2f 
								
							 
						 
						
							
							
								
								#2639  add branch prefix for test webhook  
							
							
							
						 
						
							2016-02-17 15:05:07 -05:00  
				
					
						
							
							
								 
						
							
								3af1d3c581 
								
							 
						 
						
							
							
								
								#2633  fix removed config option  
							
							
							
						 
						
							2016-02-16 13:27:02 -05:00  
				
					
						
							
							
								 
						
							
								632c27802c 
								
							 
						 
						
							
							
								
								Minor fix for  #2624  
							
							
							
						 
						
							2016-02-15 14:57:15 -05:00  
				
					
						
							
							
								 
						
							
								dc89c51f3e 
								
							 
						 
						
							
							
								
								Merge pull request  #2624  from mhartkorn/convert-mirror-to-repo  
							
							... 
							
							
							
							Convert mirrors to regular repositories 
							
						 
						
							2016-02-15 14:26:21 -05:00  
				
					
						
							
							
								 
						
							
								58e004f7da 
								
							 
						 
						
							
							
								
								Remove cache avatar support and add its tests  
							
							
							
						 
						
							2016-02-14 23:14:55 -05:00  
				
					
						
							
							
								 
						
							
								aa5e837c65 
								
							 
						 
						
							
							
								
								fix   #2454  
							
							
							
						 
						
							2016-02-14 20:26:49 -05:00  
				
					
						
							
							
								 
						
							
								a1d97e8f5c 
								
							 
						 
						
							
							
								
								Minor fix for  #2567  
							
							
							
						 
						
							2016-02-14 20:07:42 -05:00  
				
					
						
							
							
								 
						
							
								9adfe453d5 
								
							 
						 
						
							
							
								
								#2569  delete repo local copy when transfer  
							
							... 
							
							
							
							Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote. 
							
						 
						
							2016-02-14 19:42:38 -05:00  
				
					
						
							
							
								 
						
							
								d710b5e791 
								
							 
						 
						
							
							
								
								Fix when repo is empty  
							
							
							
						 
						
							2016-02-14 23:26:47 +00:00  
				
					
						
							
							
								 
						
							
								c47866b34a 
								
							 
						 
						
							
							
								
								Add grey bg to tabs on repo page  
							
							
							
						 
						
							2016-02-14 23:09:33 +00:00  
				
					
						
							
							
								 
						
							
								15d37b7a95 
								
							 
						 
						
							
							
								
								Refactored according to suggestions  
							
							
							
						 
						
							2016-02-14 22:40:39 +01:00  
				
					
						
							
							
								 
						
							
								3650bd8528 
								
							 
						 
						
							
							
								
								Convert mirrors to regular repositories.  
							
							
							
						 
						
							2016-02-14 21:12:00 +01:00  
				
					
						
							
							
								 
						
							
								8ab5399e83 
								
							 
						 
						
							
							
								
								Make log path required  
							
							
							
						 
						
							2016-02-12 10:10:02 -05:00  
				
					
						
							
							
								 
						
							
								ec478b4b06 
								
							 
						 
						
							
							
								
								Set default log path if empty during install  
							
							
							
						 
						
							2016-02-12 10:03:04 -05:00  
				
					
						
							
							
								 
						
							
								1feecd6beb 
								
							 
						 
						
							
							
								
								Add helper text for log path.  
							
							
							
						 
						
							2016-02-12 09:24:09 -05:00  
				
					
						
							
							
								 
						
							
								a3e8c32a30 
								
							 
						 
						
							
							
								
								Add install option for log path  
							
							
							
						 
						
							2016-02-12 09:19:45 -05:00  
				
					
						
							
							
								 
						
							
								297e772c20 
								
							 
						 
						
							
							
								
								#2485  fix payloads mixed up for webhook  
							
							... 
							
							
							
							When repository contains a Slack type hook,
it changes original payload content.
This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable. 
							
						 
						
							2016-02-10 15:21:39 -05:00  
				
					
						
							
							
								 
						
							
								e40d94bb4f 
								
							 
						 
						
							
							
								
								Implementing the "theme-color" meta tag.  
							
							... 
							
							
							
							Used by Android >= 5.0 to make the top bar colored.
Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android  
							
						 
						
							2016-02-08 17:03:18 -02:00  
				
					
						
							
							
								 
						
							
								af8e323248 
								
							 
						 
						
							
							
								
								Fix tab index on new issue/comment form  
							
							
							
						 
						
							2016-02-07 22:14:33 +00:00  
				
					
						
							
							
								 
						
							
								b09ddc72d2 
								
							 
						 
						
							
							
								
								Merge pull request  #2581  from chriswatt/committab  
							
							... 
							
							
							
							Make commits tab active when on diff page 
							
						 
						
							2016-02-07 15:37:22 -05:00  
				
					
						
							
							
								 
						
							
								a881f776d0 
								
							 
						 
						
							
							
								
								Make commits tab active when on diff page  
							
							
							
						 
						
							2016-02-07 20:11:25 +00:00  
				
					
						
							
							
								 
						
							
								ee53204e02 
								
							 
						 
						
							
							
								
								Improve db path prompt when install  
							
							
							
						 
						
							2016-02-07 11:51:53 -05:00  
				
					
						
							
							
								 
						
							
								f15a2f9b25 
								
							 
						 
						
							
							
								
								Merge pull request  #2528  from andreynering/diff-sintax-highlight-733  
							
							... 
							
							
							
							Enable syntax highlighting on diff view 
							
						 
						
							2016-02-07 11:49:11 -05:00  
				
					
						
							
							
								 
						
							
								f8182ac521 
								
							 
						 
						
							
							
								
								#2558  delete local wiki copy when rename repo and user  
							
							
							
						 
						
							2016-02-05 14:11:53 -05:00  
				
					
						
							
							
								 
						
							
								8e40f86d2c 
								
							 
						 
						
							
							
								
								#2556  handle space in image URL  
							
							
							
						 
						
							2016-02-04 22:51:40 -05:00  
				
					
						
							
							
								 
						
							
								2bfb8bb5fd 
								
							 
						 
						
							
							
								
								Enable sintax highlighting on diff view.  Close   #733  
							
							
							
						 
						
							2016-02-04 18:21:47 -02:00  
				
					
						
							
							
								 
						
							
								04be8c0de5 
								
							 
						 
						
							
							
								
								#2554  reinitialize all repos from the db  
							
							... 
							
							
							
							- Update locales 
							
						 
						
							2016-02-04 12:51:00 -05:00  
				
					
						
							
							
								 
						
							
								a47baa1b7a 
								
							 
						 
						
							
							
								
								Add missing patch conflit pattern  
							
							
							
						 
						
							2016-02-03 12:28:03 -05:00  
				
					
						
							
							
								 
						
							
								5a27aea8e0 
								
							 
						 
						
							
							
								
								Fix random avatar does not work on Windows  
							
							... 
							
							
							
							path.Dir can't handle Windows case, must use filepath.Dir 
							
						 
						
							2016-02-02 10:22:27 -05:00  
				
					
						
							
							
								 
						
							
								1c74612b3c 
								
							 
						 
						
							
							
								
								Minor fix for  #2444  
							
							
							
						 
						
							2016-02-01 20:55:12 -05:00  
				
					
						
							
							
								 
						
							
								d3ba246693 
								
							 
						 
						
							
							
								
								Merge pull request  #2444  from bkcsoft/feature/participants  
							
							... 
							
							
							
							Implemented participant-listing for issue-pages (Fixes  #2377 ) 
							
						 
						
							2016-02-01 20:31:54 -05:00  
				
					
						
							
							
								 
						
							
								66d2ba1b4e 
								
							 
						 
						
							
							
								
								Merge pull request  #2537  from fnkr/remember-clone-protocol  
							
							... 
							
							
							
							Remember last selected clone protocol 
							
						 
						
							2016-02-01 15:58:01 -05:00  
				
					
						
							
							
								 
						
							
								3abad75a1b 
								
							 
						 
						
							
							
								
								Fix one user may block entire listen loop for builtin SSH  
							
							
							
						 
						
							2016-02-01 12:10:49 -05:00  
				
					
						
							
							
								 
						
							
								d568019306 
								
							 
						 
						
							
							
								
								Remember last selected clone protocol, and establish uniform order (https, ssh)  
							
							
							
						 
						
							2016-02-01 17:04:58 +00:00  
				
					
						
							
							
								 
						
							
								5d192c2ebf 
								
							 
						 
						
							
							
								
								Merge pull request  #2533  from fnkr/icon-fork-private-collision  
							
							... 
							
							
							
							Use icon repo-forked instead of repo-lock for private, forked repos 
							
						 
						
							2016-01-31 19:41:21 -05:00  
				
					
						
							
							
								 
						
							
								29c3e9f428 
								
							 
						 
						
							
							
								
								Undo change in templates/explore/repo_list.tmpl  
							
							
							
						 
						
							2016-01-31 21:59:18 +00:00  
				
					
						
							
							
								 
						
							
								532f9fdd99 
								
							 
						 
						
							
							
								
								Use icon repo-forked instead of repo-lock for private, forked repos  
							
							
							
						 
						
							2016-01-31 20:41:57 +00:00  
				
					
						
							
							
								 
						
							
								4848620594 
								
							 
						 
						
							
							
								
								#2229  adjust URL verbose depth for reverse proxy sub-path  
							
							
							
						 
						
							2016-01-31 15:38:20 -05:00  
				
					
						
							
							
								 
						
							
								57c10aae33 
								
							 
						 
						
							
							
								
								Merge pull request  #2531  from andreynering/home-template-pt-BR  
							
							... 
							
							
							
							Add portuguese-BR to home template. 
							
						 
						
							2016-01-31 15:10:21 -05:00  
				
					
						
							
							
								 
						
							
								0e0cd9100b 
								
							 
						 
						
							
							
								
								Add portuguese-BR to home template.  
							
							
							
						 
						
							2016-01-31 17:58:51 -02:00  
				
					
						
							
							
								 
						
							
								a9d68a6884 
								
							 
						 
						
							
							
								
								fix   #2529  
							
							
							
						 
						
							2016-01-31 13:33:36 -05:00  
				
					
						
							
							
								 
						
							
								8436d69eaf 
								
							 
						 
						
							
							
								
								Update and reorganize front-end resources  
							
							
							
						 
						
							2016-01-30 22:10:20 -05:00  
				
					
						
							
							
								 
						
							
								112a7cab31 
								
							 
						 
						
							
							
								
								#2497  incorrect error handle for team name  
							
							
							
						 
						
							2016-01-29 17:06:14 -05:00  
				
					
						
							
							
								 
						
							
								ee814bf8d6 
								
							 
						 
						
							
							
								
								#2491  minor fix for sr on dashboard  
							
							
							
						 
						
							2016-01-29 15:28:24 -05:00  
				
					
						
							
							
								 
						
							
								566163ab82 
								
							 
						 
						
							
							
								
								Merge pull request  #2502  from bkcsoft/fix/split-view-diff  
							
							... 
							
							
							
							Split view fixed 
							
						 
						
							2016-01-28 10:11:45 -05:00  
				
					
						
							
							
								 
						
							
								4deb876343 
								
							 
						 
						
							
							
								
								Minor fix for  #2494  
							
							... 
							
							
							
							- Change tooltip size from mini to tiny in profile page 
							
						 
						
							2016-01-28 06:07:16 -05:00  
				
					
						
							
							
								 
						
							
								96dee1c354 
								
							 
						 
						
							
							
								
								Split view fixed  
							
							
							
						 
						
							2016-01-27 23:52:42 +01:00  
				
					
						
							
							
								 
						
							
								5deb726f3f 
								
							 
						 
						
							
							
								
								Refactoring of inline diff computing to prevent empty diff box.  Fix   #2489  
							
							
							
						 
						
							2016-01-27 18:54:08 -02:00  
				
					
						
							
							
								 
						
							
								b921161666 
								
							 
						 
						
							
							
								
								Name popup  
							
							
							
						 
						
							2016-01-26 17:55:54 +01:00  
				
					
						
							
							
								 
						
							
								2cc1ee3fc0 
								
							 
						 
						
							
							
								
								Implemented participant-listing for issue-pages  
							
							
							
						 
						
							2016-01-26 17:55:54 +01:00  
				
					
						
							
							
								 
						
							
								86f841dd71 
								
							 
						 
						
							
							
								
								Merge pull request  #2433  from xxxtonixxx/develop  
							
							... 
							
							
							
							To add spanish translation to home template 
							
						 
						
							2016-01-26 03:11:54 -05:00  
				
					
						
							
							
								 
						
							
								7ca1821725 
								
							 
						 
						
							
							
								
								fix   #2416  
							
							
							
						 
						
							2016-01-26 02:00:16 -05:00  
				
					
						
							
							
								 
						
							
								e33ddac9bf 
								
							 
						 
						
							
							
								
								Minor fix for  #2396  
							
							
							
						 
						
							2016-01-25 14:04:46 -05:00  
				
					
						
							
							
								 
						
							
								1105a3139f 
								
							 
						 
						
							
							
								
								Add es-ES to home template  
							
							
							
						 
						
							2016-01-18 17:49:17 +01:00  
				
					
						
							
							
								 
						
							
								7ef9a05588 
								
							 
						 
						
							
							
								
								#2179  use Go sub-repo ssh to verify public key content  
							
							
							
						 
						
							2016-01-15 18:39:51 +08:00  
				
					
						
							
							
								 
						
							
								c631a4a9b9 
								
							 
						 
						
							
							
								
								URL fix for  #2287  
							
							
							
						 
						
							2016-01-15 18:00:39 +08:00  
				
					
						
							
							
								 
						
							
								dccfadf7b8 
								
							 
						 
						
							
							
								
								hide section with user has no organizations  
							
							
							
						 
						
							2016-01-14 21:29:25 +08:00  
				
					
						
							
							
								 
						
							
								d1675c2701 
								
							 
						 
						
							
							
								
								fix CSS of branch dropdown when view commits under revision  
							
							
							
						 
						
							2016-01-14 21:27:36 +08:00  
				
					
						
							
							
								 
						
							
								29b07693dd 
								
							 
						 
						
							
							
								
								minor fix to  #2383  
							
							... 
							
							
							
							- add tooltip for organization name in profile 
							
						 
						
							2016-01-14 21:21:56 +08:00  
				
					
						
							
							
								 
						
							
								f75b5f4287 
								
							 
						 
						
							
							
								
								Merge pull request  #2383  from exmex/develop  
							
							... 
							
							
							
							Added organization display on profile 
							
						 
						
							2016-01-14 21:07:17 +08:00  
				
					
						
							
							
								 
						
							
								40413c5c6c 
								
							 
						 
						
							
							
								
								Added improvement from Unknwon  
							
							
							
						 
						
							2016-01-14 11:48:24 +01:00  
				
					
						
							
							
								 
						
							
								41fdaabcf7 
								
							 
						 
						
							
							
								
								commit.RefUrl expects AppUrl argument  
							
							... 
							
							
							
							This is fixup for ea375c0dcchttps://github.com/gogits/git-module/pull/4  
							
						 
						
							2016-01-13 19:09:50 +01:00  
				
					
						
							
							
								 
						
							
								53a63de9dc 
								
							 
						 
						
							
							
								
								Added links to org profile icons  
							
							
							
						 
						
							2016-01-12 03:19:46 +01:00  
				
					
						
							
							
								 
						
							
								f610bfa8a2 
								
							 
						 
						
							
							
								
								Added organization display on profile  
							
							... 
							
							
							
							Fixed "Follower" Icon too big 
							
						 
						
							2016-01-12 03:09:59 +01:00  
				
					
						
							
							
								 
						
							
								fc4a4d38d1 
								
							 
						 
						
							
							
								
								Merge pull request  #2381  from philippechataignon/develop  
							
							... 
							
							
							
							Add fr-FR to home template 
							
						 
						
							2016-01-11 23:59:45 +08:00  
				
					
						
							
							
								 
						
							
								939d96813c 
								
							 
						 
						
							
							
								
								Add fr-FR to home template  
							
							
							
						 
						
							2016-01-11 13:55:52 +01:00  
				
					
						
							
							
								 
						
							
								f43cc90841 
								
							 
						 
						
							
							
								
								#2287  Truncate repository name if too long  
							
							
							
						 
						
							2016-01-11 20:41:43 +08:00  
				
					
						
							
							
								 
						
							
								91bab801aa 
								
							 
						 
						
							
							
								
								#2349  try to handle []int8 case  
							
							
							
						 
						
							2016-01-11 14:34:32 +08:00  
				
					
						
							
							
								 
						
							
								86bce4a2ae 
								
							 
						 
						
							
							
								
								minor fix to  #2335  
							
							
							
						 
						
							2016-01-09 14:51:17 +08:00  
				
					
						
							
							
								 
						
							
								21d7b5acaf 
								
							 
						 
						
							
							
								
								fix   #2367  
							
							
							
						 
						
							2016-01-09 14:45:06 +08:00  
				
					
						
							
							
								 
						
							
								bcf6aed452 
								
							 
						 
						
							
							
								
								Merge pull request  #2335  from andreynering/highlight-diff  
							
							... 
							
							
							
							Highlight diff 
							
						 
						
							2016-01-09 13:39:18 +08:00  
				
					
						
							
							
								 
						
							
								cc8c67ff29 
								
							 
						 
						
							
							
								
								fix markdown autolink error  
							
							
							
						 
						
							2016-01-09 10:59:04 +08:00  
				
					
						
							
							
								 
						
							
								03427fb005 
								
							 
						 
						
							
							
								
								fix   #2360  
							
							
							
						 
						
							2016-01-08 08:49:03 +08:00  
				
					
						
							
							
								 
						
							
								e0f0f72a36 
								
							 
						 
						
							
							
								
								#2345  disallow access of some pages for empty repo  
							
							
							
						 
						
							2016-01-07 11:07:17 +08:00  
				
					
						
							
							
								 
						
							
								ca35ddd078 
								
							 
						 
						
							
							
								
								fix   #2350  
							
							
							
						 
						
							2016-01-07 09:24:19 +08:00  
				
					
						
							
							
								 
						
							
								81ed5c4bee 
								
							 
						 
						
							
							
								
								Declaring specific types for enums constants.  
							
							... 
							
							
							
							This makes the code more strict since you can't assign or compare
values of different types without proper cast. 
							
						 
						
							2016-01-06 18:00:40 -02:00  
				
					
						
							
							
								 
						
							
								73474c043b 
								
							 
						 
						
							
							
								
								Highlighting differences of lines in the diff view.  
							
							
							
						 
						
							2016-01-06 17:46:56 -02:00  
				
					
						
							
							
								 
						
							
								cc22c8a1ae 
								
							 
						 
						
							
							
								
								update dep lib version requirement  
							
							
							
						 
						
							2016-01-06 13:34:34 +08:00  
				
					
						
							
							
								 
						
							
								2087156119 
								
							 
						 
						
							
							
								
								Removed opticon-fold  
							
							
							
						 
						
							2016-01-06 02:21:20 +01:00  
				
					
						
							
							
								 
						
							
								3870a7a3c8 
								
							 
						 
						
							
							
								
								merged split/unified templates  
							
							
							
						 
						
							2016-01-06 00:08:50 +01:00  
				
					
						
							
							
								 
						
							
								8fe5d887ae 
								
							 
						 
						
							
							
								
								Changed name from inline to unified  
							
							
							
						 
						
							2016-01-05 19:21:50 +01:00  
				
					
						
							
							
								 
						
							
								4e6d048ba1 
								
							 
						 
						
							
							
								
								i18n-fix for split-view  
							
							
							
						 
						
							2016-01-05 19:21:49 +01:00  
				
					
						
							
							
								 
						
							
								0df39b33eb 
								
							 
						 
						
							
							
								
								Implement Split Diff-View  
							
							... 
							
							
							
							- Unified/Inline Diff-View Selectable 
							
						 
						
							2016-01-05 19:21:41 +01:00  
				
					
						
							
							
								 
						
							
								7392b6a755 
								
							 
						 
						
							
							
								
								fix   #2327  
							
							
							
						 
						
							2016-01-05 12:43:19 +08:00  
				
					
						
							
							
								 
						
							
								4993ab1a76 
								
							 
						 
						
							
							
								
								#2185  fall back to use custom chardet lib  
							
							
							
						 
						
							2015-12-31 22:13:47 -05:00  
				
					
						
							
							
								 
						
							
								8d58e06ad8 
								
							 
						 
						
							
							
								
								more fix on  #2268  
							
							
							
						 
						
							2015-12-30 18:47:32 -05:00  
				
					
						
							
							
								 
						
							
								b8fbf6559d 
								
							 
						 
						
							
							
								
								Merge pull request  #2294  from joaopms/patch-1  
							
							... 
							
							
							
							Fix the description on head.tmpl 
							
						 
						
							2015-12-27 17:28:25 -05:00  
				
					
						
							
							
								 
						
							
								44637f03cc 
								
							 
						 
						
							
							
								
								#2282  fast detection of utf-8  
							
							
							
						 
						
							2015-12-27 17:02:36 -05:00  
				
					
						
							
							
								 
						
							
								7bab3d682f 
								
							 
						 
						
							
							
								
								Lowercase "Service"  
							
							
							
						 
						
							2015-12-27 18:53:52 +00:00  
				
					
						
							
							
								 
						
							
								34f01aab5e 
								
							 
						 
						
							
							
								
								Update head.tmpl  
							
							
							
						 
						
							2015-12-27 18:44:18 +00:00  
				
					
						
							
							
								 
						
							
								93f03707a7 
								
							 
						 
						
							
							
								
								#2283  set text/plain for non-binary files in raw mode  
							
							
							
						 
						
							2015-12-25 05:45:07 -05:00  
				
					
						
							
							
								 
						
							
								85af36332b 
								
							 
						 
						
							
							
								
								#2282  fix utf-8 recognized as windows-1252  
							
							
							
						 
						
							2015-12-25 05:25:47 -05:00  
				
					
						
							
							
								 
						
							
								13fe733037 
								
							 
						 
						
							
							
								
								#2264  use monospaced font for commit IDs in news feeds  
							
							
							
						 
						
							2015-12-24 20:43:45 -05:00  
				
					
						
							
							
								 
						
							
								a49af93faf 
								
							 
						 
						
							
							
								
								#1692  APIs: Users Followers  
							
							... 
							
							
							
							- User profile un/follow
- List user's followers/following 
							
						 
						
							2015-12-21 04:24:11 -08:00  
				
					
						
							
							
								 
						
							
								c62a6b7a12 
								
							 
						 
						
							
							
								
								#2014  allow switch branches between two orgs in compose PR  
							
							
							
						 
						
							2015-12-20 01:06:54 -05:00  
				
					
						
							
							
								 
						
							
								cadf03db68 
								
							 
						 
						
							
							
								
								#2180  fix avatar link when disable gravatar  
							
							
							
						 
						
							2015-12-19 22:21:00 -05:00  
				
					
						
							
							
								 
						
							
								5ff6eedf5e 
								
							 
						 
						
							
							
								
								#2251  fix button name  
							
							
							
						 
						
							2015-12-19 22:07:06 -05:00  
				
					
						
							
							
								 
						
							
								53eb37d529 
								
							 
						 
						
							
							
								
								fix   #1436  
							
							
							
						 
						
							2015-12-19 21:43:32 -05:00  
				
					
						
							
							
								 
						
							
								3bcdb3855c 
								
							 
						 
						
							
							
								
								#2250  Use HTTP/HTTPS as default clone option  
							
							
							
						 
						
							2015-12-19 21:12:13 -05:00  
				
					
						
							
							
								 
						
							
								2d3ecbe5b2 
								
							 
						 
						
							
							
								
								make mailer log more verbose  
							
							
							
						 
						
							2015-12-19 02:44:34 -05:00  
				
					
						
							
							
								 
						
							
								33a99d587a 
								
							 
						 
						
							
							
								
								fix   #2223  
							
							
							
						 
						
							2015-12-17 21:57:34 -05:00  
				
					
						
							
							
								 
						
							
								9cd16c5b12 
								
							 
						 
						
							
							
								
								#1692  add organization APIs  
							
							
							
						 
						
							2015-12-17 02:28:47 -05:00  
				
					
						
							
							
								 
						
							
								6673dcb038 
								
							 
						 
						
							
							
								
								#2103   #2181  improvments of highlight class name  
							
							
							
						 
						
							2015-12-16 22:13:12 -05:00  
				
					
						
							
							
								 
						
							
								b117befc2b 
								
							 
						 
						
							
							
								
								#1692  add user email APIs  
							
							
							
						 
						
							2015-12-15 22:57:18 -05:00  
				
					
						
							
							
								 
						
							
								7786cb76f3 
								
							 
						 
						
							
							
								
								fix   #2205  
							
							
							
						 
						
							2015-12-15 21:32:17 -05:00  
				
					
						
							
							
								 
						
							
								eb918c2368 
								
							 
						 
						
							
							
								
								fix only admin can view milestone desc  
							
							
							
						 
						
							2015-12-15 21:25:38 -05:00  
				
					
						
							
							
								 
						
							
								3362b3a44f 
								
							 
						 
						
							
							
								
								fix possible disclosure  
							
							
							
						 
						
							2015-12-14 17:06:54 -05:00  
				
					
						
							
							
								 
						
							
								50264200f0 
								
							 
						 
						
							
							
								
								fix huge diff hangs  
							
							
							
						 
						
							2015-12-14 09:38:21 -05:00  
				
					
						
							
							
								 
						
							
								91789930bc 
								
							 
						 
						
							
							
								
								#2176  fix 500 on /watchers & /stars for pg  
							
							
							
						 
						
							2015-12-14 02:40:23 -05:00  
				
					
						
							
							
								 
						
							
								ea375c0dcc 
								
							 
						 
						
							
							
								
								new template func  
							
							
							
						 
						
							2015-12-13 23:16:58 -05:00  
				
					
						
							
							
								 
						
							
								7509fa2c33 
								
							 
						 
						
							
							
								
								improve get commits performance  
							
							
							
						 
						
							2015-12-13 22:58:12 -05:00  
				
					
						
							
							
								 
						
							
								95f9c85bcc 
								
							 
						 
						
							
							
								
								#2185  use Go sub-repo to detect encoding  
							
							
							
						 
						
							2015-12-13 19:56:33 -05:00  
				
					
						
							
							
								 
						
							
								79dcd7ee6e 
								
							 
						 
						
							
							
								
								#2167  able to identify git version on Windows  
							
							
							
						 
						
							2015-12-13 18:20:39 -05:00  
				
					
						
							
							
								 
						
							
								71123c816d 
								
							 
						 
						
							
							
								
								update hightlight.js  
							
							
							
						 
						
							2015-12-13 00:58:30 -05:00  
				
					
						
							
							
								 
						
							
								351dfc95a9 
								
							 
						 
						
							
							
								
								prepare release  
							
							
							
						 
						
							2015-12-12 21:58:54 -05:00  
				
					
						
							
							
								 
						
							
								837155577a 
								
							 
						 
						
							
							
								
								#2159  use icon+tooltip to replace text  
							
							
							
						 
						
							2015-12-12 16:53:16 -05:00  
				
					
						
							
							
								 
						
							
								4108c12092 
								
							 
						 
						
							
							
								
								#2156  add edit org link in admin panel  
							
							
							
						 
						
							2015-12-12 15:47:59 -05:00  
				
					
						
							
							
								 
						
							
								59c965a5ec 
								
							 
						 
						
							
							
								
								#2156  admin able to edit organization max repo creation  
							
							
							
						 
						
							2015-12-11 19:24:57 -05:00  
				
					
						
							
							
								 
						
							
								d0b0d24f22 
								
							 
						 
						
							
							
								
								#2154  disable change user for non-local users  
							
							... 
							
							
							
							- #2153  remove require for gravatar 
							
						 
						
							2015-12-11 15:31:02 -05:00  
				
					
						
							
							
								 
						
							
								40f3142264 
								
							 
						 
						
							
							
								
								#2114  External URL for wiki  
							
							
							
						 
						
							2015-12-11 04:55:08 -05:00  
				
					
						
							
							
								 
						
							
								2a8d71367d 
								
							 
						 
						
							
							
								
								#2029  not show content of issue in activity timeline  
							
							
							
						 
						
							2015-12-10 19:13:51 -05:00  
				
					
						
							
							
								 
						
							
								3d5d61778a 
								
							 
						 
						
							
							
								
								#1938   #1374  disable password change for non-local users  
							
							
							
						 
						
							2015-12-10 19:02:57 -05:00  
				
					
						
							
							
								 
						
							
								99e9bbef6c 
								
							 
						 
						
							
							
								
								fix bool check for repo max limit and fix hang when push repo with tons of commits  
							
							
							
						 
						
							2015-12-10 16:27:47 -05:00  
				
					
						
							
							
								 
						
							
								2a0bb1fa90 
								
							 
						 
						
							
							
								
								#1575  Limit repo creation  
							
							
							
						 
						
							2015-12-10 12:37:53 -05:00  
				
					
						
							
							
								 
						
							
								c6083c335e 
								
							 
						 
						
							
							
								
								#1612  Ability to send mail when a new pull request is submitted  
							
							
							
						 
						
							2015-12-10 11:18:56 -05:00  
				
					
						
							
							
								 
						
							
								9a2e43bff2 
								
							 
						 
						
							
							
								
								move out git module and  #1573  send push hook  
							
							
							
						 
						
							2015-12-09 20:46:05 -05:00  
				
					
						
							
							
								 
						
							
								fa5e372f75 
								
							 
						 
						
							
							
								
								Merge pull request  #2138  from SlavikZ/master  
							
							... 
							
							
							
							LDAP parameters UI: bind_dn and bind_password are not required 
							
						 
						
							2015-12-09 16:47:03 -05:00  
				
					
						
							
							
								 
						
							
								a19aaa439d 
								
							 
						 
						
							
							
								
								LDAP parameters UI: bind_dn and bind_password are not required  
							
							
							
						 
						
							2015-12-09 21:02:19 +02:00  
				
					
						
							
							
								 
						
							
								c3440c4dd3 
								
							 
						 
						
							
							
								
								#2035  Show author e-mail in commit diff  
							
							
							
						 
						
							2015-12-09 11:46:39 -05:00  
				
					
						
							
							
								 
						
							
								718d3ae258 
								
							 
						 
						
							
							
								
								#1943  Able to config fsck timeout  
							
							
							
						 
						
							2015-12-09 11:38:12 -05:00  
				
					
						
							
							
								 
						
							
								b8d48bdb62 
								
							 
						 
						
							
							
								
								#2037  Add "New Mirror" button on Dashboard  
							
							
							
						 
						
							2015-12-09 11:24:56 -05:00  
				
					
						
							
							
								 
						
							
								df05134494 
								
							 
						 
						
							
							
								
								Break branch-selection dropdown into a template  
							
							... 
							
							
							
							We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits 
							
						 
						
							2015-12-09 17:15:58 +11:00  
				
					
						
							
							
								 
						
							
								9bd3ebe207 
								
							 
						 
						
							
							
								
								Dropdown on commits page to choose branch  #1846  
							
							... 
							
							
							
							I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular. 
							
						 
						
							2015-12-09 16:37:04 +11:00  
				
					
						
							
							
								 
						
							
								a576224d0e 
								
							 
						 
						
							
							
								
								unified name: IsViewBranch, IsViewCommit and IsViewTag  
							
							
							
						 
						
							2015-12-09 00:32:53 -05:00  
				
					
						
							
							
								 
						
							
								06d293a84e 
								
							 
						 
						
							
							
								
								Only show comparison link for >2 commits  #1110  
							
							... 
							
							
							
							We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits. 
							
						 
						
							2015-12-09 14:36:39 +11:00  
				
					
						
							
							
								 
						
							
								120cd4e471 
								
							 
						 
						
							
							
								
								#1984  Better mirror repo management  
							
							
							
						 
						
							2015-12-08 20:06:12 -05:00  
				
					
						
							
							
								 
						
							
								2528c482e9 
								
							 
						 
						
							
							
								
								#1627  auto login after install if admin is configured  
							
							
							
						 
						
							2015-12-08 00:59:14 -05:00  
				
					
						
							
							
								 
						
							
								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 
							
						 
						
							2015-12-08 00:57:46 +01:00  
				
					
						
							
							
								 
						
							
								dce2a9e7e1 
								
							 
						 
						
							
							
								
								fix wrong slack webhook payload URL  
							
							
							
						 
						
							2015-12-06 23:07:02 -05:00  
				
					
						
							
							
								 
						
							
								e2ca53029e 
								
							 
						 
						
							
							
								
								Render commit msg as header + verbatim description  
							
							... 
							
							
							
							Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim. 
							
						 
						
							2015-12-07 01:50:45 +01:00  
				
					
						
							
							
								 
						
							
								89244b74c6 
								
							 
						 
						
							
							
								
								remember page number when delete repo  
							
							
							
						 
						
							2015-12-05 17:49:46 -05:00  
				
					
						
							
							
								 
						
							
								ca8ce793d1 
								
							 
						 
						
							
							
								
								#2063  Ability to delete repo from admin panel  
							
							
							
						 
						
							2015-12-05 17:39:29 -05:00  
				
					
						
							
							
								 
						
							
								404867f206 
								
							 
						 
						
							
							
								
								fix   #2105  and  fix   #1857  
							
							
							
						 
						
							2015-12-05 13:24:13 -05:00  
				
					
						
							
							
								 
						
							
								f0ee33267c 
								
							 
						 
						
							
							
								
								fix   #2102  
							
							
							
						 
						
							2015-12-05 11:46:42 -05:00  
				
					
						
							
							
								 
						
							
								f41360d864 
								
							 
						 
						
							
							
								
								#2052  advanced select ops for system notices  
							
							
							
						 
						
							2015-12-05 01:09:14 -05:00  
				
					
						
							
							
								 
						
							
								1ee7c33e93 
								
							 
						 
						
							
							
								
								template fix  
							
							
							
						 
						
							2015-12-04 21:32:33 -05:00  
				
					
						
							
							
								 
						
							
								e538ff2770 
								
							 
						 
						
							
							
								
								fix   #1829  and  fix   #890  
							
							
							
						 
						
							2015-12-04 21:30:33 -05:00  
				
					
						
							
							
								 
						
							
								4795fa01d8 
								
							 
						 
						
							
							
								
								fix   #2101  
							
							
							
						 
						
							2015-12-04 17:30:32 -05:00  
				
					
						
							
							
								 
						
							
								56dd430a10 
								
							 
						 
						
							
							
								
								refactor API routes and some work for  #976  
							
							
							
						 
						
							2015-12-04 17:16:42 -05:00  
				
					
						
							
							
								 
						
							
								edbb67cb3f 
								
							 
						 
						
							
							
								
								UI: Use more subtle grey SHA1 labels  
							
							... 
							
							
							
							Current green SHA1 labels are more pronounced than other UI elements attracting
attention as if they were most important thing in the UI, while they are not as
important, especially without real Git client.
Using grey SHA1 labels makes the UI more balanced, less aggressive and lets
user to focus on other content elements.
NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs. 
							
						 
						
							2015-12-03 14:21:20 +01:00  
				
					
						
							
							
								 
						
							
								cc8f5add6e 
								
							 
						 
						
							
							
								
								fix   #976  
							
							
							
						 
						
							2015-12-03 00:24:37 -05:00  
				
					
						
							
							
								 
						
							
								ec2423ad7c 
								
							 
						 
						
							
							
								
								more UI minor fixes  
							
							
							
						 
						
							2015-12-02 20:56:26 -05:00  
				
					
						
							
							
								 
						
							
								c4bab163cb 
								
							 
						 
						
							
							
								
								Merge pull request  #2088  from nanoant/patch/further-layout-fixes  
							
							... 
							
							
							
							Further layout fixes 
							
						 
						
							2015-12-02 20:26:48 -05:00  
				
					
						
							
							
								 
						
							
								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. 
							
						 
						
							2015-12-03 02:16:18 +01:00  
				
					
						
							
							
								 
						
							
								3d3498bda1 
								
							 
						 
						
							
							
								
								clean test data  
							
							
							
						 
						
							2015-12-02 20:10:47 -05:00  
				
					
						
							
							
								 
						
							
								29375059e1 
								
							 
						 
						
							
							
								
								minor CSS fix  
							
							
							
						 
						
							2015-12-02 20:10:00 -05:00  
				
					
						
							
							
								 
						
							
								b73241ceb1 
								
							 
						 
						
							
							
								
								UI: Display last-commit header without 2nd column  
							
							... 
							
							
							
							This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag. 
							
						 
						
							2015-12-03 01:15:40 +01:00  
				
					
						
							
							
								 
						
							
								314664892c 
								
							 
						 
						
							
							
								
								UI: Keep repo URL action right of ref combo & path  
							
							... 
							
							
							
							Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file. 
							
						 
						
							2015-12-02 23:48:36 +01:00  
				
					
						
							
							
								 
						
							
								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. 
							
						 
						
							2015-12-02 22:40:22 +01:00  
				
					
						
							
							
								 
						
							
								ec98deeb8c 
								
							 
						 
						
							
							
								
								UI: Keep repository settings menu button right  
							
							
							
						 
						
							2015-12-02 22:06:50 +01:00  
				
					
						
							
							
								 
						
							
								61fdd8c571 
								
							 
						 
						
							
							
								
								Commits & files UI: SUI fixed single line table  
							
							... 
							
							
							
							Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.
NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table. 
							
						 
						
							2015-12-02 21:57:39 +01:00  
				
					
						
							
							
								 
						
							
								99b958db43 
								
							 
						 
						
							
							
								
								UI: Mark top menu icons blue only when non-zero  
							
							
							
						 
						
							2015-12-02 21:38:52 +01:00  
				
					
						
							
							
								 
						
							
								926e91820a 
								
							 
						 
						
							
							
								
								#2071  Diff is not showing full content when has super long one line  
							
							
							
						 
						
							2015-12-02 01:10:13 -05:00  
				
					
						
							
							
								 
						
							
								0be8b1b1a1 
								
							 
						 
						
							
							
								
								#2052  Ability to batch delete system notices  
							
							
							
						 
						
							2015-12-01 23:33:08 -05:00  
				
					
						
							
							
								 
						
							
								5572884c6b 
								
							 
						 
						
							
							
								
								fix   #2057  
							
							
							
						 
						
							2015-12-01 20:51:31 -05:00  
				
					
						
							
							
								 
						
							
								3460ec1039 
								
							 
						 
						
							
							
								
								update REMADE and locale  
							
							
							
						 
						
							2015-12-01 19:53:19 -05:00  
				
					
						
							
							
								 
						
							
								573305f3d3 
								
							 
						 
						
							
							
								
								LDAP: Optional user name attribute specification  
							
							... 
							
							
							
							Consider following LDAP search query example:
    (&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name. 
							
						 
						
							2015-12-02 00:20:14 +01:00  
				
					
						
							
							
								 
						
							
								b6d2b96259 
								
							 
						 
						
							
							
								
								Merge pull request  #2076  from Gibheer/new_mirror  
							
							... 
							
							
							
							add new mirror button to dashboard 
							
						 
						
							2015-12-01 16:33:00 -05:00  
				
					
						
							
							
								 
						
							
								3d54f6c0a4 
								
							 
						 
						
							
							
								
								add new mirror button to dashboard  
							
							... 
							
							
							
							This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist. 
							
						 
						
							2015-12-01 21:10:36 +01:00  
				
					
						
							
							
								 
						
							
								117afe7620 
								
							 
						 
						
							
							
								
								Merge pull request  #2069  from nanoant/patch/admin-see-all-organizations  
							
							... 
							
							
							
							Admin should be able to see all organizations 
							
						 
						
							2015-11-30 21:18:33 -05:00  
				
					
						
							
							
								 
						
							
								d3a5ff7b6b 
								
							 
						 
						
							
							
								
								fix   #2042  
							
							
							
						 
						
							2015-11-30 20:50:40 -05:00  
				
					
						
							
							
								 
						
							
								830d000667 
								
							 
						 
						
							
							
								
								finish wiki  
							
							
							
						 
						
							2015-11-30 20:45:55 -05:00  
				
					
						
							
							
								 
						
							
								e57b2dffa4 
								
							 
						 
						
							
							
								
								Admin should be able to see all organizations  
							
							... 
							
							
							
							This is follow-up for 56c66ee486 
							
						 
						
							2015-11-30 21:46:01 +01:00  
				
					
						
							
							
								 
						
							
								5d1f5f32d0 
								
							 
						 
						
							
							
								
								wiki: finish pages  
							
							
							
						 
						
							2015-11-27 02:16:12 -05:00  
				
					
						
							
							
								 
						
							
								e42fcb033d 
								
							 
						 
						
							
							
								
								wiki: finish edit  
							
							
							
						 
						
							2015-11-27 01:50:38 -05:00  
				
					
						
							
							
								 
						
							
								392f3ee210 
								
							 
						 
						
							
							
								
								wiki: finish new  
							
							
							
						 
						
							2015-11-27 00:24:24 -05:00  
				
					
						
							
							
								 
						
							
								c50a3503e6 
								
							 
						 
						
							
							
								
								introduce git-shell  
							
							
							
						 
						
							2015-11-26 17:33:45 -05:00  
				
					
						
							
							
								 
						
							
								2b10fdc4dc 
								
							 
						 
						
							
							
								
								Wiki: UI for page new  
							
							
							
						 
						
							2015-11-25 20:10:25 -05:00  
				
					
						
							
							
								 
						
							
								144663a3cf 
								
							 
						 
						
							
							
								
								allow admin to migrate for any user/org  
							
							
							
						 
						
							2015-11-25 00:55:37 -05:00  
				
					
						
							
							
								 
						
							
								3ca544912f 
								
							 
						 
						
							
							
								
								#1944  Drop /org/ URL path prefix in organization home page  
							
							
							
						 
						
							2015-11-24 19:14:00 -05:00  
				
					
						
							
							
								 
						
							
								7f9598141b 
								
							 
						 
						
							
							
								
								fix   #2020  
							
							
							
						 
						
							2015-11-24 18:49:34 -05:00  
				
					
						
							
							
								 
						
							
								56c66ee486 
								
							 
						 
						
							
							
								
								#2008  more supported git hooks  
							
							
							
						 
						
							2015-11-24 16:30:47 -05:00  
				
					
						
							
							
								 
						
							
								0128036514 
								
							 
						 
						
							
							
								
								#1681  some fixes for builtin SSH server on Windows  
							
							
							
						 
						
							2015-11-23 22:32:07 -05:00  
				
					
						
							
							
								 
						
							
								b2fb7e3fd2 
								
							 
						 
						
							
							
								
								more HTTP clone word fix  
							
							
							
						 
						
							2015-11-22 13:01:42 -05:00  
				
					
						
							
							
								 
						
							
								efaf60ba5a 
								
							 
						 
						
							
							
								
								fix   #2013  
							
							
							
						 
						
							2015-11-22 02:42:39 -05:00  
				
					
						
							
							
								 
						
							
								52c8f69163 
								
							 
						 
						
							
							
								
								fix   #650  
							
							
							
						 
						
							2015-11-22 01:32:09 -05:00  
				
					
						
							
							
								 
						
							
								b80e848d02 
								
							 
						 
						
							
							
								
								upgrade libs  
							
							
							
						 
						
							2015-11-21 21:09:18 -05:00  
				
					
						
							
							
								 
						
							
								8966750fd4 
								
							 
						 
						
							
							
								
								add some log  
							
							
							
						 
						
							2015-11-21 19:11:57 -05:00  
				
					
						
							
							
								 
						
							
								eea2e05da6 
								
							 
						 
						
							
							
								
								minor fix on  #1694  
							
							
							
						 
						
							2015-11-21 12:58:31 -05:00  
				
					
						
							
							
								 
						
							
								63cdee84d1 
								
							 
						 
						
							
							
								
								Fix admin configuration new ui  
							
							
							
						 
						
							2015-11-21 12:57:28 +01:00  
				
					
						
							
							
								 
						
							
								987dcc5372 
								
							 
						 
						
							
							
								
								fix   #1383  
							
							
							
						 
						
							2015-11-20 02:38:41 -05:00  
				
					
						
							
							
								 
						
							
								2158e6fc43 
								
							 
						 
						
							
							
								
								fix   #1997  
							
							
							
						 
						
							2015-11-19 11:40:00 -05:00  
				
					
						
							
							
								 
						
							
								915bf1d2e3 
								
							 
						 
						
							
							
								
								Merge pull request  #1994  from arthuroy/develop  
							
							... 
							
							
							
							Fix  #1965  - the hyperlink and the display name of the branch 
						
							2015-11-18 23:01:06 -05:00  
				
					
						
							
							
								 
						
							
								f455125d4d 
								
							 
						 
						
							
							
								
								fix   #878  
							
							
							
						 
						
							2015-11-18 21:21:47 -05:00  
				
					
						
							
							
								 
						
							
								2c653141a8 
								
							 
						 
						
							
							
								
								#1742  Update default branch in git repository while change in web view  
							
							
							
						 
						
							2015-11-18 19:32:23 -05:00  
				
					
						
							
							
								 
						
							
								e04c97b9fa 
								
							 
						 
						
							
							
								
								Fix   #1965  - the hyperlink and the display name of the branch  
							
							... 
							
							
							
							The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#' 
							
						 
						
							2015-11-19 07:31:55 +08:00  
				
					
						
							
							
								 
						
							
								f04d773f4f 
								
							 
						 
						
							
							
								
								UI: long organization name in create repository owner list  
							
							
							
						 
						
							2015-11-18 17:42:20 -05:00  
				
					
						
							
							
								 
						
							
								4325b01a58 
								
							 
						 
						
							
							
								
								minor fix for  #1992  
							
							
							
						 
						
							2015-11-18 17:19:36 -05:00  
				
					
						
							
							
								 
						
							
								56006da34b 
								
							 
						 
						
							
							
								
								fix   #1957  - disable version display  
							
							... 
							
							
							
							This allows the admin to disable the version information about gogs and
go in use in the footer. 
							
						 
						
							2015-11-18 22:32:31 +01:00  
				
					
						
							
							
								 
						
							
								efea642d6c 
								
							 
						 
						
							
							
								
								add admin op: delete missing repos  
							
							
							
						 
						
							2015-11-18 15:37:48 -05:00  
				
					
						
							
							
								 
						
							
								81d7359fdd 
								
							 
						 
						
							
							
								
								fix   #1981  
							
							
							
						 
						
							2015-11-18 15:11:37 -05:00  
				
					
						
							
							
								 
						
							
								d2808e38fe 
								
							 
						 
						
							
							
								
								fix   #1979  
							
							
							
						 
						
							2015-11-18 14:51:38 -05:00  
				
					
						
							
							
								 
						
							
								7a9777ae36 
								
							 
						 
						
							
							
								
								fix   #1990  
							
							
							
						 
						
							2015-11-18 14:12:10 -05:00  
				
					
						
							
							
								 
						
							
								62533560ce 
								
							 
						 
						
							
							
								
								fix   #1988  
							
							
							
						 
						
							2015-11-18 13:14:46 -05:00  
				
					
						
							
							
								 
						
							
								dc7e74ebb1 
								
							 
						 
						
							
							
								
								Merge pull request  #1769  from sapk/fix-admin-dashboard-new-ui  
							
							... 
							
							
							
							Fix admin dashboard new ui 
							
						 
						
							2015-11-18 10:24:35 -05:00  
				
					
						
							
							
								 
						
							
								ff5f14431e 
								
							 
						 
						
							
							
								
								fix   #1448  
							
							
							
						 
						
							2015-11-17 02:18:05 -05:00  
				
					
						
							
							
								 
						
							
								ec5f881384 
								
							 
						 
						
							
							
								
								fix CSS  
							
							
							
						 
						
							2015-11-16 23:30:05 -05:00  
				
					
						
							
							
								 
						
							
								9ab96172fc 
								
							 
						 
						
							
							
								
								new watchers, stars and forks UI  
							
							
							
						 
						
							2015-11-16 23:28:46 -05:00  
				
					
						
							
							
								 
						
							
								e06558e208 
								
							 
						 
						
							
							
								
								#1922  Pull request fail to merge with BIN  
							
							
							
						 
						
							2015-11-16 21:18:04 -05:00  
				
					
						
							
							
								 
						
							
								cceb3364bb 
								
							 
						 
						
							
							
								
								CSS fix  
							
							
							
						 
						
							2015-11-16 11:33:46 -05:00  
				
					
						
							
							
								 
						
							
								d370effca5 
								
							 
						 
						
							
							
								
								minor fix for  #1961  
							
							
							
						 
						
							2015-11-16 11:20:11 -05:00  
				
					
						
							
							
								 
						
							
								29ed7872f8 
								
							 
						 
						
							
							
								
								repo sidebar active class  
							
							
							
						 
						
							2015-11-16 11:16:52 -05:00  
				
					
						
							
							
								 
						
							
								5dc3dd1704 
								
							 
						 
						
							
							
								
								fix   #1960  
							
							
							
						 
						
							2015-11-16 11:11:59 -05:00  
				
					
						
							
							
								 
						
							
								134d8e7681 
								
							 
						 
						
							
							
								
								work on  #1961  
							
							
							
						 
						
							2015-11-16 10:14:12 -05:00  
				
					
						
							
							
								 
						
							
								951037c0ae 
								
							 
						 
						
							
							
								
								remove test code  
							
							
							
						 
						
							2015-11-16 00:16:43 -05:00  
				
					
						
							
							
								 
						
							
								7046df6028 
								
							 
						 
						
							
							
								
								UI fix  
							
							
							
						 
						
							2015-11-16 00:16:03 -05:00  
				
					
						
							
							
								 
						
							
								1db3ae6601 
								
							 
						 
						
							
							
								
								UI fix  
							
							
							
						 
						
							2015-11-16 00:03:23 -05:00  
				
					
						
							
							
								 
						
							
								612d0d6d25 
								
							 
						 
						
							
							
								
								minor HTML fix  
							
							
							
						 
						
							2015-11-15 23:59:39 -05:00  
				
					
						
							
							
								 
						
							
								18de67380c 
								
							 
						 
						
							
							
								
								fix   #1958  
							
							
							
						 
						
							2015-11-15 23:52:46 -05:00  
				
					
						
							
							
								 
						
							
								942284648e 
								
							 
						 
						
							
							
								
								fix markdown padding  
							
							
							
						 
						
							2015-11-15 14:50:35 -05:00  
				
					
						
							
							
								 
						
							
								4f03b81ec7 
								
							 
						 
						
							
							
								
								#1931  Test patch does not checkout correct base branch  
							
							
							
						 
						
							2015-11-15 14:41:36 -05:00  
				
					
						
							
							
								 
						
							
								b4970b3cc3 
								
							 
						 
						
							
							
								
								fix   #1948  
							
							
							
						 
						
							2015-11-15 14:05:51 -05:00  
				
					
						
							
							
								 
						
							
								7c80eba77f 
								
							 
						 
						
							
							
								
								minor UI fix and fix ssh race  
							
							
							
						 
						
							2015-11-14 13:21:31 -05:00  
				
					
						
							
							
								 
						
							
								7b1c10ea7e 
								
							 
						 
						
							
							
								
								new repo ui  
							
							... 
							
							
							
							- copy link button: #1396 , #1168 , #1668 ,
- synxtax highlight: #1712 , #1549 , #1315 , #670 
- z-index: #1942  
							
						 
						
							2015-11-14 04:34:01 -05:00  
				
					
						
							
							
								 
						
							
								1d57f0d64f 
								
							 
						 
						
							
							
								
								Show custom avatars in commits  
							
							
							
						 
						
							2015-11-13 17:10:25 -05:00  
				
					
						
							
							
								 
						
							
								6a664e88c7 
								
							 
						 
						
							
							
								
								#1854  show issue content  
							
							
							
						 
						
							2015-11-13 12:11:45 -05:00  
				
					
						
							
							
								 
						
							
								0f438ef0b3 
								
							 
						 
						
							
							
								
								new dashboard ui  
							
							
							
						 
						
							2015-11-13 12:05:48 -05:00  
				
					
						
							
							
								 
						
							
								a6c7716742 
								
							 
						 
						
							
							
								
								minor fix for  #1935  and  fix   #1854  
							
							
							
						 
						
							2015-11-13 10:05:50 -05:00  
				
					
						
							
							
								 
						
							
								1bfebdcdf6 
								
							 
						 
						
							
							
								
								#1854  improves  
							
							
							
						 
						
							2015-11-13 00:01:51 +03:00  
				
					
						
							
							
								 
						
							
								588a0db218 
								
							 
						 
						
							
							
								
								#1854  issue title at dashboard  
							
							
							
						 
						
							2015-11-12 23:09:48 +03:00  
				
					
						
							
							
								 
						
							
								10427b2178 
								
							 
						 
						
							
							
								
								fix   #1930  
							
							
							
						 
						
							2015-11-12 12:32:40 -05:00  
				
					
						
							
							
								 
						
							
								675cd997d8 
								
							 
						 
						
							
							
								
								minor tabindex fix  
							
							
							
						 
						
							2015-11-11 16:24:13 -05:00  
				
					
						
							
							
								 
						
							
								908f2924ce 
								
							 
						 
						
							
							
								
								fix   #1824  and  fix   #1917  
							
							
							
						 
						
							2015-11-11 16:19:28 -05:00  
				
					
						
							
							
								 
						
							
								7835c2212c 
								
							 
						 
						
							
							
								
								issue  #1824  add tabindex  
							
							
							
						 
						
							2015-11-11 22:59:06 +03:00  
				
					
						
							
							
								 
						
							
								3b62a0fe0e 
								
							 
						 
						
							
							
								
								fix   #1572  fix file histrory paging issue  
							
							
							
						 
						
							2015-11-10 16:46:17 -05:00  
				
					
						
							
							
								 
						
							
								0d4498429c 
								
							 
						 
						
							
							
								
								work on  #1904  
							
							
							
						 
						
							2015-11-09 02:13:25 -05:00  
				
					
						
							
							
								 
						
							
								3ec650b0ef 
								
							 
						 
						
							
							
								
								update version  
							
							
							
						 
						
							2015-11-08 17:03:21 -05:00  
				
					
						
							
							
								 
						
							
								b55499d039 
								
							 
						 
						
							
							
								
								go vet and  fix   #1890  
							
							
							
						 
						
							2015-11-08 14:31:49 -05:00  
				
					
						
							
							
								 
						
							
								58436b5ea5 
								
							 
						 
						
							
							
								
								prepare 0.7.0  
							
							
							
						 
						
							2015-11-08 11:08:13 -05:00  
				
					
						
							
							
								 
						
							
								676d774d88 
								
							 
						 
						
							
							
								
								fix   #1902  
							
							
							
						 
						
							2015-11-07 00:39:45 -05:00  
				
					
						
							
							
								 
						
							
								54ca0b2f09 
								
							 
						 
						
							
							
								
								#1433  images with links in Markdown  
							
							... 
							
							
							
							- #1904  minor fix on image link 
							
						 
						
							2015-11-06 11:10:27 -05:00  
				
					
						
							
							
								 
						
							
								2bd64621fc 
								
							 
						 
						
							
							
								
								#1900  last updatede time not update after push  
							
							
							
						 
						
							2015-11-05 19:18:59 -05:00  
				
					
						
							
							
								 
						
							
								f255b1e86d 
								
							 
						 
						
							
							
								
								#1896  fatal when no needed update task  
							
							
							
						 
						
							2015-11-04 21:57:10 -05:00  
				
					
						
							
							
								 
						
							
								603c7389b8 
								
							 
						 
						
							
							
								
								#1459  Dashboard issues lacks sorting  
							
							
							
						 
						
							2015-11-04 12:50:02 -05:00  
				
					
						
							
							
								 
						
							
								00eb2b221f 
								
							 
						 
						
							
							
								
								fix   #1876  
							
							
							
						 
						
							2015-11-04 10:16:50 -05:00  
				
					
						
							
							
								 
						
							
								1b5e1bebc2 
								
							 
						 
						
							
							
								
								fix   #1886  
							
							
							
						 
						
							2015-11-04 00:32:25 -05:00  
				
					
						
							
							
								 
						
							
								6f0a41b8b2 
								
							 
						 
						
							
							
								
								#1511  Allow local import only for admin users  
							
							
							
						 
						
							2015-11-03 18:40:52 -05:00  
				
					
						
							
							
								 
						
							
								25ec20d525 
								
							 
						 
						
							
							
								
								#1838  update merge base before generate new patch  
							
							
							
						 
						
							2015-11-03 17:25:39 -05:00  
				
					
						
							
							
								 
						
							
								8e262f3ec4 
								
							 
						 
						
							
							
								
								update locales  
							
							
							
						 
						
							2015-11-03 14:34:21 -05:00  
				
					
						
							
							
								 
						
							
								0af035c37e 
								
							 
						 
						
							
							
								
								#1078  not show bin when rename a file  
							
							
							
						 
						
							2015-11-03 09:52:17 -05:00  
				
					
						
							
							
								 
						
							
								bc82157216 
								
							 
						 
						
							
							
								
								fix   #1078  
							
							
							
						 
						
							2015-11-02 19:55:24 -05:00  
				
					
						
							
							
								 
						
							
								8eb4c3121a 
								
							 
						 
						
							
							
								
								work on  #1880  
							
							
							
						 
						
							2015-11-02 18:54:47 -05:00  
				
					
						
							
							
								 
						
							
								75aab86a8d 
								
							 
						 
						
							
							
								
								fix problem with  #1879  
							
							
							
						 
						
							2015-11-02 14:01:19 -05:00  
				
					
						
							
							
								 
						
							
								92535c9df0 
								
							 
						 
						
							
							
								
								update some libs  
							
							
							
						 
						
							2015-11-02 02:00:12 -05:00  
				
					
						
							
							
								 
						
							
								cb100c7781 
								
							 
						 
						
							
							
								
								work  #1705  
							
							
							
						 
						
							2015-10-31 23:18:58 -04:00  
				
					
						
							
							
								 
						
							
								5cad124704 
								
							 
						 
						
							
							
								
								fix   #1697  
							
							
							
						 
						
							2015-10-31 19:10:44 -04:00  
				
					
						
							
							
								 
						
							
								fad31ca302 
								
							 
						 
						
							
							
								
								work on  #1748  
							
							
							
						 
						
							2015-10-31 18:59:07 -04:00  
				
					
						
							
							
								 
						
							
								16feb5b655 
								
							 
						 
						
							
							
								
								minor fix on  #1863  
							
							
							
						 
						
							2015-10-31 12:04:04 -04:00  
				
					
						
							
							
								 
						
							
								4323a89c03 
								
							 
						 
						
							
							
								
								Add go-source directive to repo pages  
							
							... 
							
							
							
							This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links  
							
						 
						
							2015-10-30 14:00:09 +01:00  
				
					
						
							
							
								 
						
							
								0fe6fe663e 
								
							 
						 
						
							
							
								
								fix e-mail type  
							
							
							
						 
						
							2015-10-29 21:10:01 -04:00  
				
					
						
							
							
								 
						
							
								7d72c8333e 
								
							 
						 
						
							
							
								
								work on  #470  and fix miror JS issue when choose targets on compare and pull  
							
							
							
						 
						
							2015-10-29 21:09:48 -04:00  
				
					
						
							
							
								 
						
							
								706b0f72e2 
								
							 
						 
						
							
							
								
								fix issue comment mention and autofix count when start  
							
							
							
						 
						
							2015-10-29 20:40:57 -04:00  
				
					
						
							
							
								 
						
							
								b9f5def5dc 
								
							 
						 
						
							
							
								
								fix insecure tls when trigger task  
							
							
							
						 
						
							2015-10-26 09:16:24 -04:00  
				
					
						
							
							
								 
						
							
								022820103d 
								
							 
						 
						
							
							
								
								#1657  allow forcing all private repos  
							
							
							
						 
						
							2015-10-25 04:26:26 -04:00  
				
					
						
							
							
								 
						
							
								c3ba5590c9 
								
							 
						 
						
							
							
								
								Reopen PR need retest patch  
							
							
							
						 
						
							2015-10-25 03:10:22 -04:00  
				
					
						
							
							
								 
						
							
								0fbb8c8826 
								
							 
						 
						
							
							
								
								New push to head repo of head branch: regenerate patch and retest apply  
							
							
							
						 
						
							2015-10-24 03:36:47 -04:00  
				
					
						
							
							
								 
						
							
								c6ce6bd4c2 
								
							 
						 
						
							
							
								
								work on  #1830  
							
							
							
						 
						
							2015-10-23 10:31:13 -04:00  
				
					
						
							
							
								 
						
							
								04af4b24fd 
								
							 
						 
						
							
							
								
								work on  #1818  
							
							
							
						 
						
							2015-10-22 14:47:32 -04:00  
				
					
						
							
							
								 
						
							
								fc7959d3bc 
								
							 
						 
						
							
							
								
								New/reopen PR checks if there is any unmerged and open PR  
							
							
							
						 
						
							2015-10-18 19:30:39 -04:00  
				
					
						
							
							
								 
						
							
								4dc6285715 
								
							 
						 
						
							
							
								
								add new status: checking  
							
							
							
						 
						
							2015-10-18 17:18:54 -04:00  
				
					
						
							
							
								 
						
							
								6599869f28 
								
							 
						 
						
							
							
								
								#1790  fast return for too large diff  
							
							
							
						 
						
							2015-10-17 17:25:45 -04:00  
				
					
						
							
							
								 
						
							
								932dbccb67 
								
							 
						 
						
							
							
								
								fix import path,  fix   #1782  
							
							
							
						 
						
							2015-10-15 21:28:12 -04:00  
				
					
						
							
							
								 
						
							
								5edc2f6d6c 
								
							 
						 
						
							
							
								
								Fix indent tmpl  
							
							
							
						 
						
							2015-10-14 01:09:33 +02:00  
				
					
						
							
							
								 
						
							
								ae0fadeb0e 
								
							 
						 
						
							
							
								
								To quick to copy-paste  
							
							
							
						 
						
							2015-10-13 02:08:13 +02:00  
				
					
						
							
							
								 
						
							
								e1c04f043b 
								
							 
						 
						
							
							
								
								Implement new ui to dashboard  
							
							
							
						 
						
							2015-10-13 01:40:35 +02:00  
				
					
						
							
							
								 
						
							
								aff49b1c9e 
								
							 
						 
						
							
							
								
								unified API error response  
							
							
							
						 
						
							2015-10-08 20:36:07 -04:00  
				
					
						
							
							
								 
						
							
								19c3745488 
								
							 
						 
						
							
							
								
								fix quick guide style  
							
							
							
						 
						
							2015-10-07 23:11:32 -04:00  
				
					
						
							
							
								 
						
							
								db00aa7653 
								
							 
						 
						
							
							
								
								add log for trigger hook when push through SSH  
							
							
							
						 
						
							2015-10-05 09:46:00 -04:00  
				
					
						
							
							
								 
						
							
								215920772a 
								
							 
						 
						
							
							
								
								save PR info as patch and minor fix on PR  
							
							
							
						 
						
							2015-10-04 20:54:06 -04:00  
				
					
						
							
							
								 
						
							
								280fde9b7c 
								
							 
						 
						
							
							
								
								added links to forks/watchers/stars in new layout header  
							
							
							
						 
						
							2015-10-03 18:04:44 +02:00  
				
					
						
							
							
								 
						
							
								4465c58f4b 
								
							 
						 
						
							
							
								
								new quick start page  
							
							
							
						 
						
							2015-10-02 19:58:36 -04:00  
				
					
						
							
							
								 
						
							
								5c39d3fa7d 
								
							 
						 
						
							
							
								
								changed integrated page number to GET  
							
							
							
						 
						
							2015-10-02 10:04:11 +02:00  
				
					
						
							
							
								 
						
							
								87d64acc9f 
								
							 
						 
						
							
							
								
								fixed HTML indenting  
							
							
							
						 
						
							2015-10-01 16:16:11 +02:00  
				
					
						
							
							
								 
						
							
								c8aa9c6cb1 
								
							 
						 
						
							
							
								
								implemented  #1721 : see users who forked/starred/watched a repository  
							
							
							
						 
						
							2015-10-01 15:51:46 +02:00  
				
					
						
							
							
								 
						
							
								ecd59deb27 
								
							 
						 
						
							
							
								
								implemented  #1721 : see users who forked/starred/watched a repository  
							
							
							
						 
						
							2015-10-01 15:17:27 +02:00  
				
					
						
							
							
								 
						
							
								d5ad4e1141 
								
							 
						 
						
							
							
								
								prepare release  
							
							
							
						 
						
							2015-09-26 14:09:09 -04:00  
				
					
						
							
							
								 
						
							
								6dfee30bf0 
								
							 
						 
						
							
							
								
								#1602  Wrong commit order on issue page when pushing multiple commits  
							
							
							
						 
						
							2015-09-25 20:35:56 -04:00  
				
					
						
							
							
								 
						
							
								21e13cb51e 
								
							 
						 
						
							
							
								
								#1525  Triggere mailer for admin created accounts  
							
							
							
						 
						
							2015-09-25 19:45:44 -04:00  
				
					
						
							
							
								 
						
							
								986447335d 
								
							 
						 
						
							
							
								
								#1693  minor fix  
							
							
							
						 
						
							2015-09-25 19:07:21 -04:00  
				
					
						
							
							
								 
						
							
								84c727ae66 
								
							 
						 
						
							
							
								
								Merge pull request  #1693  from sapk/fix-admin-repo-new-ui  
							
							... 
							
							
							
							Fix admin repos new ui 
							
						 
						
							2015-09-25 19:05:27 -04:00  
				
					
						
							
							
								 
						
							
								dfc16d0879 
								
							 
						 
						
							
							
								
								Fix admin repos new ui  
							
							
							
						 
						
							2015-09-26 00:38:43 +02:00  
				
					
						
							
							
								 
						
							
								c98dad1cf3 
								
							 
						 
						
							
							
								
								New admin organization UI  
							
							
							
						 
						
							2015-09-25 19:54:52 +02:00  
				
					
						
							
							
								 
						
							
								fefce965f9 
								
							 
						 
						
							
							
								
								Add total next to system notice  
							
							
							
						 
						
							2015-09-25 18:36:05 +02:00  
				
					
						
							
							
								 
						
							
								14a1101139 
								
							 
						 
						
							
							
								
								New admin notice UI based on user list example  
							
							
							
						 
						
							2015-09-25 18:13:38 +02:00  
				
					
						
							
							
								 
						
							
								043ded0896 
								
							 
						 
						
							
							
								
								fix   #1683  
							
							
							
						 
						
							2015-09-24 18:42:29 -04:00  
				
					
						
							
							
								 
						
							
								befed9c20c 
								
							 
						 
						
							
							
								
								Merge pull request  #1662  from SergioBenitez/develop  
							
							... 
							
							
							
							Commit messages now rendered with line breaks and prefix spacing. 
							
						 
						
							2015-09-24 17:23:53 -04:00  
				
					
						
							
							
								 
						
							
								69b1d65c9b 
								
							 
						 
						
							
							
								
								remove unused file and update locale  
							
							
							
						 
						
							2015-09-20 23:29:59 -04:00  
				
					
						
							
							
								 
						
							
								7acbcf9ddd 
								
							 
						 
						
							
							
								
								Commit messages now rendered with line breaks and prefix spacing.  
							
							
							
						 
						
							2015-09-18 19:02:23 -07:00  
				
					
						
							
							
								 
						
							
								d9c5b3bcee 
								
							 
						 
						
							
							
								
								#1659  fix change label title resets color  
							
							
							
						 
						
							2015-09-18 06:18:31 -04:00  
				
					
						
							
							
								 
						
							
								86d3c5cbb3 
								
							 
						 
						
							
							
								
								update Docker info  
							
							
							
						 
						
							2015-09-17 19:18:49 -04:00  
				
					
						
							
							
								 
						
							
								3fb1b6a608 
								
							 
						 
						
							
							
								
								drop oauth2 feature support  
							
							
							
						 
						
							2015-09-17 16:11:44 -04:00  
				
					
						
							
							
								 
						
							
								562e47f31c 
								
							 
						 
						
							
							
								
								finish all new template for current ones  
							
							
							
						 
						
							2015-09-17 15:45:36 -04:00  
				
					
						
							
							
								 
						
							
								9d36fc6986 
								
							 
						 
						
							
							
								
								finish new auth e-mails  
							
							
							
						 
						
							2015-09-17 14:57:24 -04:00  
				
					
						
							
							
								 
						
							
								923873db85 
								
							 
						 
						
							
							
								
								fix possible XSS in view issue page  
							
							
							
						 
						
							2015-09-17 14:22:46 -04:00  
				
					
						
							
							
								 
						
							
								373731f5e8 
								
							 
						 
						
							
							
								
								user gomail and new activate account email tpl  
							
							... 
							
							
							
							- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header 
							
						 
						
							2015-09-17 01:54:12 -04:00  
				
					
						
							
							
								 
						
							
								2729eb998c 
								
							 
						 
						
							
							
								
								#1646  and other minor fixes  
							
							
							
						 
						
							2015-09-16 15:34:46 -04:00  
				
					
						
							
							
								 
						
							
								6a1907d994 
								
							 
						 
						
							
							
								
								revert simple LDAP userDN and update example  
							
							
							
						 
						
							2015-09-16 12:15:14 -04:00  
				
					
						
							
							
								 
						
							
								e4ecbcdf4a 
								
							 
						 
						
							
							
								
								new sign in page  
							
							
							
						 
						
							2015-09-14 22:50:44 -04:00  
				
					
						
							
							
								 
						
							
								f5c7f22cc8 
								
							 
						 
						
							
							
								
								#1637  able to skip verify for LDAP  
							
							
							
						 
						
							2015-09-14 15:48:51 -04:00  
				
					
						
							
							
								 
						
							
								d600530c20 
								
							 
						 
						
							
							
								
								#1635  PAM return error bug  
							
							
							
						 
						
							2015-09-14 11:03:42 -04:00  
				
					
						
							
							
								 
						
							
								5f1183cecf 
								
							 
						 
						
							
							
								
								#697  add install option  
							
							
							
						 
						
							2015-09-13 12:14:32 -04:00  
				
					
						
							
							
								 
						
							
								98108e379d 
								
							 
						 
						
							
							
								
								#697  update locale and admin panel  
							
							
							
						 
						
							2015-09-13 11:16:29 -04:00  
				
					
						
							
							
								 
						
							
								83e747bfda 
								
							 
						 
						
							
							
								
								#697  and  #1606  and new admin edit user UI  
							
							
							
						 
						
							2015-09-13 11:07:21 -04:00  
				
					
						
							
							
								 
						
							
								e5ed5904c6 
								
							 
						 
						
							
							
								
								#1606  GUI bug while adding ldap user  
							
							
							
						 
						
							2015-09-13 10:05:18 -04:00  
				
					
						
							
							
								 
						
							
								1fa5b6711b 
								
							 
						 
						
							
							
								
								fix html logic  
							
							
							
						 
						
							2015-09-13 09:56:50 -04:00  
				
					
						
							
							
								 
						
							
								8e0a69f86a 
								
							 
						 
						
							
							
								
								#697  disable captcha and new admin create user UI  
							
							
							
						 
						
							2015-09-13 09:51:51 -04:00  
				
					
						
							
							
								 
						
							
								cd37fccdfb 
								
							 
						 
						
							
							
								
								#1625  remove auto_register and makes it default  
							
							
							
						 
						
							2015-09-12 20:58:51 -04:00  
				
					
						
							
							
								 
						
							
								aff773f1b9 
								
							 
						 
						
							
							
								
								add tidb support  
							
							
							
						 
						
							2015-09-12 15:31:36 -04:00  
				
					
						
							
							
								 
						
							
								ed5a61153f 
								
							 
						 
						
							
							
								
								fix   #1629  
							
							
							
						 
						
							2015-09-12 07:17:37 -04:00  
				
					
						
							
							
								 
						
							
								c7ac237b57 
								
							 
						 
						
							
							
								
								fix css  
							
							
							
						 
						
							2015-09-11 20:49:28 -04:00  
				
					
						
							
							
								 
						
							
								be89802bd8 
								
							 
						 
						
							
							
								
								new admin user list UI  
							
							
							
						 
						
							2015-09-11 20:42:26 -04:00  
				
					
						
							
							
								 
						
							
								362d64df04 
								
							 
						 
						
							
							
								
								#1620  add allowed domains for SMTP auth  
							
							
							
						 
						
							2015-09-11 13:32:33 -04:00  
				
					
						
							
							
								 
						
							
								373ef5d15e 
								
							 
						 
						
							
							
								
								#1500  timezone minutes offset  
							
							
							
						 
						
							2015-09-11 12:33:27 -04:00  
				
					
						
							
							
								 
						
							
								121a81a2c5 
								
							 
						 
						
							
							
								
								finish new edit auth UI  
							
							
							
						 
						
							2015-09-11 12:03:08 -04:00  
				
					
						
							
							
								 
						
							
								0617448282 
								
							 
						 
						
							
							
								
								finish new add auth UI  
							
							
							
						 
						
							2015-09-10 17:11:41 -04:00  
				
					
						
							
							
								 
						
							
								fa728d8dff 
								
							 
						 
						
							
							
								
								more minor fix on 1581  
							
							
							
						 
						
							2015-09-10 15:45:03 -04:00  
				
					
						
							
							
								 
						
							
								cbd6276200 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/SergioBenitez/gogs  into develop  
							
							... 
							
							
							
							# Conflicts:
#	modules/bindata/bindata.go 
							
						 
						
							2015-09-10 14:55:29 -04:00  
				
					
						
							
							
								 
						
							
								52ec80fa18 
								
							 
						 
						
							
							
								
								finish all new user settings UI  
							
							
							
						 
						
							2015-09-10 11:40:34 -04:00  
				
					
						
							
							
								 
						
							
								c8d92fad30 
								
							 
						 
						
							
							
								
								#1595  pushing new branch will rereference issues in previous branch  
							
							
							
						 
						
							2015-09-10 07:53:40 -04:00  
				
					
						
							
							
								 
						
							
								964d0262ff 
								
							 
						 
						
							
							
								
								Merged conflicts.  
							
							
							
						 
						
							2015-09-09 13:44:51 -07:00  
				
					
						
							
							
								 
						
							
								b75d0378cb 
								
							 
						 
						
							
							
								
								clean log  
							
							
							
						 
						
							2015-09-09 12:42:24 -04:00  
				
					
						
							
							
								 
						
							
								f432f1f41c 
								
							 
						 
						
							
							
								
								#1604  suburl for release md preview  
							
							
							
						 
						
							2015-09-08 10:05:57 -04:00  
				
					
						
							
							
								 
						
							
								6f6f38e7c3 
								
							 
						 
						
							
							
								
								#1603  suburl for comment attachments  
							
							
							
						 
						
							2015-09-08 09:09:40 -04:00  
				
					
						
							
							
								 
						
							
								af324a6165 
								
							 
						 
						
							
							
								
								adjust icon css  
							
							
							
						 
						
							2015-09-07 16:12:58 -04:00  
				
					
						
							
							
								 
						
							
								7b0ae27549 
								
							 
						 
						
							
							
								
								#1599  org dashboard icon css  
							
							
							
						 
						
							2015-09-07 15:37:34 -04:00  
				
					
						
							
							
								 
						
							
								31e7b0f588 
								
							 
						 
						
							
							
								
								#1599  status button mrigin-right  
							
							
							
						 
						
							2015-09-07 15:22:52 -04:00  
				
					
						
							
							
								 
						
							
								03ea29eb36 
								
							 
						 
						
							
							
								
								minor fix on icon  
							
							
							
						 
						
							2015-09-07 15:03:31 -04:00  
				
					
						
							
							
								 
						
							
								cc83043edc 
								
							 
						 
						
							
							
								
								minor fix on template  
							
							
							
						 
						
							2015-09-07 14:02:09 -04:00  
				
					
						
							
							
								 
						
							
								645d4d0c5b 
								
							 
						 
						
							
							
								
								#1594  Collaborative Repositories missing suburl on Dashboard  
							
							
							
						 
						
							2015-09-07 05:57:19 -04:00  
				
					
						
							
							
								 
						
							
								c38754d432 
								
							 
						 
						
							
							
								
								#1191  allow upload avatar for org  
							
							... 
							
							
							
							Signed-off-by: Unknwon <u@gogs.io> 
							
						 
						
							2015-09-06 17:12:02 -04:00  
				
					
						
							
							
								 
						
							
								85f34ba538 
								
							 
						 
						
							
							
								
								new user profile settings UI  
							
							... 
							
							
							
							Signed-off-by: Unknwon <u@gogs.io> 
							
						 
						
							2015-09-06 16:31:22 -04:00  
				
					
						
							
							
								 
						
							
								00767a0522 
								
							 
						 
						
							
							
								
								finish new org settings page  
							
							
							
						 
						
							2015-09-06 11:25:08 -04:00  
				
					
						
							
							
								 
						
							
								4dbc322859 
								
							 
						 
						
							
							
								
								fix org header order  
							
							
							
						 
						
							2015-09-06 11:01:05 -04:00  
				
					
						
							
							
								 
						
							
								edc99bc8a4 
								
							 
						 
						
							
							
								
								new org options UI  
							
							
							
						 
						
							2015-09-06 10:56:31 -04:00  
				
					
						
							
							
								 
						
							
								80701d45bb 
								
							 
						 
						
							
							
								
								#1193  Make organization emails non-mandatory  
							
							
							
						 
						
							2015-09-06 10:08:14 -04:00  
				
					
						
							
							
								 
						
							
								24658fcbdd 
								
							 
						 
						
							
							
								
								#633  dix suburl  
							
							
							
						 
						
							2015-09-06 06:57:25 -04:00  
				
					
						
							
							
								 
						
							
								705224353b 
								
							 
						 
						
							
							
								
								minor fix  
							
							
							
						 
						
							2015-09-05 19:58:44 -04:00  
				
					
						
							
							
								 
						
							
								119dec51f2 
								
							 
						 
						
							
							
								
								Mirror repository should not allow fork  
							
							
							
						 
						
							2015-09-05 14:31:52 -04:00  
				
					
						
							
							
								 
						
							
								d48cde6ec8 
								
							 
						 
						
							
							
								
								#633  emoji  
							
							
							
						 
						
							2015-09-05 14:14:03 -04:00  
				
					
						
							
							
								 
						
							
								3b0c2cb480 
								
							 
						 
						
							
							
								
								#633  Add Emoji support  
							
							
							
						 
						
							2015-09-05 14:11:05 -04:00  
				
					
						
							
							
								 
						
							
								b80aef0fa6 
								
							 
						 
						
							
							
								
								remove dashboard operations table header  
							
							
							
						 
						
							2015-09-05 16:57:25 +02:00  
				
					
						
							
							
								 
						
							
								1c2dbd7183 
								
							 
						 
						
							
							
								
								fix dropdown style  
							
							
							
						 
						
							2015-09-05 05:06:03 -04:00  
				
					
						
							
							
								 
						
							
								aa9c36514f 
								
							 
						 
						
							
							
								
								Merged conflicts.  
							
							
							
						 
						
							2015-09-04 20:49:07 -07:00  
				
					
						
							
							
								 
						
							
								2d1db4bf05 
								
							 
						 
						
							
							
								
								Added LDAP simple auth support.  
							
							
							
						 
						
							2015-09-04 20:48:34 -07:00  
				
					
						
							
							
								 
						
							
								07fe846c9f 
								
							 
						 
						
							
							
								
								#1579  change e-mail max length to 254  
							
							
							
						 
						
							2015-09-04 10:59:34 -04:00  
				
					
						
							
							
								 
						
							
								d023e81a8f 
								
							 
						 
						
							
							
								
								#1577  explore paginator problem  
							
							
							
						 
						
							2015-09-04 05:54:22 -04:00  
				
					
						
							
							
								 
						
							
								38eb000d13 
								
							 
						 
						
							
							
								
								work on  #1570  
							
							
							
						 
						
							2015-09-03 08:09:08 -04:00  
				
					
						
							
							
								 
						
							
								8481adb255 
								
							 
						 
						
							
							
								
								remove test strings  
							
							
							
						 
						
							2015-09-03 05:34:23 -04:00  
				
					
						
							
							
								 
						
							
								2a2a8cd619 
								
							 
						 
						
							
							
								
								ui and pulls index fix  
							
							
							
						 
						
							2015-09-03 03:49:50 -04:00  
				
					
						
							
							
								 
						
							
								5c5ccddb02 
								
							 
						 
						
							
							
								
								fix buttons style  
							
							
							
						 
						
							2015-09-02 20:04:18 -04:00  
				
					
						
							
							
								 
						
							
								c0a899b151 
								
							 
						 
						
							
							
								
								css fix  
							
							
							
						 
						
							2015-09-02 18:32:23 -04:00  
				
					
						
							
							
								 
						
							
								768c78d143 
								
							 
						 
						
							
							
								
								update semantic  
							
							
							
						 
						
							2015-09-02 17:53:11 -04:00  
				
					
						
							
							
								 
						
							
								83dc2468f5 
								
							 
						 
						
							
							
								
								finish initial version of pull request  
							
							
							
						 
						
							2015-09-02 16:18:09 -04:00  
				
					
						
							
							
								 
						
							
								842770d7fb 
								
							 
						 
						
							
							
								
								add merger info and news feed  
							
							
							
						 
						
							2015-09-02 11:24:55 -04:00  
				
					
						
							
							
								 
						
							
								953bb06857 
								
							 
						 
						
							
							
								
								basic PR feature  
							
							
							
						 
						
							2015-09-02 09:26:56 -04:00  
				
					
						
							
							
								 
						
							
								1abfe4e05f 
								
							 
						 
						
							
							
								
								PR: nothing to commit and has pull request check  
							
							
							
						 
						
							2015-09-02 05:09:12 -04:00  
				
					
						
							
							
								 
						
							
								37e0cee877 
								
							 
						 
						
							
							
								
								finish PR UI  
							
							
							
						 
						
							2015-09-02 04:08:05 -04:00  
				
					
						
							
							
								 
						
							
								2ac8e11f46 
								
							 
						 
						
							
							
								
								#842  able to use access token replace basic auth  
							
							
							
						 
						
							2015-09-02 02:40:15 -04:00  
				
					
						
							
							
								 
						
							
								ebf1bd4f51 
								
							 
						 
						
							
							
								
								add view pull desc  
							
							
							
						 
						
							2015-09-01 19:26:39 -04:00  
				
					
						
							
							
								 
						
							
								8c046073a8 
								
							 
						 
						
							
							
								
								work on PR conversation  
							
							
							
						 
						
							2015-09-01 19:07:02 -04:00  
				
					
						
							
							
								 
						
							
								670ade9a61 
								
							 
						 
						
							
							
								
								#1206  does not allow fork bare repo  
							
							
							
						 
						
							2015-09-01 11:57:02 -04:00  
				
					
						
							
							
								 
						
							
								398569f6f8 
								
							 
						 
						
							
							
								
								#1021  Forked repo unavailable after deleting original repo  
							
							
							
						 
						
							2015-09-01 11:43:53 -04:00  
				
					
						
							
							
								 
						
							
								8af094967f 
								
							 
						 
						
							
							
								
								#1377  add rename repo action  
							
							
							
						 
						
							2015-09-01 09:29:52 -04:00  
				
					
						
							
							
								 
						
							
								50dbc2732b 
								
							 
						 
						
							
							
								
								more fix on  #1553  
							
							
							
						 
						
							2015-09-01 08:13:45 -04:00  
				
					
						
							
							
								 
						
							
								7714e792a4 
								
							 
						 
						
							
							
								
								minor fixes on  #1551  
							
							
							
						 
						
							2015-09-01 07:04:35 -04:00  
				
					
						
							
							
								 
						
							
								67f07e21f5 
								
							 
						 
						
							
							
								
								Merge pull request  #1551  from peppage/explore-ui  
							
							... 
							
							
							
							Update Explore UI 
							
						 
						
							2015-09-01 06:37:46 -04:00  
				
					
						
							
							
								 
						
							
								17c2d1fc7c 
								
							 
						 
						
							
							
								
								fix dashboard 500 when no issues at all  
							
							... 
							
							
							
							- update locales
- update README 
							
						 
						
							2015-09-01 06:31:47 -04:00  
				
					
						
							
							
								 
						
							
								6c7a93a3ac 
								
							 
						 
						
							
							
								
								fix   #1553  
							
							
							
						 
						
							2015-09-01 05:44:36 -04:00  
				
					
						
							
							
								 
						
							
								c5629fe75a 
								
							 
						 
						
							
							
								
								use localization string  
							
							
							
						 
						
							2015-08-31 18:41:22 -04:00  
				
					
						
							
							
								 
						
							
								d1c5a5ed68 
								
							 
						 
						
							
							
								
								new explore UI  
							
							
							
						 
						
							2015-08-31 18:23:43 -04:00  
				
					
						
							
							
								 
						
							
								ee3e0c3c49 
								
							 
						 
						
							
							
								
								fix dropdown search  
							
							
							
						 
						
							2015-08-31 17:10:28 +09:00  
				
					
						
							
							
								 
						
							
								1ca257ad9f 
								
							 
						 
						
							
							
								
								rename fields  
							
							
							
						 
						
							2015-08-31 16:24:28 +09:00  
				
					
						
							
							
								 
						
							
								cb381078ff 
								
							 
						 
						
							
							
								
								finish new repo options page  
							
							
							
						 
						
							2015-08-31 13:36:31 +08:00  
				
					
						
							
							
								 
						
							
								c6b039c6f9 
								
							 
						 
						
							
							
								
								new repo options UI  
							
							
							
						 
						
							2015-08-30 03:21:59 +08:00  
				
					
						
							
							
								 
						
							
								9b9e5f0290 
								
							 
						 
						
							
							
								
								#1545  Cross reference the commit from the issue when it is closed by the commit  
							
							
							
						 
						
							2015-08-30 00:45:56 +08:00  
				
					
						
							
							
								 
						
							
								302938e646 
								
							 
						 
						
							
							
								
								#1333  Disable Gravatar option when install  
							
							
							
						 
						
							2015-08-30 00:22:26 +08:00  
				
					
						
							
							
								 
						
							
								9ef063cbb0 
								
							 
						 
						
							
							
								
								change checkbox ui  
							
							
							
						 
						
							2015-08-29 15:49:14 +08:00  
				
					
						
							
							
								 
						
							
								ea454c21f7 
								
							 
						 
						
							
							
								
								#1542  A way to skip TLS verify for SMTP authentication  
							
							
							
						 
						
							2015-08-29 15:45:58 +08:00  
				
					
						
							
							
								 
						
							
								55ddf225bb 
								
							 
						 
						
							
							
								
								webhook APIs  
							
							
							
						 
						
							2015-08-29 11:49:59 +08:00  
				
					
						
							
							
								 
						
							
								2f08e9f048 
								
							 
						 
						
							
							
								
								v0.6.7  
							
							
							
						 
						
							2015-08-28 23:39:58 +08:00  
				
					
						
							
							
								 
						
							
								f509c59ac1 
								
							 
						 
						
							
							
								
								new create webhook event  
							
							
							
						 
						
							2015-08-28 23:36:13 +08:00  
				
					
						
							
							
								 
						
							
								c7a4369db9 
								
							 
						 
						
							
							
								
								add readme template help link  
							
							
							
						 
						
							2015-08-28 19:23:02 +08:00  
				
					
						
							
							
								 
						
							
								a00194e665 
								
							 
						 
						
							
							
								
								work on  #1548  
							
							
							
						 
						
							2015-08-28 19:15:25 +08:00  
				
					
						
							
							
								 
						
							
								bb3b90fcd6 
								
							 
						 
						
							
							
								
								#1487  Readme Template  
							
							
							
						 
						
							2015-08-28 18:33:09 +08:00  
				
					
						
							
							
								 
						
							
								46bee50e45 
								
							 
						 
						
							
							
								
								complate list of gitignores and licenses  
							
							
							
						 
						
							2015-08-28 16:44:04 +08:00  
				
					
						
							
							
								 
						
							
								a7686e8749 
								
							 
						 
						
							
							
								
								#1203  bundle jquery with gogs  
							
							
							
						 
						
							2015-08-28 14:24:05 +08:00  
				
					
						
							
							
								 
						
							
								ff35a37769 
								
							 
						 
						
							
							
								
								#1458 : Authorities were messed up when using mysql database  
							
							
							
						 
						
							2015-08-28 13:51:15 +08:00  
				
					
						
							
							
								 
						
							
								70e0153b93 
								
							 
						 
						
							
							
								
								add highlight js  
							
							
							
						 
						
							2015-08-27 23:58:50 +08:00  
				
					
						
							
							
								 
						
							
								23f42d92c9 
								
							 
						 
						
							
							
								
								add webhook recent deliveries  
							
							
							
						 
						
							2015-08-27 23:06:14 +08:00  
				
					
						
							
							
								 
						
							
								ce386cfb61 
								
							 
						 
						
							
							
								
								fix suburl  
							
							
							
						 
						
							2015-08-27 14:05:24 +08:00  
				
					
						
							
							
								 
						
							
								c08600c59b 
								
							 
						 
						
							
							
								
								new edit webhook UI  
							
							
							
						 
						
							2015-08-27 01:04:23 +08:00  
				
					
						
							
							
								 
						
							
								4217c2333c 
								
							 
						 
						
							
							
								
								new create webhook UI  
							
							
							
						 
						
							2015-08-27 00:30:06 +08:00  
				
					
						
							
							
								 
						
							
								2881456421 
								
							 
						 
						
							
							
								
								new webhooks list UI  
							
							
							
						 
						
							2015-08-26 21:45:51 +08:00  
				
					
						
							
							
								 
						
							
								1cb03135b7 
								
							 
						 
						
							
							
								
								new repo git hooks UI  
							
							
							
						 
						
							2015-08-26 18:03:30 +08:00  
				
					
						
							
							
								 
						
							
								2f2bf20aae 
								
							 
						 
						
							
							
								
								fix menu overflow  
							
							
							
						 
						
							2015-08-26 12:39:32 +08:00  
				
					
						
							
							
								 
						
							
								b3a45693c3 
								
							 
						 
						
							
							
								
								minor update  
							
							
							
						 
						
							2015-08-26 12:26:01 +08:00  
				
					
						
							
							
								 
						
							
								45c2b4bd76 
								
							 
						 
						
							
							
								
								fix HTML  
							
							
							
						 
						
							2015-08-26 01:32:12 +08:00  
				
					
						
							
							
								 
						
							
								4330c1f0d8 
								
							 
						 
						
							
							
								
								update locale and org dashboard navbar  
							
							
							
						 
						
							2015-08-26 00:01:06 +08:00  
				
					
						
							
							
								 
						
							
								a329bbc215 
								
							 
						 
						
							
							
								
								new org dashboard issues  
							
							
							
						 
						
							2015-08-25 23:22:05 +08:00  
				
					
						
							
							
								 
						
							
								f808df5a7b 
								
							 
						 
						
							
							
								
								new user dahsboard issues  
							
							
							
						 
						
							2015-08-25 22:58:34 +08:00  
				
					
						
							
							
								 
						
							
								3a32cbee44 
								
							 
						 
						
							
							
								
								#1246  Dashboard error: nil commits  
							
							
							
						 
						
							2015-08-25 02:47:43 +08:00  
				
					
						
							
							
								 
						
							
								87152f89ba 
								
							 
						 
						
							
							
								
								fix release created timezone issue  
							
							
							
						 
						
							2015-08-24 21:01:23 +08:00  
				
					
						
							
							
								 
						
							
								6821527c95 
								
							 
						 
						
							
							
								
								fix style  
							
							
							
						 
						
							2015-08-21 00:32:46 +08:00  
				
					
						
							
							
								 
						
							
								4275b3720a 
								
							 
						 
						
							
							
								
								finsih diff and compare  
							
							
							
						 
						
							2015-08-21 00:18:30 +08:00  
				
					
						
							
							
								 
						
							
								aa65761d81 
								
							 
						 
						
							
							
								
								new commits table  
							
							
							
						 
						
							2015-08-20 20:18:49 +08:00  
				
					
						
							
							
								 
						
							
								062adbed8a 
								
							 
						 
						
							
							
								
								add confirmation to delete ssh key  
							
							
							
						 
						
							2015-08-20 17:11:29 +08:00  
				
					
						
							
							
								 
						
							
								ac616c07de 
								
							 
						 
						
							
							
								
								fix   #966  
							
							
							
						 
						
							2015-08-20 15:57:51 +08:00  
				
					
						
							
							
								 
						
							
								371572cf5f 
								
							 
						 
						
							
							
								
								allow edit issue and comment  
							
							
							
						 
						
							2015-08-20 04:31:28 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								928d9fc1d4 
								
							 
						 
						
							
							
								
								fix access token style  
							
							
							
						 
						
							2015-08-19 03:40:23 +08:00  
				
					
						
							
							
								 
						
							
								4c7b6414eb 
								
							 
						 
						
							
							
								
								new access token UI  
							
							
							
						 
						
							2015-08-19 03:36:16 +08:00  
				
					
						
							
							
								 
						
							
								2e8ffc2ffb 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into develop  
							
							
							
						 
						
							2015-08-19 02:50:03 +08:00  
				
					
						
							
							
								 
						
							
								2493454587 
								
							 
						 
						
							
							
								
								new delete account UI and password confirmation  
							
							
							
						 
						
							2015-08-19 02:49:44 +08:00  
				
					
						
							
							
								 
						
							
								bfa8ef68a6 
								
							 
						 
						
							
							
								
								Change input field to type=password for the authentication templates.  
							
							
							
						 
						
							2015-08-18 13:56:36 -04:00  
				
					
						
							
							
								 
						
							
								81b8427438 
								
							 
						 
						
							
							
								
								new UI on admin/monitor  
							
							
							
						 
						
							2015-08-19 00:34:11 +08:00  
				
					
						
							
							
								 
						
							
								c20ae8edc5 
								
							 
						 
						
							
							
								
								update Docker README  
							
							
							
						 
						
							2015-08-18 22:29:02 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								7bb5cb444c 
								
							 
						 
						
							
							
								
								fix css styles  
							
							
							
						 
						
							2015-08-15 20:55:03 +08:00  
				
					
						
							
							
								 
						
							
								2e30b421b4 
								
							 
						 
						
							
							
								
								comletely remove v1 UI files of Gogs  
							
							
							
						 
						
							2015-08-15 19:07:21 +08:00  
				
					
						
							
							
								 
						
							
								c8bb475abb 
								
							 
						 
						
							
							
								
								fix autocomplete on migration  
							
							
							
						 
						
							2015-08-15 18:16:39 +08:00  
				
					
						
							
							
								 
						
							
								c7d5e1f182 
								
							 
						 
						
							
							
								
								clean file and update locales  
							
							
							
						 
						
							2015-08-15 16:30:24 +08:00  
				
					
						
							
							
								 
						
							
								e633425f27 
								
							 
						 
						
							
							
								
								#1180  and  #1250 : migration  
							
							
							
						 
						
							2015-08-15 16:03:20 +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  
				
					
						
							
							
								 
						
							
								30b428bf0e 
								
							 
						 
						
							
							
								
								#1419 : 500 when visit a issue with issue/comments of deleted user  
							
							
							
						 
						
							2015-08-15 02:48:05 +08:00  
				
					
						
							
							
								 
						
							
								cec38f2a8c 
								
							 
						 
						
							
							
								
								able edit issue labels/milestone/assignee  
							
							
							
						 
						
							2015-08-15 00:42:43 +08:00  
				
					
						
							
							
								 
						
							
								d07c081920 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							
							
						 
						
							2015-08-14 03:07:40 +08:00  
				
					
						
							
							
								 
						
							
								817b48ed1e 
								
							 
						 
						
							
							
								
								Show owner/poster tags of comments and  fix   #1312  
							
							
							
						 
						
							2015-08-14 02:43:40 +08:00  
				
					
						
							
							
								 
						
							
								e680faf0d8 
								
							 
						 
						
							
							
								
								Correct form name to smtp_email to fix matching in InstallForm struct.  
							
							
							
						 
						
							2015-08-13 17:22:19 +01: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  
				
					
						
							
							
								 
						
							
								7d84d4a8f0 
								
							 
						 
						
							
							
								
								Significantly enhanced LDAP support in Gogs.  
							
							
							
						 
						
							2015-08-12 17:01:22 -07:00  
				
					
						
							
							
								 
						
							
								d7d72b9e3c 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							
							
						 
						
							2015-08-12 19:48:06 +08:00  
				
					
						
							
							
								 
						
							
								e43341f4c5 
								
							 
						 
						
							
							
								
								column belongs always into a ui grid  
							
							
							
						 
						
							2015-08-12 13:17:24 +02:00  
				
					
						
							
							
								 
						
							
								a01867cc1a 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							... 
							
							
							
							# Conflicts:
#	public/css/gogs.min.css 
							
						 
						
							2015-08-12 19:10:16 +08:00  
				
					
						
							
							
								 
						
							
								33f33e055a 
								
							 
						 
						
							
							
								
								fix on  #1466  
							
							
							
						 
						
							2015-08-12 19:08:10 +08:00  
				
					
						
							
							
								 
						
							
								52933932d2 
								
							 
						 
						
							
							
								
								Merge pull request  #1466  from manfer/semantic  
							
							... 
							
							
							
							modified repo header 
							
						 
						
							2015-08-12 18:46:19 +08:00  
				
					
						
							
							
								 
						
							
								ab2d0b3b44 
								
							 
						 
						
							
							
								
								add comment form UI  
							
							
							
						 
						
							2015-08-12 18:44:09 +08:00  
				
					
						
							
							
								 
						
							
								009d716a02 
								
							 
						 
						
							
							
								
								modified repo header  
							
							
							
						 
						
							2015-08-12 12:12:06 +02:00  
				
					
						
							
							
								 
						
							
								b4c0b7b98b 
								
							 
						 
						
							
							
								
								finish view issue without comments and ops  
							
							
							
						 
						
							2015-08-12 17:04:23 +08:00  
				
					
						
							
							
								 
						
							
								d1a82a82b4 
								
							 
						 
						
							
							
								
								Merge pull request  #1454  from gustavopaes/bug/1453  
							
							... 
							
							
							
							Remove SSH button when SSH it is disabled 
							
						 
						
							2015-08-12 03:44:30 +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  
				
					
						
							
							
								 
						
							
								f183c855d1 
								
							 
						 
						
							
							
								
								minor fix on  #1464  
							
							
							
						 
						
							2015-08-11 00:09:28 +08:00  
				
					
						
							
							
								 
						
							
								1ce4543a94 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2  
							
							
							
						 
						
							2015-08-10 23:56:17 +08:00  
				
					
						
							
							
								 
						
							
								64985c7faa 
								
							 
						 
						
							
							
								
								fix template error  
							
							
							
						 
						
							2015-08-10 23:56:04 +08:00  
				
					
						
							
							
								 
						
							
								9c0c16bb5a 
								
							 
						 
						
							
							
								
								Merge pull request  #1464  from jamesa/hide-gravatar-tooltip  
							
							... 
							
							
							
							Hide avatar tooltips unless you're looking at your own profile 
							
						 
						
							2015-08-10 23:55:43 +08:00  
				
					
						
							
							
								 
						
							
								59a475163f 
								
							 
						 
						
							
							
								
								Hide avatar-changing instructions unless it's your profile ( resolves   #1107 )  
							
							
							
						 
						
							2015-08-10 10:40:07 -05: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  
				
					
						
							
							
								 
						
							
								b2bd6c4c5a 
								
							 
						 
						
							
							
								
								Fix broken collaboration link in repo settings  
							
							
							
						 
						
							2015-08-10 09:27:10 -05: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  
				
					
						
							
							
								 
						
							
								4564d13496 
								
							 
						 
						
							
							
								
								Remove SSH button when SSH is disabled  
							
							
							
						 
						
							2015-08-09 15:03:46 -03: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  
				
					
						
							
							
								 
						
							
								8a3ee795d2 
								
							 
						 
						
							
							
								
								finish transforming to v2  
							
							
							
						 
						
							2015-08-10 00:23:20 +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  
				
					
						
							
							
								 
						
							
								4b43ffc96c 
								
							 
						 
						
							
							
								
								Generate random avatar based on e-mail when disable Gravatar  
							
							
							
						 
						
							2015-08-09 11:46:10 +08:00  
				
					
						
							
							
								 
						
							
								56a8d573b0 
								
							 
						 
						
							
							
								
								Merge pull request  #1451  from jamesa/fix-owner-tag-on-issues  
							
							... 
							
							
							
							Add check to see if comments on an issue are by the repo owner 
							
						 
						
							2015-08-09 10:23:34 +08:00  
				
					
						
							
							
								 
						
							
								aede5cdb04 
								
							 
						 
						
							
							
								
								fix app suburl in feeds  
							
							
							
						 
						
							2015-08-09 10:18:35 +08:00  
				
					
						
							
							
								 
						
							
								fc63422caf 
								
							 
						 
						
							
							
								
								Add check to see if comments on an issue are by the repo owner  
							
							
							
						 
						
							2015-08-08 17:16:11 -05:00  
				
					
						
							
							
								 
						
							
								43a87b0caf 
								
							 
						 
						
							
							
								
								auto-redirect when finish filter branch  
							
							
							
						 
						
							2015-08-08 23:12:23 +08:00  
				
					
						
							
							
								 
						
							
								dea3a8c6a4 
								
							 
						 
						
							
							
								
								WIP: create PR - choose branch  
							
							
							
						 
						
							2015-08-08 22:43:14 +08:00  
				
					
						
							
							
								 
						
							
								e3bdfd51ff 
								
							 
						 
						
							
							
								
								better fork permission check  
							
							
							
						 
						
							2015-08-08 17:24:10 +08:00  
				
					
						
							
							
								 
						
							
								9db4acc62e 
								
							 
						 
						
							
							
								
								improve fork process  
							
							
							
						 
						
							2015-08-08 17:10:34 +08:00  
				
					
						
							
							
								 
						
							
								3d0583df0f 
								
							 
						 
						
							
							
								
								fix private repo cannot trigger hook by SSH  
							
							
							
						 
						
							2015-08-08 01:04:12 +08:00  
				
					
						
							
							
								 
						
							
								9d414d4dd9 
								
							 
						 
						
							
							
								
								remove Index field of milestone  
							
							
							
						 
						
							2015-08-06 23:25:35 +08:00  
				
					
						
							
							
								 
						
							
								39a3b768bc 
								
							 
						 
						
							
							
								
								#334 : Add Deployment Key Support  
							
							
							
						 
						
							2015-08-06 22:48:11 +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  
				
					
						
							
							
								 
						
							
								6d2f25b9f5 
								
							 
						 
						
							
							
								
								clean files  
							
							
							
						 
						
							2015-08-05 18:28:05 +08:00  
				
					
						
							
							
								 
						
							
								74bd6b939c 
								
							 
						 
						
							
							
								
								milestone: edit  
							
							
							
						 
						
							2015-08-05 18:26:18 +08:00  
				
					
						
							
							
								 
						
							
								cf90312b8f 
								
							 
						 
						
							
							
								
								clean file  
							
							
							
						 
						
							2015-08-05 15:46:35 +08:00  
				
					
						
							
							
								 
						
							
								4081f86654 
								
							 
						 
						
							
							
								
								fix new milestone button visibility  
							
							
							
						 
						
							2015-08-05 15:27:22 +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  
				
					
						
							
							
								 
						
							
								9311a9858a 
								
							 
						 
						
							
							
								
								milestone: pagination  
							
							
							
						 
						
							2015-08-04 22:24:04 +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  
				
					
						
							
							
								 
						
							
								e7f015db8c 
								
							 
						 
						
							
							
								
								fix template  
							
							
							
						 
						
							2015-08-03 20:14:22 +08:00  
				
					
						
							
							
								 
						
							
								04458d49a0 
								
							 
						 
						
							
							
								
								milestone: list view  
							
							
							
						 
						
							2015-08-03 17:42:09 +08:00  
				
					
						
							
							
								 
						
							
								cc0d963f75 
								
							 
						 
						
							
							
								
								fix check template version  
							
							
							
						 
						
							2015-08-02 11:36:18 +08:00  
				
					
						
							
							
								 
						
							
								03011e31fe 
								
							 
						 
						
							
							
								
								update locale and .gopmfile  
							
							
							
						 
						
							2015-08-01 15:57:03 +08:00  
				
					
						
							
							
								 
						
							
								b92bb77b54 
								
							 
						 
						
							
							
								
								autofocus for new and edit issue forms  
							
							
							
						 
						
							2015-07-31 22:12:33 +02:00  
				
					
						
							
							
								 
						
							
								eea9302d8f 
								
							 
						 
						
							
							
								
								fix   #1204  
							
							
							
						 
						
							2015-07-31 13:53:14 +08:00  
				
					
						
							
							
								 
						
							
								42a2c5ca54 
								
							 
						 
						
							
							
								
								#1400  use new connstr format for postgres  
							
							
							
						 
						
							2015-07-31 11:05:06 +08:00  
				
					
						
							
							
								 
						
							
								4bfc71c73f 
								
							 
						 
						
							
							
								
								pagination in repo issues page only if needed  
							
							
							
						 
						
							2015-07-30 22:14:52 +02:00  
				
					
						
							
							
								 
						
							
								eedac73229 
								
							 
						 
						
							
							
								
								Merge pull request  #1404  from wqweto/develop  
							
							... 
							
							
							
							Allow space and/or percent in file and directory names 
							
						 
						
							2015-07-30 20:22:42 +08:00  
				
					
						
							
							
								 
						
							
								869113704b 
								
							 
						 
						
							
							
								
								fix   #1407  
							
							
							
						 
						
							2015-07-30 20:00:57 +08:00  
				
					
						
							
							
								 
						
							
								2bb1fb8f44 
								
							 
						 
						
							
							
								
								Use EscapePound in link hrefs in diff/file views  
							
							
							
						 
						
							2015-07-28 19:51:40 +03:00  
				
					
						
							
							
								 
						
							
								72377c721c 
								
							 
						 
						
							
							
								
								update gopmfile  
							
							
							
						 
						
							2015-07-28 22:36:41 +08:00  
				
					
						
							
							
								 
						
							
								ba47306a69 
								
							 
						 
						
							
							
								
								fix   #1305  
							
							
							
						 
						
							2015-07-28 18:01:39 +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  
				
					
						
							
							
								 
						
							
								589618c8a5 
								
							 
						 
						
							
							
								
								better paging  
							
							
							
						 
						
							2015-07-28 03:14:37 +08:00  
				
					
						
							
							
								 
						
							
								2f38215f5c 
								
							 
						 
						
							
							
								
								User Issues Template fix  
							
							
							
						 
						
							2015-07-26 19:30:46 +02:00  
				
					
						
							
							
								 
						
							
								686dd59916 
								
							 
						 
						
							
							
								
								fix   #864  with migration and update locale  
							
							
							
						 
						
							2015-07-26 22:06:28 +08:00  
				
					
						
							
							
								 
						
							
								514ce712b0 
								
							 
						 
						
							
							
								
								admin config fix  
							
							
							
						 
						
							2015-07-25 20:14:07 +02: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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								bab811c530 
								
							 
						 
						
							
							
								
								Merge pull request  #1380  from vtduncan/referrer-protection  
							
							... 
							
							
							
							Prevent browsers from leaking referrer headers 
							
						 
						
							2015-07-25 00:48:14 +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  
				
					
						
							
							
								 
						
							
								e69f09f50e 
								
							 
						 
						
							
							
								
								Merge pull request  #1275  from jstasiak/develop  
							
							... 
							
							
							
							Add file permalink button 
							
						 
						
							2015-07-25 00:32:11 +08:00  
				
					
						
							
							
								 
						
							
								dc4aab9925 
								
							 
						 
						
							
							
								
								UI: CURD labels  
							
							... 
							
							
							
							- fix update lable break connection with repository 
							
						 
						
							2015-07-24 23:13:42 +08:00  
				
					
						
							
							
								 
						
							
								ac95f6d50f 
								
							 
						 
						
							
							
								
								UI: basic label list  
							
							... 
							
							
							
							- create new label 
							
						 
						
							2015-07-24 21:02:49 +08:00  
				
					
						
							
							
								 
						
							
								86dbda0b42 
								
							 
						 
						
							
							
								
								UI: basci issue list without filters  
							
							... 
							
							
							
							- fix isRead check
- fix paging 
							
						 
						
							2015-07-24 16:42:47 +08:00  
				
					
						
							
							
								 
						
							
								4447a20f87 
								
							 
						 
						
							
							
								
								UI: issues - finish basic frame  
							
							
							
						 
						
							2015-07-24 04:50:05 +08:00  
				
					
						
							
							
								 
						
							
								30beb59fd8 
								
							 
						 
						
							
							
								
								install admin password field fix  
							
							... 
							
							
							
							Admin Password field in install form must be of type password 
							
						 
						
							2015-07-23 11:46:20 +02:00  
				
					
						
							
							
								 
						
							
								a6596f2231 
								
							 
						 
						
							
							
								
								Prevent browsers from leaking referrer headers  
							
							
							
						 
						
							2015-07-21 15:19:56 +12:00  
				
					
						
							
							
								 
						
							
								42a72b62fc 
								
							 
						 
						
							
							
								
								fix about  #1289  
							
							
							
						 
						
							2015-07-19 17:11:16 +08:00  
				
					
						
							
							
								 
						
							
								03011ed307 
								
							 
						 
						
							
							
								
								fix suburl for js  
							
							
							
						 
						
							2015-07-16 03:15:18 +08:00  
				
					
						
							
							
								 
						
							
								bebbd08920 
								
							 
						 
						
							
							
								
								Disable log color in prod mode  
							
							
							
						 
						
							2015-07-16 02:47:51 +08:00  
				
					
						
							
							
								 
						
							
								ff051e2106 
								
							 
						 
						
							
							
								
								#1128 : API calls are not hidden behind sign in  
							
							
							
						 
						
							2015-07-15 19:17:57 +08:00  
				
					
						
							
							
								 
						
							
								81adbe17ca 
								
							 
						 
						
							
							
								
								use pam and update TRANSLATORS  
							
							
							
						 
						
							2015-07-14 19:47:20 +08:00  
				
					
						
							
							
								 
						
							
								562ad02a6d 
								
							 
						 
						
							
							
								
								Add file permalink button  
							
							... 
							
							
							
							The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content. 
							
						 
						
							2015-07-13 21:52:48 +02:00  
				
					
						
							
							
								 
						
							
								35be8741c4 
								
							 
						 
						
							
							
								
								fix   #1112  
							
							
							
						 
						
							2015-07-10 16:51:25 +08:00  
				
					
						
							
							
								 
						
							
								a2a9e151f8 
								
							 
						 
						
							
							
								
								install - add mail from setting  
							
							
							
						 
						
							2015-07-09 16:10:31 +08:00  
				
					
						
							
							
								 
						
							
								b9dc2147b4 
								
							 
						 
						
							
							
								
								UI: install - done  
							
							
							
						 
						
							2015-07-09 13:17:48 +08:00  
				
					
						
							
							
								 
						
							
								5cf3732339 
								
							 
						 
						
							
							
								
								UI: install - new version  
							
							
							
						 
						
							2015-07-08 19:47:56 +08:00  
				
					
						
							
							
								 
						
							
								5dd3dd71a0 
								
							 
						 
						
							
							
								
								UI: install - database settings  
							
							
							
						 
						
							2015-07-08 01:09:03 +08:00  
				
					
						
							
							
								 
						
							
								ffd17924fd 
								
							 
						 
						
							
							
								
								update UI framework  
							
							
							
						 
						
							2015-07-07 13:51:28 +08:00  
				
					
						
							
							
								 
						
							
								4fca548ed1 
								
							 
						 
						
							
							
								
								update locale  
							
							
							
						 
						
							2015-07-03 14:39:36 +08:00  
				
					
						
							
							
								 
						
							
								c47afdff58 
								
							 
						 
						
							
							
								
								add config options for HELO  
							
							
							
						 
						
							2015-07-03 14:08:18 +08:00  
				
					
						
							
							
								 
						
							
								f3aab5dbe3 
								
							 
						 
						
							
							
								
								Add full name field to admin's user edit page ( fixes   #1130 )  
							
							
							
						 
						
							2015-04-28 11:59:05 -04:00  
				
					
						
							
							
								 
						
							
								f92bdf875b 
								
							 
						 
						
							
							
								
								Merge pull request  #1226  from nice-software/wip/pam  
							
							... 
							
							
							
							Add PAM authentication 
							
						 
						
							2015-04-24 16:43:58 +08:00  
				
					
						
							
							
								 
						
							
								182003aa41 
								
							 
						 
						
							
							
								
								Add PAM authentication  
							
							
							
						 
						
							2015-04-24 10:13:01 +02:00  
				
					
						
							
							
								 
						
							
								e378b3152c 
								
							 
						 
						
							
							
								
								Merge pull request  #1210  from acusti/patch-1  
							
							... 
							
							
							
							Wrap remember me text and checkbox in a label 
							
						 
						
							2015-04-24 15:03:49 +08:00  
				
					
						
							
							
								 
						
							
								80e640f082 
								
							 
						 
						
							
							
								
								Fix HTML indentation  
							
							
							
						 
						
							2015-04-18 16:22:27 +00:00  
				
					
						
							
							
								 
						
							
								51aef347ee 
								
							 
						 
						
							
							
								
								Display author's name on explore page  
							
							
							
						 
						
							2015-04-18 16:19:01 +00:00  
				
					
						
							
							
								 
						
							
								3a3e1b90e7 
								
							 
						 
						
							
							
								
								Match naming convention on page (checkbox→chk)  
							
							
							
						 
						
							2015-04-15 21:53:27 -04:00  
				
					
						
							
							
								 
						
							
								072c67e457 
								
							 
						 
						
							
							
								
								Wrap remember text+checkbox in label;  close   #1209  
							
							
							
						 
						
							2015-04-15 21:39:13 -04:00  
				
					
						
							
							
								 
						
							
								9fb2d49b93 
								
							 
						 
						
							
							
								
								#1073   #1162  issue ID constraint failed  
							
							
							
						 
						
							2015-03-27 06:47:02 -04:00  
				
					
						
							
							
								 
						
							
								d76f11c6f1 
								
							 
						 
						
							
							
								
								fix   #1156  
							
							
							
						 
						
							2015-03-26 11:00:22 -04:00  
				
					
						
							
							
								 
						
							
								5169a0e025 
								
							 
						 
						
							
							
								
								mirror fix of  #1105  
							
							
							
						 
						
							2015-03-25 08:43:07 -04:00  
				
					
						
							
							
								 
						
							
								8061447f0e 
								
							 
						 
						
							
							
								
								#1114  'New Release' always visible  
							
							
							
						 
						
							2015-03-24 19:20:36 -04:00  
				
					
						
							
							
								 
						
							
								211596f407 
								
							 
						 
						
							
							
								
								#1124  LDAP add and edit form are misleading  
							
							
							
						 
						
							2015-03-24 19:04:16 -04:00  
				
					
						
							
							
								 
						
							
								caf7618ea6 
								
							 
						 
						
							
							
								
								#1098  Hide gravatar email field if gravatar is disabled (or offline mode)  
							
							
							
						 
						
							2015-03-24 18:38:12 -04:00  
				
					
						
							
							
								 
						
							
								6f81c05dde 
								
							 
						 
						
							
							
								
								#1143  Team member access lost when adding repository collaborator  
							
							... 
							
							
							
							- fix bug when add a repo to team, all other team members gets access as well 
							
						 
						
							2015-03-24 18:14:04 -04:00  
				
					
						
							
							
								 
						
							
								2bb982dada 
								
							 
						 
						
							
							
								
								#1080 : Remove footer ads/branding from default template  
							
							
							
						 
						
							2015-03-23 10:19:19 -04:00  
				
					
						
							
							
								 
						
							
								75cbb32b1e 
								
							 
						 
						
							
							
								
								UI compatibility  
							
							
							
						 
						
							2015-03-21 09:24:59 -04:00  
				
					
						
							
							
								 
						
							
								b6f8b486c7 
								
							 
						 
						
							
							
								
								add sr-only class, change to new tag line  
							
							
							
						 
						
							2015-03-20 03:20:05 -04:00  
				
					
						
							
							
								 
						
							
								62e436e6b7 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1  
							
							
							
						 
						
							2015-03-20 01:58:28 -04:00  
				
					
						
							
							
								 
						
							
								e312634286 
								
							 
						 
						
							
							
								
								Merge pull request  #1091  from sapk/fix-ng-issue-pages  
							
							... 
							
							
							
							Apply ng to issue dashboard 
							
						 
						
							2015-03-19 17:03:03 -04:00  
				
					
						
							
							
								 
						
							
								1cb57b1a44 
								
							 
						 
						
							
							
								
								#1094 : fix locale  
							
							
							
						 
						
							2015-03-19 15:26:04 -04:00  
				
					
						
							
							
								 
						
							
								96a71aaed8 
								
							 
						 
						
							
							
								
								Apply ng to issue dashboard  
							
							
							
						 
						
							2015-03-19 00:35:17 +01:00  
				
					
						
							
							
								 
						
							
								e9c599b48a 
								
							 
						 
						
							
							
								
								prepare for 0.6 release  
							
							
							
						 
						
							2015-03-18 07:00:55 -04:00  
				
					
						
							
							
								 
						
							
								4aecaf7488 
								
							 
						 
						
							
							
								
								#1082 : missing link for help  
							
							
							
						 
						
							2015-03-18 05:00:28 -04:00  
				
					
						
							
							
								 
						
							
								82f7a01ded 
								
							 
						 
						
							
							
								
								#1064 : X-Gogs-Event header is empty  
							
							
							
						 
						
							2015-03-18 04:51:02 -04:00  
				
					
						
							
							
								 
						
							
								33894591a6 
								
							 
						 
						
							
							
								
								#851 : Edit Account does not take into consideration password rules  
							
							
							
						 
						
							2015-03-17 03:21:58 -04:00  
				
					
						
							
							
								 
						
							
								588f3215c6 
								
							 
						 
						
							
							
								
								#1040 : dashboard no longer accessible when repo is missing  
							
							
							
						 
						
							2015-03-16 04:04:27 -04:00  
				
					
						
							
							
								 
						
							
								471b8a18ab 
								
							 
						 
						
							
							
								
								Revert "Merge pull request  #1047  from ndarilek/accessibility-fixes"  
							
							... 
							
							
							
							This reverts commit c226e9228480b23854bc 
							
						 
						
							2015-03-15 22:24:41 -04:00  
				
					
						
							
							
								 
						
							
								25dd6f8fa0 
								
							 
						 
						
							
							
								
								Add additional accessibility text to repository navbar.  
							
							
							
						 
						
							2015-03-14 12:30:14 -05:00  
				
					
						
							
							
								 
						
							
								37ab32b613 
								
							 
						 
						
							
							
								
								Various accessibility fixes, mostly labeling icons.  
							
							
							
						 
						
							2015-03-14 09:55:04 -05:00  
				
					
						
							
							
								 
						
							
								08cd20bad9 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of github.com:gogits/gogs into develop  
							
							
							
						 
						
							2015-03-13 15:41:59 -04:00  
				
					
						
							
							
								 
						
							
								96a95e9dfd 
								
							 
						 
						
							
							
								
								#988 : fix one missing duplicated prefix  
							
							... 
							
							
							
							- update some locale files 
							
						 
						
							2015-03-13 15:41:51 -04:00  
				
					
						
							
							
								 
						
							
								d0e34c57cc 
								
							 
						 
						
							
							
								
								Fix for deleting user when gogs instalation is on  http://hostname/gogs  
							
							
							
						 
						
							2015-03-13 20:17:20 +01:00  
				
					
						
							
							
								 
						
							
								0720d3988f 
								
							 
						 
						
							
							
								
								#988 : GetRepoLink already contains AppSubUrl  
							
							
							
						 
						
							2015-03-12 16:01:23 -04:00  
				
					
						
							
							
								 
						
							
								4aafeace23 
								
							 
						 
						
							
							
								
								fix HTTP/HTTPS push update func call panic  #1037  and `http: multiple response.WriteHeader calls`  
							
							
							
						 
						
							2015-03-12 01:15:01 -04:00  
				
					
						
							
							
								 
						
							
								34102f7889 
								
							 
						 
						
							
							
								
								remove unused scripts and simplify migrate form definition  
							
							
							
						 
						
							2015-03-11 09:21:05 -04:00  
				
					
						
							
							
								 
						
							
								5d5d774e03 
								
							 
						 
						
							
							
								
								Handle submodules without a .gitmodules entry -  fix   #1023  
							
							
							
						 
						
							2015-03-10 03:08:17 +00:00  
				
					
						
							
							
								 
						
							
								4b9fb43a70 
								
							 
						 
						
							
							
								
								home: new UI  
							
							
							
						 
						
							2015-03-07 15:12:13 -05:00  
				
					
						
							
							
								 
						
							
								b447d18dca 
								
							 
						 
						
							
							
								
								cmd/serve.go: remove useless code  
							
							
							
						 
						
							2015-03-01 18:43:28 -05:00  
				
					
						
							
							
								 
						
							
								b0b11fd7b1 
								
							 
						 
						
							
							
								
								Merge branch 'access' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2015-02-28 21:50:29 -05:00  
				
					
						
							
							
								 
						
							
								473e265727 
								
							 
						 
						
							
							
								
								models: done testing on new access system  
							
							
							
						 
						
							2015-02-28 21:44:09 -05:00  
				
					
						
							
							
								 
						
							
								8896c82d34 
								
							 
						 
						
							
							
								
								models: fix issue with transfer repository  
							
							... 
							
							
							
							README: fix typo 
							
						 
						
							2015-02-24 00:27:22 -05:00  
				
					
						
							
							
								 
						
							
								cd8b43d984 
								
							 
						 
						
							
							
								
								Merge pull request  #915  from Lafriks/dev  
							
							... 
							
							
							
							Get username, name, surname and e-mail from LDAP server 
							
						 
						
							2015-02-23 13:41:29 -05:00  
				
					
						
							
							
								 
						
							
								ee68a826a5 
								
							 
						 
						
							
							
								
								v4 migration, merge 'dev', clean code and mirror fix  
							
							
							
						 
						
							2015-02-23 02:15:53 -05:00  
				
					
						
							
							
								 
						
							
								10e4b5b6c6 
								
							 
						 
						
							
							
								
								Merge branch 'access' of github.com:gogits/gogs into access  
							
							
							
						 
						
							2015-02-22 22:55:35 -05:00  
				
					
						
							
							
								 
						
							
								7ccab9cd09 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into access  
							
							... 
							
							
							
							Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl 
							
						 
						
							2015-02-22 22:51:25 -05:00  
				
					
						
							
							
								 
						
							
								04164eada3 
								
							 
						 
						
							
							
								
								models: able to rename user with diff letter cases  #981  
							
							... 
							
							
							
							- templates/org: mirror fix on name output
- routers: add missing error check 
							
						 
						
							2015-02-22 18:24:49 -05:00  
				
					
						
							
							
								 
						
							
								059338139c 
								
							 
						 
						
							
							
								
								routers: able to migrate repo from local path  
							
							... 
							
							
							
							- modules/middleware/context.go: add HandleAPI method 
							
						 
						
							2015-02-22 09:49:25 -05:00  
				
					
						
							
							
								 
						
							
								c753fdceaf 
								
							 
						 
						
							
							
								
								templates/org/home.tmpl: fix org member can't see public repo  
							
							
							
						 
						
							2015-02-22 03:07:04 -05:00  
				
					
						
							
							
								 
						
							
								1654e9ecab 
								
							 
						 
						
							
							
								
								templates/user/settings/emial.tmpl: little fix on UI  
							
							... 
							
							
							
							- routers/user: little code format
- conf/locale: update French locale 
							
						 
						
							2015-02-21 22:13:47 -05:00  
				
					
						
							
							
								 
						
							
								d2f439a241 
								
							 
						 
						
							
							
								
								fix typo mistake  
							
							
							
						 
						
							2015-02-19 10:19:10 +03:00  
				
					
						
							
							
								 
						
							
								c0ad512398 
								
							 
						 
						
							
							
								
								remove not using vars  
							
							
							
						 
						
							2015-02-19 00:55:17 +03:00  
				
					
						
							
							
								 
						
							
								563e8b4ea9 
								
							 
						 
						
							
							
								
								gitlab-like hash naming  
							
							
							
						 
						
							2015-02-19 00:52:22 +03:00  
				
					
						
							
							
								 
						
							
								b508fb041f 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of  https://github.com/gogits/gogs  into dev  
							
							
							
						 
						
							2015-02-18 11:12:41 +01:00  
				
					
						
							
							
								 
						
							
								1628ef4ba5 
								
							 
						 
						
							
							
								
								changed repo-clone-url behaviour for bare repo  
							
							
							
						 
						
							2015-02-18 08:22:13 +01:00  
				
					
						
							
							
								 
						
							
								a307574fbc 
								
							 
						 
						
							
							
								
								Merge pull request  #962  from phsmit/dont_mention_php  
							
							... 
							
							
							
							Remove the "PHP" style formatting function 
							
						 
						
							2015-02-17 23:19:25 -05:00  
				
					
						
							
							
								 
						
							
								e6fc58a744 
								
							 
						 
						
							
							
								
								Remove GoGet option from repository and handle it with ?go-get=1 instead  
							
							... 
							
							
							
							The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. 
							
						 
						
							2015-02-17 10:36:17 +02:00  
				
					
						
							
							
								 
						
							
								7759b9ee6e 
								
							 
						 
						
							
							
								
								Remove the "PHP" style formatting function  
							
							... 
							
							
							
							The "PHP" formatting function doesn't add anything, except an undocumented date format.
All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. 
							
						 
						
							2015-02-16 14:44:27 +02:00  
				
					
						
							
							
								 
						
							
								ed89b39984 
								
							 
						 
						
							
							
								
								Updating context and fixing permission issues  
							
							... 
							
							
							
							The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/  , Admin Team members are able to change settings of their repositories. 
							
						 
						
							2015-02-16 12:51:56 +02:00  
				
					
						
							
							
								 
						
							
								685ed1f807 
								
							 
						 
						
							
							
								
								models: fix XORM API break  
							
							... 
							
							
							
							cmd/web.go: check version after load config 
							
						 
						
							2015-02-14 17:01:33 -05:00  
				
					
						
							
							
								 
						
							
								6b7d35eade 
								
							 
						 
						
							
							
								
								fix mirror issues uncaught  #941  
							
							
							
						 
						
							2015-02-13 02:14:57 -05:00  
				
					
						
							
							
								 
						
							
								67a9416ae5 
								
							 
						 
						
							
							
								
								templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled  #884  
							
							
							
						 
						
							2015-02-12 12:38:44 -05:00  
				
					
						
							
							
								 
						
							
								7e7160eefd 
								
							 
						 
						
							
							
								
								first pass work on migration  #925  
							
							
							
						 
						
							2015-02-11 21:58:37 -05:00  
				
					
						
							
							
								 
						
							
								0af74b36ad 
								
							 
						 
						
							
							
								
								Merge pull request  #937  from Stefan-Code/dev  
							
							... 
							
							
							
							Changes to repo-header-download-drop 
							
						 
						
							2015-02-11 12:27:29 -05:00  
				
					
						
							
							
								 
						
							
								d02e45f985 
								
							 
						 
						
							
							
								
								better naming on  #891  
							
							
							
						 
						
							2015-02-11 12:04:01 -05:00  
				
					
						
							
							
								 
						
							
								e5d6f4ce56 
								
							 
						 
						
							
							
								
								Changes to repo-header-download-drop, different repo-clone-url input behaviour  
							
							
							
						 
						
							2015-02-11 07:28:51 +01:00  
				
					
						
							
							
								 
						
							
								6a23252edc 
								
							 
						 
						
							
							
								
								able to allow insecure certification of webhook for  #891  
							
							
							
						 
						
							2015-02-10 21:06:59 -05:00  
				
					
						
							
							
								 
						
							
								7d3932b9cd 
								
							 
						 
						
							
							
								
								templates/ng/base: change year to 2015,  fix   #928  
							
							... 
							
							
							
							- conf/locale: update Japanese locale 
							
						 
						
							2015-02-09 11:04:17 -05:00  
				
					
						
							
							
								 
						
							
								6ed96b7a20 
								
							 
						 
						
							
							
								
								Merge pull request  #911  from TonyTsangHK/dev  
							
							... 
							
							
							
							Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. 
							
						 
						
							2015-02-09 00:31:16 -05:00  
				
					
						
							
							
								 
						
							
								f15fa9167a 
								
							 
						 
						
							
							
								
								cmd: code fix for  #905  
							
							... 
							
							
							
							- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now) 
							
						 
						
							2015-02-08 21:26:14 -05:00  
				
					
						
							
							
								 
						
							
								00653e52ee 
								
							 
						 
						
							
							
								
								Get username, name, surname and e-mail from LDAP server  
							
							
							
						 
						
							2015-02-08 01:49:51 +02:00  
				
					
						
							
							
								 
						
							
								2a2596fe61 
								
							 
						 
						
							
							
								
								able to disable SSH for  #883  
							
							
							
						 
						
							2015-02-07 10:46:57 -05:00  
				
					
						
							
							
								 
						
							
								216683004e 
								
							 
						 
						
							
							
								
								code fix for  #908 , and work for  #884  
							
							
							
						 
						
							2015-02-06 21:16:23 -05:00  
				
					
						
							
							
								 
						
							
								87b90372a7 
								
							 
						 
						
							
							
								
								Merge pull request  #908  from nicolai86/feature/hide-signup-button-884  
							
							... 
							
							
							
							Make Signup button display configurable - #884  
							
						 
						
							2015-02-06 21:03:31 -05:00  
				
					
						
							
							
								 
						
							
								0669897226 
								
							 
						 
						
							
							
								
								modules/base: fix markdown mention regex for  #826  
							
							... 
							
							
							
							- conf/locale: add mew translator profile 
							
						 
						
							2015-02-06 19:15:58 -05:00  
				
					
						
							
							
								 
						
							
								fc6d80d619 
								
							 
						 
						
							
							
								
								Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.  
							
							
							
						 
						
							2015-02-06 17:02:32 +08:00  
				
					
						
							
							
								 
						
							
								3c65265871 
								
							 
						 
						
							
							
								
								Hide the registration button depending on the setting  
							
							
							
						 
						
							2015-02-05 18:15:00 +01:00  
				
					
						
							
							
								 
						
							
								79f3281548 
								
							 
						 
						
							
							
								
								Add ShowRegistrationButton configuration option  
							
							
							
						 
						
							2015-02-05 18:14:54 +01:00  
				
					
						
							
							
								 
						
							
								f706102890 
								
							 
						 
						
							
							
								
								models: sanitize user full name when update settings  
							
							
							
						 
						
							2015-02-04 20:04:01 -05:00  
				
					
						
							
							
								 
						
							
								7140f50637 
								
							 
						 
						
							
							
								
								public/ng/js: script fix on  #901  
							
							
							
						 
						
							2015-02-04 19:52:31 -05:00  
				
					
						
							
							
								 
						
							
								e91b28eb9b 
								
							 
						 
						
							
							
								
								little fix  
							
							
							
						 
						
							2015-02-04 22:06:40 +03:00  
				
					
						
							
							
								 
						
							
								5d4425bbbc 
								
							 
						 
						
							
							
								
								add multifile support to diff view highlighting  
							
							
							
						 
						
							2015-02-04 21:54:45 +03:00  
				
					
						
							
							
								 
						
							
								7f71fe9dae 
								
							 
						 
						
							
							
								
								fix diff lines highlighting  
							
							
							
						 
						
							2015-02-04 12:41:35 +03:00  
				
					
						
							
							
								 
						
							
								a7662f4a39 
								
							 
						 
						
							
							
								
								fix error at admin/config  
							
							
							
						 
						
							2015-02-03 17:26:56 +03:00  
				
					
						
							
							
								 
						
							
								8e238058b2 
								
							 
						 
						
							
							
								
								public/ng/css: code fix on  #895  
							
							... 
							
							
							
							- templates/user/settings: fix email panel nav highlight 
							
						 
						
							2015-02-03 06:54:29 -05:00  
				
					
						
							
							
								 
						
							
								26bccef297 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2015-02-03 06:51:44 -05:00  
				
					
						
							
							
								 
						
							
								e43bd15b96 
								
							 
						 
						
							
							
								
								fix settings/email html&css  
							
							
							
						 
						
							2015-02-03 10:32:55 +03:00  
				
					
						
							
							
								 
						
							
								bfce0def25 
								
							 
						 
						
							
							
								
								modules/base: fix README filename checker,  fix   #877  
							
							
							
						 
						
							2015-02-02 23:04:36 -05:00  
				
					
						
							
							
								 
						
							
								cd6376f093 
								
							 
						 
						
							
							
								
								Merge pull request  #818  from fzerorubigd/master  
							
							... 
							
							
							
							add a function to rewrite all public keys on admin request 
							
						 
						
							2015-02-01 16:56:34 -05:00  
				
					
						
							
							
								 
						
							
								4c4488213a 
								
							 
						 
						
							
							
								
								correction: updated docker link  
							
							
							
						 
						
							2015-02-01 20:30:22 +01:00  
				
					
						
							
							
								 
						
							
								b293b6eaa6 
								
							 
						 
						
							
							
								
								cmd: CMD option for port number of `gogs web` to prevent first time run conflict  
							
							... 
							
							
							
							- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page 
							
						 
						
							2015-02-01 12:41:03 -05:00  
				
					
						
							
							
								 
						
							
								3d9cda2d98 
								
							 
						 
						
							
							
								
								public/ng: fix auto-completion  #832  
							
							
							
						 
						
							2015-02-01 08:46:53 -05:00  
				
					
						
							
							
								 
						
							
								faddaff90d 
								
							 
						 
						
							
							
								
								templates: fix commit message render issue  #828  
							
							
							
						 
						
							2015-01-31 15:31:09 -05:00  
				
					
						
							
							
								 
						
							
								32152d2363 
								
							 
						 
						
							
							
								
								routers/repo: set raw page content type to 'text/plain'  #828  
							
							
							
						 
						
							2015-01-31 15:27:57 -05:00  
				
					
						
							
							
								 
						
							
								37fcc8daf2 
								
							 
						 
						
							
							
								
								modules/base: add RenderCommitMessage with XSS-safe and special links  
							
							... 
							
							
							
							- update russian locale 
							
						 
						
							2015-01-30 18:05:20 -05:00  
				
					
						
							
							
								 
						
							
								8e384ce46c 
								
							 
						 
						
							
							
								
								fix   #828 , may cause unintentional break in other features, but security is no.1  
							
							
							
						 
						
							2015-01-20 13:08:49 +08:00  
				
					
						
							
							
								 
						
							
								d5c6b53571 
								
							 
						 
						
							
							
								
								use new Redis client  
							
							
							
						 
						
							2015-01-03 02:54:22 +08:00  
				
					
						
							
							
								 
						
							
								fd70f9ec1b 
								
							 
						 
						
							
							
								
								Fix   #799  by adding a tooltip for all dates in all settings/panels  
							
							
							
						 
						
							2015-01-02 12:41:05 +02:00  
				
					
						
							
							
								 
						
							
								0b56272c13 
								
							 
						 
						
							
							
								
								fix   #805  
							
							
							
						 
						
							2015-01-02 13:30:45 +08:00  
				
					
						
							
							
								 
						
							
								3ea1443885 
								
							 
						 
						
							
							
								
								work on  #784  
							
							
							
						 
						
							2015-01-02 12:47:33 +08:00  
				
					
						
							
							
								 
						
							
								6643647687 
								
							 
						 
						
							
							
								
								add afunction to rewrite all public keys on admin request  
							
							... 
							
							
							
							refs #763  
							
						 
						
							2015-01-01 02:15:52 +03:30  
				
					
						
							
							
								 
						
							
								63c1f9a23f 
								
							 
						 
						
							
							
								
								fix 500: E-mail already used in user settings page  
							
							
							
						 
						
							2014-12-29 20:00:07 +08:00  
				
					
						
							
							
								 
						
							
								81a44e4cd0 
								
							 
						 
						
							
							
								
								fix API changes  
							
							
							
						 
						
							2014-12-28 20:40:35 +08:00  
				
					
						
							
							
								 
						
							
								c0cfd62b90 
								
							 
						 
						
							
							
								
								add label-edit and label-delete logic  
							
							
							
						 
						
							2014-12-22 21:26:05 +08:00  
				
					
						
							
							
								 
						
							
								ebbe6177a9 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-12-22 03:44:52 -05:00  
				
					
						
							
							
								 
						
							
								97b39ae2e4 
								
							 
						 
						
							
							
								
								fix invite bug(shouldn't include full name to search box)  
							
							
							
						 
						
							2014-12-22 03:44:49 -05:00  
				
					
						
							
							
								 
						
							
								8b31be43c6 
								
							 
						 
						
							
							
								
								Forgot to i18n "Primary"  
							
							
							
						 
						
							2014-12-22 09:41:29 +02:00  
				
					
						
							
							
								 
						
							
								21dbcb7c77 
								
							 
						 
						
							
							
								
								Create English locale keys for multiple e-mails feature  
							
							... 
							
							
							
							Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty 
							
						 
						
							2014-12-22 09:11:30 +02:00  
				
					
						
							
							
								 
						
							
								a18decf4cc 
								
							 
						 
						
							
							
								
								Merge pull request  #755  from phsmit/multiple_emails  
							
							... 
							
							
							
							Multiple emails 
							
						 
						
							2014-12-20 22:47:05 -05:00  
				
					
						
							
							
								 
						
							
								57b3be4016 
								
							 
						 
						
							
							
								
								work on  #756  
							
							
							
						 
						
							2014-12-17 23:04:05 -05:00  
				
					
						
							
							
								 
						
							
								b033f2f535 
								
							 
						 
						
							
							
								
								Finish method for having multiple emails/user.  
							
							... 
							
							
							
							All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy. 
							
						 
						
							2014-12-17 17:42:54 +02:00  
				
					
						
							
							
								 
						
							
								f34b04cfc0 
								
							 
						 
						
							
							
								
								Template for email activation email  
							
							
							
						 
						
							2014-12-17 17:42:31 +02:00  
				
					
						
							
							
								 
						
							
								1a5aa5e0c0 
								
							 
						 
						
							
							
								
								fix   #741  
							
							
							
						 
						
							2014-12-16 02:28:57 -05:00  
				
					
						
							
							
								 
						
							
								9803c421f5 
								
							 
						 
						
							
							
								
								fix binding api broken  
							
							
							
						 
						
							2014-12-15 01:49:59 -05:00  
				
					
						
							
							
								 
						
							
								c9e0b3b987 
								
							 
						 
						
							
							
								
								prepare for 0.5.9  
							
							
							
						 
						
							2014-12-13 20:32:30 -05:00  
				
					
						
							
							
								 
						
							
								b553ea45ee 
								
							 
						 
						
							
							
								
								modes/repo: incorrect SSH clone URL for  #742  
							
							
							
						 
						
							2014-12-13 16:46:00 -05:00  
				
					
						
							
							
								 
						
							
								ac4a10456e 
								
							 
						 
						
							
							
								
								api: able to create repo and  fix   #726  
							
							... 
							
							
							
							- POST /user/repos
- POST /org/:org/repos 
							
						 
						
							2014-12-12 20:30:32 -05:00  
				
					
						
							
							
								 
						
							
								2f3a7e53cb 
								
							 
						 
						
							
							
								
								fix   #735  
							
							
							
						 
						
							2014-12-12 01:29:36 -05:00  
				
					
						
							
							
								 
						
							
								42c7bb7529 
								
							 
						 
						
							
							
								
								mirror code clean  
							
							
							
						 
						
							2014-12-11 18:55:09 -05:00  
				
					
						
							
							
								 
						
							
								bc8721fb6c 
								
							 
						 
						
							
							
								
								Finish new UI for release page  
							
							
							
						 
						
							2014-12-10 16:37:54 -05:00  
				
					
						
							
							
								 
						
							
								9ee80e3e54 
								
							 
						 
						
							
							
								
								fix compile error  
							
							
							
						 
						
							2014-12-10 05:10:26 -05:00  
				
					
						
							
							
								 
						
							
								9a1fe801e5 
								
							 
						 
						
							
							
								
								fix   #711  
							
							
							
						 
						
							2014-12-09 02:18:25 -05:00  
				
					
						
							
							
								 
						
							
								0daef29053 
								
							 
						 
						
							
							
								
								add label-create ui elements  
							
							
							
						 
						
							2014-12-07 21:29:37 +08:00  
				
					
						
							
							
								 
						
							
								069486d169 
								
							 
						 
						
							
							
								
								fix   #165  
							
							
							
						 
						
							2014-12-05 17:54:57 -05:00  
				
					
						
							
							
								 
						
							
								528c075ad6 
								
							 
						 
						
							
							
								
								Added issue link rendering in commit messages  
							
							
							
						 
						
							2014-12-05 11:02:52 +01:00  
				
					
						
							
							
								 
						
							
								d4a1d9f82a 
								
							 
						 
						
							
							
								
								Display multi-line commit message on commit diff page.  
							
							
							
						 
						
							2014-12-05 10:53:37 +08:00  
				
					
						
							
							
								 
						
							
								0af3a5b603 
								
							 
						 
						
							
							
								
								add issue list filter ui  
							
							
							
						 
						
							2014-12-04 23:22:16 +08:00  
				
					
						
							
							
								 
						
							
								d75013a0e8 
								
							 
						 
						
							
							
								
								fix   #580  
							
							
							
						 
						
							2014-11-30 02:26:29 -05:00  
				
					
						
							
							
								 
						
							
								db4951bc61 
								
							 
						 
						
							
							
								
								mirror fix on oauth2  
							
							
							
						 
						
							2014-11-28 21:38:35 -05:00  
				
					
						
							
							
								 
						
							
								d6132aaa88 
								
							 
						 
						
							
							
								
								fix oauth2  
							
							
							
						 
						
							2014-11-28 21:20:13 -05:00  
				
					
						
							
							
								 
						
							
								9adc8e9d3f 
								
							 
						 
						
							
							
								
								Merge pull request  #683  from jcracknell/admin-repos-cols  
							
							... 
							
							
							
							Fix swapped issue/star columns in /admin/repos 
							
						 
						
							2014-11-28 15:28:08 -05:00  
				
					
						
							
							
								 
						
							
								64d90a761b 
								
							 
						 
						
							
							
								
								Fix swapped issue/star columns in /admin/repos  
							
							
							
						 
						
							2014-11-28 12:40:02 -07:00  
				
					
						
							
							
								 
						
							
								4d123d0a93 
								
							 
						 
						
							
							
								
								Fix user links  
							
							
							
						 
						
							2014-11-28 11:53:00 -07:00  
				
					
						
							
							
								 
						
							
								9c2120eb34 
								
							 
						 
						
							
							
								
								fix   #675  
							
							
							
						 
						
							2014-11-27 21:36:12 -05:00  
				
					
						
							
							
								 
						
							
								a43164877c 
								
							 
						 
						
							
							
								
								fix   #664  
							
							
							
						 
						
							2014-11-25 23:05:43 -05:00  
				
					
						
							
							
								 
						
							
								23d53561d1 
								
							 
						 
						
							
							
								
								update milestone page design  
							
							
							
						 
						
							2014-11-24 23:13:42 +08:00  
				
					
						
							
							
								 
						
							
								0cce61de3a 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-11-24 09:54:22 -05:00  
				
					
						
							
							
								 
						
							
								5b96e3fcc7 
								
							 
						 
						
							
							
								
								fix   #660  
							
							
							
						 
						
							2014-11-24 09:54:08 -05:00  
				
					
						
							
							
								 
						
							
								79dae254cf 
								
							 
						 
						
							
							
								
								add milestone page design  
							
							
							
						 
						
							2014-11-24 22:33:04 +08:00  
				
					
						
							
							
								 
						
							
								dc53270da9 
								
							 
						 
						
							
							
								
								Fix 653  
							
							
							
						 
						
							2014-11-22 10:22:53 -05:00  
				
					
						
							
							
								 
						
							
								ef275ebf62 
								
							 
						 
						
							
							
								
								more on change avatar  
							
							
							
						 
						
							2014-11-21 12:51:36 -05:00  
				
					
						
							
							
								 
						
							
								55dfe2c978 
								
							 
						 
						
							
							
								
								custom avatar upload  
							
							
							
						 
						
							2014-11-21 10:58:08 -05:00  
				
					
						
							
							
								 
						
							
								0c92da7e9c 
								
							 
						 
						
							
							
								
								fix invalid user links in admin panels  
							
							
							
						 
						
							2014-11-19 21:19:37 -05:00  
				
					
						
							
							
								 
						
							
								2d8c414f8c 
								
							 
						 
						
							
							
								
								Fix   #635  
							
							
							
						 
						
							2014-11-18 19:05:33 -05:00  
				
					
						
							
							
								 
						
							
								37d8d3afe9 
								
							 
						 
						
							
							
								
								more APIs on  #12  
							
							
							
						 
						
							2014-11-18 11:07:16 -05:00  
				
					
						
							
							
								 
						
							
								32dcaefafa 
								
							 
						 
						
							
							
								
								fox  #620  
							
							
							
						 
						
							2014-11-17 14:53:41 -05:00  
				
					
						
							
							
								 
						
							
								d1a60e3643 
								
							 
						 
						
							
							
								
								add pull-request and labels page design  
							
							
							
						 
						
							2014-11-17 23:07:34 +08:00  
				
					
						
							
							
								 
						
							
								340a4595dd 
								
							 
						 
						
							
							
								
								support duoshuo mirror of gravatar  
							
							
							
						 
						
							2014-11-16 20:27:04 -05:00  
				
					
						
							
							
								 
						
							
								52d66ba6c8 
								
							 
						 
						
							
							
								
								#12 , use go-gogs-client  
							
							
							
						 
						
							2014-11-14 17:11:30 -05:00  
				
					
						
							
							
								 
						
							
								8eb5120fbd 
								
							 
						 
						
							
							
								
								#12 , API: list user repos, list repo hooks  
							
							
							
						 
						
							2014-11-13 02:32:18 -05:00  
				
					
						
							
							
								 
						
							
								8c9338a537 
								
							 
						 
						
							
							
								
								add personal access token panel  #12  
							
							
							
						 
						
							2014-11-12 06:48:50 -05:00  
				
					
						
							
							
								 
						
							
								4f360d8f08 
								
							 
						 
						
							
							
								
								Fix   #617  and update Germeny locale  
							
							
							
						 
						
							2014-11-11 15:30:11 -05:00  
				
					
						
							
							
								 
						
							
								e0de6cb5ad 
								
							 
						 
						
							
							
								
								work on  #616  and update locales  
							
							
							
						 
						
							2014-11-10 05:30:07 -05:00  
				
					
						
							
							
								 
						
							
								35977cd34c 
								
							 
						 
						
							
							
								
								continue work on  #255  
							
							
							
						 
						
							2014-11-07 16:44:25 -05:00  
				
					
						
							
							
								 
						
							
								abc57b6e43 
								
							 
						 
						
							
							
								
								work on  #609  
							
							
							
						 
						
							2014-11-07 14:46:13 -05:00  
				
					
						
							
							
								 
						
							
								23eec25274 
								
							 
						 
						
							
							
								
								Fix   #605 ,  fix   #255 ,  fix   #101  
							
							
							
						 
						
							2014-11-06 22:06:41 -05:00  
				
					
						
							
							
								 
						
							
								4e7eb5be9d 
								
							 
						 
						
							
							
								
								Work on  #5  fork and  fix   #608  
							
							
							
						 
						
							2014-11-05 23:30:04 -05:00  
				
					
						
							
							
								 
						
							
								b375192352 
								
							 
						 
						
							
							
								
								fix tpl error  
							
							
							
						 
						
							2014-11-04 12:07:43 -05:00  
				
					
						
							
							
								 
						
							
								0c5ba4573a 
								
							 
						 
						
							
							
								
								fix session API broken and SQL pretection  
							
							
							
						 
						
							2014-11-04 11:37:15 -05:00  
				
					
						
							
							
								 
						
							
								b866dc92d7 
								
							 
						 
						
							
							
								
								finish issue list ui draft  
							
							
							
						 
						
							2014-11-04 21:58:28 +08:00  
				
					
						
							
							
								 
						
							
								e9875edcad 
								
							 
						 
						
							
							
								
								Update gopmfile  
							
							
							
						 
						
							2014-11-02 10:57:29 -05:00  
				
					
						
							
							
								 
						
							
								c7f56d7483 
								
							 
						 
						
							
							
								
								Fix   #584  
							
							
							
						 
						
							2014-10-27 11:18:00 -04:00  
				
					
						
							
							
								 
						
							
								83283bca4c 
								
							 
						 
						
							
							
								
								Safe work  
							
							
							
						 
						
							2014-10-25 07:50:19 -04:00  
				
					
						
							
							
								 
						
							
								f1d8746264 
								
							 
						 
						
							
							
								
								Fix fork repo and macaron API broken  
							
							
							
						 
						
							2014-10-24 18:43:17 -04:00  
				
					
						
							
							
								 
						
							
								3794111460 
								
							 
						 
						
							
							
								
								update slack hook to use new format  
							
							
							
						 
						
							2014-10-24 08:56:12 -04:00  
				
					
						
							
							
								 
						
							
								8209bf74f8 
								
							 
						 
						
							
							
								
								Fix   #575  
							
							
							
						 
						
							2014-10-20 11:44:11 +08:00  
				
					
						
							
							
								 
						
							
								d88ebd9a4b 
								
							 
						 
						
							
							
								
								Fix   #554  
							
							
							
						 
						
							2014-10-19 02:22:38 -04:00  
				
					
						
							
							
								 
						
							
								a342d58d7e 
								
							 
						 
						
							
							
								
								Able to fork repo to individuals  
							
							
							
						 
						
							2014-10-19 01:35:24 -04:00  
				
					
						
							
							
								 
						
							
								d7d167ac63 
								
							 
						 
						
							
							
								
								Merge pull request  #560  from evolvedlight/master  
							
							... 
							
							
							
							First cut of fork repo 
							
						 
						
							2014-10-18 23:59:36 -04:00  
				
					
						
							
							
								 
						
							
								3abc41ccca 
								
							 
						 
						
							
							
								
								Fix API broken  
							
							
							
						 
						
							2014-10-18 23:26:55 -04:00  
				
					
						
							
							
								 
						
							
								9e3a1bc11a 
								
							 
						 
						
							
							
								
								add nav bar in issue list  
							
							
							
						 
						
							2014-10-18 22:52:34 +08:00  
				
					
						
							
							
								 
						
							
								1aa12c7452 
								
							 
						 
						
							
							
								
								Fix   #572  
							
							
							
						 
						
							2014-10-15 16:28:38 -04:00  
				
					
						
							
							
								 
						
							
								ecf3eb4307 
								
							 
						 
						
							
							
								
								Fix   #570  
							
							
							
						 
						
							2014-10-15 07:55:20 -04:00  
				
					
						
							
							
								 
						
							
								9ae92459a5 
								
							 
						 
						
							
							
								
								Fix repo css and rel path img in md  
							
							
							
						 
						
							2014-10-14 23:44:34 -04:00  
				
					
						
							
							
								 
						
							
								8d2a6fc484 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/dev'  
							
							... 
							
							
							
							Conflicts:
	models/repo.go 
							
						 
						
							2014-10-13 20:30:31 +01:00  
				
					
						
							
							
								 
						
							
								29ac3980ff 
								
							 
						 
						
							
							
								
								More changes  
							
							
							
						 
						
							2014-10-13 20:23:30 +01:00  
				
					
						
							
							
								 
						
							
								451f328a4c 
								
							 
						 
						
							
							
								
								Fix   #457  and  fix   #557  
							
							
							
						 
						
							2014-10-13 03:07:47 -04:00  
				
					
						
							
							
								 
						
							
								3005c4f6db 
								
							 
						 
						
							
							
								
								Fix diff css style, hooks \r char  
							
							
							
						 
						
							2014-10-11 18:20:07 -04:00  
				
					
						
							
							
								 
						
							
								963354c5d7 
								
							 
						 
						
							
							
								
								Add raw, history file button, and other mirror fixes  
							
							
							
						 
						
							2014-10-11 18:02:48 -04:00  
				
					
						
							
							
								 
						
							
								5103f16f78 
								
							 
						 
						
							
							
								
								add omitted lang  
							
							
							
						 
						
							2014-10-11 13:43:21 +07:00  
				
					
						
							
							
								 
						
							
								3600498c8f 
								
							 
						 
						
							
							
								
								Add push tag action  
							
							
							
						 
						
							2014-10-10 21:58:13 -04:00  
				
					
						
							
							
								 
						
							
								b2632dec09 
								
							 
						 
						
							
							
								
								Page: Compare 2 commits  
							
							
							
						 
						
							2014-10-10 21:40:51 -04:00  
				
					
						
							
							
								 
						
							
								41dbb4c148 
								
							 
						 
						
							
							
								
								Hide org member in collar page  
							
							
							
						 
						
							2014-10-10 06:15:27 -04:00  
				
					
						
							
							
								 
						
							
								d78abd3561 
								
							 
						 
						
							
							
								
								Mirror fix on admin/orgs paging  
							
							
							
						 
						
							2014-10-10 03:28:21 -04:00  
				
					
						
							
							
								 
						
							
								79262173a6 
								
							 
						 
						
							
							
								
								Webhook delivery locking & Hide repo for org members if they don't have access  
							
							
							
						 
						
							2014-10-09 19:01:22 -04:00  
				
					
						
							
							
								 
						
							
								39931f8e00 
								
							 
						 
						
							
							
								
								Allow mail with self-signed certificates  
							
							
							
						 
						
							2014-10-09 18:08:07 -04:00  
				
					
						
							
							
								 
						
							
								1aa76bd279 
								
							 
						 
						
							
							
								
								Fix   #532 , add system notice  
							
							
							
						 
						
							2014-10-08 18:29:18 -04:00  
				
					
						
							
							
								 
						
							
								ce7422473a 
								
							 
						 
						
							
							
								
								add omitted lang  
							
							
							
						 
						
							2014-10-08 12:27:05 +04:00  
				
					
						
							
							
								 
						
							
								fc18741cc7 
								
							 
						 
						
							
							
								
								Fix   #524  
							
							
							
						 
						
							2014-10-07 07:02:53 -04:00  
				
					
						
							
							
								 
						
							
								64c68220d2 
								
							 
						 
						
							
							
								
								Fix   #264  
							
							
							
						 
						
							2014-10-06 17:50:00 -04:00  
				
					
						
							
							
								 
						
							
								91e5c24a31 
								
							 
						 
						
							
							
								
								Fix   #522  
							
							
							
						 
						
							2014-10-06 10:36:32 -04:00  
				
					
						
							
							
								 
						
							
								263d409326 
								
							 
						 
						
							
							
								
								Basic xss prevention  
							
							
							
						 
						
							2014-10-04 17:15:22 -04:00  
				
					
						
							
							
								 
						
							
								1031271224 
								
							 
						 
						
							
							
								
								Add German translation to home page  
							
							
							
						 
						
							2014-10-04 21:33:32 +02:00  
				
					
						
							
							
								 
						
							
								c9e5e38fcf 
								
							 
						 
						
							
							
								
								Initial cut of git fork  
							
							
							
						 
						
							2014-10-04 18:19:14 +01:00  
				
					
						
							
							
								 
						
							
								405ee14711 
								
							 
						 
						
							
							
								
								Fix SMTP auth logic  
							
							
							
						 
						
							2014-10-03 13:12:54 -04:00  
				
					
						
							
							
								 
						
							
								f03b6be8f9 
								
							 
						 
						
							
							
								
								Work on  #516  
							
							
							
						 
						
							2014-10-01 07:40:48 -04:00  
				
					
						
							
							
								 
						
							
								2a031c1365 
								
							 
						 
						
							
							
								
								Fix   #515  
							
							
							
						 
						
							2014-09-30 04:39:53 -04:00  
				
					
						
							
							
								 
						
							
								a046a31d2b 
								
							 
						 
						
							
							
								
								UI: Confirmation box  
							
							
							
						 
						
							2014-09-29 18:52:28 -04:00  
				
					
						
							
							
								 
						
							
								3cfa4a581c 
								
							 
						 
						
							
							
								
								Bug: 500 when transfer repository to collaborator  
							
							
							
						 
						
							2014-09-29 04:04:48 -04:00  
				
					
						
							
							
								 
						
							
								5e747bc877 
								
							 
						 
						
							
							
								
								Clean old dockerfiles  
							
							
							
						 
						
							2014-09-28 03:31:50 -04:00  
				
					
						
							
							
								 
						
							
								11af8658cf 
								
							 
						 
						
							
							
								
								Simple fix  
							
							
							
						 
						
							2014-09-28 01:54:25 -04:00  
				
					
						
							
							
								 
						
							
								e3b78c47e2 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	public/ng/less/gogs/repository.less
	templates/repo/home.tmpl 
							
						 
						
							2014-09-28 01:44:09 -04:00  
				
					
						
							
							
								 
						
							
								49193bebd2 
								
							 
						 
						
							
							
								
								UI: Confirmation box  
							
							
							
						 
						
							2014-09-28 01:38:25 -04:00  
				
					
						
							
							
								 
						
							
								7d48f811f1 
								
							 
						 
						
							
							
								
								add issue router for new issue page ui preview  
							
							
							
						 
						
							2014-09-27 19:03:07 +08:00  
				
					
						
							
							
								 
						
							
								e3a27aeb25 
								
							 
						 
						
							
							
								
								template and ui fix  
							
							
							
						 
						
							2014-09-27 17:31:44 +08:00  
				
					
						
							
							
								 
						
							
								dccc50e9d4 
								
							 
						 
						
							
							
								
								template and ui fix  
							
							
							
						 
						
							2014-09-27 17:08:57 +08:00  
				
					
						
							
							
								 
						
							
								ad2ab6d214 
								
							 
						 
						
							
							
								
								Add modal to change username  
							
							... 
							
							
							
							Signed-off-by: Unknwon <joe2010xtmf@163.com> 
							
						 
						
							2014-09-26 22:33:30 -04:00  
				
					
						
							
							
								 
						
							
								b8368f98ff 
								
							 
						 
						
							
							
								
								Add directory level commit message  
							
							
							
						 
						
							2014-09-26 08:55:13 -04:00  
				
					
						
							
							
								 
						
							
								54724c33ec 
								
							 
						 
						
							
							
								
								no neet for md5 email  
							
							
							
						 
						
							2014-09-26 13:46:51 +08:00  
				
					
						
							
							
								 
						
							
								ad52b2d791 
								
							 
						 
						
							
							
								
								Mirror fix on transfer repo  
							
							
							
						 
						
							2014-09-25 22:36:07 -04:00  
				
					
						
							
							
								 
						
							
								71e4689d11 
								
							 
						 
						
							
							
								
								Page: User profile  
							
							
							
						 
						
							2014-09-25 19:33:39 -04:00  
				
					
						
							
							
								 
						
							
								f69761563b 
								
							 
						 
						
							
							
								
								Fix bug on transfer repo  
							
							
							
						 
						
							2014-09-25 16:36:19 -04:00  
				
					
						
							
							
								 
						
							
								7c30ae7002 
								
							 
						 
						
							
							
								
								is utils improvement  
							
							
							
						 
						
							2014-09-25 21:52:58 +08:00  
				
					
						
							
							
								 
						
							
								25268577a5 
								
							 
						 
						
							
							
								
								Fix download archive issue  
							
							
							
						 
						
							2014-09-24 17:43:33 -04:00  
				
					
						
							
							
								 
						
							
								5bbeeb0f1b 
								
							 
						 
						
							
							
								
								Page: Commits and  fix   #249  
							
							
							
						 
						
							2014-09-23 15:30:04 -04:00  
				
					
						
							
							
								 
						
							
								a1109e6fbc 
								
							 
						 
						
							
							
								
								Page: Repository home page  
							
							
							
						 
						
							2014-09-23 13:47:54 -04:00  
				
					
						
							
							
								 
						
							
								ebb05475ed 
								
							 
						 
						
							
							
								
								Fix   #495  and cannot view repository by tag  
							
							
							
						 
						
							2014-09-23 13:06:25 -04:00  
				
					
						
							
							
								 
						
							
								b3f0d25ce5 
								
							 
						 
						
							
							
								
								pull request ui review, change sidebar  
							
							
							
						 
						
							2014-09-23 23:48:28 +08:00  
				
					
						
							
							
								 
						
							
								8d5a4cc9eb 
								
							 
						 
						
							
							
								
								pull request ui review, change sidebar  
							
							
							
						 
						
							2014-09-23 23:36:09 +08:00  
				
					
						
							
							
								 
						
							
								60c65415dd 
								
							 
						 
						
							
							
								
								pull request page ui review, upgrade octicon icons  
							
							
							
						 
						
							2014-09-23 22:28:03 +08:00  
				
					
						
							
							
								 
						
							
								3f707b3f32 
								
							 
						 
						
							
							
								
								Add basic submodule support  
							
							
							
						 
						
							2014-09-22 17:01:19 -04:00  
				
					
						
							
							
								 
						
							
								063aacd436 
								
							 
						 
						
							
							
								
								UI: Use tooltip not alert when copy clone URL  
							
							
							
						 
						
							2014-09-22 14:47:47 -04:00  
				
					
						
							
							
								 
						
							
								196efecaaa 
								
							 
						 
						
							
							
								
								Fix   #491  
							
							
							
						 
						
							2014-09-22 11:04:46 -04:00  
				
					
						
							
							
								 
						
							
								7df60af60e 
								
							 
						 
						
							
							
								
								submodule support and  closed   #478  
							
							
							
						 
						
							2014-09-22 14:23:36 +08:00  
				
					
						
							
							
								 
						
							
								79ec08141a 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-09-22 10:45:20 +08:00  
				
					
						
							
							
								 
						
							
								150eef93b2 
								
							 
						 
						
							
							
								
								add submodule basic support & buf  fixed   #478  
							
							
							
						 
						
							2014-09-22 10:43:16 +08:00  
				
					
						
							
							
								 
						
							
								4a01bb8fa4 
								
							 
						 
						
							
							
								
								Mirror bug fix  
							
							
							
						 
						
							2014-09-21 12:19:50 -04:00  
				
					
						
							
							
								 
						
							
								7ba9257a7f 
								
							 
						 
						
							
							
								
								Add suburl support  
							
							
							
						 
						
							2014-09-19 20:11:34 -04:00  
				
					
						
							
							
								 
						
							
								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 
							
						 
						
							2014-09-18 20:50:48 +02:00  
				
					
						
							
							
								 
						
							
								a596388ebf 
								
							 
						 
						
							
							
								
								Add success message after transfer repository  #481  
							
							
							
						 
						
							2014-09-17 14:52:46 -04:00  
				
					
						
							
							
								 
						
							
								8a09256941 
								
							 
						 
						
							
							
								
								Mirror fix and  fix   #481  
							
							
							
						 
						
							2014-09-17 14:22:51 -04:00  
				
					
						
							
							
								 
						
							
								061a879cea 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							... 
							
							
							
							Conflicts:
	conf/app.ini 
							
						 
						
							2014-09-17 12:04:18 +08:00  
				
					
						
							
							
								 
						
							
								ed84adb679 
								
							 
						 
						
							
							
								
								toutf8 improved & add max git diff lines  
							
							
							
						 
						
							2014-09-17 12:03:03 +08:00  
				
					
						
							
							
								 
						
							
								0d9c41be7d 
								
							 
						 
						
							
							
								
								Work on  #476  
							
							
							
						 
						
							2014-09-16 10:10:33 -04:00  
				
					
						
							
							
								 
						
							
								c1ceec45da 
								
							 
						 
						
							
							
								
								Fix mirror UI style and work on  #475  
							
							
							
						 
						
							2014-09-16 08:32:13 -04:00  
				
					
						
							
							
								 
						
							
								cff3ca23a5 
								
							 
						 
						
							
							
								
								Fix TimeSince arguments error.  
							
							
							
						 
						
							2014-09-16 15:55:41 +08:00  
				
					
						
							
							
								 
						
							
								632b1b694d 
								
							 
						 
						
							
							
								
								Fix   #465  
							
							
							
						 
						
							2014-09-15 09:56:12 -04:00  
				
					
						
							
							
								 
						
							
								7027ac9308 
								
							 
						 
						
							
							
								
								Fix   #461  
							
							
							
						 
						
							2014-09-14 16:43:22 -04:00  
				
					
						
							
							
								 
						
							
								b9560374cd 
								
							 
						 
						
							
							
								
								UI fix  
							
							
							
						 
						
							2014-09-13 22:12:11 -04:00  
				
					
						
							
							
								 
						
							
								3549fb0ea8 
								
							 
						 
						
							
							
								
								Remove APP_LOGO setting  
							
							
							
						 
						
							2014-09-13 03:52:51 -04:00  
				
					
						
							
							
								 
						
							
								cfed11f092 
								
							 
						 
						
							
							
								
								Bug: Transfer repository doesn't update the count  
							
							
							
						 
						
							2014-09-12 18:29:58 -04:00  
				
					
						
							
							
								 
						
							
								fdc8c34258 
								
							 
						 
						
							
							
								
								Fix clone panel z-index  
							
							
							
						 
						
							2014-09-10 11:32:14 -04:00  
				
					
						
							
							
								 
						
							
								33659ed9a5 
								
							 
						 
						
							
							
								
								Fix   #452  
							
							
							
						 
						
							2014-09-09 10:17:35 -04:00  
				
					
						
							
							
								 
						
							
								f8977f4847 
								
							 
						 
						
							
							
								
								Organization level webhooks  
							
							
							
						 
						
							2014-09-07 19:39:26 -04:00  
				
					
						
							
							
								 
						
							
								e79e4b1580 
								
							 
						 
						
							
							
								
								Merge pull request  #442  from compressed/org_hook  
							
							... 
							
							
							
							Organization-level Webhooks 
							
						 
						
							2014-09-07 19:30:51 -04:00  
				
					
						
							
							
								 
						
							
								0ddb1eb769 
								
							 
						 
						
							
							
								
								Finish new install page, almost ready for 0.5 release  
							
							
							
						 
						
							2014-09-07 19:02:58 -04:00  
				
					
						
							
							
								 
						
							
								ab7206d6b7 
								
							 
						 
						
							
							
								
								Fix   #348  
							
							
							
						 
						
							2014-09-05 17:28:09 -04:00  
				
					
						
							
							
								 
						
							
								85c35a6b8b 
								
							 
						 
						
							
							
								
								add organization-level webhooks  
							
							
							
						 
						
							2014-09-05 07:19:34 -04:00  
				
					
						
							
							
								 
						
							
								aee46bac01 
								
							 
						 
						
							
							
								
								add rel attribute such that font-awesome icons load correctly  
							
							
							
						 
						
							2014-09-04 09:12:51 +09:30  
				
					
						
							
							
								 
						
							
								dcb10a41d4 
								
							 
						 
						
							
							
								
								Add handling to branch switcher label to make label more consistent with  
							
							... 
							
							
							
							GitHub behaviour
Addresses #431  
							
						 
						
							2014-09-03 10:01:32 +09:30  
				
					
						
							
							
								 
						
							
								830efc90da 
								
							 
						 
						
							
							
								
								update docs and mirror bug fix  
							
							
							
						 
						
							2014-09-02 07:11:39 -04:00  
				
					
						
							
							
								 
						
							
								00a864e693 
								
							 
						 
						
							
							
								
								add commit compare functionality  
							
							
							
						 
						
							2014-09-01 14:56:19 -04:00  
				
					
						
							
							
								 
						
							
								c5ce33047e 
								
							 
						 
						
							
							
								
								Mirror fix and hide missing pages for 0.5 release  
							
							
							
						 
						
							2014-09-01 00:33:40 +08:00  
				
					
						
							
							
								 
						
							
								2bce24068d 
								
							 
						 
						
							
							
								
								add Slack API webhook support  
							
							
							
						 
						
							2014-08-31 12:01:59 -04:00  
				
					
						
							
							
								 
						
							
								ae2f4866d0 
								
							 
						 
						
							
							
								
								Merge pull request  #400  from deringer/dev  
							
							... 
							
							
							
							Add missing 'new migration' link 
							
						 
						
							2014-08-31 21:07:14 +08:00  
				
					
						
							
							
								 
						
							
								676bd764fa 
								
							 
						 
						
							
							
								
								UI: SSH/HTTPS address switch and copy  
							
							
							
						 
						
							2014-08-31 21:03:16 +08:00  
				
					
						
							
							
								 
						
							
								1bbf4c9768 
								
							 
						 
						
							
							
								
								Add missing 'new migration' link  
							
							... 
							
							
							
							Addresses issue #399  
							
						 
						
							2014-08-31 21:06:50 +09:30  
				
					
						
							
							
								 
						
							
								7e36bf448d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs into dev  
							
							... 
							
							
							
							Conflicts:
	dockerfiles/README.md 
							
						 
						
							2014-08-31 15:11:55 +08:00  
				
					
						
							
							
								 
						
							
								69e332f432 
								
							 
						 
						
							
							
								
								Removed trailing white spaces  
							
							... 
							
							
							
							Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork. 
							
						 
						
							2014-08-30 15:12:53 +02:00  
				
					
						
							
							
								 
						
							
								9bc63bda7d 
								
							 
						 
						
							
							
								
								Finish all new admin pages.  
							
							
							
						 
						
							2014-08-30 20:49:51 +08:00  
				
					
						
							
							
								 
						
							
								d2aff9a46a 
								
							 
						 
						
							
							
								
								Continue working on new admin pages  
							
							
							
						 
						
							2014-08-29 20:50:43 +08:00  
				
					
						
							
							
								 
						
							
								8829174574 
								
							 
						 
						
							
							
								
								Finish new admin users pages  
							
							
							
						 
						
							2014-08-29 15:32:52 +08:00  
				
					
						
							
							
								 
						
							
								1aec1a2dda 
								
							 
						 
						
							
							
								
								Finish new admin dashboard  
							
							
							
						 
						
							2014-08-28 22:29:00 +08:00  
				
					
						
							
							
								 
						
							
								81287ba022 
								
							 
						 
						
							
							
								
								Mirror issue fix  
							
							
							
						 
						
							2014-08-27 22:40:45 +08:00  
				
					
						
							
							
								 
						
							
								9baf2b38d0 
								
							 
						 
						
							
							
								
								Bug fix on organization  
							
							
							
						 
						
							2014-08-27 16:39:36 +08:00  
				
					
						
							
							
								 
						
							
								74b31566cf 
								
							 
						 
						
							
							
								
								Finsih add/remove repo in organization  
							
							
							
						 
						
							2014-08-26 18:11:15 +08:00  
				
					
						
							
							
								 
						
							
								f2c263c54f 
								
							 
						 
						
							
							
								
								fix   #367  
							
							
							
						 
						
							2014-08-25 09:45:39 +08:00  
				
					
						
							
							
								 
						
							
								21a1b8e5a3 
								
							 
						 
						
							
							
								
								Finish new edit team page, add member to team  
							
							
							
						 
						
							2014-08-24 21:09:05 +08:00  
				
					
						
							
							
								 
						
							
								b765229a6d 
								
							 
						 
						
							
							
								
								Fix code style  
							
							
							
						 
						
							2014-08-23 20:30:29 +08:00  
				
					
						
							
							
								 
						
							
								fa60502a70 
								
							 
						 
						
							
							
								
								Working on organization pages  
							
							
							
						 
						
							2014-08-23 20:24:02 +08:00  
				
					
						
							
							
								 
						
							
								bba707de36 
								
							 
						 
						
							
							
								
								Finish team list, create new team, join/leave team page  
							
							
							
						 
						
							2014-08-16 16:21:17 +08:00  
				
					
						
							
							
								 
						
							
								78add502d7 
								
							 
						 
						
							
							
								
								Finish new organization members and invitation page  
							
							
							
						 
						
							2014-08-15 23:37:33 +08:00  
				
					
						
							
							
								 
						
							
								36b4c57ff1 
								
							 
						 
						
							
							
								
								Finish new organization members and invitation page  
							
							
							
						 
						
							2014-08-15 18:29:41 +08:00  
				
					
						
							
							
								 
						
							
								5acc948562 
								
							 
						 
						
							
							
								
								Page: `/org/:orgname/settings`  
							
							
							
						 
						
							2014-08-14 14:12:21 +08:00  
				
					
						
							
							
								 
						
							
								5fbf8531e6 
								
							 
						 
						
							
							
								
								Finish new home page of organization  
							
							
							
						 
						
							2014-08-10 20:11:18 -07:00  
				
					
						
							
							
								 
						
							
								7af7584d25 
								
							 
						 
						
							
							
								
								Finish new reset password, etc.  
							
							
							
						 
						
							2014-08-09 21:02:00 -07:00  
				
					
						
							
							
								 
						
							
								78defd238c 
								
							 
						 
						
							
							
								
								Page: Manage social accounts  
							
							
							
						 
						
							2014-08-09 17:25:02 -07:00  
				
					
						
							
							
								 
						
							
								08c6d07aad 
								
							 
						 
						
							
							
								
								UI: Bare repository does not have visual link to settings page  
							
							
							
						 
						
							2014-08-09 15:50:06 -07:00  
				
					
						
							
							
								 
						
							
								9a1d5d2489 
								
							 
						 
						
							
							
								
								Finish new web hook pages  
							
							
							
						 
						
							2014-08-09 15:40:10 -07:00  
				
					
						
							
							
								 
						
							
								9820b8e134 
								
							 
						 
						
							
							
								
								Finish new hooks list page  
							
							
							
						 
						
							2014-08-09 10:29:51 -07:00  
				
					
						
							
							
								 
						
							
								7c7014262b 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-08-08 13:51:43 +08:00  
				
					
						
							
							
								 
						
							
								57f6ec672a 
								
							 
						 
						
							
							
								
								bug fixed  
							
							
							
						 
						
							2014-08-08 13:51:02 +08:00  
				
					
						
							
							
								 
						
							
								e8c9bb2c66 
								
							 
						 
						
							
							
								
								Finish new collaboration page  
							
							
							
						 
						
							2014-08-07 06:40:05 -04:00  
				
					
						
							
							
								 
						
							
								a8e05fdf1b 
								
							 
						 
						
							
							
								
								Use toolbox  
							
							
							
						 
						
							2014-08-06 17:21:24 -04:00  
				
					
						
							
							
								 
						
							
								fa0a389dc4 
								
							 
						 
						
							
							
								
								Fix bare repo bug  
							
							
							
						 
						
							2014-08-05 19:40:01 -04:00  
				
					
						
							
							
								 
						
							
								755eec745f 
								
							 
						 
						
							
							
								
								Finish new repo settings page  
							
							
							
						 
						
							2014-08-02 13:47:33 -04:00  
				
					
						
							
							
								 
						
							
								dabf5b057c 
								
							 
						 
						
							
							
								
								Finish new migrate page  
							
							
							
						 
						
							2014-08-01 00:06:19 -04:00  
				
					
						
							
							
								 
						
							
								7bbf644dd5 
								
							 
						 
						
							
							
								
								Convert captcha, cache, csrf as middlewares  
							
							
							
						 
						
							2014-07-31 17:25:34 -04:00  
				
					
						
							
							
								 
						
							
								3428baa3b5 
								
							 
						 
						
							
							
								
								Mirror fix on template  
							
							
							
						 
						
							2014-07-30 10:02:31 -04:00  
				
					
						
							
							
								 
						
							
								9813161411 
								
							 
						 
						
							
							
								
								Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page  
							
							
							
						 
						
							2014-07-26 23:53:16 -04:00  
				
					
						
							
							
								 
						
							
								5e81383413 
								
							 
						 
						
							
							
								
								Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module  
							
							
							
						 
						
							2014-07-26 18:37:18 -04:00  
				
					
						
							
							
								 
						
							
								5c4bc3c848 
								
							 
						 
						
							
							
								
								Huge updates!!!!! Be careful to merge!!!!  
							
							
							
						 
						
							2014-07-26 02:28:04 -04:00  
				
					
						
							
							
								 
						
							
								3f38ff6c09 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							... 
							
							
							
							Conflicts:
	templates/status/500.tmpl 
							
						 
						
							2014-07-26 00:25:43 -04:00  
				
					
						
							
							
								 
						
							
								8dd07c0ddd 
								
							 
						 
						
							
							
								
								New UI merge in progress  
							
							
							
						 
						
							2014-07-26 00:24:27 -04:00  
				
					
						
							
							
								 
						
							
								7921e60f30 
								
							 
						 
						
							
							
								
								Change "an error is occurred" to "has occurred"  
							
							
							
						 
						
							2014-07-25 20:51:05 -07:00  
				
					
						
							
							
								 
						
							
								12fb42de5a 
								
							 
						 
						
							
							
								
								Fix IE bug and show errors.  
							
							
							
						 
						
							2014-07-25 11:13:42 +02:00  
				
					
						
							
							
								 
						
							
								4e2477a1a5 
								
							 
						 
						
							
							
								
								Fix   #318 . Switch to JS(ON) implementation for issue/comment creation.  
							
							
							
						 
						
							2014-07-25 10:47:37 +02:00  
				
					
						
							
							
								 
						
							
								dedb156d4a 
								
							 
						 
						
							
							
								
								Fix   #321 . Allow empty comments as long as there are attachments.  
							
							
							
						 
						
							2014-07-25 08:01:34 +02:00  
				
					
						
							
							
								 
						
							
								4d702eb345 
								
							 
						 
						
							
							
								
								Allow disabling uploads  
							
							
							
						 
						
							2014-07-24 15:51:40 +02:00  
				
					
						
							
							
								 
						
							
								bfe5b86004 
								
							 
						 
						
							
							
								
								Add file upload for attachments  
							
							
							
						 
						
							2014-07-24 15:19:59 +02:00  
				
					
						
							
							
								 
						
							
								43e5de7f83 
								
							 
						 
						
							
							
								
								Show attachments in issues/comments and add preview for images  
							
							
							
						 
						
							2014-07-24 13:50:03 +02:00  
				
					
						
							
							
								 
						
							
								1129f756c8 
								
							 
						 
						
							
							
								
								Fix missing . (dot) in issue templates  
							
							
							
						 
						
							2014-07-24 12:37:26 +02:00  
				
					
						
							
							
								 
						
							
								967856f36e 
								
							 
						 
						
							
							
								
								Merge branch 'dev' into feature/attachments  
							
							... 
							
							
							
							Conflicts:
	models/issue.go
	routers/repo/issue.go 
							
						 
						
							2014-07-24 12:29:37 +02:00  
				
					
						
							
							
								 
						
							
								d43c5895bc 
								
							 
						 
						
							
							
								
								Update template and style, only close commit if commit is in same repository  
							
							
							
						 
						
							2014-07-24 10:15:05 +02:00  
				
					
						
							
							
								 
						
							
								3c025b3950 
								
							 
						 
						
							
							
								
								Add delete route for attachments, remove upload buttons from issues/comments  
							
							
							
						 
						
							2014-07-24 09:05:15 +02:00  
				
					
						
							
							
								 
						
							
								34304e6a0c 
								
							 
						 
						
							
							
								
								WIP: Allow attachments for issues, not only comments  
							
							
							
						 
						
							2014-07-23 21:24:24 +02:00  
				
					
						
							
							
								 
						
							
								4617bef895 
								
							 
						 
						
							
							
								
								WIP: Allow attachments for comments  
							
							
							
						 
						
							2014-07-23 21:15:47 +02:00  
				
					
						
							
							
								 
						
							
								8e4debe99d 
								
							 
						 
						
							
							
								
								Merge pull request  #297  from nuss-justin/issue/288  
							
							... 
							
							
							
							Fix issue #288 . Only show label form if repository collaborator/admin 
							
						 
						
							2014-07-22 16:13:22 -04:00  
				
					
						
							
							
								 
						
							
								dc2e140360 
								
							 
						 
						
							
							
								
								Merge pull request  #296  from nuss-justin/dev  
							
							... 
							
							
							
							Fix issue 280 & unwatch button in Firefox 
							
						 
						
							2014-07-22 16:03:58 -04:00  
				
					
						
							
							
								 
						
							
								e194cf3291 
								
							 
						 
						
							
							
								
								Fix issue  #259 . Allow links in the repository description  
							
							
							
						 
						
							2014-07-22 19:52:37 +02:00  
				
					
						
							
							
								 
						
							
								ccca60a5a1 
								
							 
						 
						
							
							
								
								Fix issue  #288 . Only show label form if repository collaborator/admin  
							
							
							
						 
						
							2014-07-22 14:20:32 +02:00  
				
					
						
							
							
								 
						
							
								18718afb36 
								
							 
						 
						
							
							
								
								Hide watch/unwatch button if not loggedin  
							
							
							
						 
						
							2014-07-22 11:57:10 +02:00  
				
					
						
							
							
								 
						
							
								5a97cc69ed 
								
							 
						 
						
							
							
								
								Make possible for administrators to change user's password (fix proposal for  #290 )  
							
							
							
						 
						
							2014-07-18 05:30:57 +03:00  
				
					
						
							
							
								 
						
							
								6418caf23a 
								
							 
						 
						
							
							
								
								add build script  
							
							
							
						 
						
							2014-07-16 09:48:19 +08:00  
				
					
						
							
							
								 
						
							
								c127d84777 
								
							 
						 
						
							
							
								
								add organization team-single page  
							
							
							
						 
						
							2014-07-07 18:13:42 +08:00  
				
					
						
							
							
								 
						
							
								63cc14062a 
								
							 
						 
						
							
							
								
								Paging function for users and repositories  
							
							
							
						 
						
							2014-07-07 04:15:08 -04:00  
				
					
						
							
							
								 
						
							
								097c8e05e6 
								
							 
						 
						
							
							
								
								Able to set timeout for process monitor  
							
							
							
						 
						
							2014-07-06 17:32:36 -04:00  
				
					
						
							
							
								 
						
							
								be8ac7fb75 
								
							 
						 
						
							
							
								
								fix   #273  
							
							
							
						 
						
							2014-07-04 16:48:36 -04:00  
				
					
						
							
							
								 
						
							
								0820b24f0b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-07-04 01:25:19 -04:00  
				
					
						
							
							
								 
						
							
								cdffdeddc9 
								
							 
						 
						
							
							
								
								Fix bug that collaborators are able to modify settings of repository  
							
							
							
						 
						
							2014-07-04 01:23:11 -04:00  
				
					
						
							
							
								 
						
							
								465dc962b5 
								
							 
						 
						
							
							
								
								Finish create organization team  
							
							
							
						 
						
							2014-07-02 16:42:16 -04:00  
				
					
						
							
							
								 
						
							
								3ad20773a2 
								
							 
						 
						
							
							
								
								fix typos in users' editing template.  
							
							
							
						 
						
							2014-06-30 20:12:55 +01:00  
				
					
						
							
							
								 
						
							
								e4ea5cf598 
								
							 
						 
						
							
							
								
								Finish Teams page  
							
							
							
						 
						
							2014-06-29 16:30:41 -04:00  
				
					
						
							
							
								 
						
							
								5dbfe3c26c 
								
							 
						 
						
							
							
								
								Finish organization homepage  
							
							
							
						 
						
							2014-06-28 15:43:25 -04:00  
				
					
						
							
							
								 
						
							
								6e448b0714 
								
							 
						 
						
							
							
								
								Finish delete organization  
							
							
							
						 
						
							2014-06-28 00:40:07 -04:00  
				
					
						
							
							
								 
						
							
								ee9b7f322f 
								
							 
						 
						
							
							
								
								Clean code  
							
							
							
						 
						
							2014-06-27 23:14:33 -04:00  
				
					
						
							
							
								 
						
							
								1d55ecd29c 
								
							 
						 
						
							
							
								
								add organization team-create page  
							
							
							
						 
						
							2014-06-27 22:04:04 +08:00  
				
					
						
							
							
								 
						
							
								b5ba2bd268 
								
							 
						 
						
							
							
								
								add organization team-create page  
							
							
							
						 
						
							2014-06-27 21:33:49 +08:00  
				
					
						
							
							
								 
						
							
								19e9104289 
								
							 
						 
						
							
							
								
								Organization settings page  
							
							
							
						 
						
							2014-06-27 03:37:01 -04:00  
				
					
						
							
							
								 
						
							
								32b09681b2 
								
							 
						 
						
							
							
								
								Migrate repository by organization  
							
							
							
						 
						
							2014-06-25 05:35:23 -04:00  
				
					
						
							
							
								 
						
							
								43b33440b5 
								
							 
						 
						
							
							
								
								Work on create organization repo and  #257  
							
							
							
						 
						
							2014-06-25 05:14:36 -04:00  
				
					
						
							
							
								 
						
							
								72ba273cc9 
								
							 
						 
						
							
							
								
								select owner when creating repository  
							
							
							
						 
						
							2014-06-25 16:03:29 +08:00  
				
					
						
							
							
								 
						
							
								4cf7a1fca5 
								
							 
						 
						
							
							
								
								Mirror update on create repo page  
							
							
							
						 
						
							2014-06-25 03:55:59 -04:00  
				
					
						
							
							
								 
						
							
								80be060735 
								
							 
						 
						
							
							
								
								select owner when creating repository  
							
							
							
						 
						
							2014-06-25 13:08:28 +08:00  
				
					
						
							
							
								 
						
							
								8e6c254c03 
								
							 
						 
						
							
							
								
								Mirror fix on create repo  
							
							
							
						 
						
							2014-06-25 00:53:45 -04:00  
				
					
						
							
							
								 
						
							
								3624b2a7f1 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-06-25 00:44:59 -04:00  
				
					
						
							
							
								 
						
							
								e0f9c628c5 
								
							 
						 
						
							
							
								
								Add create organization  
							
							
							
						 
						
							2014-06-25 00:44:48 -04:00  
				
					
						
							
							
								 
						
							
								cc703ee663 
								
							 
						 
						
							
							
								
								select owner when creating repository  
							
							
							
						 
						
							2014-06-25 12:22:08 +08:00  
				
					
						
							
							
								 
						
							
								b2801a2e98 
								
							 
						 
						
							
							
								
								Fix   #165  
							
							
							
						 
						
							2014-06-24 13:55:47 -04:00  
				
					
						
							
							
								 
						
							
								47d29a1ee0 
								
							 
						 
						
							
							
								
								Mirror fix on  #248  
							
							
							
						 
						
							2014-06-23 16:22:34 -04:00  
				
					
						
							
							
								 
						
							
								fb53cc4fa8 
								
							 
						 
						
							
							
								
								add organization setting page  
							
							
							
						 
						
							2014-06-23 19:11:20 +08:00  
				
					
						
							
							
								 
						
							
								f393dc6520 
								
							 
						 
						
							
							
								
								add organization dashboard page  
							
							
							
						 
						
							2014-06-23 12:08:53 +08:00  
				
					
						
							
							
								 
						
							
								ea507e20d4 
								
							 
						 
						
							
							
								
								add organization create page  
							
							
							
						 
						
							2014-06-23 11:40:49 +08:00  
				
					
						
							
							
								 
						
							
								314193029a 
								
							 
						 
						
							
							
								
								Use constants to name template file  
							
							
							
						 
						
							2014-06-22 23:11:12 -04:00  
				
					
						
							
							
								 
						
							
								9c82073091 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-06-22 13:17:47 -04:00  
				
					
						
							
							
								 
						
							
								9924e65ca1 
								
							 
						 
						
							
							
								
								In progress of name template name constant  
							
							
							
						 
						
							2014-06-22 13:14:03 -04:00  
				
					
						
							
							
								 
						
							
								adda10f4a4 
								
							 
						 
						
							
							
								
								add organization teams page  
							
							
							
						 
						
							2014-06-22 21:53:40 +08:00  
				
					
						
							
							
								 
						
							
								bf703ef617 
								
							 
						 
						
							
							
								
								add dashboard context switch button  
							
							
							
						 
						
							2014-06-22 14:10:12 +08:00  
				
					
						
							
							
								 
						
							
								ad5ec45dd6 
								
							 
						 
						
							
							
								
								Fix   #165  
							
							
							
						 
						
							2014-06-21 00:51:41 -04:00  
				
					
						
							
							
								 
						
							
								6c8d630bef 
								
							 
						 
						
							
							
								
								Add database log adapter  
							
							
							
						 
						
							2014-06-20 00:25:23 -04:00  
				
					
						
							
							
								 
						
							
								f147ad619a 
								
							 
						 
						
							
							
								
								Basic process manager  
							
							
							
						 
						
							2014-06-19 01:08:03 -04:00  
				
					
						
							
							
								 
						
							
								d952b4200c 
								
							 
						 
						
							
							
								
								Add corn rask monitor panel  
							
							
							
						 
						
							2014-06-13 13:01:52 -04:00  
				
					
						
							
							
								 
						
							
								e07674bff1 
								
							 
						 
						
							
							
								
								Support edit release and save as draft  
							
							
							
						 
						
							2014-06-12 17:47:23 -04:00  
				
					
						
							
							
								 
						
							
								fb0972afad 
								
							 
						 
						
							
							
								
								Fix   #199  
							
							
							
						 
						
							2014-06-12 09:35:51 -04:00  
				
					
						
							
							
								 
						
							
								9961f9a53c 
								
							 
						 
						
							
							
								
								Fix   #197  
							
							
							
						 
						
							2014-06-12 09:10:39 -04:00  
				
					
						
							
							
								 
						
							
								a3e1383cac 
								
							 
						 
						
							
							
								
								Add gogs fix location command  
							
							
							
						 
						
							2014-06-10 19:11:53 -04:00  
				
					
						
							
							
								 
						
							
								f160b4f33c 
								
							 
						 
						
							
							
								
								Add tar.gz download button and other mirror updates  
							
							
							
						 
						
							2014-06-08 17:53:53 -04:00  
				
					
						
							
							
								 
						
							
								a80d8d96fa 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-06-08 04:45:38 -04:00  
				
					
						
							
							
								 
						
							
								302c863cda 
								
							 
						 
						
							
							
								
								Fix   #242  
							
							
							
						 
						
							2014-06-08 04:45:34 -04:00  
				
					
						
							
							
								 
						
							
								4fcbf553aa 
								
							 
						 
						
							
							
								
								organisation main page ui  
							
							
							
						 
						
							2014-06-07 13:27:24 +08:00  
				
					
						
							
							
								 
						
							
								4f2f3c2857 
								
							 
						 
						
							
							
								
								Code convention  
							
							
							
						 
						
							2014-06-05 22:07:35 -04:00  
				
					
						
							
							
								 
						
							
								63baf76ab2 
								
							 
						 
						
							
							
								
								Fix   #214  
							
							
							
						 
						
							2014-06-03 12:51:53 -04:00  
				
					
						
							
							
								 
						
							
								eaa7d71fc7 
								
							 
						 
						
							
							
								
								Fix   #232  
							
							
							
						 
						
							2014-06-02 21:59:56 -04:00  
				
					
						
							
							
								 
						
							
								afc6cbc479 
								
							 
						 
						
							
							
								
								Update tag  
							
							
							
						 
						
							2014-06-01 11:06:03 -04:00  
				
					
						
							
							
								 
						
							
								2657f88d9a 
								
							 
						 
						
							
							
								
								Fix   #222  
							
							
							
						 
						
							2014-05-31 17:15:04 -04:00  
				
					
						
							
							
								 
						
							
								617bbe3fee 
								
							 
						 
						
							
							
								
								Fix   #218  
							
							
							
						 
						
							2014-05-30 06:34:24 -04:00  
				
					
						
							
							
								 
						
							
								ab13a29cb5 
								
							 
						 
						
							
							
								
								Fix   #209  
							
							
							
						 
						
							2014-05-28 01:53:06 -04:00  
				
					
						
							
							
								 
						
							
								ff690fd976 
								
							 
						 
						
							
							
								
								Fix   #200 , add VERSION to template files  
							
							
							
						 
						
							2014-05-28 00:06:31 -04:00  
				
					
						
							
							
								 
						
							
								6227b59b1a 
								
							 
						 
						
							
							
								
								Registeration -> Registration  
							
							
							
						 
						
							2014-05-26 12:00:36 -04:00  
				
					
						
							
							
								 
						
							
								e0a6e6dd1a 
								
							 
						 
						
							
							
								
								issue ui update  
							
							
							
						 
						
							2014-05-26 21:21:30 +08:00  
				
					
						
							
							
								 
						
							
								bf5fcfb49c 
								
							 
						 
						
							
							
								
								Add * to selected label  
							
							
							
						 
						
							2014-05-25 23:46:45 -04:00  
				
					
						
							
							
								 
						
							
								80055bde86 
								
							 
						 
						
							
							
								
								Code convention  
							
							
							
						 
						
							2014-05-24 15:28:31 -04:00  
				
					
						
							
							
								 
						
							
								e33a104448 
								
							 
						 
						
							
							
								
								Almost done issue label  #200  
							
							
							
						 
						
							2014-05-24 03:11:53 -04:00  
				
					
						
							
							
								 
						
							
								dce17c86ac 
								
							 
						 
						
							
							
								
								Almost done issue label  #200  
							
							
							
						 
						
							2014-05-24 03:05:41 -04:00  
				
					
						
							
							
								 
						
							
								b1bdbd7f94 
								
							 
						 
						
							
							
								
								Almost done issue label  #200  
							
							
							
						 
						
							2014-05-24 02:31:58 -04:00  
				
					
						
							
							
								 
						
							
								5e9a45f74a 
								
							 
						 
						
							
							
								
								Code convention  
							
							
							
						 
						
							2014-05-21 21:37:13 -04:00  
				
					
						
							
							
								 
						
							
								1331134316 
								
							 
						 
						
							
							
								
								finish issue edit content preview  
							
							
							
						 
						
							2014-05-21 20:49:47 +08:00  
				
					
						
							
							
								 
						
							
								4e8a1bf9c9 
								
							 
						 
						
							
							
								
								fix firefox zclip bug  
							
							
							
						 
						
							2014-05-21 20:03:45 +08:00  
				
					
						
							
							
								 
						
							
								c82807a713 
								
							 
						 
						
							
							
								
								add issue label attach-detach ui  
							
							
							
						 
						
							2014-05-19 23:47:11 +08:00  
				
					
						
							
							
								 
						
							
								342baf1dda 
								
							 
						 
						
							
							
								
								add label edit and manage ui  
							
							
							
						 
						
							2014-05-19 21:55:25 +08:00  
				
					
						
							
							
								 
						
							
								93f8f92523 
								
							 
						 
						
							
							
								
								Finish create new label  
							
							
							
						 
						
							2014-05-18 18:07:04 -04:00  
				
					
						
							
							
								 
						
							
								7fd22bea1e 
								
							 
						 
						
							
							
								
								Add dropdown-menu-right class to the repo-watching dropdown  
							
							... 
							
							
							
							The dropdown menu was dropping down to the right and appearing outside of the page container. This made it not visible at smaller browser widths.
This commit makes it drop down into the page container, instead of out, and keeps it visible at all screen sizes. 
							
						 
						
							2014-05-18 15:57:02 -05:00  
				
					
						
							
							
								 
						
							
								a0a95d797e 
								
							 
						 
						
							
							
								
								Fix ui  
							
							
							
						 
						
							2014-05-16 16:21:31 -04:00  
				
					
						
							
							
								 
						
							
								956f011dd3 
								
							 
						 
						
							
							
								
								Fix   #186  
							
							
							
						 
						
							2014-05-16 13:41:08 -04:00  
				
					
						
							
							
								 
						
							
								16e162b669 
								
							 
						 
						
							
							
								
								issue label ui design  
							
							
							
						 
						
							2014-05-16 16:00:09 +08:00  
				
					
						
							
							
								 
						
							
								4744996f9a 
								
							 
						 
						
							
							
								
								Make gmail auth work  
							
							
							
						 
						
							2014-05-15 14:46:04 -04:00  
				
					
						
							
							
								 
						
							
								7869cfccb9 
								
							 
						 
						
							
							
								
								Merge pull request  #192  from DerDackel/ldapssl  
							
							... 
							
							
							
							Add LDAP over SSL support 
							
						 
						
							2014-05-15 20:52:05 +08:00  
				
					
						
							
							
								 
						
							
								eb264a112b 
								
							 
						 
						
							
							
								
								Add LDAP over SSL support  
							
							
							
						 
						
							2014-05-15 14:27:16 +02:00  
				
					
						
							
							
								 
						
							
								b70db61854 
								
							 
						 
						
							
							
								
								Fix   #185  
							
							
							
						 
						
							2014-05-14 13:04:57 -04:00  
				
					
						
							
							
								 
						
							
								16bddd593a 
								
							 
						 
						
							
							
								
								Finish change issue’s milestone  
							
							
							
						 
						
							2014-05-14 11:14:51 -04:00  
				
					
						
							
							
								 
						
							
								e880a2fa48 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-05-14 10:55:41 -04:00  
				
					
						
							
							
								 
						
							
								46fc36c3a6 
								
							 
						 
						
							
							
								
								Finish change issue’s milestone  
							
							
							
						 
						
							2014-05-14 10:55:36 -04:00  
				
					
						
							
							
								 
						
							
								a1bb3741d5 
								
							 
						 
						
							
							
								
								add milestone in new-issue page  
							
							
							
						 
						
							2014-05-14 22:01:20 +08:00  
				
					
						
							
							
								 
						
							
								4a4392192b 
								
							 
						 
						
							
							
								
								add milestone issue view ui  
							
							
							
						 
						
							2014-05-14 21:29:54 +08:00  
				
					
						
							
							
								 
						
							
								5ed5aa5228 
								
							 
						 
						
							
							
								
								Finish milestone  
							
							
							
						 
						
							2014-05-13 19:46:48 -04:00  
				
					
						
							
							
								 
						
							
								33ec0632ff 
								
							 
						 
						
							
							
								
								Fix   #183  
							
							
							
						 
						
							2014-05-13 19:26:13 -04:00  
				
					
						
							
							
								 
						
							
								cca2a53d6f 
								
							 
						 
						
							
							
								
								Fix issue link in issues page  
							
							... 
							
							
							
							The link assumes that the issue belongs to the signed in
user, which is not necessarily the case
I changed it to use repository owner name instead 
							
						 
						
							2014-05-13 23:37:09 +03:00  
				
					
						
							
							
								 
						
							
								2eee1e9bc2 
								
							 
						 
						
							
							
								
								Finish edit a milestone  
							
							
							
						 
						
							2014-05-13 13:28:21 -04:00  
				
					
						
							
							
								 
						
							
								98dbbae2ef 
								
							 
						 
						
							
							
								
								Fix   #166  
							
							
							
						 
						
							2014-05-13 12:40:32 -04:00  
				
					
						
							
							
								 
						
							
								c117f9e73f 
								
							 
						 
						
							
							
								
								Fix   #166  
							
							
							
						 
						
							2014-05-12 20:22:35 -04:00  
				
					
						
							
							
								 
						
							
								a913aff1d0 
								
							 
						 
						
							
							
								
								Show collaborative repositories in dashboard  
							
							
							
						 
						
							2014-05-12 15:14:22 -04:00  
				
					
						
							
							
								 
						
							
								54e95fa367 
								
							 
						 
						
							
							
								
								Finish add new milestone  
							
							
							
						 
						
							2014-05-12 14:06:42 -04:00  
				
					
						
							
							
								 
						
							
								f1130ce5e9 
								
							 
						 
						
							
							
								
								Fix edit auth page bug  
							
							
							
						 
						
							2014-05-12 11:02:36 -04:00  
				
					
						
							
							
								 
						
							
								1769bb2f26 
								
							 
						 
						
							
							
								
								add milestone edit ui  
							
							
							
						 
						
							2014-05-12 21:51:22 +08:00  
				
					
						
							
							
								 
						
							
								0970d6cc38 
								
							 
						 
						
							
							
								
								Log to different adapter according to level  
							
							
							
						 
						
							2014-05-11 14:37:12 -04:00  
				
					
						
							
							
								 
						
							
								68fb62347f 
								
							 
						 
						
							
							
								
								Finish issue assignee  
							
							
							
						 
						
							2014-05-11 13:46:36 -04:00  
				
					
						
							
							
								 
						
							
								d122aa6d88 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-05-11 10:37:36 -04:00  
				
					
						
							
							
								 
						
							
								2c73ced0db 
								
							 
						 
						
							
							
								
								Fix   #173  
							
							
							
						 
						
							2014-05-11 10:37:31 -04:00  
				
					
						
							
							
								 
						
							
								fd7b0a2ba4 
								
							 
						 
						
							
							
								
								add user new js  
							
							
							
						 
						
							2014-05-11 21:27:06 +08:00  
				
					
						
							
							
								 
						
							
								27f9b7a144 
								
							 
						 
						
							
							
								
								add user new js  
							
							
							
						 
						
							2014-05-11 21:26:47 +08:00  
				
					
						
							
							
								 
						
							
								f68e279150 
								
							 
						 
						
							
							
								
								spell bug fixed  
							
							
							
						 
						
							2014-05-11 20:18:57 +08:00  
				
					
						
							
							
								 
						
							
								c5dbc24ca4 
								
							 
						 
						
							
							
								
								UI fix  
							
							
							
						 
						
							2014-05-11 07:43:57 -04:00  
				
					
						
							
							
								 
						
							
								bf58679390 
								
							 
						 
						
							
							
								
								add support for smtp authentication  
							
							
							
						 
						
							2014-05-11 18:10:37 +08:00  
				
					
						
							
							
								 
						
							
								cdc87623dc 
								
							 
						 
						
							
							
								
								add auth new js  
							
							
							
						 
						
							2014-05-11 16:46:38 +08:00  
				
					
						
							
							
								 
						
							
								55019bfbc5 
								
							 
						 
						
							
							
								
								merge all login methods  
							
							
							
						 
						
							2014-05-11 14:12:45 +08:00  
				
					
						
							
							
								 
						
							
								4d6de6c7b9 
								
							 
						 
						
							
							
								
								add login name for auth type  
							
							
							
						 
						
							2014-05-11 11:56:04 +08:00  
				
					
						
							
							
								 
						
							
								2eabeba6b7 
								
							 
						 
						
							
							
								
								finish milestone add page  
							
							
							
						 
						
							2014-05-09 22:33:07 +08:00  
				
					
						
							
							
								 
						
							
								045c21de4f 
								
							 
						 
						
							
							
								
								assignee ui in issue view  
							
							
							
						 
						
							2014-05-09 20:44:08 +08:00  
				
					
						
							
							
								 
						
							
								e867283406 
								
							 
						 
						
							
							
								
								Assignee back end  
							
							
							
						 
						
							2014-05-08 12:24:11 -04:00  
				
					
						
							
							
								 
						
							
								a03f380fa8 
								
							 
						 
						
							
							
								
								assignee ui in issue view  
							
							
							
						 
						
							2014-05-08 21:49:05 +08:00  
				
					
						
							
							
								 
						
							
								11ca10ab2f 
								
							 
						 
						
							
							
								
								issue assignee ui  
							
							
							
						 
						
							2014-05-08 21:01:47 +08:00  
				
					
						
							
							
								 
						
							
								33d32585b1 
								
							 
						 
						
							
							
								
								Add mention, read/unread support of issue tracker  
							
							
							
						 
						
							2014-05-07 16:51:14 -04:00  
				
					
						
							
							
								 
						
							
								6fb7229bea 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-05-07 12:09:35 -04:00  
				
					
						
							
							
								 
						
							
								7407f9caf3 
								
							 
						 
						
							
							
								
								Finish issue design  
							
							
							
						 
						
							2014-05-07 12:09:30 -04:00  
				
					
						
							
							
								 
						
							
								d76772adb9 
								
							 
						 
						
							
							
								
								add milestone list page  
							
							
							
						 
						
							2014-05-07 21:01:00 +08:00  
				
					
						
							
							
								 
						
							
								8ca14e2109 
								
							 
						 
						
							
							
								
								Improve delete SSH key  
							
							
							
						 
						
							2014-05-06 16:28:52 -04:00  
				
					
						
							
							
								 
						
							
								7cb5a15c9b 
								
							 
						 
						
							
							
								
								Batch of mirror fixes  
							
							
							
						 
						
							2014-05-06 13:47:47 -04:00  
				
					
						
							
							
								 
						
							
								e573855a4f 
								
							 
						 
						
							
							
								
								Fix   #98 , support web hook  
							
							
							
						 
						
							2014-05-06 11:50:31 -04:00  
				
					
						
							
							
								 
						
							
								94bccbb148 
								
							 
						 
						
							
							
								
								Finish edit and remove web hook  
							
							
							
						 
						
							2014-05-05 21:36:08 -04:00  
				
					
						
							
							
								 
						
							
								24f614f6db 
								
							 
						 
						
							
							
								
								Finish add web hook  
							
							
							
						 
						
							2014-05-05 20:52:25 -04:00  
				
					
						
							
							
								 
						
							
								6e3dba2cc5 
								
							 
						 
						
							
							
								
								Clean repo code  
							
							
							
						 
						
							2014-05-05 19:58:13 -04:00  
				
					
						
							
							
								 
						
							
								bbdfe25769 
								
							 
						 
						
							
							
								
								User code clean and ui improve  
							
							
							
						 
						
							2014-05-05 16:21:43 -04:00  
				
					
						
							
							
								 
						
							
								c1eb4d894a 
								
							 
						 
						
							
							
								
								Clean api code  
							
							
							
						 
						
							2014-05-05 13:08:01 -04:00  
				
					
						
							
							
								 
						
							
								d189b83ac1 
								
							 
						 
						
							
							
								
								some ui fix  
							
							
							
						 
						
							2014-05-05 20:50:59 +08:00  
				
					
						
							
							
								 
						
							
								d34c3bb751 
								
							 
						 
						
							
							
								
								finish webhook ui,  
							
							... 
							
							
							
							some ui fix 
							
						 
						
							2014-05-05 20:16:24 +08:00  
				
					
						
							
							
								 
						
							
								3b7465f817 
								
							 
						 
						
							
							
								
								fix code  
							
							
							
						 
						
							2014-05-05 05:32:47 -04:00  
				
					
						
							
							
								 
						
							
								d8136c9c3c 
								
							 
						 
						
							
							
								
								Merge branch 'dev-ldap' into dev  
							
							
							
						 
						
							2014-05-05 16:42:15 +08:00  
				
					
						
							
							
								 
						
							
								1652dd5068 
								
							 
						 
						
							
							
								
								basic authentications  
							
							
							
						 
						
							2014-05-05 16:40:25 +08:00  
				
					
						
							
							
								 
						
							
								02687cbdf3 
								
							 
						 
						
							
							
								
								Add mail notify for new collaborator  
							
							
							
						 
						
							2014-05-05 04:27:28 -04:00  
				
					
						
							
							
								 
						
							
								79ea34e70e 
								
							 
						 
						
							
							
								
								ldap support  
							
							
							
						 
						
							2014-05-03 10:48:14 +08:00  
				
					
						
							
							
								 
						
							
								e10096ee2e 
								
							 
						 
						
							
							
								
								Mirror fix on UI  
							
							
							
						 
						
							2014-05-02 19:23:06 -04:00  
				
					
						
							
							
								 
						
							
								3e856928a2 
								
							 
						 
						
							
							
								
								add webhooks page ui  
							
							
							
						 
						
							2014-05-02 22:07:34 +08:00  
				
					
						
							
							
								 
						
							
								e7d8fadb08 
								
							 
						 
						
							
							
								
								Add disable gravatar option  
							
							
							
						 
						
							2014-05-01 21:30:04 -04:00  
				
					
						
							
							
								 
						
							
								100cd181bc 
								
							 
						 
						
							
							
								
								Add router log config option  
							
							
							
						 
						
							2014-05-01 18:53:41 -04:00  
				
					
						
							
							
								 
						
							
								75109bbd65 
								
							 
						 
						
							
							
								
								Fix panic when no master branch  
							
							
							
						 
						
							2014-05-01 12:03:10 -04:00  
				
					
						
							
							
								 
						
							
								f6c4fbeb37 
								
							 
						 
						
							
							
								
								Collaborator  
							
							
							
						 
						
							2014-05-01 11:32:12 -04:00  
				
					
						
							
							
								 
						
							
								1c88a541cb 
								
							 
						 
						
							
							
								
								fix profile ui  
							
							
							
						 
						
							2014-05-01 21:27:12 +08:00  
				
					
						
							
							
								 
						
							
								cc1eb5643e 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of  https://github.com/gogits/gogs  into dev  
							
							
							
						 
						
							2014-05-01 20:57:11 +08:00  
				
					
						
							
							
								 
						
							
								89c99167b2 
								
							 
						 
						
							
							
								
								Fix   #149  
							
							
							
						 
						
							2014-05-01 08:26:41 -04:00  
				
					
						
							
							
								 
						
							
								2a1dc0085b 
								
							 
						 
						
							
							
								
								fix   #91  
							
							
							
						 
						
							2014-05-01 07:35:21 -04:00  
				
					
						
							
							
								 
						
							
								52fbb9788a 
								
							 
						 
						
							
							
								
								add collaboration page ui  
							
							
							
						 
						
							2014-05-01 17:44:22 +08:00  
				
					
						
							
							
								 
						
							
								eb463000a9 
								
							 
						 
						
							
							
								
								Clean files  
							
							
							
						 
						
							2014-05-01 03:27:26 -04:00  
				
					
						
							
							
								 
						
							
								49dc57e336 
								
							 
						 
						
							
							
								
								Add /api/v1/users/search  
							
							
							
						 
						
							2014-04-30 23:48:01 -04:00  
				
					
						
							
							
								 
						
							
								48bfbb7ddf 
								
							 
						 
						
							
							
								
								Mirror changes  
							
							
							
						 
						
							2014-04-30 03:44:28 -04:00  
				
					
						
							
							
								 
						
							
								494e5fd40c 
								
							 
						 
						
							
							
								
								Install: Set the default host string based on database type  
							
							
							
						 
						
							2014-04-29 16:35:25 -04:00  
				
					
						
							
							
								 
						
							
								2401e68d7e 
								
							 
						 
						
							
							
								
								Prepare for v0.3.1 hotfix  
							
							
							
						 
						
							2014-04-28 21:53:40 -04:00  
				
					
						
							
							
								 
						
							
								31805e2bbe 
								
							 
						 
						
							
							
								
								Merge pull request  #135  from clee/show-parents  
							
							... 
							
							
							
							Show parents in commit diff page 
							
						 
						
							2014-04-27 19:46:38 -04:00  
				
					
						
							
							
								 
						
							
								6700257558 
								
							 
						 
						
							
							
								
								Show parents in commit diff page  
							
							
							
						 
						
							2014-04-27 23:43:14 +00:00  
				
					
						
							
							
								 
						
							
								62240b6bc1 
								
							 
						 
						
							
							
								
								Add login by email  
							
							
							
						 
						
							2014-04-27 01:54:08 -06:00  
				
					
						
							
							
								 
						
							
								ce05a8d7b6 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							... 
							
							
							
							Conflicts:
	templates/repo/single_list.tmpl 
							
						 
						
							2014-04-27 01:06:57 -06:00  
				
					
						
							
							
								 
						
							
								62d23e9154 
								
							 
						 
						
							
							
								
								HTTP no follow and offline mode  
							
							
							
						 
						
							2014-04-27 01:05:13 -06:00  
				
					
						
							
							
								 
						
							
								9fdf4bc277 
								
							 
						 
						
							
							
								
								Merge pull request  #134  from clee/master  
							
							... 
							
							
							
							Use commit summaries instead of full messages 
							
						 
						
							2014-04-27 00:56:06 -06:00  
				
					
						
							
							
								 
						
							
								8a8f84d245 
								
							 
						 
						
							
							
								
								Use commit summaries instead of full messages  
							
							
							
						 
						
							2014-04-27 06:46:03 +00:00  
				
					
						
							
							
								 
						
							
								59d0e73c35 
								
							 
						 
						
							
							
								
								Batch mirror fix  
							
							
							
						 
						
							2014-04-26 22:34:48 -06:00  
				
					
						
							
							
								 
						
							
								e5af34a078 
								
							 
						 
						
							
							
								
								fixed some broken forms that were introduced in james-anderson@521c5f0e10  
							
							
							
						 
						
							2014-04-24 14:50:24 -04:00  
				
					
						
							
							
								 
						
							
								32ae6896fa 
								
							 
						 
						
							
							
								
								Close to Closed  
							
							
							
						 
						
							2014-04-23 15:39:37 -04:00  
				
					
						
							
							
								 
						
							
								4b58c01603 
								
							 
						 
						
							
							
								
								Changed setting url to settings  
							
							
							
						 
						
							2014-04-23 15:30:18 -04:00  
				
					
						
							
							
								 
						
							
								34d18a19a3 
								
							 
						 
						
							
							
								
								Minor grammatical fix for Disable Registration feature  
							
							
							
						 
						
							2014-04-21 18:03:04 -04:00  
				
					
						
							
							
								 
						
							
								7b91dfeb01 
								
							 
						 
						
							
							
								
								Update reset_passwd.tmpl  
							
							
							
						 
						
							2014-04-21 00:27:40 -04:00  
				
					
						
							
							
								 
						
							
								d304a23787 
								
							 
						 
						
							
							
								
								Corrected grammar and spelling mistakes in templates. Normalizing to American English.  
							
							
							
						 
						
							2014-04-20 16:54:26 +10:00  
				
					
						
							
							
								 
						
							
								8bed017557 
								
							 
						 
						
							
							
								
								Add build tag enable prompt  
							
							
							
						 
						
							2014-04-19 22:13:22 -04:00  
				
					
						
							
							
								 
						
							
								eda3f8b3b3 
								
							 
						 
						
							
							
								
								Mirror updates  
							
							
							
						 
						
							2014-04-19 06:00:08 -04:00  
				
					
						
							
							
								 
						
							
								8719c1b8c5 
								
							 
						 
						
							
							
								
								Mirror bug fix  
							
							
							
						 
						
							2014-04-18 12:12:10 -04:00  
				
					
						
							
							
								 
						
							
								c3a52f7dd0 
								
							 
						 
						
							
							
								
								Mirror bug fix on downloading zip  
							
							
							
						 
						
							2014-04-15 20:01:20 -04:00  
				
					
						
							
							
								 
						
							
								7d656ee2e3 
								
							 
						 
						
							
							
								
								Update docs  
							
							
							
						 
						
							2014-04-15 15:34:26 -04:00  
				
					
						
							
							
								 
						
							
								d3fc1da8c2 
								
							 
						 
						
							
							
								
								download link  
							
							
							
						 
						
							2014-04-16 00:46:57 +08:00  
				
					
						
							
							
								 
						
							
								8549b47e04 
								
							 
						 
						
							
							
								
								fix repo-new ui, fix top-nav search-bar ui  
							
							
							
						 
						
							2014-04-14 20:40:22 +08:00  
				
					
						
							
							
								 
						
							
								3c3cda7326 
								
							 
						 
						
							
							
								
								Weibo oauth  
							
							
							
						 
						
							2014-04-14 05:07:19 -04:00  
				
					
						
							
							
								 
						
							
								c36e7d322e 
								
							 
						 
						
							
							
								
								Mirror updates  
							
							
							
						 
						
							2014-04-14 04:11:33 -04:00  
				
					
						
							
							
								 
						
							
								57f84fb051 
								
							 
						 
						
							
							
								
								UPDATE DOCS  
							
							
							
						 
						
							2014-04-14 02:50:13 -04:00  
				
					
						
							
							
								 
						
							
								f644cefa86 
								
							 
						 
						
							
							
								
								Finish release  
							
							
							
						 
						
							2014-04-14 01:57:25 -04:00  
				
					
						
							
							
								 
						
							
								190b83e05e 
								
							 
						 
						
							
							
								
								push tag support  
							
							
							
						 
						
							2014-04-13 22:20:28 -04:00  
				
					
						
							
							
								 
						
							
								d2b53dd43b 
								
							 
						 
						
							
							
								
								Add weibo oauth  
							
							
							
						 
						
							2014-04-13 21:00:12 -04:00  
				
					
						
							
							
								 
						
							
								4b9b8024ba 
								
							 
						 
						
							
							
								
								Clean oauth code  
							
							
							
						 
						
							2014-04-13 18:12:07 -04:00  
				
					
						
							
							
								 
						
							
								8c266f2df5 
								
							 
						 
						
							
							
								
								go get  
							
							
							
						 
						
							2014-04-13 05:04:11 -04:00  
				
					
						
							
							
								 
						
							
								4c1452574a 
								
							 
						 
						
							
							
								
								go get  
							
							
							
						 
						
							2014-04-13 05:02:11 -04:00  
				
					
						
							
							
								 
						
							
								ea74be2f2e 
								
							 
						 
						
							
							
								
								go get  
							
							
							
						 
						
							2014-04-13 04:27:29 -04:00  
				
					
						
							
							
								 
						
							
								d26a333dfb 
								
							 
						 
						
							
							
								
								go get  
							
							
							
						 
						
							2014-04-13 04:08:25 -04:00  
				
					
						
							
							
								 
						
							
								c9a1eb4789 
								
							 
						 
						
							
							
								
								Able to change mirror interval now  
							
							
							
						 
						
							2014-04-12 22:30:00 -04:00  
				
					
						
							
							
								 
						
							
								52b4ab2aa5 
								
							 
						 
						
							
							
								
								update with new git  
							
							
							
						 
						
							2014-04-13 09:35:36 +08:00  
				
					
						
							
							
								 
						
							
								90f6aa8cd1 
								
							 
						 
						
							
							
								
								Add repo mirror and import  
							
							
							
						 
						
							2014-04-12 20:35:35 -04:00  
				
					
						
							
							
								 
						
							
								fe4750ebe2 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/dev' into dev  
							
							
							
						 
						
							2014-04-12 13:51:09 +08:00  
				
					
						
							
							
								 
						
							
								5f3a6a9d74 
								
							 
						 
						
							
							
								
								social login button ui  
							
							
							
						 
						
							2014-04-12 13:50:27 +08:00  
				
					
						
							
							
								 
						
							
								790a2c1099 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-12 01:45:47 -04:00  
				
					
						
							
							
								 
						
							
								31d613c01d 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-04-12 01:45:43 -04:00  
				
					
						
							
							
								 
						
							
								b057cffd85 
								
							 
						 
						
							
							
								
								fix logo ui, add following ui in user-profile page  
							
							
							
						 
						
							2014-04-12 12:47:35 +08:00  
				
					
						
							
							
								 
						
							
								5d30bfc8ba 
								
							 
						 
						
							
							
								
								Fix   #65   fix   #57  
							
							
							
						 
						
							2014-04-11 21:55:22 -04:00  
				
					
						
							
							
								 
						
							
								4fc5dcc764 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-11 21:47:43 -04:00  
				
					
						
							
							
								 
						
							
								33aa4f7438 
								
							 
						 
						
							
							
								
								Support private repo  
							
							
							
						 
						
							2014-04-11 21:47:39 -04:00  
				
					
						
							
							
								 
						
							
								f8e97b75fb 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-12 09:42:15 +08:00  
				
					
						
							
							
								 
						
							
								5c1312f38e 
								
							 
						 
						
							
							
								
								clean oauth2 code  
							
							
							
						 
						
							2014-04-12 09:42:09 +08:00  
				
					
						
							
							
								 
						
							
								d6dac160df 
								
							 
						 
						
							
							
								
								Pages in commits list page  
							
							
							
						 
						
							2014-04-11 20:23:34 -04:00  
				
					
						
							
							
								 
						
							
								47aa53bd36 
								
							 
						 
						
							
							
								
								Add search commits  
							
							
							
						 
						
							2014-04-11 19:44:13 -04:00  
				
					
						
							
							
								 
						
							
								7d07b58114 
								
							 
						 
						
							
							
								
								UPDATE README  
							
							
							
						 
						
							2014-04-11 13:24:19 -04:00  
				
					
						
							
							
								 
						
							
								4c6e0e9499 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-12 01:01:40 +08:00  
				
					
						
							
							
								 
						
							
								dd815ae7b5 
								
							 
						 
						
							
							
								
								finish github oauth2 support  
							
							
							
						 
						
							2014-04-12 01:01:30 +08:00  
				
					
						
							
							
								 
						
							
								a5fcaae5ee 
								
							 
						 
						
							
							
								
								UPDATE README  
							
							
							
						 
						
							2014-04-11 12:26:23 -04:00  
				
					
						
							
							
								 
						
							
								23e318f85a 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-11 12:14:16 -04:00  
				
					
						
							
							
								 
						
							
								11f54b1426 
								
							 
						 
						
							
							
								
								Mirror bug fix  
							
							
							
						 
						
							2014-04-11 12:14:11 -04:00  
				
					
						
							
							
								 
						
							
								555b6976a3 
								
							 
						 
						
							
							
								
								add search form in top navbar  
							
							
							
						 
						
							2014-04-11 22:41:41 +08:00  
				
					
						
							
							
								 
						
							
								df000245d1 
								
							 
						 
						
							
							
								
								add pager in commit-page, finish commit search form  
							
							
							
						 
						
							2014-04-11 21:56:40 +08:00  
				
					
						
							
							
								 
						
							
								306aa5bffe 
								
							 
						 
						
							
							
								
								Add support default branch  
							
							
							
						 
						
							2014-04-10 22:03:31 -04:00  
				
					
						
							
							
								 
						
							
								8980675a9f 
								
							 
						 
						
							
							
								
								Fix   #69  
							
							
							
						 
						
							2014-04-10 18:09:57 -04:00  
				
					
						
							
							
								 
						
							
								45462662e9 
								
							 
						 
						
							
							
								
								Add flash  
							
							
							
						 
						
							2014-04-10 16:36:50 -04:00  
				
					
						
							
							
								 
						
							
								29e255422e 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							
							
						 
						
							2014-04-10 14:37:51 -04:00  
				
					
						
							
							
								 
						
							
								af552596cf 
								
							 
						 
						
							
							
								
								Work on form resubmit  
							
							
							
						 
						
							2014-04-10 14:37:43 -04:00  
				
					
						
							
							
								 
						
							
								6b30d9b0f2 
								
							 
						 
						
							
							
								
								fix mirror typo  
							
							
							
						 
						
							2014-04-10 22:06:52 +08:00  
				
					
						
							
							
								 
						
							
								a354f33ac2 
								
							 
						 
						
							
							
								
								new-repo dropdown in top navbar  
							
							
							
						 
						
							2014-04-10 22:00:32 +08:00  
				
					
						
							
							
								 
						
							
								5d4025cb5a 
								
							 
						 
						
							
							
								
								Add go get meta support  
							
							
							
						 
						
							2014-04-09 21:42:25 -04:00  
				
					
						
							
							
								 
						
							
								9f7bd5007b 
								
							 
						 
						
							
							
								
								Work on mirror repo  
							
							
							
						 
						
							2014-04-09 14:20:02 -04:00  
				
					
						
							
							
								 
						
							
								c72e1b5c2a 
								
							 
						 
						
							
							
								
								repo-import page ui  
							
							
							
						 
						
							2014-04-09 21:28:00 +08:00  
				
					
						
							
							
								 
						
							
								721834a267 
								
							 
						 
						
							
							
								
								change new-repo button to dropdown menu in dashboard page  
							
							
							
						 
						
							2014-04-09 20:10:56 +08:00  
				
					
						
							
							
								 
						
							
								a991ebf5d0 
								
							 
						 
						
							
							
								
								Fix   #54  
							
							
							
						 
						
							2014-04-08 15:27:35 -04:00  
				
					
						
							
							
								 
						
							
								115a349131 
								
							 
						 
						
							
							
								
								Fix   #67  
							
							
							
						 
						
							2014-04-08 12:41:33 -04:00  
				
					
						
							
							
								 
						
							
								9ea9818d32 
								
							 
						 
						
							
							
								
								Fix issue with log in with GitHub but need more error handle after  
							
							
							
						 
						
							2014-04-07 12:56:40 -04:00  
				
					
						
							
							
								 
						
							
								8c9a0494ec 
								
							 
						 
						
							
							
								
								Add @ # commit link detect on all markdown render  
							
							
							
						 
						
							2014-04-07 01:55:22 -04:00  
				
					
						
							
							
								 
						
							
								d3a987eded 
								
							 
						 
						
							
							
								
								username & repo-name changing help message  
							
							
							
						 
						
							2014-04-06 16:48:02 +08:00  
				
					
						
							
							
								 
						
							
								1b0142513e 
								
							 
						 
						
							
							
								
								release-new page ui  
							
							
							
						 
						
							2014-04-06 16:29:45 +08:00  
				
					
						
							
							
								 
						
							
								98f918ed28 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of  https://github.com/gogits/gogs  into dev  
							
							
							
						 
						
							2014-04-06 14:54:39 +08:00  
				
					
						
							
							
								 
						
							
								3ede496383 
								
							 
						 
						
							
							
								
								add release-new route  
							
							
							
						 
						
							2014-04-06 14:54:28 +08:00  
				
					
						
							
							
								 
						
							
								b7c3b0cc73 
								
							 
						 
						
							
							
								
								Add reset password,  fix   #58  
							
							
							
						 
						
							2014-04-05 12:32:34 -04:00  
				
					
						
							
							
								 
						
							
								a92826a8fe 
								
							 
						 
						
							
							
								
								Merge branch 'dev' of github.com:gogits/gogs into dev  
							
							... 
							
							
							
							Conflicts:
	routers/repo/repo.go 
							
						 
						
							2014-04-05 15:30:49 +08:00  
				
					
						
							
							
								 
						
							
								493b0c5ac2 
								
							 
						 
						
							
							
								
								add ssl support for web  
							
							
							
						 
						
							2014-04-05 15:17:57 +08:00  
				
					
						
							
							
								 
						
							
								eb803ec5eb 
								
							 
						 
						
							
							
								
								Add transfer repository  
							
							
							
						 
						
							2014-04-04 18:31:09 -04:00  
				
					
						
							
							
								 
						
							
								75db79b4b6 
								
							 
						 
						
							
							
								
								release list page ui  
							
							
							
						 
						
							2014-04-04 20:54:00 +08:00  
				
					
						
							
							
								 
						
							
								e9c4156c87 
								
							 
						 
						
							
							
								
								Add: rename user  
							
							
							
						 
						
							2014-04-03 16:33:27 -04:00  
				
					
						
							
							
								 
						
							
								79a610592e 
								
							 
						 
						
							
							
								
								Add: rename repository  
							
							
							
						 
						
							2014-04-03 15:50:55 -04:00  
				
					
						
							
							
								 
						
							
								1757a59a99 
								
							 
						 
						
							
							
								
								js clipboard  
							
							
							
						 
						
							2014-04-03 00:56:26 +08:00  
				
					
						
							
							
								 
						
							
								db66b8da72 
								
							 
						 
						
							
							
								
								Add release tmpl  
							
							
							
						 
						
							2014-04-02 12:43:31 -04:00  
				
					
						
							
							
								 
						
							
								128b7c790e 
								
							 
						 
						
							
							
								
								My mistake...  
							
							
							
						 
						
							2014-04-01 05:46:59 +02:00  
				
					
						
							
							
								 
						
							
								5a07b5430e 
								
							 
						 
						
							
							
								
								.admin-dl-horizontal  
							
							
							
						 
						
							2014-04-01 05:44:30 +02:00  
				
					
						
							
							
								 
						
							
								868d921f7b 
								
							 
						 
						
							
							
								
								Description list instead of div's in admin Dashboard & Configuration.  
							
							
							
						 
						
							2014-04-01 05:21:59 +02:00  
				
					
						
							
							
								 
						
							
								e938863ae6 
								
							 
						 
						
							
							
								
								Mirror fix on UI  
							
							
							
						 
						
							2014-03-30 16:34:23 -04:00  
				
					
						
							
							
								 
						
							
								03cc39ea12 
								
							 
						 
						
							
							
								
								Mirror fix on  #45  
							
							
							
						 
						
							2014-03-30 09:39:44 -04:00  
				
					
						
							
							
								 
						
							
								b1627672f9 
								
							 
						 
						
							
							
								
								fix link  
							
							
							
						 
						
							2014-03-30 17:09:19 +08:00  
				
					
						
							
							
								 
						
							
								4c70249f75 
								
							 
						 
						
							
							
								
								fix some link  
							
							
							
						 
						
							2014-03-30 17:03:00 +08:00  
				
					
						
							
							
								 
						
							
								816bb08720 
								
							 
						 
						
							
							
								
								fix link  
							
							
							
						 
						
							2014-03-30 16:38:09 +08:00  
				
					
						
							
							
								 
						
							
								d6c9e3413a 
								
							 
						 
						
							
							
								
								fix display bare repo  
							
							
							
						 
						
							2014-03-30 13:30:17 +08:00  
				
					
						
							
							
								 
						
							
								578d981d7e 
								
							 
						 
						
							
							
								
								display bare repo page  
							
							
							
						 
						
							2014-03-30 11:38:41 +08:00  
				
					
						
							
							
								 
						
							
								b27c34f39a 
								
							 
						 
						
							
							
								
								update git api. fix link... and so on  
							
							
							
						 
						
							2014-03-30 10:13:02 +08:00  
				
					
						
							
							
								 
						
							
								107a1eadac 
								
							 
						 
						
							
							
								
								Finish close and reopen issue, install page, ready going to test stage of v0.2.0  
							
							
							
						 
						
							2014-03-29 17:50:51 -04:00  
				
					
						
							
							
								 
						
							
								1f671e5d29 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-29 11:56:04 -04:00  
				
					
						
							
							
								 
						
							
								cad2ced394 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-29 11:56:00 -04:00  
				
					
						
							
							
								 
						
							
								5ab3962b12 
								
							 
						 
						
							
							
								
								fix issue button text change  
							
							
							
						 
						
							2014-03-29 23:54:33 +08:00  
				
					
						
							
							
								 
						
							
								ffa59739b6 
								
							 
						 
						
							
							
								
								Add edit issue  
							
							
							
						 
						
							2014-03-29 10:24:42 -04:00  
				
					
						
							
							
								 
						
							
								2c073afbec 
								
							 
						 
						
							
							
								
								Mirror fix and update  
							
							
							
						 
						
							2014-03-29 10:01:52 -04:00  
				
					
						
							
							
								 
						
							
								ecce694d77 
								
							 
						 
						
							
							
								
								issue content ajax preview  
							
							
							
						 
						
							2014-03-29 21:16:06 +08:00  
				
					
						
							
							
								 
						
							
								035facc564 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							
							
						 
						
							2014-03-29 20:46:59 +08:00  
				
					
						
							
							
								 
						
							
								f0d5c3992b 
								
							 
						 
						
							
							
								
								issue ajax edit  
							
							
							
						 
						
							2014-03-29 20:46:36 +08:00  
				
					
						
							
							
								 
						
							
								8282828820 
								
							 
						 
						
							
							
								
								Fix action email bug  
							
							
							
						 
						
							2014-03-29 07:50:25 -04:00  
				
					
						
							
							
								 
						
							
								beb1761d7c 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-29 06:55:51 -04:00  
				
					
						
							
							
								 
						
							
								bf2e76fc7e 
								
							 
						 
						
							
							
								
								change issue reopen and close btn  
							
							
							
						 
						
							2014-03-29 18:45:22 +08:00  
				
					
						
							
							
								 
						
							
								6e376bb85c 
								
							 
						 
						
							
							
								
								Working on install page  
							
							
							
						 
						
							2014-03-28 18:40:31 -04:00  
				
					
						
							
							
								 
						
							
								a55941ff83 
								
							 
						 
						
							
							
								
								Add auto-detect home directory  
							
							
							
						 
						
							2014-03-28 17:34:07 -04:00  
				
					
						
							
							
								 
						
							
								9047cadcd3 
								
							 
						 
						
							
							
								
								issue close and reopen block ui  
							
							
							
						 
						
							2014-03-28 21:42:28 +08:00  
				
					
						
							
							
								 
						
							
								76b8642348 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-28 09:06:48 -04:00  
				
					
						
							
							
								 
						
							
								cb05b8325c 
								
							 
						 
						
							
							
								
								Update config option  
							
							
							
						 
						
							2014-03-28 08:39:35 -04:00  
				
					
						
							
							
								 
						
							
								6bd4f34c8d 
								
							 
						 
						
							
							
								
								fix commits button  
							
							
							
						 
						
							2014-03-28 19:36:01 +08:00  
				
					
						
							
							
								 
						
							
								0fd754bbe0 
								
							 
						 
						
							
							
								
								Working on install page  
							
							
							
						 
						
							2014-03-28 07:26:22 -04:00  
				
					
						
							
							
								 
						
							
								5344a03003 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-27 21:15:53 -04:00  
				
					
						
							
							
								 
						
							
								eb6021f73f 
								
							 
						 
						
							
							
								
								Fix issue pages URL params  
							
							
							
						 
						
							2014-03-27 19:42:10 -04:00  
				
					
						
							
							
								 
						
							
								34f4af9ebf 
								
							 
						 
						
							
							
								
								Working on issue and install page  
							
							
							
						 
						
							2014-03-27 16:31:32 -04:00  
				
					
						
							
							
								 
						
							
								f76eb8a666 
								
							 
						 
						
							
							
								
								IP: RC Code Review  
							
							
							
						 
						
							2014-03-27 15:24:11 -04:00  
				
					
						
							
							
								 
						
							
								6b43067e1b 
								
							 
						 
						
							
							
								
								image display in diff page  
							
							
							
						 
						
							2014-03-28 01:17:09 +08:00  
				
					
						
							
							
								 
						
							
								3144fac03c 
								
							 
						 
						
							
							
								
								IP: RC Code Review  
							
							
							
						 
						
							2014-03-27 12:48:29 -04:00  
				
					
						
							
							
								 
						
							
								bce8586bc6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-28 00:32:19 +08:00  
				
					
						
							
							
								 
						
							
								346db02d89 
								
							 
						 
						
							
							
								
								fix image display  
							
							
							
						 
						
							2014-03-28 00:30:20 +08:00  
				
					
						
							
							
								 
						
							
								677643b812 
								
							 
						 
						
							
							
								
								fix read commit source  
							
							
							
						 
						
							2014-03-28 00:07:22 +08:00  
				
					
						
							
							
								 
						
							
								743593f791 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	templates/issue/view.tmpl 
							
						 
						
							2014-03-27 11:38:14 -04:00  
				
					
						
							
							
								 
						
							
								f470c241d6 
								
							 
						 
						
							
							
								
								IP: RC Code Review  
							
							
							
						 
						
							2014-03-27 11:37:33 -04:00  
				
					
						
							
							
								 
						
							
								e1e2eee508 
								
							 
						 
						
							
							
								
								update issue view page  
							
							
							
						 
						
							2014-03-27 23:32:20 +08:00  
				
					
						
							
							
								 
						
							
								c796ed3849 
								
							 
						 
						
							
							
								
								update install page ui  
							
							
							
						 
						
							2014-03-27 20:39:18 +08:00  
				
					
						
							
							
								 
						
							
								dd6246877d 
								
							 
						 
						
							
							
								
								Almost done diff page  
							
							
							
						 
						
							2014-03-26 16:41:16 -04:00  
				
					
						
							
							
								 
						
							
								4b9eef50c9 
								
							 
						 
						
							
							
								
								Add comment of issue  
							
							
							
						 
						
							2014-03-26 12:31:01 -04:00  
				
					
						
							
							
								 
						
							
								08405a4fea 
								
							 
						 
						
							
							
								
								add issue view ui  
							
							
							
						 
						
							2014-03-26 21:47:20 +08:00  
				
					
						
							
							
								 
						
							
								ed9b7d2db9 
								
							 
						 
						
							
							
								
								More on diff page  
							
							
							
						 
						
							2014-03-26 07:24:20 -04:00  
				
					
						
							
							
								 
						
							
								3a27a0c146 
								
							 
						 
						
							
							
								
								improved diff  
							
							
							
						 
						
							2014-03-26 18:02:08 +08:00  
				
					
						
							
							
								 
						
							
								a3d0d29496 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-25 23:53:04 -04:00  
				
					
						
							
							
								 
						
							
								87de66561c 
								
							 
						 
						
							
							
								
								Start working on diff page  
							
							
							
						 
						
							2014-03-25 23:53:01 -04:00  
				
					
						
							
							
								 
						
							
								a8623ec104 
								
							 
						 
						
							
							
								
								fix init-tabs bug  
							
							
							
						 
						
							2014-03-26 10:49:18 +08:00  
				
					
						
							
							
								 
						
							
								60b83ce0c6 
								
							 
						 
						
							
							
								
								Fix up the spelling on the intro :)  
							
							
							
						 
						
							2014-03-26 08:54:46 +13:00  
				
					
						
							
							
								 
						
							
								d3b8e9daa1 
								
							 
						 
						
							
							
								
								Add notify watcher action  
							
							
							
						 
						
							2014-03-25 14:04:57 -04:00  
				
					
						
							
							
								 
						
							
								2fa8d0c8dd 
								
							 
						 
						
							
							
								
								Added create issue  
							
							
							
						 
						
							2014-03-25 12:12:27 -04:00  
				
					
						
							
							
								 
						
							
								23d103c721 
								
							 
						 
						
							
							
								
								issue list in user  
							
							
							
						 
						
							2014-03-25 23:00:26 +08:00  
				
					
						
							
							
								 
						
							
								e5d8fe41c4 
								
							 
						 
						
							
							
								
								issue create page ui  
							
							
							
						 
						
							2014-03-25 21:14:05 +08:00  
				
					
						
							
							
								 
						
							
								e95be2cb3e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	conf/app.ini 
							
						 
						
							2014-03-25 06:54:22 -04:00  
				
					
						
							
							
								 
						
							
								eeb793524f 
								
							 
						 
						
							
							
								
								Check run user  
							
							
							
						 
						
							2014-03-25 06:52:56 -04:00  
				
					
						
							
							
								 
						
							
								2a2f025388 
								
							 
						 
						
							
							
								
								change css name style  
							
							
							
						 
						
							2014-03-25 18:44:37 +08:00  
				
					
						
							
							
								 
						
							
								6e33e54e71 
								
							 
						 
						
							
							
								
								add issue-create template file  
							
							
							
						 
						
							2014-03-25 18:27:29 +08:00  
				
					
						
							
							
								 
						
							
								7f6126dd04 
								
							 
						 
						
							
							
								
								install sample page  
							
							
							
						 
						
							2014-03-25 16:51:42 +08:00  
				
					
						
							
							
								 
						
							
								123c7b44e8 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2014-03-25 00:42:57 +08:00  
				
					
						
							
							
								 
						
							
								79633ab1fb 
								
							 
						 
						
							
							
								
								file size and file raw style update  
							
							
							
						 
						
							2014-03-25 00:09:58 +08:00  
				
					
						
							
							
								 
						
							
								8909935a10 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							
							
						 
						
							2014-03-25 00:02:37 +08:00  
				
					
						
							
							
								 
						
							
								62b05c1e22 
								
							 
						 
						
							
							
								
								top-nav sign-up btn change to text link  
							
							
							
						 
						
							2014-03-25 00:02:16 +08:00  
				
					
						
							
							
								 
						
							
								52959c988c 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2014-03-24 23:59:27 +08:00  
				
					
						
							
							
								 
						
							
								ff36248419 
								
							 
						 
						
							
							
								
								raw download  
							
							
							
						 
						
							2014-03-24 23:56:32 +08:00  
				
					
						
							
							
								 
						
							
								92a6058e29 
								
							 
						 
						
							
							
								
								zip download button, repo single file buttons  
							
							
							
						 
						
							2014-03-24 23:53:26 +08:00  
				
					
						
							
							
								 
						
							
								3473aa9e42 
								
							 
						 
						
							
							
								
								repo single file raw button  
							
							
							
						 
						
							2014-03-24 23:30:02 +08:00  
				
					
						
							
							
								 
						
							
								c9e1eb0a0d 
								
							 
						 
						
							
							
								
								diff page ui  
							
							
							
						 
						
							2014-03-24 22:23:55 +08:00  
				
					
						
							
							
								 
						
							
								5e22f1437a 
								
							 
						 
						
							
							
								
								diff page ui  
							
							
							
						 
						
							2014-03-24 21:27:19 +08:00  
				
					
						
							
							
								 
						
							
								b9b82cfe47 
								
							 
						 
						
							
							
								
								Mirror updates  
							
							
							
						 
						
							2014-03-23 19:09:11 -04:00  
				
					
						
							
							
								 
						
							
								f8cfb81fb0 
								
							 
						 
						
							
							
								
								Mirror updates  
							
							
							
						 
						
							2014-03-23 12:16:17 -04:00  
				
					
						
							
							
								 
						
							
								6bc7ae971a 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-23 10:58:50 -04:00  
				
					
						
							
							
								 
						
							
								809a4eab67 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-23 20:58:27 +08:00  
				
					
						
							
							
								 
						
							
								559cd63fc5 
								
							 
						 
						
							
							
								
								fix code view indentation  
							
							
							
						 
						
							2014-03-23 20:58:12 +08:00  
				
					
						
							
							
								 
						
							
								97debac185 
								
							 
						 
						
							
							
								
								SSL enable config option  
							
							
							
						 
						
							2014-03-23 08:40:40 -04:00  
				
					
						
							
							
								 
						
							
								c386bb4bd3 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-23 06:34:41 -04:00  
				
					
						
							
							
								 
						
							
								1eb078d0a8 
								
							 
						 
						
							
							
								
								Fix action  
							
							
							
						 
						
							2014-03-23 06:27:01 -04:00  
				
					
						
							
							
								 
						
							
								c9e830cefb 
								
							 
						 
						
							
							
								
								fix dropdown close bug  
							
							
							
						 
						
							2014-03-23 17:36:12 +08:00  
				
					
						
							
							
								 
						
							
								13b6e06943 
								
							 
						 
						
							
							
								
								404 and 500 page ui  
							
							
							
						 
						
							2014-03-23 16:20:47 +08:00  
				
					
						
							
							
								 
						
							
								1a16b3e99a 
								
							 
						 
						
							
							
								
								repo options ui  
							
							
							
						 
						
							2014-03-23 16:06:07 +08:00  
				
					
						
							
							
								 
						
							
								47493a0191 
								
							 
						 
						
							
							
								
								use ctx.Handle to handle 404 page  
							
							
							
						 
						
							2014-03-23 13:12:55 +08:00  
				
					
						
							
							
								 
						
							
								ad31893bbb 
								
							 
						 
						
							
							
								
								Update README  
							
							
							
						 
						
							2014-03-22 20:25:39 -04:00  
				
					
						
							
							
								 
						
							
								cb52f6d07d 
								
							 
						 
						
							
							
								
								Add auto-login  
							
							
							
						 
						
							2014-03-22 16:40:09 -04:00  
				
					
						
							
							
								 
						
							
								59ffdbf6f8 
								
							 
						 
						
							
							
								
								Add create, list, view issue  
							
							
							
						 
						
							2014-03-22 16:00:46 -04:00  
				
					
						
							
							
								 
						
							
								5edd57e482 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-23 01:45:21 +08:00  
				
					
						
							
							
								 
						
							
								076fc98d98 
								
							 
						 
						
							
							
								
								add csrf check  
							
							
							
						 
						
							2014-03-23 01:44:02 +08:00  
				
					
						
							
							
								 
						
							
								fd1831052c 
								
							 
						 
						
							
							
								
								Update session  
							
							
							
						 
						
							2014-03-22 09:21:57 -04:00  
				
					
						
							
							
								 
						
							
								0d1872ebe3 
								
							 
						 
						
							
							
								
								Add admin memStatus panel  
							
							
							
						 
						
							2014-03-22 07:42:24 -04:00  
				
					
						
							
							
								 
						
							
								7a1ff8636c 
								
							 
						 
						
							
							
								
								Add config option: Picture cache path  
							
							
							
						 
						
							2014-03-22 06:42:19 -04:00  
				
					
						
							
							
								 
						
							
								76cd448e79 
								
							 
						 
						
							
							
								
								Add admin delete user  
							
							
							
						 
						
							2014-03-22 06:20:00 -04:00  
				
					
						
							
							
								 
						
							
								f219ddcf4e 
								
							 
						 
						
							
							
								
								Add log config panel in admin  
							
							
							
						 
						
							2014-03-21 12:13:13 -04:00  
				
					
						
							
							
								 
						
							
								9218f76c8e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							
							
						 
						
							2014-03-21 23:28:44 +08:00  
				
					
						
							
							
								 
						
							
								011134e0af 
								
							 
						 
						
							
							
								
								add clone link in repo index page  
							
							
							
						 
						
							2014-03-21 23:27:33 +08:00  
				
					
						
							
							
								 
						
							
								d40499e7fa 
								
							 
						 
						
							
							
								
								Finsih mail resend limit  
							
							
							
						 
						
							2014-03-21 10:09:57 -04:00  
				
					
						
							
							
								 
						
							
								85abe5132e 
								
							 
						 
						
							
							
								
								fix navbar button ui  
							
							
							
						 
						
							2014-03-21 21:36:15 +08:00  
				
					
						
							
							
								 
						
							
								14ddb8b1fa 
								
							 
						 
						
							
							
								
								fix dashboard repo link  
							
							
							
						 
						
							2014-03-21 21:16:13 +08:00  
				
					
						
							
							
								 
						
							
								ecc61ced41 
								
							 
						 
						
							
							
								
								update admin nav ui  
							
							
							
						 
						
							2014-03-21 21:06:05 +08:00  
				
					
						
							
							
								 
						
							
								e4053f5e98 
								
							 
						 
						
							
							
								
								Mirror update  
							
							
							
						 
						
							2014-03-21 06:47:24 -04:00  
				
					
						
							
							
								 
						
							
								30618b271a 
								
							 
						 
						
							
							
								
								Add admin edit user  
							
							
							
						 
						
							2014-03-21 06:15:58 -04:00  
				
					
						
							
							
								 
						
							
								e67653cf13 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-21 04:13:32 -04:00  
				
					
						
							
							
								 
						
							
								c1576b4c40 
								
							 
						 
						
							
							
								
								Add admin add user  
							
							
							
						 
						
							2014-03-21 03:27:59 -04:00  
				
					
						
							
							
								 
						
							
								f6596f11c4 
								
							 
						 
						
							
							
								
								All configuration reload-able  
							
							
							
						 
						
							2014-03-21 01:48:10 -04:00  
				
					
						
							
							
								 
						
							
								369ddf76a8 
								
							 
						 
						
							
							
								
								Batch fix  
							
							
							
						 
						
							2014-03-21 01:09:22 -04:00  
				
					
						
							
							
								 
						
							
								06631ab91f 
								
							 
						 
						
							
							
								
								Basic admin data table, models changes  
							
							
							
						 
						
							2014-03-20 16:04:56 -04:00  
				
					
						
							
							
								 
						
							
								1a0d7c54a2 
								
							 
						 
						
							
							
								
								repo watching ajax  
							
							
							
						 
						
							2014-03-20 22:39:10 +08:00  
				
					
						
							
							
								 
						
							
								42b08ff261 
								
							 
						 
						
							
							
								
								fix single bare page link  
							
							
							
						 
						
							2014-03-20 21:28:12 +08:00  
				
					
						
							
							
								 
						
							
								de956c4776 
								
							 
						 
						
							
							
								
								linenums  
							
							
							
						 
						
							2014-03-20 21:10:37 +08:00  
				
					
						
							
							
								 
						
							
								c6bd723ce1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	public/js/app.js 
							
						 
						
							2014-03-20 21:02:52 +08:00  
				
					
						
							
							
								 
						
							
								c7b6fbfd46 
								
							 
						 
						
							
							
								
								clean padding in single file page  
							
							
							
						 
						
							2014-03-20 20:42:06 +08:00  
				
					
						
							
							
								 
						
							
								e8a49c7746 
								
							 
						 
						
							
							
								
								Add data to ui  
							
							
							
						 
						
							2014-03-20 08:25:41 -04:00  
				
					
						
							
							
								 
						
							
								cb80111e89 
								
							 
						 
						
							
							
								
								guide page for bare repo  
							
							... 
							
							
							
							some ui fix 
							
						 
						
							2014-03-20 20:12:31 +08:00  
				
					
						
							
							
								 
						
							
								9f9cd6bfc6 
								
							 
						 
						
							
							
								
								Work on admin  
							
							
							
						 
						
							2014-03-20 07:50:26 -04:00  
				
					
						
							
							
								 
						
							
								21379e30a1 
								
							 
						 
						
							
							
								
								fix link  
							
							
							
						 
						
							2014-03-20 17:31:18 +08:00  
				
					
						
							
							
								 
						
							
								8ef46e90e5 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2014-03-20 14:04:02 +08:00  
				
					
						
							
							
								 
						
							
								24678d73f5 
								
							 
						 
						
							
							
								
								read single file  
							
							
							
						 
						
							2014-03-20 13:31:24 +08:00  
				
					
						
							
							
								 
						
							
								805732fdc7 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-20 00:12:33 -04:00  
				
					
						
							
							
								 
						
							
								a922c3ff6a 
								
							 
						 
						
							
							
								
								Watch backend  
							
							
							
						 
						
							2014-03-19 23:20:55 -04:00  
				
					
						
							
							
								 
						
							
								601c10309d 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-19 13:24:46 -04:00  
				
					
						
							
							
								 
						
							
								757f360949 
								
							 
						 
						
							
							
								
								Render data in commit list page  
							
							
							
						 
						
							2014-03-19 13:14:56 -04:00  
				
					
						
							
							
								 
						
							
								35d473f04a 
								
							 
						 
						
							
							
								
								Finish verify email  
							
							
							
						 
						
							2014-03-19 12:50:44 -04:00  
				
					
						
							
							
								 
						
							
								c6e12d2568 
								
							 
						 
						
							
							
								
								add up url in file list  
							
							
							
						 
						
							2014-03-19 23:23:30 +08:00  
				
					
						
							
							
								 
						
							
								a22c4ba71d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-19 10:46:53 -04:00  
				
					
						
							
							
								 
						
							
								ddbd2ce152 
								
							 
						 
						
							
							
								
								Add register mail tpl  
							
							
							
						 
						
							2014-03-19 10:46:48 -04:00  
				
					
						
							
							
								 
						
							
								9bc06dc716 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							... 
							
							
							
							Conflicts:
	routers/user/user.go 
							
						 
						
							2014-03-19 22:23:46 +08:00  
				
					
						
							
							
								 
						
							
								199fdd0336 
								
							 
						 
						
							
							
								
								fork render  
							
							
							
						 
						
							2014-03-19 22:21:03 +08:00  
				
					
						
							
							
								 
						
							
								c7660a81c6 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							... 
							
							
							
							Conflicts:
	routers/user/user.go 
							
						 
						
							2014-03-19 22:19:17 +08:00  
				
					
						
							
							
								 
						
							
								a0e73e2b54 
								
							 
						 
						
							
							
								
								top nav arrow update  
							
							
							
						 
						
							2014-03-19 22:15:28 +08:00  
				
					
						
							
							
								 
						
							
								483cc31369 
								
							 
						 
						
							
							
								
								Revert "fork render"  
							
							... 
							
							
							
							This reverts commit 56af7e99a8 
							
						 
						
							2014-03-19 22:11:28 +08:00  
				
					
						
							
							
								 
						
							
								3634d1ee32 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							
							
						 
						
							2014-03-19 22:05:44 +08:00  
				
					
						
							
							
								 
						
							
								42b85a9698 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							
							
						 
						
							2014-03-19 22:03:31 +08:00  
				
					
						
							
							
								 
						
							
								89041248d4 
								
							 
						 
						
							
							
								
								repo commit list ui  
							
							
							
						 
						
							2014-03-19 22:03:06 +08:00  
				
					
						
							
							
								 
						
							
								8e1f339fd6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-19 10:01:50 -04:00  
				
					
						
							
							
								 
						
							
								dd8e7868ce 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-19 10:01:45 -04:00  
				
					
						
							
							
								 
						
							
								56af7e99a8 
								
							 
						 
						
							
							
								
								fork render  
							
							
							
						 
						
							2014-03-19 21:58:51 +08:00  
				
					
						
							
							
								 
						
							
								0da4975f4f 
								
							 
						 
						
							
							
								
								Working on register mail confirmation  
							
							
							
						 
						
							2014-03-19 09:29:58 -04:00  
				
					
						
							
							
								 
						
							
								bf1d1f9579 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-19 09:24:10 -04:00  
				
					
						
							
							
								 
						
							
								a2fbb24615 
								
							 
						 
						
							
							
								
								Add active page  
							
							
							
						 
						
							2014-03-19 09:24:02 -04:00  
				
					
						
							
							
								 
						
							
								06af48503c 
								
							 
						 
						
							
							
								
								repo description ui update  
							
							
							
						 
						
							2014-03-19 21:00:20 +08:00  
				
					
						
							
							
								 
						
							
								78097a2c5a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/gogits/gogs  
							
							
							
						 
						
							2014-03-19 20:34:11 +08:00  
				
					
						
							
							
								 
						
							
								9e8e910bd6 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2014-03-19 14:40:49 +08:00  
				
					
						
							
							
								 
						
							
								3da325591b 
								
							 
						 
						
							
							
								
								bug fixed for commits list  
							
							
							
						 
						
							2014-03-19 14:39:07 +08:00  
				
					
						
							
							
								 
						
							
								fbd252c1cf 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-18 18:31:54 -04:00  
				
					
						
							
							
								 
						
							
								9533b23272 
								
							 
						 
						
							
							
								
								theme changes  
							
							
							
						 
						
							2014-03-18 13:57:07 +08:00  
				
					
						
							
							
								 
						
							
								d886f4df97 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	models/repo.go
	routers/repo/single.go
	templates/repo/single.tmpl 
							
						 
						
							2014-03-18 00:19:15 -04:00  
				
					
						
							
							
								 
						
							
								e44d9ffd89 
								
							 
						 
						
							
							
								
								Delete commit and update getlastcommit  
							
							
							
						 
						
							2014-03-18 00:14:05 -04:00  
				
					
						
							
							
								 
						
							
								3ceb008e1f 
								
							 
						 
						
							
							
								
								add commit view  
							
							
							
						 
						
							2014-03-18 11:22:19 +08:00  
				
					
						
							
							
								 
						
							
								e656609b0d 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-17 17:00:35 -04:00  
				
					
						
							
							
								 
						
							
								f31151e681 
								
							 
						 
						
							
							
								
								Add commit link for file list  
							
							
							
						 
						
							2014-03-17 14:11:46 -04:00  
				
					
						
							
							
								 
						
							
								e51afe4621 
								
							 
						 
						
							
							
								
								Add postgres support, clean code, code review  
							
							
							
						 
						
							2014-03-17 14:03:58 -04:00  
				
					
						
							
							
								 
						
							
								45a6444b1e 
								
							 
						 
						
							
							
								
								add commits  
							
							
							
						 
						
							2014-03-17 23:04:49 +08:00  
				
					
						
							
							
								 
						
							
								f90e37ade0 
								
							 
						 
						
							
							
								
								fixed  
							
							
							
						 
						
							2014-03-17 19:56:33 +08:00  
				
					
						
							
							
								 
						
							
								ee93186f72 
								
							 
						 
						
							
							
								
								Mirror change  
							
							
							
						 
						
							2014-03-17 06:58:34 -04:00  
				
					
						
							
							
								 
						
							
								5bc2a1a6f9 
								
							 
						 
						
							
							
								
								show readme.md  
							
							
							
						 
						
							2014-03-17 18:46:54 +08:00  
				
					
						
							
							
								 
						
							
								26f9962b6e 
								
							 
						 
						
							
							
								
								clone in ssh  
							
							
							
						 
						
							2014-03-17 18:13:07 +08:00  
				
					
						
							
							
								 
						
							
								3a3ac1f0f3 
								
							 
						 
						
							
							
								
								repo branch page ui  
							
							
							
						 
						
							2014-03-17 17:14:31 +08:00  
				
					
						
							
							
								 
						
							
								24d91ecda8 
								
							 
						 
						
							
							
								
								ui and js update  
							
							
							
						 
						
							2014-03-17 15:17:44 +08:00  
				
					
						
							
							
								 
						
							
								3a2eee0827 
								
							 
						 
						
							
							
								
								fix repo setting and delete repo  
							
							
							
						 
						
							2014-03-17 14:36:28 +08:00  
				
					
						
							
							
								 
						
							
								d64a8e8d3a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							
							
						 
						
							2014-03-17 13:12:57 +08:00  
				
					
						
							
							
								 
						
							
								c101471bdf 
								
							 
						 
						
							
							
								
								ui update, repo-assignment panic bug fix  
							
							
							
						 
						
							2014-03-17 13:12:28 +08:00  
				
					
						
							
							
								 
						
							
								0f68930892 
								
							 
						 
						
							
							
								
								Add latest commit in repo viewer  
							
							
							
						 
						
							2014-03-17 00:57:18 -04:00  
				
					
						
							
							
								 
						
							
								685631627e 
								
							 
						 
						
							
							
								
								Show branches in repo viewer  
							
							
							
						 
						
							2014-03-16 23:43:22 -04:00  
				
					
						
							
							
								 
						
							
								ec65be79f0 
								
							 
						 
						
							
							
								
								Fix commit feed ui  
							
							
							
						 
						
							2014-03-16 12:07:35 -04:00  
				
					
						
							
							
								 
						
							
								c9bf526be7 
								
							 
						 
						
							
							
								
								markdown & code style  
							
							
							
						 
						
							2014-03-16 23:25:01 +08:00  
				
					
						
							
							
								 
						
							
								1f9ced7960 
								
							 
						 
						
							
							
								
								file list style  
							
							
							
						 
						
							2014-03-16 22:29:23 +08:00  
				
					
						
							
							
								 
						
							
								f6e32b1b08 
								
							 
						 
						
							
							
								
								finish delete ssh key and delete account. all with confirm.  
							
							
							
						 
						
							2014-03-16 21:07:50 +08:00  
				
					
						
							
							
								 
						
							
								0754dd2f95 
								
							 
						 
						
							
							
								
								Add delete all feeds when delete account  
							
							
							
						 
						
							2014-03-16 06:38:39 -04:00  
				
					
						
							
							
								 
						
							
								ca956d5cec 
								
							 
						 
						
							
							
								
								Add generate fingerprint of ssh key  
							
							
							
						 
						
							2014-03-16 06:16:03 -04:00  
				
					
						
							
							
								 
						
							
								8de9517862 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-16 03:41:22 -04:00  
				
					
						
							
							
								 
						
							
								828c89de99 
								
							 
						 
						
							
							
								
								Clean code  
							
							
							
						 
						
							2014-03-16 02:28:24 -04:00  
				
					
						
							
							
								 
						
							
								631deb2e7d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-16 00:41:35 +08:00  
				
					
						
							
							
								 
						
							
								606ad6dcd0 
								
							 
						 
						
							
							
								
								update user repos style  
							
							
							
						 
						
							2014-03-16 00:41:12 +08:00  
				
					
						
							
							
								 
						
							
								8fb4b3afad 
								
							 
						 
						
							
							
								
								Add template func FileSize  
							
							
							
						 
						
							2014-03-15 12:31:12 -04:00  
				
					
						
							
							
								 
						
							
								dfcae2a97a 
								
							 
						 
						
							
							
								
								Add repo list data, need front-end fix  
							
							
							
						 
						
							2014-03-15 12:13:45 -04:00  
				
					
						
							
							
								 
						
							
								f047df6e2b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-15 23:38:58 +08:00  
				
					
						
							
							
								 
						
							
								6bdd6f9b18 
								
							 
						 
						
							
							
								
								add size for file  
							
							
							
						 
						
							2014-03-15 23:38:11 +08:00  
				
					
						
							
							
								 
						
							
								b3373aa8d3 
								
							 
						 
						
							
							
								
								Mirror fix  
							
							
							
						 
						
							2014-03-15 10:29:18 -04:00  
				
					
						
							
							
								 
						
							
								f174633b36 
								
							 
						 
						
							
							
								
								Clean code  
							
							
							
						 
						
							2014-03-15 09:17:16 -04:00  
				
					
						
							
							
								 
						
							
								0791d01513 
								
							 
						 
						
							
							
								
								update tmpl  
							
							
							
						 
						
							2014-03-15 20:40:26 +08:00  
				
					
						
							
							
								 
						
							
								e9fdf1031d 
								
							 
						 
						
							
							
								
								Clean code  
							
							
							
						 
						
							2014-03-15 05:53:13 -04:00  
				
					
						
							
							
								 
						
							
								4b8e888437 
								
							 
						 
						
							
							
								
								Finish feeds  
							
							
							
						 
						
							2014-03-15 05:30:59 -04:00  
				
					
						
							
							
								 
						
							
								06deed820d 
								
							 
						 
						
							
							
								
								Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.  
							
							
							
						 
						
							2014-03-15 15:28:06 +08:00  
				
					
						
							
							
								 
						
							
								adb17791bd 
								
							 
						 
						
							
							
								
								Add basic render of public act  
							
							
							
						 
						
							2014-03-15 00:50:51 -04:00  
				
					
						
							
							
								 
						
							
								2289ff20bf 
								
							 
						 
						
							
							
								
								That's one small step for man, one giant leap for gopher.  
							
							
							
						 
						
							2014-03-15 10:35:04 +08:00  
				
					
						
							
							
								 
						
							
								d80f43ca81 
								
							 
						 
						
							
							
								
								bug fixed  
							
							
							
						 
						
							2014-03-14 23:57:14 +08:00  
				
					
						
							
							
								 
						
							
								b27e8e87f8 
								
							 
						 
						
							
							
								
								add tree view  
							
							
							
						 
						
							2014-03-14 23:54:16 +08:00  
				
					
						
							
							
								 
						
							
								607303e4de 
								
							 
						 
						
							
							
								
								add id  
							
							
							
						 
						
							2014-03-14 22:36:22 +08:00  
				
					
						
							
							
								 
						
							
								d18237850c 
								
							 
						 
						
							
							
								
								add draft page for empty link  
							
							
							
						 
						
							2014-03-14 17:12:28 +08:00  
				
					
						
							
							
								 
						
							
								398809b135 
								
							 
						 
						
							
							
								
								Combine UI and data in repo home page  
							
							
							
						 
						
							2014-03-14 02:40:07 -04:00  
				
					
						
							
							
								 
						
							
								8d1fcdaf2c 
								
							 
						 
						
							
							
								
								repo page ui  
							
							
							
						 
						
							2014-03-14 14:17:29 +08:00  
				
					
						
							
							
								 
						
							
								1ce17cce76 
								
							 
						 
						
							
							
								
								Add log.handle  
							
							
							
						 
						
							2014-03-14 01:59:07 -04:00  
				
					
						
							
							
								 
						
							
								47edf7f4f9 
								
							 
						 
						
							
							
								
								Finish update password and profile  
							
							
							
						 
						
							2014-03-14 01:12:07 -04:00  
				
					
						
							
							
								 
						
							
								9c0672e0dd 
								
							 
						 
						
							
							
								
								user update-password page ui  
							
							
							
						 
						
							2014-03-14 11:24:08 +08:00  
				
					
						
							
							
								 
						
							
								52de63e7bb 
								
							 
						 
						
							
							
								
								Allow 1 letter usernames  
							
							
							
						 
						
							2014-03-13 16:21:16 -04:00  
				
					
						
							
							
								 
						
							
								57bc2d1ca0 
								
							 
						 
						
							
							
								
								Add update user profile back end, add new gitignore and license, add template data to public profile page  
							
							
							
						 
						
							2014-03-13 03:39:18 -04:00  
				
					
						
							
							
								 
						
							
								1902500b0d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-13 14:50:32 +08:00  
				
					
						
							
							
								 
						
							
								3a1fa012f7 
								
							 
						 
						
							
							
								
								update repo page  
							
							
							
						 
						
							2014-03-13 14:50:09 +08:00  
				
					
						
							
							
								 
						
							
								27104ac89a 
								
							 
						 
						
							
							
								
								Add delete repo  
							
							
							
						 
						
							2014-03-13 02:39:09 -04:00  
				
					
						
							
							
								 
						
							
								a8d8e72562 
								
							 
						 
						
							
							
								
								single repository setting page ui  
							
							
							
						 
						
							2014-03-13 14:08:49 +08:00  
				
					
						
							
							
								 
						
							
								f65d8f9144 
								
							 
						 
						
							
							
								
								single repository page ui, add spec handler to get repo  
							
							
							
						 
						
							2014-03-13 13:07:07 +08:00  
				
					
						
							
							
								 
						
							
								555c8f1d91 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							
							
						 
						
							2014-03-13 12:16:51 +08:00  
				
					
						
							
							
								 
						
							
								4fff38856e 
								
							 
						 
						
							
							
								
								single repository page ui preview  
							
							
							
						 
						
							2014-03-13 12:15:58 +08:00  
				
					
						
							
							
								 
						
							
								08feaf3ded 
								
							 
						 
						
							
							
								
								add repo router  
							
							
							
						 
						
							2014-03-13 11:56:25 +08:00  
				
					
						
							
							
								 
						
							
								af5435d586 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-11 11:54:43 -04:00  
				
					
						
							
							
								 
						
							
								12f81de349 
								
							 
						 
						
							
							
								
								Finish delete user  
							
							
							
						 
						
							2014-03-11 11:40:47 -04:00  
				
					
						
							
							
								 
						
							
								4f4ec9321f 
								
							 
						 
						
							
							
								
								dashboard ui  
							
							
							
						 
						
							2014-03-11 17:19:54 +08:00  
				
					
						
							
							
								 
						
							
								b5cc4078a9 
								
							 
						 
						
							
							
								
								add repo list of dashboard  
							
							
							
						 
						
							2014-03-11 14:17:05 +08:00  
				
					
						
							
							
								 
						
							
								fdc4151ff3 
								
							 
						 
						
							
							
								
								Finish create repo  
							
							
							
						 
						
							2014-03-11 01:32:36 -04:00  
				
					
						
							
							
								 
						
							
								63d2f74c21 
								
							 
						 
						
							
							
								
								begin dashboard ui  
							
							
							
						 
						
							2014-03-11 12:49:09 +08:00  
				
					
						
							
							
								 
						
							
								295cfd42aa 
								
							 
						 
						
							
							
								
								finish user delete page ui  
							
							
							
						 
						
							2014-03-11 11:43:25 +08:00  
				
					
						
							
							
								 
						
							
								7f92579905 
								
							 
						 
						
							
							
								
								finish user delete page ui  
							
							
							
						 
						
							2014-03-11 11:41:38 +08:00  
				
					
						
							
							
								 
						
							
								897329a644 
								
							 
						 
						
							
							
								
								Add add and delete SSH key  
							
							
							
						 
						
							2014-03-10 20:48:58 -04:00  
				
					
						
							
							
								 
						
							
								efa039a0f7 
								
							 
						 
						
							
							
								
								finish ssh key pages ui  
							
							
							
						 
						
							2014-03-10 21:12:49 +08:00  
				
					
						
							
							
								 
						
							
								46687f391c 
								
							 
						 
						
							
							
								
								ssh keys operation page ui  
							
							
							
						 
						
							2014-03-10 16:54:52 +08:00  
				
					
						
							
							
								 
						
							
								76ce6f9848 
								
							 
						 
						
							
							
								
								Update repo.Create  
							
							
							
						 
						
							2014-03-08 21:25:38 -05:00  
				
					
						
							
							
								 
						
							
								a2a59f8ad1 
								
							 
						 
						
							
							
								
								Change /user/profile URL to /user/:username  
							
							
							
						 
						
							2014-03-07 17:08:21 -05:00  
				
					
						
							
							
								 
						
							
								ba5c7ea771 
								
							 
						 
						
							
							
								
								Add SignInRequire and SignOutRequire middleware  
							
							
							
						 
						
							2014-03-07 16:05:18 -05:00  
				
					
						
							
							
								 
						
							
								8e821c75d7 
								
							 
						 
						
							
							
								
								add publickey list  
							
							
							
						 
						
							2014-03-07 11:34:41 +08:00  
				
					
						
							
							
								 
						
							
								e246f2188e 
								
							 
						 
						
							
							
								
								add list for repo basic  
							
							
							
						 
						
							2014-03-07 11:14:51 +08:00  
				
					
						
							
							
								 
						
							
								90223dcfc4 
								
							 
						 
						
							
							
								
								Bug fix  
							
							
							
						 
						
							2014-03-06 13:18:19 -05:00  
				
					
						
							
							
								 
						
							
								56a7ab4da5 
								
							 
						 
						
							
							
								
								Finish log in user  
							
							
							
						 
						
							2014-03-06 11:42:14 -05:00  
				
					
						
							
							
								 
						
							
								d8b92b4bc9 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							... 
							
							
							
							Conflicts:
	templates/user/signup.tmpl 
							
						 
						
							2014-03-06 11:12:37 -05:00  
				
					
						
							
							
								 
						
							
								1249392c83 
								
							 
						 
						
							
							
								
								Finish register user  
							
							
							
						 
						
							2014-03-06 11:10:35 -05:00  
				
					
						
							
							
								 
						
							
								4c1858c07b 
								
							 
						 
						
							
							
								
								navbar active status  
							
							
							
						 
						
							2014-03-06 23:14:45 +08:00  
				
					
						
							
							
								 
						
							
								9cd14f97c2 
								
							 
						 
						
							
							
								
								register js validation  
							
							
							
						 
						
							2014-03-06 22:55:32 +08:00  
				
					
						
							
							
								 
						
							
								4b912b9ae6 
								
							 
						 
						
							
							
								
								signed-in dashboard and navbar changes  
							
							
							
						 
						
							2014-03-06 21:33:17 +08:00  
				
					
						
							
							
								 
						
							
								5959e344a9 
								
							 
						 
						
							
							
								
								Optimize validate  
							
							
							
						 
						
							2014-03-06 02:59:44 -05:00  
				
					
						
							
							
								 
						
							
								c6f2c23b05 
								
							 
						 
						
							
							
								
								Add binding form for register user  
							
							
							
						 
						
							2014-03-06 02:21:44 -05:00  
				
					
						
							
							
								 
						
							
								e59f90b8fe 
								
							 
						 
						
							
							
								
								Update  
							
							
							
						 
						
							2014-03-03 19:03:08 -05:00  
				
					
						
							
							
								 
						
							
								fea660f1d7 
								
							 
						 
						
							
							
								
								merged  
							
							
							
						 
						
							2014-03-03 23:24:29 +08:00  
				
					
						
							
							
								 
						
							
								39ac95e5a2 
								
							 
						 
						
							
							
								
								nav ui for user logged  
							
							
							
						 
						
							2014-03-03 22:40:22 +08:00  
				
					
						
							
							
								 
						
							
								d8a24aff8c 
								
							 
						 
						
							
							
								
								display login error message when login post error  
							
							
							
						 
						
							2014-03-03 20:35:44 +08:00  
				
					
						
							
							
								 
						
							
								defcc9374b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:gogits/gogs  
							
							
							
						 
						
							2014-03-03 09:52:19 +08:00  
				
					
						
							
							
								 
						
							
								0632198a40 
								
							 
						 
						
							
							
								
								add create repository button  
							
							
							
						 
						
							2014-03-03 09:52:12 +08:00  
				
					
						
							
							
								 
						
							
								71bae3ebd3 
								
							 
						 
						
							
							
								
								ui for repo/create page  
							
							
							
						 
						
							2014-03-03 00:22:20 +08:00  
				
					
						
							
							
								 
						
							
								c5132b87a6 
								
							 
						 
						
							
							
								
								finished signin and login  
							
							
							
						 
						
							2014-03-02 22:25:13 +08:00  
				
					
						
							
							
								 
						
							
								ffe0ba562c 
								
							 
						 
						
							
							
								
								ui for user/profile page, only skeleton  
							
							
							
						 
						
							2014-03-02 21:47:55 +08:00  
				
					
						
							
							
								 
						
							
								ffcfd428b8 
								
							 
						 
						
							
							
								
								ui design for sign-in and sign-up page  
							
							... 
							
							
							
							add /login and /sign-up link for user signing
fix typo error 
							
						 
						
							2014-03-02 15:31:06 +08:00  
				
					
						
							
							
								 
						
							
								52984f85d5 
								
							 
						 
						
							
							
								
								add publickey  
							
							
							
						 
						
							2014-02-25 18:30:48 +08:00  
				
					
						
							
							
								 
						
							
								f7826d4ed7 
								
							 
						 
						
							
							
								
								create repository from web  
							
							
							
						 
						
							2014-02-25 15:11:54 +08:00  
				
					
						
							
							
								 
						
							
								594ec0b659 
								
							 
						 
						
							
							
								
								Add code of add public key  
							
							
							
						 
						
							2014-02-20 16:51:03 -05:00  
				
					
						
							
							
								 
						
							
								8962b39648 
								
							 
						 
						
							
							
								
								Add routers for create and delete repo  
							
							
							
						 
						
							2014-02-19 21:45:43 -05:00  
				
					
						
							
							
								 
						
							
								d4728fafaf 
								
							 
						 
						
							
							
								
								Able to config app name  
							
							
							
						 
						
							2014-02-19 14:49:08 -05:00  
				
					
						
							
							
								 
						
							
								3eb1ab9e8b 
								
							 
						 
						
							
							
								
								Add UI for register user  
							
							
							
						 
						
							2014-02-17 18:38:50 -05:00  
				
					
						
							
							
								 
						
							
								b1c5adc2f2 
								
							 
						 
						
							
							
								
								Setup templates structure  
							
							
							
						 
						
							2014-02-14 20:14:22 -05:00  
				
					
						
							
							
								 
						
							
								96b317d3ff 
								
							 
						 
						
							
							
								
								Init commit  
							
							
							
						 
						
							2014-02-12 14:54:09 -05:00