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
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
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
011dab4881
Add env var check for update
10 years ago
Unknwon
04d7b393ab
Minor fix for #2624
10 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
10 years ago
Unknwon
5cadf34f21
fix #2454
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
Josh Frye
173684ecec
Make log path required
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
e11c8407c8
Update locales and update sponsor
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
Unknwon
4cdec819c2
Merge pull request #2579 from nanoant/patch/fix-ldap-username
Fix #2221 LDAP username attribute must be fetched
10 years ago
Adam Strzelecki
7bf5deac1f
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.
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
3d1beb8a82
Generate CSS for #2561
10 years ago
Unknwon
c0c51ba711
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
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
671ab5fcbc
Minor fix for #2530
10 years ago
Unknwon
2732046410
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
10 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
10 years ago
Unknwon
c4dccaf1eb
Minor fix for #2444
10 years ago
Unknwon
eb15f928e8
Fix one user may block entire listen loop for builtin SSH
10 years ago
Unknwon
1d65fa9652
#2229 adjust URL verbose depth for reverse proxy sub-path
10 years ago
Florian Kaiser
5d3eae18b3
Organization owners see all repositories & teams
10 years ago
Florian Kaiser
0916b6527f
Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin
10 years ago
Florian Kaiser
88ae14a8a6
Only show teams the user has access to
10 years ago
Florian Kaiser
84f5822fb4
Allow modification of a release if Content is empty ( fix #2516 )
10 years ago
Unknwon
0c6f6be314
#2497 incorrect error handle for team name
10 years ago
Unknwon
f82aef971d
Merge pull request #2508 from MilesPong/develop
Fixed gravatar url
10 years ago
miles@Oscar
9f506aa7e1
Using https for gravatar
10 years ago
miles@Oscar
d5c45f4688
Fixed gravatar url
10 years ago
Unknwon
938934da8a
Update locales
10 years ago
Kim "BKC" Carlbäcker
e09b4c0832
Not working, but slightly better...
10 years ago
Kim "BKC" Carlbäcker
e60ea6741c
Custom URL-Schemas for Markdown
10 years ago
Unknwon
b80af0d28c
Minor fix for #2396
10 years ago
Unknwon
fe297c59fc
Merge pull request #2396 from bkcsoft/feature/markdown-checklist
[Feature] Markdown Checklist-rendering
10 years ago
Unknwon
2682a01dc1
Merge pull request #2432 from nd/develop
Fix #2431 - handle requests waiting for reply
10 years ago
Unknwon
61976ce9f0
Update locales
10 years ago
Pourya Daneshvar
c20ae1ffe6
Fixed forgotten err variable assignment
10 years ago
Dmitry Neverov
08b2f41a02
Fix #2431 - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.
[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
10 years ago
Unknwon
1fe72ae465
#2179 use Go sub-repo ssh to verify public key content
10 years ago
Kim "BKC" Carlbäcker
9317933abe
Made Sanitizer-setup cleaner
10 years ago
Kim "BKC" Carlbäcker
5ac5166b32
Checklist-rendering implemented
10 years ago