aboutsummaryrefslogtreecommitdiff
path: root/templates/admin/config.tmpl
Commit message (Collapse)AuthorAge
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* config: show Git version in admin panelUnknwon2017-02-11
|
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-11
|
* #3091 show Git configs on admin panelUnknwon2016-08-10
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-03
| | | | - Remove unused config settings `[picture] service`
* Post work for #2637Unknwon2016-02-27
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Minor fix for #2660Unknwon2016-02-24
|
* Test mailer button. Addresses #1531Josh Frye2016-02-24
|
* #2633 fix removed config optionUnknwon2016-02-16
|
* fix #2416Unknwon2016-01-26
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* minor fix on #1694Unknwon2015-11-21
|
* Fix admin configuration new uiAntoine GIRARD2015-11-21
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* #697 update locale and admin panelUnknwon2015-09-13
|
* admin config fixFernando San Julián2015-07-25
|
* update localeUnknwon2015-07-03
|
* better naming on #891Unknwon2015-02-11
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* Add ShowRegistrationButton configuration optionRaphael Randschau2015-02-05
|
* fix error at admin/configAlexey Makhov2015-02-03
|
* fix API changesUnknwon2014-12-28
|
* fix tpl errorUnknwon2014-11-04
|
* Finish all new admin pages.Unknwon2014-08-30
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* Fix #165Unknown2014-06-24
|
* Fix #165Unknown2014-06-21
|
* Fix #242Unknown2014-06-08
|
* Fix #209Unknown2014-05-28
|
* Log to different adapter according to levelUnknown2014-05-11
|
* Batch of mirror fixesUnknown2014-05-06
|
* Add disable gravatar optionUnknown2014-05-01
|
* Add router log config optionUnknown2014-05-01
|
* HTTP no follow and offline modeUnknown2014-04-27
|
* Minor grammatical fix for Disable Registration featureBryan Johnson2014-04-21
|
* UPDATE DOCSUnknown2014-04-14
|
* Add weibo oauthUnknown2014-04-13
|
* Add transfer repositoryUnknown2014-04-04
|
* .admin-dl-horizontalcrackcomm2014-04-01
|
* Description list instead of div's in admin Dashboard & Configuration.crackcomm2014-04-01
|
* Update config optionUnknown2014-03-28
|
* change css name styleFuXiaoHei2014-03-25
|
* Mirror updatesUnknown2014-03-23
|
* Mirror fixUnknown2014-03-23
|
* SSL enable config optionUnknown2014-03-23
|
* Update sessionUnknown2014-03-22
|
* Add config option: Picture cache pathUnknown2014-03-22
|
* Add log config panel in adminUnknown2014-03-21
|
* Finsih mail resend limitUnknown2014-03-21
|