Alec S
bdfc6fda87
fix indentation
9 years ago
Alec S
93bdc4ad19
Remove dashboard keyword from title
9 years ago
Alec S
103e8008cf
change page titles for user and org dashes
9 years ago
Jan Christophersen
f87ae17a17
Allowing site admins to view private repositories in org/home
9 years ago
Unknwon
f925c24186
Fix pull request availability check
9 years ago
Unknwon
10d7cf61bd
Remove duplicated of code
9 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
9 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
9 years ago
Unknwon
ad91428936
#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.
9 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
9 years ago
Unknwon
c9812bcb3e
#1597 fix premission logic check of pull request
9 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
9 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
9 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
9 years ago
Unknwon
22599912df
Minor fixes for #2745
9 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
9 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
dd27059a62
Merge pull request #2694 from mhartkorn/pullrefs
Improved Pull Request refs
9 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
f49351bd43
Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
9 years ago
Unknwon
4eb48337da
Minor fix for #2660
9 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
9 years ago
Martin Hartkorn
b65249c7c5
Call PushToBaseRepo() also on Pull Request creation and not only on git push
9 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Unknwon
a16ec44cf5
Fix #857
9 years ago
Unknwon
81f7a2d374
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
9 years ago
Unknwon
beaaf5b8f2
Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
9 years ago
Adam Strzelecki
727a5245ac
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.
9 years ago
Unknwon
de270d5d87
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
9 years ago
Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Download-Fritz
b02d150b6a
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
9 years ago
Download-Fritz
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Andrey Nering
602ef9ba5f
Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates
Priority:
- root
- .gogs
- .github
9 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.
9 years ago
Unknwon
1464e1dee0
#2639 add branch prefix for test webhook
9 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.
9 years ago
Unknwon
04d7b393ab
Minor fix for #2624
9 years ago
Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
9 years ago
Martin Hartkorn
9580a21d42
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
9 years ago
Unknwon
3ca084f567
Merge pull request #2578 from exmex/develop
Admins and user itself sees private org relations on profile
9 years ago
Unknwon
184d76a5d4
Minor fix for #2567
9 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
9 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
9 years ago
Martin Hartkorn
ebf9a7aa50
Add missing safety check
9 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
9 years ago
Josh Frye
d391a2f2b4
Remove redundant nil check.
9 years ago
Josh Frye
257f8aac45
Set default log path if empty during install
9 years ago