aboutsummaryrefslogtreecommitdiff
path: root/conf/locale/locale_en-US.ini
Commit message (Collapse)AuthorAge
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
|
* feat(ssh): support dynamic list of algorithms (#7345)Joe Chen2023-02-12
|
* conf: add new config option for default branch name (#7291)Vamsi Atluri2023-02-11
| | | | | Co-authored-by: Vamsi Atluri <me@vamc19.dev> Co-authored-by: Joe Chen <jc@unknwon.io>
* locale: update `[settings] access_token_tips` (#7221)Joe Chen2022-10-31
|
* ui: add usage instructions for PAT (#7194)LJea2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
|
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* database: add PostgreSQL custom schema support (#6695)zvrh2022-01-05
| | | | | Co-authored-by: Homura37 <git@gvip.xyz> Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* ssh: allow setting allowed MAC algorithms for built-in server (#6435)Eduardo Bacchi Kienetz2020-12-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* install: remove MSSQL option (#6295)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* lfs: show configs in admin ui (#6128)ᴜɴᴋɴᴡᴏɴ2020-04-21
| | | | | | | * Rename template consts * Display new DB options * Display LFS configs
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
| | | | | | | | | | | * Add Repos.create method * Fix repo name error handling * Fix all compile errors * Update github.com/go-macaron/captcha to fix http issue * Add repos tests
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
| | | | | | | | | | | | | | | * Overual route handlers and fixes #5366 * Merge routes for repo and org * Inject OrgRepoContext * DRY validateWebhook * DRY c.HasError * Add tests * Update CHANGELOG
* admin: use POST to run operations (#5997)ᴜɴᴋɴᴡᴏɴ2020-03-21
| | | | | | | * admin: use POST to run operations Fixed CSRF reported by Wenxu Wu of Tencent's Xuanwu Lab. * Update CHANGELOG
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
|
* template: improve admin config pageᴜɴᴋɴᴡᴏɴ2020-03-01
|
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29
| | | | | | | | | | | | | | * Overhaul cache settings * Overhaul HTTP settings * conf: overhaul more settings * log: make LGTM happy * travis: upload report to Codecov * Add codecov.yml
* conf: overhaul sessions settings (#5952)ᴜɴᴋɴᴡᴏɴ2020-02-29
|
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
| | | | | | * conf: overhaul auth and user settings * ci: update travis Go versions
* conf: overhaul email settings (#5940)ᴜɴᴋɴᴡᴏɴ2020-02-25
|
* conf: overhaul security settingsᴜɴᴋɴᴡᴏɴ2020-02-22
|
* conf: overhaul database settingsᴜɴᴋɴᴡᴏɴ2020-02-22
|
* conf: overhaul repository settings (#5932)ᴜɴᴋɴᴡᴏɴ2020-02-22
|
* admin/config: show all server and SSH optionsᴜɴᴋɴᴡᴏɴ2020-02-22
|
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: rename package * Requires Go 1.12 * Fix lint * Fix lint * Overhaul * db: fix tests * Save my work * Fix tests * Server.UnixSocketPermission * Server.LocalRootURL * SSH settings * Server.OfflineMode * Save my work * App.Version * Remove [server] STATIC_ROOT_PATH * Server.LandingURL
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
| | | | | | * Add unknwon.dev/clog/v2 * Update all places
* admin: show all version in dashboardᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | And removed version info from footer.
* locale: amend source localeUnknwon2019-10-30
| | | | [CI SKIP]
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* locale: sync from CrowdinUnknwon2019-10-20
| | | | - Also amended some source translations.
* token: disallow multiple tokens with same name (#5820)Frode Aannevik2019-10-15
| | | | | | | | | | | | | | | * api/v1: don't allow multiple tokens with same name Fail with 422 Unprocessable Entity if the token name already exist ref: https://github.com/gogs/gogs/issues/5587 * Move new token error type to models/errors/token * Remove "useless" ListAccessTokensByName function * Add an i18n entry for token_name_exists
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* repo: adjust pull request setting description (#5359)Unknwon2018-09-14
|
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* repo/editor: hide internal error detailUnknwon2018-08-17
| | | | Prevent exposure of server path
* pull request: able to add custom commit description (#5276)ususdei2018-06-26
| | | | | | | | | | * pull request merges now allow for custom commit messages * allow i18n on commit_message label * place label above textarea for commit message * rename commit message for pull requests into commit description and pass to git separately
* repo: update repository description field to contain more than 256 symbols ↵Sergey Dryabzhinsky2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option.
* models/mirror: shot push webhook after synced commits (#4528)Unknwon2018-06-03
|
* mirror: show sync feeds on dashboard (#2017)Unknwon2018-05-30
|
* security: prevent same passcode from being reusedUnknwon2018-05-21
| | | | Reported by @cezar97.
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* templates/admin/auth/list: rename list titleUnknwon2018-04-11
|
* pkg/mailer: support custom mail subject prefix (#4524)Unknwon2018-03-30
|
* templates/admin/config: show SSH.StartBuiltinServerUnknwon2018-03-30
|
* locale: fix English grammar for delete repository dialog (#4862)33MHz2017-11-18
| | | | | | | | | | * fix typo in en-US delete dialog * fix typo in en-GB delete dialog * improve en-GB delete dialog language * improve en-US delete dialog language
* pull_request: able to ignore whitespace when check conflict (#4834)Unknwon2017-11-16
|
* auth/ldap: allow placeholder %s for BindDN (#2526)Unknwon2017-11-16
|
* admin/config: add UI for [http] section (#3987)Unknwon2017-11-16
|
* repo/pull: allow rebase before merging (#4805)Unknwon2017-11-15
|