Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
10 years ago
Download-Fritz
b02d150b6a
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
10 years ago
Download-Fritz
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
10 years ago
Unknwon
d0c8012cf0
Merge pull request #2659 from joshfng/fix-issue-email-format
Fix issue email formatting. Addresses #2331
10 years ago
Josh Frye
e1207eaf96
Fix issue email formatting. Addresses #2331
10 years ago
Unknwon
18f518afac
Merge pull request #2658 from fnkr/fix-chmod
Fix chmod for several files in conf/locale/ and public/
10 years ago
Florian Kaiser
6c72bf973f
Fix chmod for several files in conf/locale/ and public/
10 years ago
Unknwon
665db06fbe
#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.
10 years ago
Unknwon
9ac1558741
Add issue and pull request template
10 years ago
Unknwon
d3e78d3e9f
Merge pull request #2649 from andreynering/gh-issue-template
Add GitHub's issue and pull request templates.
10 years ago
Andrey Nering
0f7a4596b0
Add GitHub's issue and pull request templates.
10 years ago
Unknwon
b1b4202383
#2646 fix panic on pushing repositor
10 years ago
Unknwon
1464e1dee0
#2639 add branch prefix for test webhook
10 years ago
Unknwon
ed294f8355
#2633 fix removed config option
10 years ago
Unknwon
ab5c4974e7
Merge pull request #2635 from lunny/develop
fix dependency broken because xorm's API changed
10 years ago
Lunny Xiao
25fd5a1d7c
fix dependency broken because xorm's API changed
10 years ago
Unknwon
011dab4881
Add env var check for update
10 years ago
Unknwon
88484a73ec
#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.
10 years ago
Unknwon
04d7b393ab
Minor fix for #2624
10 years ago
Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
10 years ago
Martin Hartkorn
9580a21d42
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
10 years ago
Unknwon
6146794a38
Setup CI with testing
10 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
10 years ago
Unknwon
d471a759c6
Minor fix for #2578
10 years ago
Unknwon
3ca084f567
Merge pull request #2578 from exmex/develop
Admins and user itself sees private org relations on profile
10 years ago
Unknwon
5cadf34f21
fix #2454
10 years ago
Unknwon
5add8a57ac
Hijack #2388
10 years ago
Unknwon
184d76a5d4
Minor fix for #2567
10 years ago
Unknwon
10c7f8bd0a
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
10 years ago
Unknwon
6a75926ebe
#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.
10 years ago
Unknwon
327189dbf7
Merge pull request #2617 from chriswatt/bgcolor
Change main content area bg to white, keep area above tabs grey
10 years ago
chriswatt
ff07256d4c
Fix when repo is empty
10 years ago
chriswatt
aa55f2e41f
Add grey bg to tabs on repo page
10 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
10 years ago
Martin Hartkorn
ebf9a7aa50
Add missing safety check
10 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
10 years ago
Unknwon
5b8fbe2a82
Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
10 years ago
Unknwon
3c336a3b36
Merge pull request #2614 from joshfng/add-default-branch-to-repo-payload
Add default branch to repo payload
10 years ago
Unknwon
246a394be4
Merge pull request #2612 from Eriner/master
update .gopmfile to reflect git-module update
10 years ago
Matt Hamilton
7eee014688
update .gopmfile to reflect git-module update
Updated to reflect version increment in commit 47adc0e .
10 years ago
Josh Frye
10a423414f
Add default branch to repo payload
10 years ago
Unknwon
60ed826317
Merge pull request #2609 from joshfng/add-config-log-path
Add install option for log path
10 years ago
Josh Frye
d391a2f2b4
Remove redundant nil check.
10 years ago
Josh Frye
173684ecec
Make log path required
10 years ago
Josh Frye
257f8aac45
Set default log path if empty during install
10 years ago
Josh Frye
fb8c598933
Add helper text for log path.
10 years ago
Josh Frye
2a5b31d2f5
Add install option for log path
10 years ago
Unknwon
54896d56dd
Minor docs update for #2605
10 years ago
Unknwon
7d7f0a3d05
Merge pull request #2605 from 0rax/develop
Add the ability to run crond inside the Docker container
10 years ago
Jean-Philippe Roemer
b89e48fb7b
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
10 years ago