Justin Ray Vrooman
c20f664a5b
fix grammar + typo. ( #3453 )
8 years ago
Unknwon
69b2ffb516
Code clean up
8 years ago
Unknwon
e22dd7a8b0
#3442 add test suites
8 years ago
Thibault Meyer
033a62cbec
Fix #3437 : Cannot connect to PostgreSQL via IPv6 address ( #3442 )
* Change PostgreSQL connstring parsing to handle IPv6
* Fix used variable
* Remove redundant code + use variable
8 years ago
Unknwon
938cd16953
Minor fix on top menu dropdown icon position
8 years ago
Unknwon
eab802c1a0
Add new dependency
8 years ago
Andrey Nering
10a5a8b7cf
On showing diff/file, use the tab_width specified on .editorconfig, if any ( #3241 )
Closes #3182
8 years ago
Unknwon
c3c61e34be
Add .mailmap
8 years ago
Andrey Nering
3ff8ea2a94
Add Content-Disposition header for downloads ( #3439 )
8 years ago
Andrey Nering
66afd4ff5d
Do not show non-image attachment in a <img> tag. Fixes #3215 ( #3311 )
8 years ago
Thibault Meyer
bc99ac3939
Fix #3321 : commit tag shortener ( #3418 )
* Fix #3321 : commit tag shortener
* Check short commit
* remove debug
* Edit unit tests
* Show 10-char short SHA
8 years ago
Unknwon
fdd6a233a9
Fix #3391
8 years ago
Unknwon
44257e6b3c
Fix email FROM
8 years ago
Unknwon
313ab83aeb
#2852 code cleanup
8 years ago
Odin Ugedal
628d040e44
Add initial support for unix sockets ( #2852 )
8 years ago
Unknwon
d7c065bbec
models: rename EnableTidb to EnableTiDB
8 years ago
Unknwon
51afdd62f6
#3013 support connect PostgreSQL via unix socket
8 years ago
Thibault Meyer
45cca9d8ff
Fix #3314 : Cannot edit release with tag name contains slash ( #3434 )
8 years ago
Unknwon
bfda72e130
Update glide.lock and .gopmfile [CI SKIP]
8 years ago
Robin Lambertz
9acb7a034f
Add MaxRepoCreation to EditUser API ( #2781 )
8 years ago
Unknwon
31e654d0fb
#2780 code clean up
8 years ago
Robin Lambertz
d1234950e9
Add AddCollaborator API Endpoint ( #2780 )
* Add AddCollaborator API Endpoint
* Add optional Permission to AddCollaborator endpoint
* Use APIContext
8 years ago
Unknwon
b04ef27a6a
#3233 code cleanup and minor issue fix
8 years ago
Andrew
1b58a11a1c
Wiki mirroring implementation ( #3233 )
* Implement wiki mirroring, add Update mirrors operation to admin dashboard
* bindata.go update after merge
* Implement checking Git repo endpoint existence, support for BB included
* Remove admin dashboard operation
Fix bindata.go
* Apply gofmt to repo model file
* Try to remove bindata from PR
* Revert accepted wiki names change in favor of better system
* Remove unused imports
8 years ago
Sandro Santilli
53b5a7fd78
Always set redirect_to on header-provided sign-in ( #3435 )
This is an attempt to fix #3089 following the strategy introduced
in d625e41c6c4d40fadbeaf99dd97e77aa0c9085ae, although that strategy
by itself does not seem to be sufficient.
What needs be done is honouring the redirect_url query parameter
from the auth router.
8 years ago
Unknwon
eb06cc1730
#3408 minor code fix
8 years ago
Sandro Santilli
24163c0a28
Do not show the "Sign up for free" button in issue tracker ( #3408 )
* Do not show the "Sign up for free" button in issue tracker
The "Sign in to comment" link is good enough and will correctly
show or not show the "Sign Up" button link for those not having
an account already.
Fixes #3407 (link to nowhere when registration is disabled)
* Move html from translation to template
* Remove extra space in `{{ .SignInLink }}`.
8 years ago
Unknwon
df062309eb
Fix only user has repo write access can comment
8 years ago
Unknwon
1aae68b5f6
#3279 use doer email for FROM field of issues
8 years ago
Thibault Meyer
0cecafa949
Fix typo CacheInternal -> CacheInterval ( #3432 )
8 years ago
Kim Carlbäcker
f5065671f7
Add "support" for git-daemon-export-ok ( #2940 ) ( #3046 )
* add git-daemon-export-ok "support"
* Slight fix to git-daemon-export-ok
* Add error-checking for git-demon-export-ok
* Remove old comments and fixed logging-issues
* Check if git-daemon-export-ok exists or not
8 years ago
Unknwon
93784029f5
Update glide.lock and .gopmfile [CI SKIP]
8 years ago
Unknwon
042d930080
Update locales [CI SKIP]
8 years ago
lstahlman
c997baf983
Add test pull request task on merging a PR. Fixes #3396 ( #3425 )
8 years ago
Thibault Meyer
1b6997e746
Fix #3420 : Bad commit URL generation ( #3424 )
8 years ago
Thibault Meyer
b70363bb1d
Verify list len before use it with IN ( #3423 )
8 years ago
Unknwon
0b083b7623
#3091 show Git configs on admin panel
8 years ago
Unknwon
449405825c
Update bindata.go [CI SKIP]
8 years ago
Thibault Meyer
3be391a7f0
Feature #3398 : Redefine global mirror interval ( #3409 )
* add mirror::GLOBAL_INTERVAL on app.ini
* rename key to DEFAULT_INTERVAL
* add key on default app.ini + move code
8 years ago
Unknwon
a8bf16976e
#3417 wrong dashboard issue count for create by you
8 years ago
Unknwon
693451a434
Update cron revision [CI SKIP]
8 years ago
lstahlman
3bc40ec99b
Add committer information to API and Webhooks. Also fixes #3271 ( #3414 )
8 years ago
Unknwon
acc3afee64
#2907 Add commit timestamp to webhook
8 years ago
Unknwon
34deb580d8
#3158 skip RUN_USER check on Windows
8 years ago
Unknwon
962ecf62a6
#3091 add config option for Git GC
8 years ago
Unknwon
b2dc3500bc
#3007 update git-module require version
8 years ago
Unknwon
417f89259b
Change LICENSE copyright holder name [CI SKIP]
8 years ago
Unknwon
e30fa23d81
Little code refactoring
8 years ago
Rory McNamara
f163f9e8e0
Render the Code view on the server (minus syntax highlighting) ( #2942 )
* render code view server side
* remove debug print
* fix multiline selection bug
* change string concatenation to bytes.Buffer for efficiency
* Fix newlines added by previous for hljs
* fix selection highlighting
* make css changes in .less
8 years ago
Unknwon
09e8cd6ace
#3325 use correct word for .gitignore
8 years ago