summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+2
|\ | | | | Disable HTTP cloning
| * missing spaceThibault Meyer2016-10-041-1/+1
| |
| * Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-0/+2
| |
* | Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-041-0/+2
| |
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
|/
* Update localesUnknwon2016-09-159-189/+1389
| | | | Add new locale Serbian (Cyrillic)
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-0/+1
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-011-1/+3
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Update localesUnknwon2016-09-0117-179/+1148
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-0/+1
|