summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-0/+1
| | | | | | | | * Fix deleted milestone bug * Use locale for ghost milestone name * Fix pointer bug
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-0521-21/+21
|
* Display all organization from user settings (#1739)Rémy Boulanouar2017-06-021-0/+3
| | | | | | | | | | | | | | * Display all organization from user settings * fix Tab selection * Update locale_en-US.ini * Add a condition for display Create organization button * Remove french translation * Remove unnecessary admin flag
* Fix some mistakes (#1833)Patrick G2017-06-021-7/+7
| | | | | | | | | | * Fix some mistakes * Fixes * Not correct -> incorrect or invalid * Update according to comments
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-3/+3
| | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* Improve clarity between is_activated and prohibit_login (#1788)Patrick G2017-05-271-2/+2
| | | It used to be unclear what the difference between the two are.
* fix bug to deny to add orgnization as a member of an orgnization or team (#1815)Lunny Xiao2017-05-261-0/+2
|
* Improve grammar (#1775)Patrick G2017-05-231-10/+10
|
* Add button to admin ui (#1738)Rémy Boulanouar2017-05-191-0/+1
| | | | | | | | | | * Add button to admin ui * Update according to review * Update locale_fr-FR.ini * Rollback to locale french file
* Add units to team (#947)Lunny Xiao2017-05-181-0/+18
| | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code
* Fix bad grammar and wordiness (#1741)Patrick G2017-05-181-160/+160
| | | | | | | | | | | | | | | | | | * Fix bad grammar and wordiness * Update locale_en-US.ini * Update locale_en-US.ini * Update locale_en-US.ini * Update locale_en-US.ini * Update locale_en-US.ini * Update locale_en-US.ini * Update locale_en-US.ini
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-0/+1
| | | | | * 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
* Correct spelling mistakes (#1703)Jonas Östanbäck2017-05-111-9/+8
| | | * Nitpicking
* LDAP user synchronization (#1478)Lauris BH2017-05-101-1/+3
|
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-0/+3
|
* Sort on repo size in admin panel (#1654)Jorrit Klein Bramel2017-05-021-0/+2
| | | | | | * fix #1653 sort on repo size * fix minor mistake in en-us locale
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-0/+1
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add google+ * sort signin oauth2 providers based on the name so order is always the same * update auth tip for google+ * add gitlab provider * add bitbucket provider (and some go fmt) * add twitter provider * add facebook provider * add dropbox provider * add openid connect provider incl. new format of tips section in "Add New Source" * lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow) * imports according to goimport and code style * make it possible to set custom urls to gitlab and github provider (only these could have a different host) * split up oauth2 into multiple files * small typo in comment * fix indention * fix indentation * fix new line before external import * fix layout of signin part * update "broken" dependency
* Handle display of GPG key without end date (#1628)Antoine GIRARD2017-04-281-0/+1
|
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-2/+15
| | | | | | | | | | | | | | | | | | | | | | | * Rework SSH key management UI to add GPG * Add more detail to gpg key display * Update CHANGELOG.md * Implement deletion UI * Implement adding gpg UI * Various fixes - Fix duplicate entry in locale - Re-generate hash before verification since they are consumed * Add missing translation * Split template * Catch not found/verified email error
* Better URL validation (#1507)Lauris BH2017-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | * Add correct git branch name validation * Change git refname validation error constant name * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add git reference name validation unit tests * Remove unused variable in unit test * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add url validation unit tests
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+1
| | | | | | | | | | | | | | | * Implementation of the feature to view repository size in admin panel * Move GetRepoSize to git module * Repository.RepoSize -> Repository.Size * RepoSize -> Size in template * Redo a few bits and pieces * Update size when syncing mirror or forking * Remove GetRepoSize * Changed fatal errors to error message * Copy migration code from Gogs * make fmt
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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()
* Commit search appearence fixes (#1254)Patrick G2017-04-051-1/+1
| | | | | | * Fix button text to be consisstent with rest of UI * Make all commits checkbox look nicer
* UI and translation improvementsAndrey Nering2017-03-301-3/+2
|
* Add watch button on issueAndrey Nering2017-03-291-0/+3
|
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-0/+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
* Minor improvements on commit graph UI (#1380)Andrey Nering2017-03-241-0/+1
| | | | | | * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page
* Changed text when password reset disabled. (#1364)Jonas2017-03-221-0/+1
| | | Fixes #1340
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+10
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+2
|
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-1/+1
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+17
|
* Make wording of commit search more clearPatrick G2017-03-171-1/+1
|
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-0/+1
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* Synced licenses with github repo (#1246)Thomas Boerger2017-03-15326-1336/+17454
| | | | | | * Added script to download licenses from github * Synced licenses with github repo
* Synced gitignores with github repo (#1245)Thomas Boerger2017-03-1596-592/+1116
| | | | | | | | * Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
* Batch updates for issues (#926)Ethan Koenig2017-03-151-0/+7
|
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-1421-42/+42
| | | | | | | | | Also renames `forgot_password` translation key to `forgot_password_title` and `forget_password` to `forgot_password` Includes entry in CHANGELOG about the breaking change (and some markdown fixes in there)
* Update locale_en-US.ini (#1235)Patrick G2017-03-141-1/+1
|
* fix repo settings external tracker failed and check external urls (#1215)Lunny Xiao2017-03-131-0/+2
|
* Make strings translatable (#1188) (#1198)Patrick G2017-03-111-0/+3
| | | | | | * Add strings to ini * Make strings translatable (#1188)
* fix ini format incomiptable with crowdin (#1177)Lunny Xiao2017-03-1011-262/+262
|
* rename OSX to macOS (#1176)mcheng892017-03-101-0/+0
|
* update locale files to 2017-03-10 00:07 +08 (#1163)Lunny Xiao2017-03-099-374/+1126
|
* Grammar fixes and small wording adjustments (#1156)Patrick G2017-03-091-79/+79
| | | | | | * Grammar fixes and small wording adjustments * More grammar fixes
* merge locale files from crowdin, updated to 2017-03-09 19:28 +08 (#1162)Lunny Xiao2017-03-0920-1173/+161
|
* Implements 1071, .gitignore support for FSharp and Clojure. (#1072)puffybsd2017-02-262-0/+127
|
* Reword the reinit_missing_repos message to be clear about what it does (#1047)Sandro Santilli2017-02-251-2/+2
| | | | | I was confused by current wording, which seemed to imply that *records* would be initialized, while instead the function initializes the *git repositories* instead, where missing but referenced.
* Fixes 1019, install page SMTP user is required to (#1020)puffybsd2017-02-241-1/+1
| | | | | to be an email address. Signed-off-by: P.B. <puffybsd@yahoo.com>