]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoCall PushToBaseRepo() also on Pull Request creation and not only on git push
Martin Hartkorn [Wed, 24 Feb 2016 12:56:54 +0000 (13:56 +0100)]
Call PushToBaseRepo() also on Pull Request creation and not only on git push

8 years agoPrepare to release
Unknwon [Wed, 24 Feb 2016 06:14:43 +0000 (01:14 -0500)]
Prepare to release

8 years agoMerge pull request #2693 from appleboy/patch-2
Unknwon [Wed, 24 Feb 2016 05:19:01 +0000 (00:19 -0500)]
Merge pull request #2693 from appleboy/patch-2

test the latest version.

8 years agotest the latest version.
Bo-Yi Wu [Tue, 23 Feb 2016 08:04:40 +0000 (16:04 +0800)]
test the latest version.

8 years ago#2682 fix missing slash for go-get meta
Unknwon [Tue, 23 Feb 2016 05:12:04 +0000 (00:12 -0500)]
#2682 fix missing slash for go-get meta

8 years ago#1821 add actions for close and reopen issues
Unknwon [Mon, 22 Feb 2016 17:40:00 +0000 (12:40 -0500)]
#1821 add actions for close and reopen issues

8 years agoMerge pull request #2665 from muhmuhten/develop
Unknwon [Mon, 22 Feb 2016 16:59:18 +0000 (11:59 -0500)]
Merge pull request #2665 from muhmuhten/develop

Dockerfile cleanup for Alpine 3.3

8 years agoFix wrong place to check disable SSH
Unknwon [Mon, 22 Feb 2016 02:55:59 +0000 (21:55 -0500)]
Fix wrong place to check disable SSH

8 years agoMerge pull request #2674 from andreynering/highlight-little-refactoring
Unknwon [Sun, 21 Feb 2016 22:07:17 +0000 (17:07 -0500)]
Merge pull request #2674 from andreynering/highlight-little-refactoring

Little refactoring of diff highlight.

8 years agoLittle refactoring of diff highlight.
Andrey Nering [Sun, 21 Feb 2016 21:45:24 +0000 (18:45 -0300)]
Little refactoring of diff highlight.

Moving cache variable to template instead of in the struct.

8 years agoMerge pull request #2672 from louwers/patch-1
Unknwon [Sun, 21 Feb 2016 21:16:54 +0000 (16:16 -0500)]
Merge pull request #2672 from louwers/patch-1

Removed duplicate of paragraph

8 years agoRemoved duplicate of paragraph
Bart [Sun, 21 Feb 2016 15:02:00 +0000 (16:02 +0100)]
Removed duplicate of paragraph

8 years agoReplace uuid module with original package
Unknwon [Sat, 20 Feb 2016 23:13:12 +0000 (18:13 -0500)]
Replace uuid module with original package

8 years ago#2334 strip whitespace for migrate URL
Unknwon [Sat, 20 Feb 2016 22:32:34 +0000 (17:32 -0500)]
#2334 strip whitespace for migrate URL

Also fix a possible race condition while install

8 years agoMake markdown as an independent module
Unknwon [Sat, 20 Feb 2016 22:10:05 +0000 (17:10 -0500)]
Make markdown as an independent module

8 years agoMove cron module to independent package
Unknwon [Sat, 20 Feb 2016 20:58:09 +0000 (15:58 -0500)]
Move cron module to independent package

Make it easier to keep track of upstream changes and bug fixes

8 years agoFix #857
Unknwon [Sat, 20 Feb 2016 20:10:34 +0000 (15:10 -0500)]
Fix #857

8 years agoMinor fix for #2634
Unknwon [Sat, 20 Feb 2016 19:56:27 +0000 (14:56 -0500)]
Minor fix for #2634

Add AttributesInBind option in new auth source form.

8 years agoMerge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
Unknwon [Sat, 20 Feb 2016 19:44:21 +0000 (14:44 -0500)]
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind

LDAP: Fetch attributes in Bind DN context

8 years agoMerge pull request #2647 from andreynering/issue-template
Unknwon [Sat, 20 Feb 2016 19:12:15 +0000 (14:12 -0500)]
Merge pull request #2647 from andreynering/issue-template

Implement issue and pull request templates

8 years agoUpdate bindata for LDAP changes
Adam Strzelecki [Tue, 16 Feb 2016 11:37:57 +0000 (12:37 +0100)]
Update bindata for LDAP changes

8 years agoLDAP: Make a bit more detailed log traces
Adam Strzelecki [Tue, 16 Feb 2016 11:36:40 +0000 (12:36 +0100)]
LDAP: Make a bit more detailed log traces

This is useful especially to check whether we fetch right attributes, using
right LDAP search base and in right order.

8 years agoLDAP: Fetch attributes in Bind DN context option
Adam Strzelecki [Tue, 16 Feb 2016 11:33:16 +0000 (12:33 +0100)]
LDAP: Fetch attributes in Bind DN context option

This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.

Such approach is an alternative to minimal permissions security pattern for
BindDN user.

8 years agoLDAP: Use single connection in BindDN mode auth
Adam Strzelecki [Tue, 16 Feb 2016 10:58:00 +0000 (11:58 +0100)]
LDAP: Use single connection in BindDN mode auth

According to RFC 4511 4.2.1. Processing of the Bind Request "Clients may send
multiple Bind requests to change the authentication and/or security
associations or to complete a multi-stage Bind process. Authentication from
earlier binds is subsequently ignored."

Therefore we should not use 2 connections, but single one just sending two bind
requests.

8 years agoupdate alpine package dependencies
Muh Muhten [Sat, 20 Feb 2016 03:54:51 +0000 (22:54 -0500)]
update alpine package dependencies

- s6 is in main in 3.3, so we no longer need to mangle the repos file
- official image is periodically updated, so it's not preferred to do
  upgrades downstream (usually harmless, but inelegant)
- apk-tools in 3.3 supports --no-cache to avoid leaving the APKINDEX
  files in the image

8 years agoMinor fix for #2524
Unknwon [Sat, 20 Feb 2016 03:16:26 +0000 (22:16 -0500)]
Minor fix for #2524

8 years agoMerge pull request #2524 from mhartkorn/pullrefs
Unknwon [Sat, 20 Feb 2016 03:00:25 +0000 (22:00 -0500)]
Merge pull request #2524 from mhartkorn/pullrefs

Enable a way to checkout Pull Requests from remote refs

8 years agoFix panic when view profile without signin
Unknwon [Fri, 19 Feb 2016 23:10:03 +0000 (18:10 -0500)]
Fix panic when view profile without signin

Also fix that no matter who, still able to see organizations with private membership.

8 years agoRemove border-bottom for tabs header divider
Unknwon [Fri, 19 Feb 2016 22:49:48 +0000 (17:49 -0500)]
Remove border-bottom for tabs header divider

8 years agoFix inappropriate markdown post process end tag check
Unknwon [Fri, 19 Feb 2016 22:39:50 +0000 (17:39 -0500)]
Fix inappropriate markdown post process end tag check

When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.

8 years agoMerge pull request #2664 from jwdeitch/patch-1
Unknwon [Fri, 19 Feb 2016 21:09:43 +0000 (16:09 -0500)]
Merge pull request #2664 from jwdeitch/patch-1

Update contributing guidlines link

8 years agoUpdate README.md
jwdeitch [Fri, 19 Feb 2016 21:07:15 +0000 (16:07 -0500)]
Update README.md

8 years agoUpdate contributing guidlines link
jwdeitch [Fri, 19 Feb 2016 20:25:23 +0000 (15:25 -0500)]
Update contributing guidlines link

previously displays 404

8 years agoMerge pull request #2663 from Download-Fritz/MirrorForks
Unknwon [Fri, 19 Feb 2016 20:04:50 +0000 (15:04 -0500)]
Merge pull request #2663 from Download-Fritz/MirrorForks

#2505 Allow to fork and disallow to create PRs for mirrors.

8 years agoRename MustEnablePulls() to MustAllowPulls() and simplify the contained check to...
Download-Fritz [Fri, 19 Feb 2016 19:48:32 +0000 (20:48 +0100)]
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().

8 years ago#2505 Allow to fork and disallow to create PRs for mirrors.
Download-Fritz [Fri, 19 Feb 2016 19:33:06 +0000 (20:33 +0100)]
#2505 Allow to fork and disallow to create PRs for mirrors.

8 years agoImplement issue and pull request templates.
Andrey Nering [Wed, 17 Feb 2016 22:21:31 +0000 (20:21 -0200)]
Implement issue and pull request templates.

Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github

8 years agoMerge pull request #2659 from joshfng/fix-issue-email-format
Unknwon [Thu, 18 Feb 2016 21:19:23 +0000 (16:19 -0500)]
Merge pull request #2659 from joshfng/fix-issue-email-format

Fix issue email formatting. Addresses #2331

8 years agoFix issue email formatting. Addresses #2331
Josh Frye [Thu, 18 Feb 2016 20:00:47 +0000 (15:00 -0500)]
Fix issue email formatting. Addresses #2331

8 years agoMerge pull request #2658 from fnkr/fix-chmod
Unknwon [Thu, 18 Feb 2016 19:39:27 +0000 (14:39 -0500)]
Merge pull request #2658 from fnkr/fix-chmod

Fix chmod for several files in conf/locale/ and public/

8 years agoFix chmod for several files in conf/locale/ and public/
Florian Kaiser [Thu, 18 Feb 2016 19:31:23 +0000 (19:31 +0000)]
Fix chmod for several files in conf/locale/ and public/

8 years ago#2650 fix possbility that use email as pusher user name
Unknwon [Thu, 18 Feb 2016 03:47:06 +0000 (22:47 -0500)]
#2650 fix possbility that use email as pusher user name

Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.

8 years agoAdd issue and pull request template
Unknwon [Thu, 18 Feb 2016 02:22:58 +0000 (21:22 -0500)]
Add issue and pull request template

8 years agoMerge pull request #2649 from andreynering/gh-issue-template
Unknwon [Wed, 17 Feb 2016 23:29:35 +0000 (18:29 -0500)]
Merge pull request #2649 from andreynering/gh-issue-template

Add GitHub's issue and pull request templates.

8 years agoAdd GitHub's issue and pull request templates.
Andrey Nering [Wed, 17 Feb 2016 22:40:14 +0000 (20:40 -0200)]
Add GitHub's issue and pull request templates.

8 years ago#2646 fix panic on pushing repositor
Unknwon [Wed, 17 Feb 2016 20:17:52 +0000 (15:17 -0500)]
#2646 fix panic on pushing repositor

8 years ago#2639 add branch prefix for test webhook
Unknwon [Wed, 17 Feb 2016 20:05:07 +0000 (15:05 -0500)]
#2639 add branch prefix for test webhook

8 years ago#2633 fix removed config option
Unknwon [Tue, 16 Feb 2016 18:27:02 +0000 (13:27 -0500)]
#2633 fix removed config option

8 years agoMerge pull request #2635 from lunny/develop
Unknwon [Tue, 16 Feb 2016 18:23:44 +0000 (13:23 -0500)]
Merge pull request #2635 from lunny/develop

fix dependency broken because xorm's API changed

8 years agofix dependency broken because xorm's API changed
Lunny Xiao [Tue, 16 Feb 2016 14:35:08 +0000 (22:35 +0800)]
fix dependency broken because xorm's API changed

8 years agoAdd env var check for update
Unknwon [Tue, 16 Feb 2016 04:11:22 +0000 (23:11 -0500)]
Add env var check for update

8 years ago#2630 fix wrong user avatar link in webhook
Unknwon [Mon, 15 Feb 2016 20:18:53 +0000 (15:18 -0500)]
#2630 fix wrong user avatar link in webhook

Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.

8 years agoMinor fix for #2624
Unknwon [Mon, 15 Feb 2016 19:57:15 +0000 (14:57 -0500)]
Minor fix for #2624

8 years agoMerge pull request #2624 from mhartkorn/convert-mirror-to-repo
Unknwon [Mon, 15 Feb 2016 19:26:21 +0000 (14:26 -0500)]
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo

Convert mirrors to regular repositories

8 years agoMoved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from...
Martin Hartkorn [Mon, 15 Feb 2016 13:53:58 +0000 (14:53 +0100)]
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database

8 years agoSetup CI with testing
Unknwon [Mon, 15 Feb 2016 04:20:07 +0000 (23:20 -0500)]
Setup CI with testing

8 years agoRemove cache avatar support and add its tests
Unknwon [Mon, 15 Feb 2016 04:14:55 +0000 (23:14 -0500)]
Remove cache avatar support and add its tests

8 years agoMinor fix for #2578
Unknwon [Mon, 15 Feb 2016 01:36:03 +0000 (20:36 -0500)]
Minor fix for #2578

8 years agoMerge pull request #2578 from exmex/develop
Unknwon [Mon, 15 Feb 2016 01:34:53 +0000 (20:34 -0500)]
Merge pull request #2578 from exmex/develop

Admins and user itself sees private org relations on profile

8 years agofix #2454
Unknwon [Mon, 15 Feb 2016 01:26:49 +0000 (20:26 -0500)]
fix #2454

8 years agoHijack #2388
Unknwon [Mon, 15 Feb 2016 01:19:00 +0000 (20:19 -0500)]
Hijack #2388

8 years agoMinor fix for #2567
Unknwon [Mon, 15 Feb 2016 01:07:42 +0000 (20:07 -0500)]
Minor fix for #2567

8 years agoMerge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard
Unknwon [Mon, 15 Feb 2016 00:57:49 +0000 (19:57 -0500)]
Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard

Only show activities and repositories on the dashboard, that the user has access to

8 years ago#2569 delete repo local copy when transfer
Unknwon [Mon, 15 Feb 2016 00:42:38 +0000 (19:42 -0500)]
#2569 delete repo local copy when transfer

Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.

8 years agoMerge pull request #2617 from chriswatt/bgcolor
Unknwon [Sun, 14 Feb 2016 23:33:17 +0000 (18:33 -0500)]
Merge pull request #2617 from chriswatt/bgcolor

Change main content area bg to white, keep area above tabs grey

8 years agoFix when repo is empty
chriswatt [Sun, 14 Feb 2016 23:26:47 +0000 (23:26 +0000)]
Fix when repo is empty

8 years agoAdd grey bg to tabs on repo page
chriswatt [Sun, 14 Feb 2016 23:09:33 +0000 (23:09 +0000)]
Add grey bg to tabs on repo page

8 years agoRefactored according to suggestions
Martin Hartkorn [Sun, 14 Feb 2016 21:40:39 +0000 (22:40 +0100)]
Refactored according to suggestions

8 years agoAdd missing safety check
Martin Hartkorn [Sun, 14 Feb 2016 20:22:36 +0000 (21:22 +0100)]
Add missing safety check

8 years agoConvert mirrors to regular repositories.
Martin Hartkorn [Sun, 14 Feb 2016 20:12:00 +0000 (21:12 +0100)]
Convert mirrors to regular repositories.

8 years agoRemove unused tests
Unknwon [Sat, 13 Feb 2016 23:11:15 +0000 (18:11 -0500)]
Remove unused tests

Module httplib will be replaced a well done third-party package
soon, so remove its unused tests

8 years agoMerge pull request #2614 from joshfng/add-default-branch-to-repo-payload
Unknwon [Fri, 12 Feb 2016 21:51:46 +0000 (16:51 -0500)]
Merge pull request #2614 from joshfng/add-default-branch-to-repo-payload

Add default branch to repo payload

8 years agoMerge pull request #2612 from Eriner/master
Unknwon [Fri, 12 Feb 2016 19:50:03 +0000 (14:50 -0500)]
Merge pull request #2612 from Eriner/master

update .gopmfile to reflect git-module update

8 years agoupdate .gopmfile to reflect git-module update
Matt Hamilton [Fri, 12 Feb 2016 17:40:35 +0000 (12:40 -0500)]
update .gopmfile to reflect git-module update

Updated to reflect version increment in commit 47adc0e.

8 years agoAdd default branch to repo payload
Josh Frye [Fri, 12 Feb 2016 16:04:46 +0000 (11:04 -0500)]
Add default branch to repo payload

8 years agoMerge pull request #2609 from joshfng/add-config-log-path
Unknwon [Fri, 12 Feb 2016 15:21:46 +0000 (10:21 -0500)]
Merge pull request #2609 from joshfng/add-config-log-path

Add install option for log path

8 years agoRemove redundant nil check.
Josh Frye [Fri, 12 Feb 2016 15:15:47 +0000 (10:15 -0500)]
Remove redundant nil check.

8 years agoMake log path required
Josh Frye [Fri, 12 Feb 2016 15:10:02 +0000 (10:10 -0500)]
Make log path required

8 years agoSet default log path if empty during install
Josh Frye [Fri, 12 Feb 2016 15:03:04 +0000 (10:03 -0500)]
Set default log path if empty during install

8 years agoAdd helper text for log path.
Josh Frye [Fri, 12 Feb 2016 14:24:09 +0000 (09:24 -0500)]
Add helper text for log path.

8 years agoAdd install option for log path
Josh Frye [Fri, 12 Feb 2016 14:19:45 +0000 (09:19 -0500)]
Add install option for log path

8 years agoMinor docs update for #2605
Unknwon [Fri, 12 Feb 2016 13:18:12 +0000 (08:18 -0500)]
Minor docs update for #2605

8 years agoMerge pull request #2605 from 0rax/develop
Unknwon [Fri, 12 Feb 2016 13:14:26 +0000 (08:14 -0500)]
Merge pull request #2605 from 0rax/develop

Add the ability to run crond inside the Docker container

8 years agoAdd the ability to run crond inside the Docker container
Jean-Philippe Roemer [Fri, 12 Feb 2016 02:38:18 +0000 (02:38 +0000)]
Add the ability to run crond inside the Docker container

- Add the crond init script for s6
- Add the RUN_CROND configuration variable to setup crond
- Crond will not be run by default (hence the `down` file in the service directory)
- `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript
- Resolves #2597

8 years agoMerge pull request #2604 from joshfng/fix-wiki-transfer
Unknwon [Fri, 12 Feb 2016 00:57:19 +0000 (19:57 -0500)]
Merge pull request #2604 from joshfng/fix-wiki-transfer

Remove local wiki copy on repo transfer. Fixes #2558

8 years agoRemove local wiki copy on repo transfer. Fixes #2558
Josh Frye [Fri, 12 Feb 2016 00:26:51 +0000 (19:26 -0500)]
Remove local wiki copy on repo transfer. Fixes #2558

8 years agoMerge pull request #2603 from joshfng/bump-git-module-version
Unknwon [Thu, 11 Feb 2016 22:09:06 +0000 (17:09 -0500)]
Merge pull request #2603 from joshfng/bump-git-module-version

Bump git-module. Fixes #2589

8 years agoBump git-module. Fixes #2589
Josh Frye [Thu, 11 Feb 2016 22:03:39 +0000 (17:03 -0500)]
Bump git-module. Fixes #2589

8 years agoUpdate locales and update sponsor
Unknwon [Thu, 11 Feb 2016 18:34:21 +0000 (13:34 -0500)]
Update locales and update sponsor

8 years ago#1577 fix missing SQL query placeholder
Unknwon [Wed, 10 Feb 2016 22:30:24 +0000 (17:30 -0500)]
#1577 fix missing SQL query placeholder

8 years agoMerge pull request #2599 from mhartkorn/fix-release-error-deleted-user
Unknwon [Wed, 10 Feb 2016 21:11:56 +0000 (16:11 -0500)]
Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user

Fix for server error on release page when a user deleted their account

8 years agoRemoved HTTP 500 error on the release page when a user deleted their account
Martin Hartkorn [Wed, 10 Feb 2016 20:35:58 +0000 (21:35 +0100)]
Removed HTTP 500 error on the release page when a user deleted their account

8 years ago#2485 fix payloads mixed up for webhook
Unknwon [Wed, 10 Feb 2016 20:21:39 +0000 (15:21 -0500)]
#2485 fix payloads mixed up for webhook

When repository contains a Slack type hook,
it changes original payload content.

This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.

8 years agoMerge pull request #2585 from andreynering/theme-color-meta-tag
Unknwon [Mon, 8 Feb 2016 20:03:08 +0000 (15:03 -0500)]
Merge pull request #2585 from andreynering/theme-color-meta-tag

Implementing the "theme-color" meta tag.

8 years agoImplementing the "theme-color" meta tag.
Andrey Nering [Mon, 8 Feb 2016 19:03:18 +0000 (17:03 -0200)]
Implementing the "theme-color" meta tag.

Used by Android >= 5.0 to make the top bar colored.

Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android

8 years agoMerge pull request #2582 from chriswatt/tabindex
Unknwon [Sun, 7 Feb 2016 22:18:30 +0000 (17:18 -0500)]
Merge pull request #2582 from chriswatt/tabindex

Fix tab index on new issue/comment form

8 years agoFix tab index on new issue/comment form
chriswatt [Sun, 7 Feb 2016 22:14:33 +0000 (22:14 +0000)]
Fix tab index on new issue/comment form

8 years agoMerge pull request #2581 from chriswatt/committab
Unknwon [Sun, 7 Feb 2016 20:37:22 +0000 (15:37 -0500)]
Merge pull request #2581 from chriswatt/committab

Make commits tab active when on diff page

8 years agoMake commits tab active when on diff page
chriswatt [Sun, 7 Feb 2016 20:11:25 +0000 (20:11 +0000)]
Make commits tab active when on diff page

8 years agoReverted showing (private) on private org relations
ExMex [Sun, 7 Feb 2016 19:30:15 +0000 (20:30 +0100)]
Reverted showing (private) on private org relations