aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Little code refactoringUnknwon2016-08-096-27/+22
|
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-095-20/+24
| | | | | | | | | | | | | | | | * 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
* #3325 use correct word for .gitignoreUnknwon2016-08-093-5/+5
|
* Fix for #3410 overall issues for organisations is limited to num_repos from ↵lstahlman2016-08-091-1/+1
| | | | the user (#3412)
* #3406 fix regression of MustEnableIssues checkUnknwon2016-08-093-7/+7
|
* Adjust .codebeatsettingsUnknwon2016-08-081-0/+2
|
* Fix for #3401 Links of pull request comment email should use pulls URL (#3403)lstahlman2016-08-081-1/+7
|
* Add codebeat filesUnknwon2016-08-082-0/+11
|
* #3399 500 for upstream pulls page if user has forked repositoryUnknwon2016-08-085-6/+6
|
* Fix 404 when comment on pulls and not using interal issue trackerUnknwon2016-08-083-3/+5
|
* #2825 early response 200 when ?go-get=1Unknwon2016-08-075-5/+41
|
* Update glide.lock and .gopmfileUnknwon2016-08-073-0/+4
|
* #3320 code cleanupUnknwon2016-08-0712-33/+52
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-0716-59/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-078-27/+32
|
* Improve diff highlight (#3390)Andrey Nering2016-08-074-66/+60
| | | | | | - Try to reduce memory allocations - Add possibility to disable diff highlight (can improve performance for large diffs) - Tweaking with cost for prettier (cleaner) diffs - Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs)
* Only do go vet on this codebaseUnknwon2016-08-061-4/+6
|
* Update .gitattributesUnknwon2016-08-064-13/+11
|
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-062-1/+13
| | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files
* #2593 allow render raw contentUnknwon2016-08-057-7/+7
| | | | Use URL query parameter render=1 to render content in raw mode.
* Replace gogs.io http links with https version (#3386)rugk2016-08-0510-31/+31
|