summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Send mails as HTML as default. Setting for send as plain text. (#1648)Jonas Östanbäck2017-06-071-2/+2
| | | | | | | | | | | | | * Send mails as HTML as default. Setting for send as plain text. * Add new option SendAsPlainText. remove EnableHTMLAlternative * Send HTML mails as default * Add html check if html2text should be performed * Send only multipart or plain. Add deprication warning for ENABLE_HTML_ALTERNATIVE * Still use ENABLE_HTML_ALTERNATIVE for backward compatibility * Changed to not ignore html2text errors
* Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper2017-06-061-0/+4
|
* Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)silverwind2017-05-311-1/+1
| | | | | | | Tests indicate that line length alone does not make browsers slow, so increase the default threshold after which diffs get surpressed for line length from 500 to a more reasonable 5000 characters. Fixes: https://github.com/go-gitea/gitea/issues/1826
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-2/+2
| | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-0/+2
| | | | | * Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
* LDAP user synchronization (#1478)Lauris BH2017-05-101-0/+10
|
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-0/+3
|
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync interval specifed as duration string * Changed mirror interval text * make fmt * Add MinInterval for mirror sync * Use duration internally * Changed min default to 10m * make fmt * Incorrect default * Removed defaults in MustDuration() * Add Mirror interval migration * Default values corrected * Use transaction during migration * Change http 500 to page with error message * Cleanup session.commit()
* Support for custom html meta (#1423)Jonas2017-03-311-0/+5
| | | | | | * Support for custom html meta * Changed html meta description default
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-1/+2
| | | | | | | | | | | * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION Omit the configuration variable (the default) to be dependent. Fixes #1363 * Move OpenID settings under Service object * Show OpenID SignUp and SignIn status in admin panel / configuration
* Gitea OpenID-2.0 login has been tested with livejournal.com tooSandro Santilli2017-03-201-0/+1
|
* Specify that time interval units are seconds (#1311)Sandro Santilli2017-03-181-2/+2
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+32
|
* add mssql to app.ini db config comment (#1172)esell2017-03-101-1/+1
|
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-0/+2
|
* Implement archive cleanup (#885)Andrew2017-02-111-0/+7
| | | | | | | | | | | | | | | | * Implement archive cleanup Fixes #769 Signed-off-by: Andrew <write@imaginarycode.com> * Make sure to close the directory file * Resolve issues noted by @strk * edit cheatsheet app.ini [ci skip] * oops [ci skip]
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+4
|
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-0/+2
|
* Attach to release (#673)Philip Couling2017-01-151-1/+1
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* docs: update translation on homepage for zh-tw (#634)Bo-Yi Wu2017-01-111-1/+1
|
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE. - Add the new option to the install and admin/config pages. - Add the new option to app.ini in the service section. - Add the new option to the settings struct. - Add English text strings to i18n. - Add field KeepEmailPrivate to user struct. - Add field KeepEmailPrivate to user form. - Add option to UI. - Add using noreply email address if user has "Keep Email Private". An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit messages (and hopefully all other git log relevant places). The change relies on the fact that git commands should use user.NetGitSig(). - Add hiding of email address in UI, if user has set "Keep Email Private". - Add condition to show email address only on explore/users and user pages, if user has not set "Keep Email Private". - Add noreply email in API if set "Keep Email Private". - Add a new service setting NO_REPLY_ADDRESS. The value of this setting is used as the domain part for the user's email address in git log, iff he decides to keep his email address private. If the user decides to keep his email address private and this option is not set 'noreply.example.org' is used, which no MTA should send email to. Add NO_REPLY_ADDRESS to conf/app.ini.
* Provide description for the INSTALL_LOCK config option (#554)Alvaro Aleman2017-01-021-0/+1
|
* UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-0/+2
| | | | | | | | | | | | | | | | | | * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732 * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail * Fixed typo merged conflict * Hide email in the user profile page if you are active ShowUserEmail ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725 * Please replace MustBool() with MustBool(true)
* Fix default cookie nameJoubert RedRat2016-12-271-2/+2
|
* Implement sendmail (#355)Philip Couling2016-12-251-0/+4
| | | | | | | | | | | | | | | | * Implemented sendmail. This piggybacks on existing configuration to keep the change simple * Changed privicy of new sendSMTP and sendSendmail functions * Fixed Lint errors * Seperated SMTP and sendmail into their own senders * Making new structs private as they should not be used externally now * Added sendmail setting to ini file * Minor code cleanup
* Added minimum password length to app.ini (#223)Bwko2016-12-241-0/+2
|
* Add default values for settings (#455)Lunny Xiao2016-12-231-1201/+0
| | | | | | | | | | * add default values for settings * more default values * more default settings and labels resource * mv locale to options
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-22224-30081/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values
* Check if file is a symlink with web editor (#3687) (#445)Lunny Xiao2016-12-225-0/+5
| | | | | | | | | | | | * Check if file is a symlink with web editor (#3687) * editor checks for symlinks * translate file_is_a_symlink message * credit translation author * fix error constant
* fix bug #1122 log.smtp receiver configure error (#3602) (#451)Lunny Xiao2016-12-221-1/+1
|
* New settings option for a custom SSH host (#3763) (#446)Lunny Xiao2016-12-221-0/+2
| | | | | | * New settings option for a custom SSH host (#3763) * let default ssh listen addr empty
* Update locales (#440)Lunny Xiao2016-12-215-186/+186
| | | | | | * Update locales * replace Gogs to Gitea
* Add Korean support (#437)Lunny Xiao2016-12-212-2/+1204
| | | | | | * Add Korean support * replace Gogs to Gitea
* Remove remaining Gogs reference on locales and cmd (#430)Joubert RedRat2016-12-2120-21/+20
|
* Change default Android theme color meta tag (#389)Andrey Nering2016-12-201-1/+1
|
* serve video files using the HTML5 video tag (#418)Nico Mandery2016-12-201-0/+1
| | | | | | * serve video files using the HTML5 video tag * lint fix: add comment to IsVideoFile
* Added download tooltip - solves #221 (#359)Henning Henkel2016-12-073-0/+3
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-0220-100/+100
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* Resolved #296 (#324)Lunny Xiao2016-12-012-0/+6
| | | | | | * resolved #296 * Indentation fixed
* Based on @tboerger's screenshot, these "times" are counts and notMichael Stroucken2016-11-301-4/+4
| | | | clock times. Change translation to reflect that.
* Time values displayed are apparently single values, so use singular.Michael Stroucken2016-11-291-4/+4
|
* Rebase branch onto go-gitea/giteaMichael Stroucken2016-11-283-9/+9
|
* Fixes typosBwko2016-11-272-2/+2
|
* Update locales and add SwedishUnknwon2016-11-2615-682/+1884
| | | | Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-0/+2
|\ | | | | Last Login for admin manage your users
| * Support to last login featureJoubert RedRat2016-11-091-0/+2
| |
* | lack of translation for zh-CNLunny Xiao2016-11-081-0/+1
|/
* replace Gogs to Gitea on locale filesAvelino2016-11-0820-219/+220
|
* Change binary name from main to giteaJoubert RedRat2016-11-071-1/+1
|
* Replace Gogs to Gitea in installation optionsJoubert RedRat2016-11-071-12/+12
|