summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-0/+2
|
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-111-0/+2
|
* Add initial support for unix sockets (#2852)Odin Ugedal2016-08-111-0/+2
|
* #3408 minor code fixUnknwon2016-08-111-1/+1
|
* Do not show the "Sign up for free" button in issue tracker (#3408)Sandro Santilli2016-08-111-2/+1
| | | | | | | | | | | | | | * 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 }}`.
* Update locales [CI SKIP]Unknwon2016-08-1017-66/+542
|
* #3091 show Git configs on admin panelUnknwon2016-08-101-0/+20
|
* Feature #3398: Redefine global mirror interval (#3409)Thibault Meyer2016-08-091-0/+4
| | | | | | | | * add mirror::GLOBAL_INTERVAL on app.ini * rename key to DEFAULT_INTERVAL * add key on default app.ini + move code
* #3091 add config option for Git GCUnknwon2016-08-091-0/+1
|
* #3325 use correct word for .gitignoreUnknwon2016-08-091-1/+1
|
* #3320 code cleanupUnknwon2016-08-072-0/+3
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-072-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve diff highlight (#3390)Andrey Nering2016-08-071-3/+5
| | | | | | - 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)
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-0/+1
|
* Update locales [CI SKIP]Unknwon2016-08-033-26/+26
|
* #2162 improve repository advance options UI displayUnknwon2016-07-311-2/+4
| | | | Enable/disable input based on user chosen options for wiki and issue tracker.
* Update localesUnknwon2016-07-3017-127/+178
|
* #1601 support delete issue commentUnknwon2016-07-261-1/+2
|
* repo/settings/options: take naming style examples out of locale stringUnknwon2016-07-251-2/+2
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-0/+1
|
* Use struct for UI settingsUnknwon2016-07-241-0/+4
|
* conf: change default mirror checking interval to 10mUnknwon2016-07-231-1/+1
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-0/+1
|
* Update locales [CI SKIP]Unknwon2016-07-2217-24/+92
|
* Update locales and .gopmfileUnknwon2016-07-177-121/+121
|
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+3
|
* Changed Turkish language name to 'Türkçe' (#3268)Atakan Goktepe2016-07-151-1/+1
|
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-122-0/+3
| | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge
* Update localeUnknwon2016-07-0918-93/+263
|
* Minor fix for #3246Unknwon2016-07-091-2/+2
|
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-092-0/+3
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* Modify behaviour of repo-delete. (#3232)Pheng Heong TAN2016-07-091-3/+1
| | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch.
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-0/+1
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-041-0/+4
|
* #2968 use HTTP_ADDR to replace localhostUnknwon2016-07-021-2/+2
|
* #2947 fix inapproriate commentUnknwon2016-07-021-1/+1
|
* #3078 update default app.iniUnknwon2016-07-011-1/+1
|
* port 25 do not work, and port 465 is right (#3145)wanglinzhizhi2016-06-301-1/+1
| | | | | | | QQ STMP host port is 465 host = smtp.qq.com:465 and need the Authorized
* #3174 genetate bindataUnknwon2016-06-291-1/+1
|
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-292-10/+17
|
* Fix typo in english/US message (#2938)Sandro Santilli2016-06-281-1/+1
| | | "is activate" -> "is activated"
* Localize collaboration settings. (#3100)Andrey Nering2016-06-281-0/+4
| | | Closes #2764
* Adding myself (#3084)Richard Bukovansky2016-06-271-2/+3
| | | | As you included Czech translation to official distribution, I think I'm missing here. I know, selfish as hell... ;)
* Do not assume avatar needs be changed from gravatar.com (#3209)Sandro Santilli2016-06-271-2/+1
| | | | | | | | | | Always send user to settings screen to change avatar. Drops "change_custom_avatar" localized message, keeps "change_avatar" for the generic one. NOTE: only changes the en-US locale, as per https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept NOTE: requires rebuild of bindata.go to fully see effects
* Update localeUnknwon2016-06-121-16/+16
|
* #2954 use text/plain as default email content formatUnknwon2016-05-301-0/+2
|
* locale: update CzechUnknwon2016-05-121-140/+140
|
* Add Czech supportUnknwon2016-05-117-325/+1427
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-061-0/+1
|
* Add new language supportUnknwon2016-04-253-2/+2198
| | | | - Update language choose dropdown to fit more languages