summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-112-0/+34
| | | | | (#3241) Closes #3182
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-111-0/+6
|
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-112-2/+2
| | | | | | | | | | | | * Fix #3321: commit tag shortener * Check short commit * remove debug * Edit unit tests * Show 10-char short SHA
* #2852 code cleanupUnknwon2016-08-112-12/+12
|
* Add initial support for unix sockets (#2852)Odin Ugedal2016-08-111-13/+24
|
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-1/+0
|
* Wiki mirroring implementation (#3233)Andrew2016-08-111-0/+1
| | | | | | | | | | | | | | | | | | | * 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
* #3408 minor code fixUnknwon2016-08-111-20/+20
|
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-111-2/+2
|
* Update locales [CI SKIP]Unknwon2016-08-101-35/+35
|
* Fix #3420: Bad commit URL generation (#3424)Thibault Meyer2016-08-101-6/+3
|
* #3091 show Git configs on admin panelUnknwon2016-08-101-2/+2
|
* Update bindata.go [CI SKIP]Unknwon2016-08-092-4/+5
|
* Feature #3398: Redefine global mirror interval (#3409)Thibault Meyer2016-08-091-0/+10
| | | | | | | | * add mirror::GLOBAL_INTERVAL on app.ini * rename key to DEFAULT_INTERVAL * add key on default app.ini + move code
* #3158 skip RUN_USER check on WindowsUnknwon2016-08-091-3/+18
|
* #3091 add config option for Git GCUnknwon2016-08-092-22/+23
|
* Little code refactoringUnknwon2016-08-091-8/+3
|
* #3325 use correct word for .gitignoreUnknwon2016-08-091-2/+2
|
* #3399 500 for upstream pulls page if user has forked repositoryUnknwon2016-08-081-2/+2
|
* #2825 early response 200 when ?go-get=1Unknwon2016-08-071-1/+32
|
* #3320 code cleanupUnknwon2016-08-073-25/+25
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-073-17/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-072-20/+21
|
* Improve diff highlight (#3390)Andrey Nering2016-08-071-0/+1
| | | | | | - 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)
* Update locales [CI SKIP]Unknwon2016-08-031-21/+21
|
* #2162 improve repository advance options UI displayUnknwon2016-07-311-2/+2
| | | | Enable/disable input based on user chosen options for wiki and issue tracker.
* Update localesUnknwon2016-07-301-34/+34
|
* #1601 support delete issue commentUnknwon2016-07-262-2/+15
|
* repo/settings/options: take naming style examples out of locale stringUnknwon2016-07-251-20/+20
|
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-241-1/+2
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-3/+3
|
* Refactor User.Id to User.IDUnknwon2016-07-243-7/+7
|
* Use struct for UI settingsUnknwon2016-07-243-27/+23
|
* conf: change default mirror checking interval to 10mUnknwon2016-07-231-2/+2
|
* #3107 fix mention regex does not include dashUnknwon2016-07-231-1/+1
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-2/+2
|
* Update locales [CI SKIP]Unknwon2016-07-221-36/+36
|
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-211-2/+2
| | | | | | Sets all avatars to use PNG image format. Keeps avatars consistent at 290x290px resolution. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* Update locales and .gopmfileUnknwon2016-07-171-24/+24
|
* Minor fix for go vetUnknwon2016-07-161-1/+1
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-1/+1
|
* #2937 able to prohibit user loginUnknwon2016-07-163-3/+11
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-163-191/+16
|
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* #2798 fix assign operation not take effectUnknwon2016-07-151-2/+2
|
* Update bindata and CSSUnknwon2016-07-151-702/+921
|
* #2709 validate username attribute fetched from LDAPUnknwon2016-07-121-7/+7
|
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-122-922/+705
| | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge
* Update localeUnknwon2016-07-091-36/+36
|
* Minor fix for #3246Unknwon2016-07-091-702/+921
|