f27d87d93b 
								
							 
						 
						
							
							
								
								Added minimum password length to app.ini ( #223 )  
							
							
							
						 
						
							2016-12-24 21:40:44 +08:00  
				
					
						
							
							
								 
						
							
								25b5ffb6af 
								
							 
						 
						
							
							
								
								Enables mssql support ( #383 )  
							
							... 
							
							
							
							* Enables mssql support
Port of dlobs work in gogs.
Enables options in index.js
Enables MSSQL as a database option in go.
Sets ID to 0 on initial migration. Required for
MSSQL insert statements.
Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* Vendors in denisenkom/go-mssqldb
Includes golang.org/x/crypto/md4
as this is required by go-msssqldb
Signed-off-by: Beau Trepp <beautrepp@gmail.com> 
							
						 
						
							2016-12-24 09:37:35 +08:00  
				
					
						
							
							
								 
						
							
								a822bba3e1 
								
							 
						 
						
							
							
								
								Add default values for settings ( #455 )  
							
							... 
							
							
							
							* add default values for settings
* more default values
* more default settings and labels resource
* mv locale to options 
							
						 
						
							2016-12-23 15:18:05 +08:00  
				
					
						
							
							
								 
						
							
								ec1fe1183d 
								
							 
						 
						
							
							
								
								Fix race condition in unit test ( #456 )  
							
							
							
						 
						
							2016-12-23 14:31:22 +08:00  
				
					
						
							
							
								 
						
							
								b33078fa33 
								
							 
						 
						
							
							
								
								Bindata is optional and over-writable on restart ( #354 )  
							
							... 
							
							
							
							* Moved conf assets into options folder
* Dropped old bindata
* Started to integrate options bindata and accessors
* Do not enforce a builtin app.ini
* Replaced bindata calls with options
* Dropped bindata task from makefile, it's the generate task now
* Always embedd app.ini to provide sane config defaults
* Use sane defaults for the configuration
* Defined default value for SSH_KEYGEN_PATH
* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini
* Fixed new paths in latest test additions
* Drop bindata with make clean task
* Set more proper default values 
							
						 
						
							2016-12-22 19:12:23 +01:00  
				
					
						
							
							
								 
						
							
								e0ecd9fd93 
								
							 
						 
						
							
							
								
								fix bug  #1122  log.smtp receiver configure error ( #3602 ) ( #451 )  
							
							
							
						 
						
							2016-12-22 13:27:13 +01:00  
				
					
						
							
							
								 
						
							
								65b1875d2b 
								
							 
						 
						
							
							
								
								New settings option for a custom SSH host ( #3763 ) ( #446 )  
							
							... 
							
							
							
							* New settings option for a custom SSH host (#3763 )
* let default ssh listen addr empty 
							
						 
						
							2016-12-22 13:26:43 +01:00  
				
					
						
							
							
								 
						
							
								47a7529d96 
								
							 
						 
						
							
							
								
								update code.gitea.io/git ( #450 )  
							
							
							
						 
						
							2016-12-22 10:30:52 +01:00  
				
					
						
							
							
								 
						
							
								4c89a9c33c 
								
							 
						 
						
							
							
								
								Bug fixes and tests for modules/base ( #442 )  
							
							... 
							
							
							
							Also address other TODOs 
							
						 
						
							2016-12-22 16:58:04 +08:00  
				
					
						
							
							
								 
						
							
								ce21ed6c34 
								
							 
						 
						
							
							
								
								Remove remaining Gogs reference on locales and cmd ( #430 )  
							
							
							
						 
						
							2016-12-21 20:13:17 +08:00  
				
					
						
							
							
								 
						
							
								235eb4c3d2 
								
							 
						 
						
							
							
								
								Merge pull request  #412  from strk/libravatar-source  
							
							... 
							
							
							
							Add support for using "libravatar" as the GravatarSource 
							
						 
						
							2016-12-20 10:32:45 -02:00  
				
					
						
							
							
								 
						
							
								380e32e129 
								
							 
						 
						
							
							
								
								Fix random string generator ( #384 )  
							
							... 
							
							
							
							* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString 
							
						 
						
							2016-12-20 13:32:02 +01:00  
				
					
						
							
							
								 
						
							
								6ade13e86e 
								
							 
						 
						
							
							
								
								serve video files using the HTML5 video tag ( #418 )  
							
							... 
							
							
							
							* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile 
							
						 
						
							2016-12-20 16:09:11 +08:00  
				
					
						
							
							
								 
						
							
								608a60fb94 
								
							 
						 
						
							
							
								
								Add support for using "libravatar" as the GravatarSource  
							
							... 
							
							
							
							Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar" 
							
						 
						
							2016-12-19 17:05:30 +01:00  
				
					
						
							
							
								 
						
							
								d771e978a1 
								
							 
						 
						
							
							
								
								Don't use custom PBKDF2 function ( #382 )  
							
							
							
						 
						
							2016-12-15 09:24:27 +08:00  
				
					
						
							
							
								 
						
							
								1d1c01875d 
								
							 
						 
						
							
							
								
								Autogenerate Version on build ( #190 )  
							
							... 
							
							
							
							* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile 
							
						 
						
							2016-12-13 12:48:58 +08:00  
				
					
						
							
							
								 
						
							
								f0a989c1d0 
								
							 
						 
						
							
							
								
								Correction LDAP validation ( #342 )  
							
							... 
							
							
							
							* Correction LDAP username validation
As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx  describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
* Check for zero length passwords in LDAP module.
According to https://tools.ietf.org/search/rfc4513#section-5.1.2  LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
* Clearing the login/email spaces at the [start/end] 
							
						 
						
							2016-12-12 08:46:51 +08:00  
				
					
						
							
							
								 
						
							
								bab737bf02 
								
							 
						 
						
							
							
								
								Fix alignment of tooltip and add bindata - related to  #359  ( #364 )  
							
							
							
						 
						
							2016-12-08 20:59:47 +08:00  
				
					
						
							
							
								 
						
							
								83ed234472 
								
							 
						 
						
							
							
								
								Integrate templates into bindata optionally ( #314 )  
							
							... 
							
							
							
							Integrated optional bindata for the templates 
							
						 
						
							2016-12-06 18:58:31 +01:00  
				
					
						
							
							
								 
						
							
								0f05470cb8 
								
							 
						 
						
							
							
								
								[API] Pull Requests ( #248 )  
							
							
							
						 
						
							2016-12-02 12:10:39 +01:00  
				
					
						
							
							
								 
						
							
								e6cfccdd40 
								
							 
						 
						
							
							
								
								GitHub API Compliance (& linting)  
							
							
							
						 
						
							2016-12-02 09:18:15 +01:00  
				
					
						
							
							
								 
						
							
								bea9d55da6 
								
							 
						 
						
							
							
								
								Fixed project name on setting module key APP_NAME  
							
							
							
						 
						
							2016-12-02 07:52:27 +01:00  
				
					
						
							
							
								 
						
							
								4ff0db0246 
								
							 
						 
						
							
							
								
								Catch os... errors  
							
							
							
						 
						
							2016-12-02 07:41:19 +01:00  
				
					
						
							
							
								 
						
							
								2932042a6d 
								
							 
						 
						
							
							
								
								Get rid of bin folder within makefile, enabled TiDB ( #319 )  
							
							... 
							
							
							
							* Get rid of the bin folder within the build process
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped latest make task, it is unused
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Added tidb tag to drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the cert build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped useless minwinsvc build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the useless build tags from drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de> 
							
						 
						
							2016-12-01 15:28:43 +08:00  
				
					
						
							
							
								 
						
							
								1e9730a779 
								
							 
						 
						
							
							
								
								Fixes xss, clickjacking & password autocompletion  
							
							
							
						 
						
							2016-11-29 22:49:06 +01:00  
				
					
						
							
							
								 
						
							
								b6a95a8cb3 
								
							 
						 
						
							
							
								
								Integrate public as bindata optionally ( #293 )  
							
							... 
							
							
							
							* Dropped unused codekit config
* Integrated dynamic and static bindata for public
* Ignore public bindata
* Add a general generate make task
* Integrated flexible public assets into web command
* Updated vendoring, added all missiong govendor deps
* Made the linter happy with the bindata and dynamic code
* Moved public bindata definition to modules directory
* Ignoring the new bindata path now
* Updated to the new public modules import path
* Updated public bindata command and drop the new prefix 
							
						 
						
							2016-11-30 00:26:36 +08:00  
				
					
						
							
							
								 
						
							
								60e3e5b4e1 
								
							 
						 
						
							
							
								
								Updated bindata to latest version  
							
							
							
						 
						
							2016-11-29 14:14:40 +01:00  
				
					
						
							
							
								 
						
							
								ec87a75c00 
								
							 
						 
						
							
							
								
								golint fixed for modules/auth  
							
							
							
						 
						
							2016-11-27 21:39:06 +08:00  
				
					
						
							
							
								 
						
							
								7a92519bd7 
								
							 
						 
						
							
							
								
								Merge pull request  #269  from lunny/lunny/golint_modules_log  
							
							... 
							
							
							
							Golint fixed for modules/log 
							
						 
						
							2016-11-27 12:16:35 +01:00  
				
					
						
							
							
								 
						
							
								9aaf2a6d9a 
								
							 
						 
						
							
							
								
								modules/process: add ExecDirEnv (next to ExecDir)  
							
							... 
							
							
							
							Add a sibling to ExecDir which is capable of specifying environment variables,
so that we can invoke `git` with GIT_INDEX_FILE, GIT_DIR, etc..
For #258  
							
						 
						
							2016-11-27 18:53:57 +08:00  
				
					
						
							
							
								 
						
							
								94da472717 
								
							 
						 
						
							
							
								
								Golint fixed for modules/setting ( #262 )  
							
							... 
							
							
							
							* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket 
							
						 
						
							2016-11-27 18:14:25 +08:00  
				
					
						
							
							
								 
						
							
								3228544c31 
								
							 
						 
						
							
							
								
								golint fixed for modules/log  
							
							
							
						 
						
							2016-11-26 19:53:29 +08:00  
				
					
						
							
							
								 
						
							
								e9c6053b86 
								
							 
						 
						
							
							
								
								Merge pull request  #246  from Bwko/fix/typo  
							
							... 
							
							
							
							Fix typos 
							
						 
						
							2016-11-25 12:54:57 +01:00  
				
					
						
							
							
								 
						
							
								32f8a38f6c 
								
							 
						 
						
							
							
								
								Merge pull request  #254  from lunny/lunny/golint_modules_context  
							
							... 
							
							
							
							Golint fixed for modules/context 
							
						 
						
							2016-11-25 10:11:52 +01:00  
				
					
						
							
							
								 
						
							
								3e6f363471 
								
							 
						 
						
							
							
								
								Merge pull request  #256  from lunny/lunny/golint_modules_avatar  
							
							... 
							
							
							
							Golint fixed for modules/avatar 
							
						 
						
							2016-11-25 10:11:44 +01:00  
				
					
						
							
							
								 
						
							
								2255a9af6a 
								
							 
						 
						
							
							
								
								Merge pull request  #255  from lunny/lunny/golint_modules_cron  
							
							... 
							
							
							
							Golint fixed for modules/cron 
							
						 
						
							2016-11-25 10:11:36 +01:00  
				
					
						
							
							
								 
						
							
								26ae2ff86d 
								
							 
						 
						
							
							
								
								Merge pull request  #252  from lunny/lunny/golint_fixed_modules_httplib  
							
							... 
							
							
							
							Golint fixed for modules/httplib 
							
						 
						
							2016-11-25 10:08:49 +01:00  
				
					
						
							
							
								 
						
							
								d39266228c 
								
							 
						 
						
							
							
								
								Merge pull request  #251  from lunny/lunny/golint_modules_template  
							
							... 
							
							
							
							Golint fixed for modules/template 
							
						 
						
							2016-11-25 10:08:37 +01:00  
				
					
						
							
							
								 
						
							
								7c5de1e393 
								
							 
						 
						
							
							
								
								Merge pull request  #250  from lunny/lunny/golint_modules_markdown  
							
							... 
							
							
							
							Golint fixed for modules/markdown 
							
						 
						
							2016-11-25 10:08:23 +01:00  
				
					
						
							
							
								 
						
							
								3c87c57d96 
								
							 
						 
						
							
							
								
								golint fixed for modules/avatar  
							
							
							
						 
						
							2016-11-25 16:37:04 +08:00  
				
					
						
							
							
								 
						
							
								b47051e59b 
								
							 
						 
						
							
							
								
								golint fixed for modules/cron  
							
							
							
						 
						
							2016-11-25 16:19:24 +08:00  
				
					
						
							
							
								 
						
							
								76604d8f90 
								
							 
						 
						
							
							
								
								fixed test build error  
							
							
							
						 
						
							2016-11-25 16:02:10 +08:00  
				
					
						
							
							
								 
						
							
								faabc76fd6 
								
							 
						 
						
							
							
								
								Golint fixed for modules/context  
							
							
							
						 
						
							2016-11-25 14:53:59 +08:00  
				
					
						
							
							
								 
						
							
								bd5ea3e222 
								
							 
						 
						
							
							
								
								Golint fixed for modules/httplib  
							
							
							
						 
						
							2016-11-25 14:32:09 +08:00  
				
					
						
							
							
								 
						
							
								229ec927b9 
								
							 
						 
						
							
							
								
								Golint fixed for modules/template  
							
							
							
						 
						
							2016-11-25 14:23:48 +08:00  
				
					
						
							
							
								 
						
							
								304bbd3f25 
								
							 
						 
						
							
							
								
								golint fixed for modules/markdown  
							
							
							
						 
						
							2016-11-25 09:58:05 +08:00  
				
					
						
							
							
								 
						
							
								2e565bc1c4 
								
							 
						 
						
							
							
								
								Golint fixed for modules/mailer  
							
							
							
						 
						
							2016-11-25 09:44:04 +08:00  
				
					
						
							
							
								 
						
							
								2ccdcda072 
								
							 
						 
						
							
							
								
								Merge pull request  #235  from lunny/lunny/golint_modules_user  
							
							... 
							
							
							
							golint fixed for modules/user 
							
						 
						
							2016-11-24 11:33:47 +01:00  
				
					
						
							
							
								 
						
							
								8ba0ac976f 
								
							 
						 
						
							
							
								
								Merge pull request  #231  from lunny/lunny/golint_modules_base  
							
							... 
							
							
							
							golint fixed for modules/base 
							
						 
						
							2016-11-24 11:28:31 +01:00  
				
					
						
							
							
								 
						
							
								46ecb0a14d 
								
							 
						 
						
							
							
								
								golint fixed for modules/user  
							
							
							
						 
						
							2016-11-24 17:37:11 +08:00  
				
					
						
							
							
								 
						
							
								ad3d6b7fff 
								
							 
						 
						
							
							
								
								Lint and document manager api  
							
							
							
						 
						
							2016-11-24 09:02:10 +01:00  
				
					
						
							
							
								 
						
							
								fb3bb69ec6 
								
							 
						 
						
							
							
								
								golint fixed for modules/base  
							
							
							
						 
						
							2016-11-24 15:17:44 +08:00  
				
					
						
							
							
								 
						
							
								2a449bd4b1 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2016-11-21 20:08:21 +01:00  
				
					
						
							
							
								 
						
							
								0834e492c0 
								
							 
						 
						
							
							
								
								API endpoints for stars  
							
							
							
						 
						
							2016-11-16 22:51:54 -05:00  
				
					
						
							
							
								 
						
							
								d9ffe99972 
								
							 
						 
						
							
							
								
								fix variable assigned and not used.  
							
							... 
							
							
							
							Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> 
							
						 
						
							2016-11-15 14:16:27 +08:00  
				
					
						
							
							
								 
						
							
								ddee4c8b58 
								
							 
						 
						
							
							
								
								Normalize files with gofmt  
							
							
							
						 
						
							2016-11-11 13:11:45 +01:00  
				
					
						
							
							
								 
						
							
								4247304f5a 
								
							 
						 
						
							
							
								
								Update import paths from github.com/go-gitea to code.gitea.io ( #135 )  
							
							... 
							
							
							
							- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path  
							
						 
						
							2016-11-10 17:24:48 +01:00  
				
					
						
							
							
								 
						
							
								1b238fe4d5 
								
							 
						 
						
							
							
								
								Merge pull request  #121  from joubertredrat/feature-last-login  
							
							... 
							
							
							
							Last Login for admin manage your users 
							
						 
						
							2016-11-10 17:20:55 +08:00  
				
					
						
							
							
								 
						
							
								f91cbf0fed 
								
							 
						 
						
							
							
								
								Support to last login feature  
							
							
							
						 
						
							2016-11-09 08:53:45 -02:00  
				
					
						
							
							
								 
						
							
								45c4539c61 
								
							 
						 
						
							
							
								
								Merge pull request  #17  from LefsFlarey/issue/3666  
							
							... 
							
							
							
							Fixed 404 caused by unexpected question mark 
							
						 
						
							2016-11-08 18:27:59 +01:00  
				
					
						
							
							
								 
						
							
								01c5233b53 
								
							 
						 
						
							
							
								
								Fixed 404 caused by unexpected question mark  
							
							... 
							
							
							
							This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild 
							
						 
						
							2016-11-08 22:09:48 +08:00  
				
					
						
							
							
								 
						
							
								e74868a850 
								
							 
						 
						
							
							
								
								Add test for IsTextFile()  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								95d4cd9292 
								
							 
						 
						
							
							
								
								Make long godoc comment 2 lines  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								2bb188ae79 
								
							 
						 
						
							
							
								
								Add test for IsLetter()  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								4235fff9ee 
								
							 
						 
						
							
							
								
								Add test for Int64sToMap()  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								d417aedcfa 
								
							 
						 
						
							
							
								
								Add tests for StringsToInt64s() & Int64sToStrings()  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								b00d82d679 
								
							 
						 
						
							
							
								
								Add tests for TruncateString()  
							
							
							
						 
						
							2016-11-07 23:31:40 +01:00  
				
					
						
							
							
								 
						
							
								86c32f2706 
								
							 
						 
						
							
							
								
								Use TruncateString(sha1,10) in ShortSha and deprecate it.  
							
							
							
						 
						
							2016-11-07 23:31:39 +01:00  
				
					
						
							
							
								 
						
							
								030ba2894f 
								
							 
						 
						
							
							
								
								Add tests for EllipsisString() and fix bug if param length < 3  
							
							
							
						 
						
							2016-11-07 23:31:39 +01:00  
				
					
						
							
							
								 
						
							
								f81711f40d 
								
							 
						 
						
							
							
								
								Test AvatarLink and refactor with tests passing  
							
							
							
						 
						
							2016-11-07 23:31:39 +01:00  
				
					
						
							
							
								 
						
							
								70fb1cf9d1 
								
							 
						 
						
							
							
								
								Use testify/assert for all tests in tool_test.go  
							
							
							
						 
						
							2016-11-07 23:29:42 +01:00  
				
					
						
							
							
								 
						
							
								d874a9bf6b 
								
							 
						 
						
							
							
								
								Add unit test for base.FileSize()  
							
							
							
						 
						
							2016-11-07 23:29:42 +01:00  
				
					
						
							
							
								 
						
							
								11c9160cd3 
								
							 
						 
						
							
							
								
								Start to add tests for modules/base/tool  
							
							
							
						 
						
							2016-11-07 23:29:41 +01:00  
				
					
						
							
							
								 
						
							
								864d1b1f9f 
								
							 
						 
						
							
							
								
								Fix type in unused constant name ( #111 )  
							
							... 
							
							
							
							* Write LDAP, SMTP, PAM, DLDAP back to all uppercase
* Fix type in unused constant name
* Other MixCased fixes
* Complete MixerCasing of template constants
* Re uppercase LTS and LDAPS suffixes
* Uppercase JSON suffix in constant names
* Proper case LoginNoType
* Prefix unexported template path constants with "tpl" 
							
						 
						
							2016-11-07 18:58:22 -02:00  
				
					
						
							
							
								 
						
							
								b7bf9dfd28 
								
							 
						 
						
							
							
								
								more  
							
							
							
						 
						
							2016-11-07 17:55:31 +01:00  
				
					
						
							
							
								 
						
							
								05fd9d3f09 
								
							 
						 
						
							
							
								
								Security protocols  
							
							
							
						 
						
							2016-11-07 17:38:43 +01:00  
				
					
						
							
							
								 
						
							
								f388661bda 
								
							 
						 
						
							
							
								
								ACCESS_MODE_* -> AccessMode*  
							
							
							
						 
						
							2016-11-07 17:20:37 +01:00  
				
					
						
							
							
								 
						
							
								5d430c9e68 
								
							 
						 
						
							
							
								
								Merge pull request  #108  from go-gitea/go-sdk  
							
							... 
							
							
							
							Replaced gogits go-gogs-client with go-sdk 
							
						 
						
							2016-11-07 16:31:17 +01:00  
				
					
						
							
							
								 
						
							
								ee963f67c1 
								
							 
						 
						
							
							
								
								Merge pull request  #103  from strk/GOGS_drop  
							
							... 
							
							
							
							Replace GOGS with GITEA in variable names 
							
						 
						
							2016-11-07 16:30:48 +01:00  
				
					
						
							
							
								 
						
							
								28bee28102 
								
							 
						 
						
							
							
								
								Replace Gogs to Gitea in installation options  
							
							
							
						 
						
							2016-11-07 13:26:19 -02:00  
				
					
						
							
							
								 
						
							
								77f9c7e571 
								
							 
						 
						
							
							
								
								Fixed links to sdk docs  
							
							
							
						 
						
							2016-11-07 16:10:32 +01:00  
				
					
						
							
							
								 
						
							
								b7263f31a5 
								
							 
						 
						
							
							
								
								Replace GOGS with GITEA in variable names  
							
							... 
							
							
							
							Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes  #87  
							
						 
						
							2016-11-07 16:05:18 +01:00  
				
					
						
							
							
								 
						
							
								6bf9910975 
								
							 
						 
						
							
							
								
								Set correct doc url for go-sdk  
							
							
							
						 
						
							2016-11-07 14:49:25 +01:00  
				
					
						
							
							
								 
						
							
								be5607e510 
								
							 
						 
						
							
							
								
								Merge pull request  #50  from 0xbaadf00d/feature/2583-disablehttpcloning  
							
							... 
							
							
							
							Disable HTTP cloning 
							
						 
						
							2016-11-07 11:23:30 +01:00  
				
					
						
							
							
								 
						
							
								6e4252dad4 
								
							 
						 
						
							
							
								
								Replace gogits/git-module dependency with go-gitea/git ( #94 )  
							
							... 
							
							
							
							* Replace gogits/git-module dependency with go-gitea/git
Fixes  #92 
* Remove git alias for git module import (not needed) 
							
						 
						
							2016-11-06 11:18:34 -02:00  
				
					
						
							
							
								 
						
							
								d318f612a9 
								
							 
						 
						
							
							
								
								Add tests for CurrentUsername() ( #88 )  
							
							
							
						 
						
							2016-11-06 09:47:25 +01:00  
				
					
						
							
							
								 
						
							
								1f44b01e2a 
								
							 
						 
						
							
							
								
								Fix imports found by goimports.  
							
							
							
						 
						
							2016-11-05 17:56:35 +01:00  
				
					
						
							
							
								 
						
							
								eb25d1f252 
								
							 
						 
						
							
							
								
								Regenerated bindata  
							
							
							
						 
						
							2016-11-04 23:45:06 +01:00  
				
					
						
							
							
								 
						
							
								f960b776f0 
								
							 
						 
						
							
							
								
								Simply made go vet happy, fixed tags  
							
							
							
						 
						
							2016-11-04 23:45:06 +01:00  
				
					
						
							
							
								 
						
							
								e05a5ca36c 
								
							 
						 
						
							
							
								
								Executed go fmt for all files  
							
							
							
						 
						
							2016-11-04 23:45:06 +01:00  
				
					
						
							
							
								 
						
							
								a4fa889ced 
								
							 
						 
						
							
							
								
								Run goimports on the whole project ( #34 )  
							
							... 
							
							
							
							Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> 
							
						 
						
							2016-11-04 09:57:27 -02:00  
				
					
						
							
							
								 
						
							
								8dc49dc114 
								
							 
						 
						
							
							
								
								Implementation of the feature to redirect to an external issue tracker  
							
							
							
						 
						
							2016-11-04 09:06:54 +01:00  
				
					
						
							
							
								 
						
							
								2d68bd1ef9 
								
							 
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							
							
						 
						
							2016-11-03 10:29:56 -02:00  
				
					
						
							
							
								 
						
							
								af03d00780 
								
							 
						 
						
							
							
								
								Fix sender of issue notifications  
							
							... 
							
							
							
							It is the FROM field in mailer configuration that needs be used,
not the USER field, which is for authentication.
Closes https://github.com/gogits/gogs/issues/3615  
							
						 
						
							2016-11-02 21:00:54 +01:00  
				
					
						
							
							
								 
						
							
								d59a48a255 
								
							 
						 
						
							
							
								
								Use proper url for libravatar dep  
							
							
							
						 
						
							2016-11-02 18:18:04 +01:00  
				
					
						
							
							
								 
						
							
								6bcff7828f 
								
							 
						 
						
							
							
								
								Fix mention in comments like (@dblk) ( #3655 )  
							
							... 
							
							
							
							* Fix mention in comments like (@dblk)
* Better fix to avoid making link for "Hello@DblK" 
							
						 
						
							2016-10-16 22:17:59 -04:00  
				
					
						
							
							
								 
						
							
								93f1eabe30 
								
							 
						 
						
							
							
								
								rename variable + fix wiki link  
							
							
							
						 
						
							2016-10-04 18:58:14 +02:00  
				
					
						
							
							
								 
						
							
								9d66497abc 
								
							 
						 
						
							
							
								
								Can disable GIT interactions by HTTP protocol  
							
							
							
						 
						
							2016-09-18 10:54:33 +02:00  
				
					
						
							
							
								 
						
							
								7e15ff9486 
								
							 
						 
						
							
							
								
								Update locales  
							
							... 
							
							
							
							Add new locale Serbian (Cyrillic) 
							
						 
						
							2016-09-15 20:03:36 -04:00  
				
					
						
							
							
								 
						
							
								b3d9ca4ccd 
								
							 
						 
						
							
							
								
								Add the ability to explore organizations ( #3573 )  
							
							... 
							
							
							
							* Add ability to explore organizations
* Use right icon for org explore links 
							
						 
						
							2016-09-01 09:08:05 -04:00  
				
					
						
							
							
								 
						
							
								7c1fbed057 
								
							 
						 
						
							
							
								
								Fix panic when attempt login with non-exist user  
							
							
							
						 
						
							2016-09-01 05:12:34 -04:00  
				
					
						
							
							
								 
						
							
								bc902b8f74 
								
							 
						 
						
							
							
								
								Feature  #3492 : Add option to hide footer load times ( #3562 )  
							
							... 
							
							
							
							* Add option to hide footer load times
* Rename option variable + minor changes 
							
						 
						
							2016-09-01 01:01:32 -04:00  
				
					
						
							
							
								 
						
							
								8ee14db51e 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-09-01 00:35:04 -04:00  
				
					
						
							
							
								 
						
							
								5d35578811 
								
							 
						 
						
							
							
								
								Update size of SHA to  fix   #3538  ( #3563 )  
							
							
							
						 
						
							2016-08-31 14:22:17 -07:00  
				
					
						
							
							
								 
						
							
								dadd35b636 
								
							 
						 
						
							
							
								
								#3559  fix template error  
							
							
							
						 
						
							2016-08-31 13:59:23 -07:00  
				
					
						
							
							
								 
						
							
								99c2ae7b35 
								
							 
						 
						
							
							
								
								#3515  use alert instead 500 for duplicated login source name  
							
							
							
						 
						
							2016-08-31 00:56:10 -07:00  
				
					
						
							
							
								 
						
							
								8516dfcb6c 
								
							 
						 
						
							
							
								
								#2018  able to sync now for mirrors  
							
							... 
							
							
							
							- Refactor code to use sync.UniqueQueue
- Closes  #3509  
							
						 
						
							2016-08-30 16:18:33 -07:00  
				
					
						
							
							
								 
						
							
								c1ecb6c60a 
								
							 
						 
						
							
							
								
								modules/sync: add UniqueQueue  
							
							
							
						 
						
							2016-08-30 15:50:30 -07:00  
				
					
						
							
							
								 
						
							
								43297148b2 
								
							 
						 
						
							
							
								
								modules/sync: rename SingleInstancePool to ExclusivePool  
							
							
							
						 
						
							2016-08-30 15:19:53 -07:00  
				
					
						
							
							
								 
						
							
								6f90835f95 
								
							 
						 
						
							
							
								
								Make bindata  
							
							
							
						 
						
							2016-08-30 05:24:34 -07:00  
				
					
						
							
							
								 
						
							
								643142acab 
								
							 
						 
						
							
							
								
								Web editor: support upload files  
							
							
							
						 
						
							2016-08-30 05:23:59 -07:00  
				
					
						
							
							
								 
						
							
								7c31f235da 
								
							 
						 
						
							
							
								
								Web editor: support upload files  
							
							
							
						 
						
							2016-08-30 05:12:37 -07:00  
				
					
						
							
							
								 
						
							
								780cc2d110 
								
							 
						 
						
							
							
								
								router/repo: code refactoring  
							
							
							
						 
						
							2016-08-30 02:08:38 -07:00  
				
					
						
							
							
								 
						
							
								28cf0e6aaa 
								
							 
						 
						
							
							
								
								#3459  code quality improvement  
							
							
							
						 
						
							2016-08-29 20:00:06 -07:00  
				
					
						
							
							
								 
						
							
								92fb30c526 
								
							 
						 
						
							
							
								
								Load a set of predefined labels ( #3459 )  
							
							... 
							
							
							
							* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable 
							
						 
						
							2016-08-29 19:02:49 -07:00  
				
					
						
							
							
								 
						
							
								62b0dc4853 
								
							 
						 
						
							
							
								
								Web editor: fix cannot create new file in subdirectory  
							
							
							
						 
						
							2016-08-29 00:10:21 -07:00  
				
					
						
							
							
								 
						
							
								ba27d71abe 
								
							 
						 
						
							
							
								
								Web editor: improve edit file  
							
							
							
						 
						
							2016-08-28 04:31:42 -07:00  
				
					
						
							
							
								 
						
							
								0114fdcba4 
								
							 
						 
						
							
							
								
								Web editor: improve delete file process  
							
							
							
						 
						
							2016-08-28 01:41:44 -07:00  
				
					
						
							
							
								 
						
							
								dad5c15520 
								
							 
						 
						
							
							
								
								#2901  allow setting preferred licenses  
							
							... 
							
							
							
							- Closes  #3488  
							
						 
						
							2016-08-28 00:06:22 -07:00  
				
					
						
							
							
								 
						
							
								6e171c5225 
								
							 
						 
						
							
							
								
								Web editor: improve edit file tooltip  
							
							
							
						 
						
							2016-08-27 15:25:01 -07:00  
				
					
						
							
							
								 
						
							
								13c106af77 
								
							 
						 
						
							
							
								
								label: adjust forecolor boundary  
							
							
							
						 
						
							2016-08-27 12:44:39 -07:00  
				
					
						
							
							
								 
						
							
								f8a48ffaad 
								
							 
						 
						
							
							
								
								Web editor: improve code quality  
							
							
							
						 
						
							2016-08-24 21:35:03 -07:00  
				
					
						
							
							
								 
						
							
								0b273ac4d5 
								
							 
						 
						
							
							
								
								#3383  code cleanup  
							
							
							
						 
						
							2016-08-24 16:05:56 -07:00  
				
					
						
							
							
								 
						
							
								ec332cf903 
								
							 
						 
						
							
							
								
								Minor naming improvement  
							
							
							
						 
						
							2016-08-17 16:10:07 -07:00  
				
					
						
							
							
								 
						
							
								a00c932bbc 
								
							 
						 
						
							
							
								
								General code quality improvement  
							
							
							
						 
						
							2016-08-16 23:06:38 -07:00  
				
					
						
							
							
								 
						
							
								4042d1f0c3 
								
							 
						 
						
							
							
								
								models/issue: improve quality and performance of NewIssue function  
							
							
							
						 
						
							2016-08-15 18:40:32 -07:00  
				
					
						
							
							
								 
						
							
								4a46613916 
								
							 
						 
						
							
							
								
								markdown: fix treating pure number as SHA1  
							
							... 
							
							
							
							- Detect non-exist commit and return 404 not 500 
							
						 
						
							2016-08-15 15:27:19 -07:00  
				
					
						
							
							
								 
						
							
								8637e67e6f 
								
							 
						 
						
							
							
								
								Fix outdated edit can’t overwrite changes  
							
							
							
						 
						
							2016-08-15 02:06:35 -07:00  
				
					
						
							
							
								 
						
							
								cd89f6c502 
								
							 
						 
						
							
							
								
								Web editor: improve edit file and diff preview  
							
							
							
						 
						
							2016-08-14 23:52:24 -07:00  
				
					
						
							
							
								 
						
							
								660e7a178a 
								
							 
						 
						
							
							
								
								modules/sync: move sync objects to independent module  
							
							
							
						 
						
							2016-08-14 23:52:24 -07:00  
				
					
						
							
							
								 
						
							
								15845cb287 
								
							 
						 
						
							
							
								
								Code clean up for new config options  
							
							
							
						 
						
							2016-08-14 23:52:24 -07:00  
				
					
						
							
							
								 
						
							
								d0a0239bac 
								
							 
						 
						
							
							
								
								Squashed commit of the following:  
							
							... 
							
							
							
							commit 0afcb843d7ffd596991c4885cab768273a6eb42c
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 17:13:29 2016 -0600
    Removed Upload stats as the upload table is just a temporary table
commit 7ecd73ff5535612d79d471409173ee7f1fcfa157
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:42:41 2016 -0600
    Fix for CodeMirror mode
commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:03:33 2016 -0600
    Made tabbing in editor use spaces
commit 23af384c53206a8a40e11e45bf49d7a149c4adcd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:56:46 2016 -0600
    Fix for data-url
commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9
Merge: 7fc8a89 991ce42ad7ea88cf85e9e1c7dcdd 
							
						 
						
							2016-08-14 23:52:24 -07:00  
				
					
						
							
							
								 
						
							
								3f7f4852ef 
								
							 
						 
						
							
							
								
								#2246  fully support of webhooks for pull request  
							
							
							
						 
						
							2016-08-14 03:32:24 -07:00  
				
					
						
							
							
								 
						
							
								5544a7037b 
								
							 
						 
						
							
							
								
								Add new dependency  
							
							
							
						 
						
							2016-08-11 17:12:55 -07:00  
				
					
						
							
							
								 
						
							
								dbed39ba05 
								
							 
						 
						
							
							
								
								On showing diff/file, use the tab_width specified on .editorconfig, if any ( #3241 )  
							
							... 
							
							
							
							Closes  #3182  
						
							2016-08-11 17:07:09 -07:00  
				
					
						
							
							
								 
						
							
								25b23c4bc9 
								
							 
						 
						
							
							
								
								Do not show non-image attachment in a <img> tag.  Fixes   #3215  ( #3311 )  
							
							
							
						 
						
							2016-08-11 16:16:36 -07:00  
				
					
						
							
							
								 
						
							
								7eafe3213f 
								
							 
						 
						
							
							
								
								Fix   #3321 : commit tag shortener ( #3418 )  
							
							... 
							
							
							
							* Fix  #3321 : commit tag shortener
* Check short commit
* remove debug
* Edit unit tests
* Show 10-char short SHA 
							
						 
						
							2016-08-11 15:34:00 -07:00  
				
					
						
							
							
								 
						
							
								a47aef5460 
								
							 
						 
						
							
							
								
								#2852  code cleanup  
							
							
							
						 
						
							2016-08-11 14:55:10 -07:00  
				
					
						
							
							
								 
						
							
								1dd003bd4c 
								
							 
						 
						
							
							
								
								Add initial support for unix sockets ( #2852 )  
							
							
							
						 
						
							2016-08-11 14:46:33 -07:00  
				
					
						
							
							
								 
						
							
								5077408d78 
								
							 
						 
						
							
							
								
								#3233  code cleanup and minor issue fix  
							
							
							
						 
						
							2016-08-11 10:53:51 -07:00  
				
					
						
							
							
								 
						
							
								0885784f13 
								
							 
						 
						
							
							
								
								Wiki mirroring implementation ( #3233 )  
							
							... 
							
							
							
							* Implement wiki mirroring, add Update mirrors operation to admin dashboard
* bindata.go update after merge
* Implement checking Git repo endpoint existence, support for BB included
* Remove admin dashboard operation
Fix bindata.go
* Apply gofmt to repo model file
* Try to remove bindata from PR
* Revert accepted wiki names change in favor of better system
* Remove unused imports 
							
						 
						
							2016-08-11 10:18:51 -07:00  
				
					
						
							
							
								 
						
							
								d625e41c6c 
								
							 
						 
						
							
							
								
								#3408  minor code fix  
							
							
							
						 
						
							2016-08-11 07:41:01 -07:00  
				
					
						
							
							
								 
						
							
								6a81632e36 
								
							 
						 
						
							
							
								
								Fix typo CacheInternal -> CacheInterval ( #3432 )  
							
							
							
						 
						
							2016-08-11 05:59:11 -07:00  
				
					
						
							
							
								 
						
							
								29f76f3936 
								
							 
						 
						
							
							
								
								Update locales [CI SKIP]  
							
							
							
						 
						
							2016-08-10 11:54:52 -07:00  
				
					
						
							
							
								 
						
							
								99812a80fd 
								
							 
						 
						
							
							
								
								Fix   #3420 : Bad commit URL generation ( #3424 )  
							
							
							
						 
						
							2016-08-10 11:35:06 -07:00  
				
					
						
							
							
								 
						
							
								b85927e488 
								
							 
						 
						
							
							
								
								#3091  show Git configs on admin panel  
							
							
							
						 
						
							2016-08-10 11:01:42 -07:00  
				
					
						
							
							
								 
						
							
								87b408a2e5 
								
							 
						 
						
							
							
								
								Update bindata.go [CI SKIP]  
							
							
							
						 
						
							2016-08-09 23:58:15 -07:00  
				
					
						
							
							
								 
						
							
								fc68fb951c 
								
							 
						 
						
							
							
								
								Feature  #3398 : Redefine global mirror interval ( #3409 )  
							
							... 
							
							
							
							* add mirror::GLOBAL_INTERVAL on app.ini
* rename key to DEFAULT_INTERVAL
* add key on default app.ini + move code 
							
						 
						
							2016-08-09 23:47:16 -07:00  
				
					
						
							
							
								 
						
							
								edd786446c 
								
							 
						 
						
							
							
								
								#3158  skip RUN_USER check on Windows  
							
							
							
						 
						
							2016-08-09 17:41:18 -07:00  
				
					
						
							
							
								 
						
							
								b0b88d9bc5 
								
							 
						 
						
							
							
								
								#3091  add config option for Git GC  
							
							
							
						 
						
							2016-08-09 17:24:32 -07:00  
				
					
						
							
							
								 
						
							
								f70343660d 
								
							 
						 
						
							
							
								
								Little code refactoring  
							
							
							
						 
						
							2016-08-09 12:56:00 -07:00  
				
					
						
							
							
								 
						
							
								9e8a8867ea 
								
							 
						 
						
							
							
								
								#3325  use correct word for .gitignore  
							
							
							
						 
						
							2016-08-09 12:16:21 -07:00  
				
					
						
							
							
								 
						
							
								90af997fec 
								
							 
						 
						
							
							
								
								#3399  500 for upstream pulls page if user has forked repository  
							
							
							
						 
						
							2016-08-08 13:02:55 -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  
				
					
						
							
							
								 
						
							
								2772791fda 
								
							 
						 
						
							
							
								
								Improve diff highlight ( #3390 )  
							
							... 
							
							
							
							- Try to reduce memory allocations
- Add possibility to disable diff highlight (can improve performance for large diffs)
- Tweaking with cost for prettier (cleaner) diffs
- Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs) 
							
						 
						
							2016-08-07 09:49:47 -07:00  
				
					
						
							
							
								 
						
							
								ee28fd9255 
								
							 
						 
						
							
							
								
								Update locales [CI SKIP]  
							
							
							
						 
						
							2016-08-03 12:24:53 -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  
				
					
						
							
							
								 
						
							
								3e22ae3412 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-07-30 22:28:23 +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  
				
					
						
							
							
								 
						
							
								a562228c5e 
								
							 
						 
						
							
							
								
								Add org.getUserTeams to reduce redundant code  
							
							
							
						 
						
							2016-07-24 18:09:45 +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  
				
					
						
							
							
								 
						
							
								46e96c008c 
								
							 
						 
						
							
							
								
								Use struct for UI settings  
							
							
							
						 
						
							2016-07-24 00:23:54 +08:00  
				
					
						
							
							
								 
						
							
								4e822c1911 
								
							 
						 
						
							
							
								
								conf: change default mirror checking interval to 10m  
							
							
							
						 
						
							2016-07-23 20:20:09 +08:00  
				
					
						
							
							
								 
						
							
								d7bdc1de8d 
								
							 
						 
						
							
							
								
								#3107  fix mention regex does not include dash  
							
							
							
						 
						
							2016-07-23 17:29:34 +08:00  
				
					
						
							
							
								 
						
							
								c912494609 
								
							 
						 
						
							
							
								
								#3076  detect invalid tag name git error  
							
							
							
						 
						
							2016-07-23 15:59:19 +08:00  
				
					
						
							
							
								 
						
							
								599716bb1b 
								
							 
						 
						
							
							
								
								Update locales [CI SKIP]  
							
							
							
						 
						
							2016-07-22 22:21:26 +08:00  
				
					
						
							
							
								 
						
							
								6488ee12be 
								
							 
						 
						
							
							
								
								avatar: make custom and generated avatars equal ( #3301 )  
							
							... 
							
							
							
							Sets all avatars to use PNG image format.
Keeps avatars consistent at 290x290px resolution.
Signed-off-by: Dennis Chen <barracks510@gmail.com> 
							
						 
						
							2016-07-21 15:31:14 +08:00  
				
					
						
							
							
								 
						
							
								5aa2bf86f4 
								
							 
						 
						
							
							
								
								Update locales and .gopmfile  
							
							
							
						 
						
							2016-07-17 09:25:30 +08:00  
				
					
						
							
							
								 
						
							
								e3d3d424b2 
								
							 
						 
						
							
							
								
								Minor fix for go vet  
							
							
							
						 
						
							2016-07-16 15:15:00 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								089bacd54e 
								
							 
						 
						
							
							
								
								Update bindata and CSS  
							
							
							
						 
						
							2016-07-15 14:13:30 +08:00  
				
					
						
							
							
								 
						
							
								a752f09055 
								
							 
						 
						
							
							
								
								#2709  validate username attribute fetched from LDAP  
							
							
							
						 
						
							2016-07-12 07:07:57 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								6f6b37f148 
								
							 
						 
						
							
							
								
								#3078  update default app.ini  
							
							
							
						 
						
							2016-07-01 22:27:52 +08:00  
				
					
						
							
							
								 
						
							
								99c3a9390f 
								
							 
						 
						
							
							
								
								change setting.go -> LocalUrl default   value to ( #3078 )  
							
							
							
						 
						
							2016-07-01 22:26:15 +08:00  
				
					
						
							
							
								 
						
							
								e84ac64964 
								
							 
						 
						
							
							
								
								Do not show filename not have suffifx .md  
							
							
							
						 
						
							2016-07-01 15:34:03 +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  
				
					
						
							
							
								 
						
							
								84841c8c4b 
								
							 
						 
						
							
							
								
								Stricter parsing of issue URLs and commit URLs. ( #3121 )  
							
							
							
						 
						
							2016-06-29 23:07:39 +08:00  
				
					
						
							
							
								 
						
							
								274a2ca528 
								
							 
						 
						
							
							
								
								Update locale bindata  
							
							
							
						 
						
							2016-06-28 00:26:18 +08:00  
				
					
						
							
							
								 
						
							
								8a248696e9 
								
							 
						 
						
							
							
								
								Use a gopher as default avatar (rather than the gravatar logo) ( #3208 )  
							
							... 
							
							
							
							Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.
Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).
In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default) 
							
						 
						
							2016-06-27 18:12:30 +08:00  
				
					
						
							
							
								 
						
							
								8b35c194ec 
								
							 
						 
						
							
							
								
								Fixes   #3110  ( #3136 )  
							
							
							
						 
						
							2016-06-27 17:02:39 +08:00  
				
					
						
							
							
								 
						
							
								4bbb878d20 
								
							 
						 
						
							
							
								
								Minor fix for  #3194  
							
							... 
							
							
							
							- Update locale bindata 
							
						 
						
							2016-06-27 16:38:35 +08:00  
				
					
						
							
							
								 
						
							
								26342b0c24 
								
							 
						 
						
							
							
								
								Update locale  
							
							
							
						 
						
							2016-06-12 18:03:51 +08:00  
				
					
						
							
							
								 
						
							
								fb970b9d87 
								
							 
						 
						
							
							
								
								Add ServerName to tls.Config in LDAP auth ( #3104 )  
							
							... 
							
							
							
							From https://godoc.org/crypto/tls#Config 
    ServerName is used to verify the hostname on the returned
    certificates unless InsecureSkipVerify is given. It is also included
    in the client's handshake to support virtual hosting unless it is
    an IP address.
This is needed for certificate validation without InsecureSkipVerify. 
							
						 
						
							2016-06-01 01:11:28 -07:00  
				
					
						
							
							
								 
						
							
								0240f520ab 
								
							 
						 
						
							
							
								
								#2954  minor fix for when to set HTML alternative  
							
							
							
						 
						
							2016-05-30 01:50:20 -07:00  
				
					
						
							
							
								 
						
							
								8df3ba96f3 
								
							 
						 
						
							
							
								
								#2954  use text/plain as default email content format  
							
							
							
						 
						
							2016-05-30 01:32:01 -07:00  
				
					
						
							
							
								 
						
							
								d35a1c30f4 
								
							 
						 
						
							
							
								
								Do not write HTML in text/plain mail part ( #2954 )  
							
							... 
							
							
							
							* Do not write HTML in text/plain mail part
Fixes  #2928 
* Pass text/plain first, text/html second
* Do not send plain/text email if html2text failed (untested) 
							
						 
						
							2016-05-30 01:18:49 -07:00  
				
					
						
							
							
								 
						
							
								8a2347592d 
								
							 
						 
						
							
							
								
								locale: update Czech  
							
							
							
						 
						
							2016-05-12 14:31:06 -04:00  
				
					
						
							
							
								 
						
							
								f473895c41 
								
							 
						 
						
							
							
								
								bindata: follow up data clean  
							
							
							
						 
						
							2016-05-11 12:17:52 -04:00  
				
					
						
							
							
								 
						
							
								fbf43c31e5 
								
							 
						 
						
							
							
								
								Add Czech support  
							
							
							
						 
						
							2016-05-11 12:00:47 -04:00  
				
					
						
							
							
								 
						
							
								3df8eb60e3 
								
							 
						 
						
							
							
								
								PDF-Previews in file-lists now working ( #3000 )  
							
							
							
						 
						
							2016-04-26 21:48:44 -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  
				
					
						
							
							
								 
						
							
								ce36fd7a49 
								
							 
						 
						
							
							
								
								Fixed   #2909  ( #2979 )  
							
							
							
						 
						
							2016-04-19 16:35:36 -04:00  
				
					
						
							
							
								 
						
							
								3257df0da3 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-04-11 18:38:25 -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  
				
					
						
							
							
								 
						
							
								9a43fcb61c 
								
							 
						 
						
							
							
								
								Changed EscapePound function with string replace function  
							
							
							
						 
						
							2016-03-24 20:48:52 -05:00  
				
					
						
							
							
								 
						
							
								5ec8ef0230 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-03-23 15:56:56 -04:00  
				
					
						
							
							
								 
						
							
								004fb30ebe 
								
							 
						 
						
							
							
								
								Remove code for checking ssh-keygen  
							
							
							
						 
						
							2016-03-19 20:31:23 -04:00  
				
					
						
							
							
								 
						
							
								3fb4f7f498 
								
							 
						 
						
							
							
								
								Prepare release  
							
							
							
						 
						
							2016-03-19 14:51:41 -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  
				
					
						
							
							
								 
						
							
								c79774e8d4 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-03-18 04:03:13 -04:00  
				
					
						
							
							
								 
						
							
								8540043c45 
								
							 
						 
						
							
							
								
								Make separate string variables for space  
							
							
							
						 
						
							2016-03-15 21:28:55 +01:00  
				
					
						
							
							
								 
						
							
								f57adf3637 
								
							 
						 
						
							
							
								
								Fix relative links in markdown files  
							
							... 
							
							
							
							Replace spaces with "%20" in "urlPrefix", before markdon processing.
The spaces were causing blackfriday (markdown processor) to behave
strange. This fixes  #2545 . 
							
						 
						
							2016-03-15 20:43:46 +01:00  
				
					
						
							
							
								 
						
							
								9976fc6782 
								
							 
						 
						
							
							
								
								Generate bindata for  #2823  
							
							
							
						 
						
							2016-03-14 16:46:36 -04:00  
				
					
						
							
							
								 
						
							
								9bd9ad4205 
								
							 
						 
						
							
							
								
								#1692  add CRUD issue APIs  
							
							... 
							
							
							
							- Fix go-gogs-client#10
- Related to #809  
							
						 
						
							2016-03-13 23:20:22 -04:00  
				
					
						
							
							
								 
						
							
								dd6faf7f9b 
								
							 
						 
						
							
							
								
								Convert all API handers to use *context.APIContext  
							
							
							
						 
						
							2016-03-13 18:49:16 -04:00  
				
					
						
							
							
								 
						
							
								db4da7beec 
								
							 
						 
						
							
							
								
								Add APIContext  
							
							
							
						 
						
							2016-03-13 17:37:44 -04:00  
				
					
						
							
							
								 
						
							
								b4f47a7623 
								
							 
						 
						
							
							
								
								#1891  attempt to fix invalid csrf token  
							
							
							
						 
						
							2016-03-12 20:56:03 -05:00  
				
					
						
							
							
								 
						
							
								af8eccc02e 
								
							 
						 
						
							
							
								
								Update glide.lock  
							
							
							
						 
						
							2016-03-12 14:44:28 -05:00  
				
					
						
							
							
								 
						
							
								820be19cf5 
								
							 
						 
						
							
							
								
								Merge pull request  #2796  from saboya/custom_app_data_path  
							
							... 
							
							
							
							Making AppDataPath customizable. 
							
						 
						
							2016-03-12 13:53:37 -05:00  
				
					
						
							
							
								 
						
							
								ebea20b4e7 
								
							 
						 
						
							
							
								
								remove errant debug statement  
							
							
							
						 
						
							2016-03-11 16:44:09 -06:00  
				
					
						
							
							
								 
						
							
								73e98c91c3 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-03-11 15:47:49 -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  
				
					
						
							
							
								 
						
							
								eed9966ad6 
								
							 
						 
						
							
							
								
								#2727  fix incompatible SQL in PostgreSQL  
							
							
							
						 
						
							2016-03-09 23:18:39 -05:00  
				
					
						
							
							
								 
						
							
								3cacec9163 
								
							 
						 
						
							
							
								
								Making AppDataPath customizable.  
							
							
							
						 
						
							2016-03-09 22:53:42 -03: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  
				
					
						
							
							
								 
						
							
								58f0c68151 
								
							 
						 
						
							
							
								
								Some minor changes  
							
							
							
						 
						
							2016-03-06 16:40:04 -05:00  
				
					
						
							
							
								 
						
							
								c18f67ac6a 
								
							 
						 
						
							
							
								
								Add Finnish support  
							
							
							
						 
						
							2016-03-05 21:13:04 -05: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  
				
					
						
							
							
								 
						
							
								a2f13eae55 
								
							 
						 
						
							
							
								
								#1157  some avatar setting changes  
							
							... 
							
							
							
							- Allow to delete current avatar 
							
						 
						
							2016-03-05 00:51:51 -05:00  
				
					
						
							
							
								 
						
							
								2a931937a8 
								
							 
						 
						
							
							
								
								Update locales  
							
							
							
						 
						
							2016-03-04 18:51:18 -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  
				
					
						
							
							
								 
						
							
								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