]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agovariable should not use ALL_CAPS
Gibheer [Tue, 23 Feb 2016 14:39:05 +0000 (15:39 +0100)]
variable should not use ALL_CAPS

8 years agoremove ed25519 test for now
Gibheer [Wed, 17 Feb 2016 10:30:48 +0000 (11:30 +0100)]
remove ed25519 test for now

TravisCI is too old for ed25519, so it can't be tested correctly.

8 years agofix ssh public key tests
Gibheer [Wed, 17 Feb 2016 08:33:41 +0000 (09:33 +0100)]
fix ssh public key tests

The old API was using []byte, but was changed to string without running
the tests again.
It also sets the variables from the configuration to make them work.
Maybe there is a better way to do this.

8 years agoallow native and ssh-keygen public key check
Gibheer [Tue, 16 Feb 2016 22:01:56 +0000 (23:01 +0100)]
allow native and ssh-keygen public key check

This commit adds the possibibility to use either the native golang
libraries or ssh-keygen to check public keys. The check is adjusted
depending on the settings, so that only supported keys are let through.

This commit also brings back the blacklist feature, which was removed in
7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist
algorythms or keys based on the key length. This works with the native
and the ssh-keygen way.

Because of #2179 it also includes a way to adjust the path to
ssh-keygen and the working directory for ssh-keygen. With this,
sysadmins should be able to adjust the settings in a way, that SELinux
is okay with it. In the worst case, they can switch to the native
implementation and only loose support for ed25519 keys at the moment.
There are some other places which need adjustment to utilize the
parameters and the native implementation, but this sets the ground work.

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

8 years agoMerge pull request #2580 from fnkr/smaller-issue-title
Unknwon [Sun, 7 Feb 2016 19:30:04 +0000 (14:30 -0500)]
Merge pull request #2580 from fnkr/smaller-issue-title

Make issue title smaller

8 years agoMake issue title smaller
Florian Kaiser [Sun, 7 Feb 2016 19:23:26 +0000 (19:23 +0000)]
Make issue title smaller

8 years agoMerge pull request #2579 from nanoant/patch/fix-ldap-username
Unknwon [Sun, 7 Feb 2016 17:27:10 +0000 (12:27 -0500)]
Merge pull request #2579 from nanoant/patch/fix-ldap-username

Fix #2221 LDAP username attribute must be fetched

8 years agoFix #2221 LDAP username attribute must be fetched
Adam Strzelecki [Sun, 7 Feb 2016 17:18:29 +0000 (18:18 +0100)]
Fix #2221 LDAP username attribute must be fetched

This is fix-up for 573305f. Forgot to fetch AttributeUsername value from the
LDAP server, so the setting was effectively not working as intended.

8 years agoImprove db path prompt when install
Unknwon [Sun, 7 Feb 2016 16:51:53 +0000 (11:51 -0500)]
Improve db path prompt when install

8 years agoMerge pull request #2528 from andreynering/diff-sintax-highlight-733
Unknwon [Sun, 7 Feb 2016 16:49:11 +0000 (11:49 -0500)]
Merge pull request #2528 from andreynering/diff-sintax-highlight-733

Enable syntax highlighting on diff view

8 years agoMerge pull request #2576 from chriswatt/commentarrows
Unknwon [Sun, 7 Feb 2016 16:45:37 +0000 (11:45 -0500)]
Merge pull request #2576 from chriswatt/commentarrows

Add avatar arrows to both pull request and issue forms

8 years agoRename #avatararrow to #avatar-arrow
chriswatt [Sun, 7 Feb 2016 16:41:11 +0000 (16:41 +0000)]
Rename #avatararrow to #avatar-arrow

8 years agoMerge pull request #2570 from andreynering/fix-1738
Unknwon [Sun, 7 Feb 2016 15:46:23 +0000 (10:46 -0500)]
Merge pull request #2570 from andreynering/fix-1738

Workaround delete folder on Windows.

8 years agoWorkaroud delete folder on Windows. Fix #1738
Andrey Nering [Sat, 6 Feb 2016 19:25:16 +0000 (17:25 -0200)]
Workaroud delete folder on Windows. Fix #1738

8 years agoAdmins and user itself sees private org relations on profile
ExMex [Sun, 7 Feb 2016 09:20:58 +0000 (10:20 +0100)]
Admins and user itself sees private org relations on profile

8 years agoAdd avatar arrow to pull request form
chriswatt [Sun, 7 Feb 2016 06:10:57 +0000 (06:10 +0000)]
Add avatar arrow to pull request form

8 years agoAdd avatar arrows to new both new issue comment forms
chriswatt [Sun, 7 Feb 2016 04:20:11 +0000 (04:20 +0000)]
Add avatar arrows to new both new issue comment forms

8 years agoMerge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409
Unknwon [Sun, 7 Feb 2016 01:22:43 +0000 (20:22 -0500)]
Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409

Add an important note about mapping the ssh port on the container to the host

8 years agoOnly show activities for repositories on dashboard, that the user has access to
Florian Kaiser [Sat, 6 Feb 2016 07:52:21 +0000 (07:52 +0000)]
Only show activities for repositories on dashboard, that the user has access to

8 years agoMerge pull request #2565 from tkausl/issue2563
Unknwon [Sat, 6 Feb 2016 00:15:54 +0000 (19:15 -0500)]
Merge pull request #2565 from tkausl/issue2563

fixes #2563

8 years agoparse milestone.deadline as local time
Tobias Kunicke [Fri, 5 Feb 2016 23:10:32 +0000 (00:10 +0100)]
parse milestone.deadline as local time

8 years agoregulate timezone for milestone.deadline
Tobias Kunicke [Fri, 5 Feb 2016 23:08:02 +0000 (00:08 +0100)]
regulate timezone for milestone.deadline

8 years agoFix #2564 file ignored by git
Unknwon [Fri, 5 Feb 2016 22:19:32 +0000 (17:19 -0500)]
Fix #2564 file ignored by git

8 years agoMerge pull request #2562 from Eriner/master
Unknwon [Fri, 5 Feb 2016 21:18:52 +0000 (16:18 -0500)]
Merge pull request #2562 from Eriner/master

optipng

8 years agooptipng
Matt Hamilton [Fri, 5 Feb 2016 21:04:11 +0000 (16:04 -0500)]
optipng

8 years agoGenerate CSS for #2561
Unknwon [Fri, 5 Feb 2016 19:53:45 +0000 (14:53 -0500)]
Generate CSS for #2561

8 years agoMerge pull request #2561 from chriswatt/develop
Unknwon [Fri, 5 Feb 2016 19:50:49 +0000 (14:50 -0500)]
Merge pull request #2561 from chriswatt/develop

Add small arrows on issue comments pointing to users avatar

8 years agoAdd small user arrows on issue comments pointing to users avatar
chriswatt [Fri, 5 Feb 2016 19:24:23 +0000 (19:24 +0000)]
Add small user arrows on issue comments pointing to users avatar

8 years ago#2558 delete local wiki copy when rename repo and user
Unknwon [Fri, 5 Feb 2016 19:11:53 +0000 (14:11 -0500)]
#2558 delete local wiki copy when rename repo and user

8 years agoMerge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Unknwon [Fri, 5 Feb 2016 18:11:45 +0000 (13:11 -0500)]
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme

Feature/markdown custom url scheme

8 years agoOnly show repositories on organization dashboard, that the user has access to
Florian Kaiser [Tue, 2 Feb 2016 19:29:35 +0000 (19:29 +0000)]
Only show repositories on organization dashboard, that the user has access to

8 years agoAdd YunoHost link to README
Unknwon [Fri, 5 Feb 2016 15:19:37 +0000 (10:19 -0500)]
Add YunoHost link to README

8 years agoMerge pull request #2559 from Techwolf12/develop
Unknwon [Fri, 5 Feb 2016 14:32:52 +0000 (09:32 -0500)]
Merge pull request #2559 from Techwolf12/develop

Fixes small typo

8 years agoFixes small typo
techwolf12 [Fri, 5 Feb 2016 14:11:25 +0000 (15:11 +0100)]
Fixes small typo

8 years ago#2556 handle space in image URL
Unknwon [Fri, 5 Feb 2016 03:51:40 +0000 (22:51 -0500)]
#2556 handle space in image URL

8 years agoEnable sintax highlighting on diff view. Close #733
Andrey Nering [Sun, 31 Jan 2016 16:19:02 +0000 (14:19 -0200)]
Enable sintax highlighting on diff view. Close #733

8 years agogo fmt models/git_diff_test.go
Andrey Nering [Sun, 31 Jan 2016 16:16:29 +0000 (14:16 -0200)]
go fmt models/git_diff_test.go

8 years agoMinor fix for #2530
Unknwon [Thu, 4 Feb 2016 18:03:34 +0000 (13:03 -0500)]
Minor fix for #2530

8 years agoMerge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Unknwon [Thu, 4 Feb 2016 17:52:11 +0000 (12:52 -0500)]
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page

Hide other teams & repos from organization page

8 years ago#2554 reinitialize all repos from the db
Unknwon [Thu, 4 Feb 2016 17:51:00 +0000 (12:51 -0500)]
#2554 reinitialize all repos from the db

- Update locales

8 years agoRemove unnecessary else-block
Florian Kaiser [Thu, 4 Feb 2016 17:13:56 +0000 (17:13 +0000)]
Remove unnecessary else-block

8 years agoRemove unnecessary private functions
Florian Kaiser [Thu, 4 Feb 2016 17:08:25 +0000 (17:08 +0000)]
Remove unnecessary private functions

8 years agoAdd missing patch conflit pattern
Unknwon [Wed, 3 Feb 2016 17:28:03 +0000 (12:28 -0500)]
Add missing patch conflit pattern

8 years agoMinor fix for #2506
Unknwon [Tue, 2 Feb 2016 22:07:40 +0000 (17:07 -0500)]
Minor fix for #2506

8 years agoMerge pull request #2506 from sapk/add-branche-api-support
Unknwon [Tue, 2 Feb 2016 21:51:14 +0000 (16:51 -0500)]
Merge pull request #2506 from sapk/add-branche-api-support

Implement API for branches listing

8 years agoMerge pull request #2548 from fnkr/fix-unescaped-regex
Unknwon [Tue, 2 Feb 2016 18:30:08 +0000 (13:30 -0500)]
Merge pull request #2548 from fnkr/fix-unescaped-regex

Escape unescaped periods in route regular expression

8 years agoEscape unescaped periods in route regular expression
Florian Kaiser [Tue, 2 Feb 2016 17:34:06 +0000 (17:34 +0000)]
Escape unescaped periods in route regular expression