aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #2246 fully support of webhooks for pull requestUnknwon2016-08-1430-270/+795
|
* Add subcommand to create new user in CLIUnknwon2016-08-134-3/+74
|
* CSS: remove font “Meiryo Ui”Unknwon2016-08-122-16/+2
|
* fix grammar + typo. (#3453)Justin Ray Vrooman2016-08-121-2/+2
|
* Code clean upUnknwon2016-08-121-9/+1
|
* #3442 add test suitesUnknwon2016-08-123-1/+60
|
* Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)Thibault Meyer2016-08-121-6/+6
| | | | | | | | * Change PostgreSQL connstring parsing to handle IPv6 * Fix used variable * Remove redundant code + use variable
* Minor fix on top menu dropdown icon positionUnknwon2016-08-112-0/+13
|
* Add new dependencyUnknwon2016-08-114-2/+6
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-119-2/+137
| | | | | (#3241) Closes #3182
* Add .mailmapUnknwon2016-08-112-1/+4
|
* Add Content-Disposition header for downloads (#3439)Andrey Nering2016-08-111-0/+1
|
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-114-2/+29
|
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-113-5/+5
| | | | | | | | | | | | * Fix #3321: commit tag shortener * Check short commit * remove debug * Edit unit tests * Show 10-char short SHA
* Fix #3391Unknwon2016-08-112-3/+7
|
* Fix email FROMUnknwon2016-08-111-1/+1
|
* #2852 code cleanupUnknwon2016-08-117-27/+31
|
* Add initial support for unix sockets (#2852)Odin Ugedal2016-08-113-13/+44
|
* models: rename EnableTidb to EnableTiDBUnknwon2016-08-113-5/+5
|
* #3013 support connect PostgreSQL via unix socketUnknwon2016-08-111-12/+19
|
* Fix #3314: Cannot edit release with tag name contains slash (#3434)Thibault Meyer2016-08-112-4/+4
|
* Update glide.lock and .gopmfile [CI SKIP]Unknwon2016-08-112-2/+2
|
* Add MaxRepoCreation to EditUser API (#2781)Robin Lambertz2016-08-111-0/+3
|
* #2780 code clean upUnknwon2016-08-115-21/+13
|
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-112-0/+50
| | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext
* #3233 code cleanup and minor issue fixUnknwon2016-08-1111-80/+54
|
* Wiki mirroring implementation (#3233)Andrew2016-08-115-8/+100
| | | | | | | | | | | | | | | | | | | * 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
* Always set redirect_to on header-provided sign-in (#3435)Sandro Santilli2016-08-111-1/+1
| | | | | | | | 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.
* #3408 minor code fixUnknwon2016-08-114-23/+23
|
* Do not show the "Sign up for free" button in issue tracker (#3408)Sandro Santilli2016-08-112-4/+2
| | | | | | | | | | | | | | * 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 }}`.
* Fix only user has repo write access can commentUnknwon2016-08-111-1/+1
|
* #3279 use doer email for FROM field of issuesUnknwon2016-08-114-4/+4
|
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-114-5/+5
|
* Add "support" for git-daemon-export-ok (#2940) (#3046)Kim Carlbäcker2016-08-101-0/+14
| | | | | | | | | | | | * 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
* Update glide.lock and .gopmfile [CI SKIP]Unknwon2016-08-102-8/+8
|
* Update locales [CI SKIP]Unknwon2016-08-1018-101/+577
|
* Add test pull request task on merging a PR. Fixes #3396 (#3425)lstahlman2016-08-101-0/+1
|
* Fix #3420: Bad commit URL generation (#3424)Thibault Meyer2016-08-101-6/+3
|
* Verify list len before use it with IN (#3423)Thibault Meyer2016-08-101-2/+5
|
* #3091 show Git configs on admin panelUnknwon2016-08-106-10/+62
|
* Update bindata.go [CI SKIP]Unknwon2016-08-092-4/+5
|
* Feature #3398: Redefine global mirror interval (#3409)Thibault Meyer2016-08-093-2/+16
| | | | | | | | * add mirror::GLOBAL_INTERVAL on app.ini * rename key to DEFAULT_INTERVAL * add key on default app.ini + move code
* #3417 wrong dashboard issue count for create by youUnknwon2016-08-094-4/+4
|
* Update cron revision [CI SKIP]Unknwon2016-08-092-2/+2
|
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-094-13/+48
|
* #2907 Add commit timestamp to webhookUnknwon2016-08-095-17/+21
|
* #3158 skip RUN_USER check on WindowsUnknwon2016-08-095-10/+24
|
* #3091 add config option for Git GCUnknwon2016-08-094-24/+29
|
* #3007 update git-module require versionUnknwon2016-08-093-3/+3
|
* Change LICENSE copyright holder name [CI SKIP]Unknwon2016-08-091-1/+1
|