aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* #2018 able to sync now for mirrorsUnknwon2016-08-302-4/+10
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Web editor: support upload filesUnknwon2016-08-302-8/+8
|
* #3459 code quality improvementUnknwon2016-08-291-4/+5
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-292-0/+11
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-0/+1
|
* Web editor: improve edit fileUnknwon2016-08-281-11/+7
|
* Web editor: improve delete file processUnknwon2016-08-281-14/+11
|
* #2901 allow setting preferred licensesUnknwon2016-08-281-0/+3
| | | | - Closes #3488
* Web editor: improve edit file tooltipUnknwon2016-08-271-4/+4
|
* Web editor: improve code qualityUnknwon2016-08-241-0/+1
|
* libravatar.org supports HTTPS (#3498)rugk2016-08-231-1/+1
|
* Web editor: improve edit file and diff previewUnknwon2016-08-141-15/+13
|
* Code clean up for new config optionsUnknwon2016-08-141-5/+5
|