aboutsummaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
...
* admin: show all version in dashboardᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | And removed version info from footer.
* docs: improve set up guideᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | [CI SKIP]
* Use go-bindata to embed `public` and `templates` files into binary (#5920)Michael Li2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed private repositories are hidden in the organization's view * use go-bindata integrate public and templates files to gogs binary * optimize Dockerfile don't COPY public and templates files * use kevinburke's go-bindata to generate assets code * reset develepment as default run mode in configure file * optimize generated assets code relayout and help function * fixed code format * Update conf/app.ini * assets: add LICENSE headers * Some housekeeping * assets/public: simplify code logic * assets/templates: simplify code logic * cmd/web: more concise variable names * Minor changes * Add custom public and templates support back Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* locale: sync from CrowdinUnknwon2020-02-04
|
* conf: fix wrong default example valueUnknwon2020-01-29
|
* conf: update instructions for installing go-bindataUnknwon2020-01-29
|
* locale: sync from CrowdinUnknwon2019-12-09
|
* locale: sync from CrowdinUnknwon2019-11-02
|
* locale: amend source localeUnknwon2019-10-30
| | | | [CI SKIP]
* locale: sync from CrowdinUnknwon2019-10-26
|
* 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.
* locale: sync from CrowdinUnknwon2019-10-19
|
* 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
* locale: sync from Crowdinunknwon2019-10-03
|
* locale: sync from Crowdinunknwon2019-09-15
|
* Update TRANSLATORS (#5774)Mathias Rangel Wulff2019-08-06
|
* locale: sync from CrowdinUnknwon2019-06-27
|
* locale: sync from CrowdinUnknwon2019-03-25
|
* locale: sync from CrowdinUnknwon2019-02-25
|
* conf/gitignore: add Unreal Engine (#5623)Stephen Lane-Walsh2019-02-17
|
* locale: sync from CrowdinUnknwon2019-01-30
| | | | - Add Portuguese
* locale: sync from CrowdinUnknwon2019-01-21
|
* pkg/mailer: support plaintext alt for HTML emails (#5568)Guy Smoilov2018-12-25
| | | | | | | | | | * Added option to use plain text alt to HTML emails. Should make the messages friendlier for spam filters. * Check that plaintext conversion worked before adding the HTML alt * Add description of ADD_PLAIN_TEXT_ALT to app.ini * Added comment clarifying html AddAlternative
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* locale: sync from CrowdinUnknwon2018-12-11
|
* locale: sync from CrowdinUnknwon2018-12-02
|
* conf: fix unexpected behavior of config inheritance (#5007)Unknwon2018-11-26
|
* conf: add go-bindata install command in READMEUnknwon2018-11-20
| | | | [ci skip]
* locale: sync from CrowdinUnknwon2018-11-19
|
* conf: change default session cookie nameUnknwon2018-10-24
| | | | [CI SKIP]
* locale: sync from CrowdinUnknwon2018-10-16
|
* pkg/ssh: print actual error in panic (#5435)Unknwon2018-09-28
|
* locale: sync from CrowdinUnknwon2018-09-16
|
* metrics: add initial Prometheus support (#4141)Unknwon2018-09-14
|
* repo: adjust pull request setting description (#5359)Unknwon2018-09-14
|
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* locale: sync from CrowdinUnknwon2018-09-10
|
* locale: sync from CrowdinUnknwon2018-08-23
|
* repo/editor: hide internal error detailUnknwon2018-08-17
| | | | Prevent exposure of server path
* locale: sync from CrowdinUnknwon2018-07-16
|
* 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
* locale: sync from CrowdinUnknwon2018-06-18
|
* repo: support avatars (#5221)Sergey Dryabzhinsky2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First code for repository avatars * Last code for repository avatars - add new option for repo avatars location on filesystem - add route catch in web - add new fields to repo model - add migration - update settings handlers - update repo header template * Update locale messages * Add repo avatars to home page * Add repo avatars to organization right panel * Show repo avatars in repo list * Remove AvatarEamil field, remove Gravatar support, use generic locale messages * Fix migration * Fix seed and not used tool * Revert public css changes, add them to less files * Latest lessc (2.6.0) don't put result into file but output to stdout So redirect output to file * Simplify things: - migration don't needed, and table changes too - just upload file to repo avatar storage - or generate random image * Fix repo image seed - name not unique * Get rid of not needed model fields * Class value is enough, remove height attribute * Don't generate random avatar for repository - use html and semantic ui icons if no avatar found * Update styles and templates for repo - use repo icon as default avatar - use globe icon for public repos - add micro style for repo avatars at dashboard * Remvoe redundant empty line * Fix nl2br filter - must return string * Fix css style for micro-repo-avatar in dashboard list * Remove `|len`, works fine w/o it. * Update after review 2: - use static route for repository avatar - format images settings block in settings * Update after review 2: - no random avatar for repo * Update after review 2: - no random avatar for repo 2 - update imports - update UploadAvatar* functions * Update after review 2: - update templates * Fix trace call * Remove unused immport since we use static route for repo avatars.
* 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.
* locale: sync from CrowdinUnknwon2018-06-05
|
* 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.