6543 
								
							 
						 
						
							
							
							
							
								
							
							
								1080c768d3 
								
							 
						 
						
							
							
								
								[API] orgEditTeam make Fields optional ( #9556 )  
							
							... 
							
							
							
							* API: orgEditTeam make Fields optional
* add TestCase
* Update integrations/api_team_test.go
* suggestions from lafriks
use len() to check if string is empty
Co-Authored-By: Lauris BH <lauris@nix.lv>
* change ...
* use Where not ID to get mssql
* add return and code format
* fix test
* fix test ... null pointer exept
* update specific colums
* only specific colums too
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							2020-01-09 13:15:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								71fe018977 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-09 11:58:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								6baa5d7588 
								
							 
						 
						
							
							
								
								[API] Add notification endpoint ( #9488 )  
							
							... 
							
							
							
							* [API] Add notification endpoints
 * add func GetNotifications(opts FindNotificationOptions)
 * add func (n *Notification) APIFormat()
 * add func (nl NotificationList) APIFormat()
 * add func (n *Notification) APIURL()
 * add func (nl NotificationList) APIFormat()
 * add LoadAttributes functions (loadRepo, loadIssue, loadComment, loadUser)
 * add func (c *Comment) APIURL()
 * add func (issue *Issue) GetLastComment()
 * add endpoint GET /notifications
 * add endpoint PUT /notifications
 * add endpoint GET /repos/{owner}/{repo}/notifications
 * add endpoint PUT /repos/{owner}/{repo}/notifications
 * add endpoint GET /notifications/threads/{id}
 * add endpoint PATCH /notifications/threads/{id}
* Add TEST
* code format
* code format 
							
						 
						
							2020-01-09 11:56:32 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								ee9ce0cfa9 
								
							 
						 
						
							
							
								
								Fix nil reference in repo generation ( #9660 )  
							
							... 
							
							
							
							* Fix nil reference
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Tighten
Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-01-09 08:22:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Svantesson 
								
							 
						 
						
							
							
							
							
								
							
							
								25531c71a7 
								
							 
						 
						
							
							
								
								Mark PR reviews as stale at push and allow to dismiss stale approvals ( #9532 )  
							
							... 
							
							
							
							Fix  #5997 .
If a push causes the patch/diff of a PR towards target branch to change, all existing reviews for the PR will be set and shown as stale.
New branch protection option to dismiss stale approvals are added.
To show that a review is not based on the latest PR changes, an hourglass is shown 
						
							2020-01-09 01:47:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								5b2d9333f1 
								
							 
						 
						
							
							
								
								Add HTML URL to API Issues ( #9654 )  
							
							... 
							
							
							
							* Add HTML URL to API Issues
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swagger
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv> 
							
						 
						
							2020-01-08 23:10:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								14a9687444 
								
							 
						 
						
							
							
								
								times Add filters ( #9373 )  
							
							... 
							
							
							
							(extend #9200 )
 * add query param for GET functions (created Bevore & after)
 * add test
 * generalize func GetQueryBeforeSince
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							2020-01-08 16:14:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								f8dcc5f9f8 
								
							 
						 
						
							
							
								
								Add PR review webhook to Telegram ( #9653 )  
							
							... 
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> 
							
						 
						
							2020-01-08 18:45:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bagas Sanjaya 
								
							 
						 
						
							
							
							
							
								
							
							
								b822518e39 
								
							 
						 
						
							
							
								
								[Docs] Linux Service Edit ( #9633 )  
							
							... 
							
							
							
							* Rename h3 title
* Add intro
Should work on Ubuntu Xenial, but should work on any Linux distros.
* Indirect edit files
Instead of providing `sudo vim`, invite to edit files.
* enable now instead of enable and start
* Re-add systemctl enable && systemctl start
* Revert service enablement back to status quo
* Add enable now counterpart for systemd > v220
* Apply suggestions from @sapk
Strip `vim` from editor usage
Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> 
							
						 
						
							2020-01-08 17:33:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								c779ac12c9 
								
							 
						 
						
							
							
								
								fix   #9648  | use filepath.IsAbs instead of path.IsAbs ( #9651 )  
							
							... 
							
							
							
							* fix  #9648 
* found next
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> 
							
						 
						
							2020-01-08 15:30:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								98772d376c 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-08 12:45:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shashvat Kedia 
								
							 
						 
						
							
							
							
							
								
							
							
								632fb5badc 
								
							 
						 
						
							
							
								
								Fix   #9552 : Merge commits generated by pull request capture pull request details ( #9635 )  
							
							
							
						 
						
							2020-01-08 11:53:07 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bagas Sanjaya 
								
							 
						 
						
							
							
							
							
								
							
							
								74d6ec6807 
								
							 
						 
						
							
							
								
								[Docs] Grammar Edit on Enabling HTTPS Using Reverse Proxy ( #9649 )  
							
							... 
							
							
							
							* Use infinitives for accept and pass
* Close parentheeses for proxy exposed 
							
						 
						
							2020-01-08 10:20:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								e88d67b774 
								
							 
						 
						
							
							
								
								[API] add comments endpoint for single comment ( #9494 )  
							
							... 
							
							
							
							* add GET /repos/{owner}/{repo}/issues/comments/{id}
 and complete error list for swagger in other func
* add repo check 
							
						 
						
							2020-01-08 15:00:59 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									techknowlogick 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c884735740 
								
							 
						 
						
							
							
								
								Plural form for changelog ( #9645 )  
							
							... 
							
							
							
							Fix: https://gitea.com/gitea/changelog/issues/16  
							
						 
						
							2020-01-08 00:08:49 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									techknowlogick 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8e132cd16a 
								
							 
						 
						
							
							
								
								Update date for new year ( #9644 )  
							
							
							
						 
						
							2020-01-07 23:06:45 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Matti R 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fe2e812121 
								
							 
						 
						
							
							
								
								empty commit to start 1.12-dev  
							
							
							
						 
						
							2020-01-07 22:56:59 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								bb4476908d 
								
							 
						 
						
							
							
								
								Changelog for 1.11.0-RC1 ( #9636 )  
							
							... 
							
							
							
							* generated Changelog
* cormat, sort, fix
* teamwork :)
Co-Authored-By: techknowlogick <matti@mdranta.net>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* next()
* Next()
* add last change
* as @jolheiser suggested
* Apply suggestions from code review
Co-Authored-By: techknowlogick <matti@mdranta.net>
* Apply suggestions from code review
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Update CHANGELOG.md
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* add bugfix + topic is plural
* rest
* Apply suggestions from code review
* Apply suggestions from code review
Co-Authored-By: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net> 
							
						 
						
							2020-01-08 10:57:44 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Svantesson 
								
							 
						 
						
							
							
							
							
								
							
							
								c181070f9e 
								
							 
						 
						
							
							
								
								Repository teams - disable remove button when have access to all ( #9640 )  
							
							... 
							
							
							
							Co-authored-by: zeripath <art27@cantab.net> 
							
						 
						
							2020-01-08 08:36:39 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shashvat Kedia 
								
							 
						 
						
							
							
							
							
								
							
							
								1e9b3d4743 
								
							 
						 
						
							
							
								
								Fix   #9530 : admin auth list make readable and admin auth delete bug fix ( #9628 )  
							
							
							
						 
						
							2020-01-07 23:41:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
							
							
								
							
							
								b9309e52f0 
								
							 
						 
						
							
							
								
								Move wiki related funtions from models to services/wiki ( #9355 )  
							
							... 
							
							
							
							* Move wiki related funtions from models to services/wiki 
							
						 
						
							2020-01-07 18:27:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e5d8e2d10c 
								
							 
						 
						
							
							
								
								Branches not at ref commit ID should not be listed as Merged ( #9614 )  
							
							... 
							
							
							
							Once a branch has been merged if the commit ID no longer equals that of
the pulls ref commit id don't offer to delete the branch on the pull screen
and don't list it as merged on branches.
Fix  #9201 
When looking at the pull page we should also get the commits from the refs/pulls/x/head
Fix  #9158  
							
						 
						
							2020-01-07 17:06:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								9406368633 
								
							 
						 
						
							
							
								
								Fix Issue Unsubscription ( #9634 )  
							
							
							
						 
						
							2020-01-07 15:41:35 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								b6fa229dcf 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-07 14:32:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d515474b8 
								
							 
						 
						
							
							
								
								Remove stray printf ( #9631 )  
							
							
							
						 
						
							2020-01-07 14:30:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								c88f0fed36 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-07 11:24:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
							
							
								
							
							
								62eb1b0f25 
								
							 
						 
						
							
							
								
								Graceful Queues:  Issue Indexing and Tasks ( #9363 )  
							
							... 
							
							
							
							* Queue: Add generic graceful queues with settings
* Queue & Setting: Add worker pool implementation
* Queue: Add worker settings
* Queue: Make resizing worker pools
* Queue: Add name variable to queues
* Queue: Add monitoring
* Queue: Improve logging
* Issues: Gracefulise the issues indexer
Remove the old now unused specific queues
* Task: Move to generic queue and gracefulise
* Issues: Standardise the issues indexer queue settings
* Fix test
* Queue: Allow Redis to connect to unix
* Prevent deadlock during early shutdown of issue indexer
* Add MaxWorker settings to queues
* Merge branch 'master' into graceful-queues
* Update modules/indexer/issues/indexer.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/indexer/issues/indexer.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/queue/queue_channel.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/queue/queue_disk.go
* Update modules/queue/queue_disk_channel.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Rename queue.Description to queue.ManagedQueue as per @guillep2k
* Cancel pool workers when removed
* Remove dependency on queue from setting
* Update modules/queue/queue_redis.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* As per @guillep2k add mutex locks on shutdown/terminate
* move unlocking out of setInternal
* Add warning if number of workers < 0
* Small changes as per @guillep2k
* No redis host specified not found
* Clean up documentation for queues
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
* Update modules/indexer/issues/indexer_test.go
* Ensure that persistable channel queue is added to manager
* Rename QUEUE_NAME REDIS_QUEUE_NAME
* Revert "Rename QUEUE_NAME REDIS_QUEUE_NAME"
This reverts commit 1f83b4fc9b9dabda186257b38c265fe7012f90df.
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							2020-01-07 12:23:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								f71e1c8e79 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-07 07:40:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									8ctopus 
								
							 
						 
						
							
							
							
							
								
							
							
								143f88d975 
								
							 
						 
						
							
							
								
								More extensive robots.txt docs ( #9566 )  
							
							
							
						 
						
							2020-01-07 07:38:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								5749b26cdd 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-06 16:52:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Timon Engelke 
								
							 
						 
						
							
							
							
							
								
							
							
								abc0f53539 
								
							 
						 
						
							
							
								
								Add a /user/login landing page option ( #9622 )  
							
							... 
							
							
							
							* Add a /user/login landing page option
* Add test case for login landing page 
							
						 
						
							2020-01-06 17:50:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								bcac7cb934 
								
							 
						 
						
							
							
								
								fix swagger description of reaction API ( #9617 )  
							
							
							
						 
						
							2020-01-06 06:58:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zeripath 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2a1cf5bae9 
								
							 
						 
						
							
							
								
								Add some padding to the shadowed comment box ( #9612 )  
							
							... 
							
							
							
							* Add some padding to the shadowed comment box
* prevent the padding affecting the other comments 
							
						 
						
							2020-01-05 19:25:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								133ae18b61 
								
							 
						 
						
							
							
								
								[BugFix] Hide public repos owned by private orgs ( #9609 )  
							
							... 
							
							
							
							* Restrict AllPublic to actually public repos.
* Add new parameter to add in AllLimited Repos 
							
						 
						
							2020-01-05 18:48:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								7e4f490482 
								
							 
						 
						
							
							
								
								[Docs] introduce "make help" ( #9604 )  
							
							... 
							
							
							
							* introduce "make help"
* fix + add more routienes
* Update Makefile
* add make vet
Co-authored-by: techknowlogick <matti@mdranta.net> 
							
						 
						
							2020-01-05 12:40:02 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								444c3a1184 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-05 14:30:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								a5a79f702d 
								
							 
						 
						
							
							
								
								update gitea.com/macaron/macaron to 1.4.0 ( #9608 )  
							
							
							
						 
						
							2020-01-05 15:27:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								4f54a4628a 
								
							 
						 
						
							
							
								
								!important makes me sad ( #9607 )  
							
							... 
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-01-05 06:56:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								08424648ae 
								
							 
						 
						
							
							
								
								Fix create bugs ( #9606 )  
							
							... 
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-01-04 21:39:14 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Svantesson 
								
							 
						 
						
							
							
							
							
								
							
							
								03d59bcd1d 
								
							 
						 
						
							
							
								
								Fix access issues on milestone and issue overview pages. ( #9603 )  
							
							... 
							
							
							
							* Fix access issues on milestone and issue overview pages.
* Fix filter algorithm 
							
						 
						
							2020-01-04 20:23:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine GIRARD 
								
							 
						 
						
							
							
							
							
								
							
							
								8b24073713 
								
							 
						 
						
							
							
								
								Only serve attachments when linked to issue/release and if accessible by user ( #9340 )  
							
							... 
							
							
							
							* test: add current attachement responses
* refactor: check if attachement is linked and accessible by user
* chore: clean TODO
* fix: typo attachement -> attachment
* revert un-needed go.sum change
* refactor: move models logic to models
* fix TestCreateIssueAttachment which was wrongly successful
* fix unit tests with unittype added
* fix unit tests with changes
* use a valid uuid format for pgsql int. test
* test: add unit test TestLinkedRepository
* refactor: allow uploader to access unlinked attachement
* add missing blank line
* refactor: move to a separate function repo.GetAttachment
* typo
* test: remove err test return
* refactor: use repo perm for access checking generally + 404 for all reject 
							
						 
						
							2020-01-05 01:20:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								6a5a2f493a 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-04 22:21:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Olheiser 
								
							 
						 
						
							
							
							
							
								
							
							
								fb3a6aba7d 
								
							 
						 
						
							
							
								
								Only show sender if it makes sense ( #9601 )  
							
							... 
							
							
							
							Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							2020-01-04 22:20:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								07439d8059 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-04 20:29:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
							
							
								
							
							
								2b8b0f66ed 
								
							 
						 
						
							
							
								
								Add translatable Powered by Gitea text in footer ( #9600 )  
							
							
							
						 
						
							2020-01-04 20:27:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
							
							
								
							
							
								ee9b9365be 
								
							 
						 
						
							
							
								
								[Docs] Add guide on howto develop API ( #9587 )  
							
							... 
							
							
							
							* draft 1
* add suggestions
thanks to @bagasme @techknowlogick @davidsvantesson
* http methods
* use permalinks
* Apply suggestions from code review
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* code format + add to INDEX
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv> 
							
						 
						
							2020-01-04 10:23:40 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									guillep2k 
								
							 
						 
						
							
							
							
							
								
							
							
								bedd7b2833 
								
							 
						 
						
							
							
								
								Fix error logged when repos qs is empty ( #9591 )  
							
							... 
							
							
							
							* Fix error logged when repos qs is empty
* Update routers/user/home.go
Co-Authored-By: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv> 
							
						 
						
							2020-01-03 23:39:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									GiteaBot 
								
							 
						 
						
							
							
							
							
								
							
							
								4a768e1c3e 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2020-01-03 18:44:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bagas Sanjaya 
								
							 
						 
						
							
							
							
							
								
							
							
								34c5eee703 
								
							 
						 
						
							
							
								
								Add footer extra links template ( #9576 )  
							
							... 
							
							
							
							* Add footer extra links template
* [Docs] Update to mention extra links footer template
* Commit suggestion from @davidsvantesson
Co-Authored-By: David Svantesson <davidsvantesson@gmail.com>
* Move template placement to right side of footer
Co-authored-by: David Svantesson <davidsvantesson@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv> 
							
						 
						
							2020-01-03 20:41:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Svantesson 
								
							 
						 
						
							
							
							
							
								
							
							
								ea707f5a77 
								
							 
						 
						
							
							
								
								Add branch protection option to block merge on requested changes. ( #9592 )  
							
							... 
							
							
							
							* Add branch protection option to block merge on requested changes.
* Add migration step
* Fix check to correct negation
* Apply suggestions from code review
Language improvement.
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Copyright year.
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv> 
							
						 
						
							2020-01-03 19:47:09 +02:00