Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
10 years ago
Unknwon
81f7a2d374
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
10 years ago
Unknwon
beaaf5b8f2
Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
10 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.
10 years ago
Unknwon
4200adfa83
Minor fix for #2524
10 years ago
Unknwon
e57b81fc19
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.
10 years ago
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
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
10 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
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
1464e1dee0
#2639 add branch prefix for test webhook
10 years ago
Unknwon
ed294f8355
#2633 fix removed config option
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
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
10 years ago
Unknwon
5cadf34f21
fix #2454
10 years ago
Unknwon
184d76a5d4
Minor fix for #2567
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
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
42b1b57e94
Convert mirrors to regular repositories.
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
0e661c24d7
#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.
10 years ago
Andrey Nering
b3ad764459
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
10 years ago
chriswatt
723417b66d
Fix tab index on new issue/comment form
10 years ago
Unknwon
3a9c8bd557
Merge pull request #2581 from chriswatt/committab
Make commits tab active when on diff page
10 years ago
chriswatt
a32e9cfcfc
Make commits tab active when on diff page
10 years ago
Unknwon
efd7e59b3e
Improve db path prompt when install
10 years ago
Unknwon
3be6173192
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
10 years ago
Unknwon
26feb3693e
#2558 delete local wiki copy when rename repo and user
10 years ago
Unknwon
ad2d66ed4f
#2556 handle space in image URL
10 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
10 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
10 years ago
Unknwon
01f1a736b6
Add missing patch conflit pattern
10 years ago
Unknwon
10d0c55f16
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
10 years ago
Unknwon
c4dccaf1eb
Minor fix for #2444
10 years ago
Unknwon
29b3a1d5f9
Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377 )
10 years ago
Unknwon
eb728aa379
Merge pull request #2537 from fnkr/remember-clone-protocol
Remember last selected clone protocol
10 years ago
Unknwon
eb15f928e8
Fix one user may block entire listen loop for builtin SSH
10 years ago
Florian Kaiser
13faaaf506
Remember last selected clone protocol, and establish uniform order (https, ssh)
10 years ago
Unknwon
8bb1f668cd
Merge pull request #2533 from fnkr/icon-fork-private-collision
Use icon repo-forked instead of repo-lock for private, forked repos
10 years ago
Florian Kaiser
aef885a0ae
Undo change in templates/explore/repo_list.tmpl
10 years ago
Florian Kaiser
0f9c6808a3
Use icon repo-forked instead of repo-lock for private, forked repos
10 years ago
Unknwon
1d65fa9652
#2229 adjust URL verbose depth for reverse proxy sub-path
10 years ago
Unknwon
51d5a8a6f8
Merge pull request #2531 from andreynering/home-template-pt-BR
Add portuguese-BR to home template.
10 years ago
Andrey Nering
5654c5e131
Add portuguese-BR to home template.
10 years ago