summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
|
* #3320 code cleanupUnknwon2016-08-071-1/+1
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make log path requiredJosh Frye2016-02-121-2/+2
|
* Set default log path if empty during installJosh Frye2016-02-121-2/+2
|
* Add helper text for log path.Josh Frye2016-02-121-0/+1
|
* Add install option for log pathJosh Frye2016-02-121-0/+5
|
* Improve db path prompt when installUnknwon2016-02-071-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-207/+207
| | | | | | | | | | | | 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
* fix e-mail typeUnknwon2015-10-291-1/+1
|
* work on #470 and fix miror JS issue when choose targets on compare and pullUnknwon2015-10-291-1/+1
|
* update Docker infoUnknwon2015-09-171-0/+2
|
* #697 add install optionUnknwon2015-09-131-1/+7
|
* add tidb supportUnknwon2015-09-121-1/+1
|
* new user profile settings UIUnknwon2015-09-061-2/+2
| | | | Signed-off-by: Unknwon <u@gogs.io>
* fix dropdown styleUnknwon2015-09-051-1/+1
|
* #1579 change e-mail max length to 254Unknwon2015-09-041-2/+2
|
* #1333 Disable Gravatar option when installUnknwon2015-08-301-1/+7
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-191-0/+9
|
* update Docker READMEUnknwon2015-08-181-3/+1
|
* #1180 and #1250: migrationUnknwon2015-08-151-2/+2
|
* Correct form name to smtp_email to fix matching in InstallForm struct.Paulo E. Castro2015-08-131-4/+4
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-251-2/+2
|\
| * install admin password field fixFernando San Julián2015-07-231-2/+2
| | | | | | Admin Password field in install form must be of type password
* | UI: issues - finish basic frameUnknwon2015-07-241-2/+0
|/
* install - add mail from settingUnknwon2015-07-091-0/+5
|
* UI: install - doneUnknwon2015-07-091-6/+29
|
* UI: install - new versionUnknwon2015-07-081-7/+112
|
* UI: install - database settingsUnknwon2015-07-081-149/+74
|
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-21/+27
| | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-071-177/+129
|
* Removed trailing white spacesTristan Storch2014-08-301-2/+2
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Clean api codeUnknown2014-05-051-21/+10
|
* Install: Set the default host string based on database typeRobert Speicher2014-04-291-1/+1
|
* Batch mirror fixUnknown2014-04-261-6/+7
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-201-2/+2
| | | | American English.
* Add support default branchUnknown2014-04-101-4/+0
|
* Work on form resubmitUnknown2014-04-101-1/+1
|
* Fix #54Unknown2014-04-081-2/+2
|
* Mirror fix on #45Unknown2014-03-301-4/+4
|
* Finish close and reopen issue, install page, ready going to test stage of v0.2.0Unknown2014-03-291-27/+32
|
* Bug fixUnknown2014-03-291-1/+1
|
* Working on install pageUnknown2014-03-281-4/+4
|
* Add auto-detect home directoryUnknown2014-03-281-1/+1
|
* Bug fixUnknown2014-03-281-0/+10
|
* Update config optionUnknown2014-03-281-1/+1
|
* Working on install pageUnknown2014-03-281-29/+26
|
* Working on issue and install pageUnknown2014-03-271-22/+32
|