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
Josh Frye
2a5b31d2f5
Add install option for log path
9 years ago
Unknwon
40893bfe20
Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user
Fix for server error on release page when a user deleted their account
9 years ago
Martin Hartkorn
727beb7d72
Removed HTTP 500 error on the release page when a user deleted their account
9 years ago
Unknwon
3be6173192
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
9 years ago
ExMex
57f9ff45ee
Admins and user itself sees private org relations on profile
9 years ago
Florian Kaiser
1f7e7b39f2
Only show activities for repositories on dashboard, that the user has access to
9 years ago
Tobias Kunicke
fefe415f4b
parse milestone.deadline as local time
9 years ago
Unknwon
c0c51ba711
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
9 years ago
Florian Kaiser
67b5856061
Only show repositories on organization dashboard, that the user has access to
9 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
9 years ago
Unknwon
2732046410
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
9 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
9 years ago
Florian Kaiser
d960a61127
Remove unnecessary else-block
9 years ago
Unknwon
759a73fd9c
Minor fix for #2506
9 years ago
Unknwon
cf34a01120
Merge pull request #2506 from sapk/add-branche-api-support
Implement API for branches listing
9 years ago
Florian Kaiser
4be007b44c
Use pretty 404 pages in repo.HTTPBackend
9 years ago
Unknwon
c4dccaf1eb
Minor fix for #2444
9 years ago
Unknwon
29b3a1d5f9
Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377 )
9 years ago
Florian Kaiser
1678cc23d1
Make highlighted markdown code blocks work on issue pages
9 years ago
Florian Kaiser
923824eea4
Evaulate org/team permissions when using the issue/PR view
9 years ago
Florian Kaiser
a850bdd9e7
Remove unnecessary comments
9 years ago
Florian Kaiser
129747beec
Everyone can see public repos
9 years ago
Unknwon
094fbc8b2e
fix #2529
9 years ago
Florian Kaiser
88ae14a8a6
Only show teams the user has access to
9 years ago
Florian Kaiser
08b69fc9a9
Only show repositories the user has access to, on the organization home
9 years ago
Florian Kaiser
cddcdf8c87
Show all orgs on user profile, except the private one's
9 years ago
Unknwon
0c6f6be314
#2497 incorrect error handle for team name
9 years ago
Antoine GIRARD
7407a0b226
Corrections following recommendations
9 years ago