Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | README: add phonetic symbol | Unknwon | 2019-11-25 |
| | | | | [SKIP CI] | ||
* | README: add Syncloud to Product Support | Unknwon | 2019-11-18 |
| | | | | [SKIP CI] | ||
* | mirror: use Git command to update origin remote address (#5767) (#5865) | Unknwon | 2019-11-16 |
| | | | Fixes a RCE reported by @ManassehZhou and @zeripath. | ||
* | go.mod: update github.com/go-macaron/binding@v1.0.1 | Unknwon | 2019-11-12 |
| | | | | Addresses gogs/go-gogs-client#111. | ||
* | public: makes CodeMirror mode by filename lookups case-insensitive (#5857) | Johannes | 2019-11-08 |
| | | | | | | | | * updated the highlight.js plugin * added some explicit mappings for syntax highlighting * public: makes CodeMirror mode by filename extension lookup case-insensitive | ||
* | templates: fix line wrap for very long commit message | Unknwon | 2019-11-07 |
| | |||
* | public: update highlights.js to 9.16.2 (#5856) | johannes69ki | 2019-11-07 |
| | | | | | | * updated the highlight.js plugin * added some explicit mappings for syntax highlighting | ||
* | go.mod: update github.com/gogs/go-libravatar (#5851) | Unknwon | 2019-11-05 |
| | |||
* | tls: update default CurvePreferences and CipherSuites (#5850) | Kasei | 2019-11-05 |
| | | | | | | | | | * Enable X25519 curve and reorder curve list to improve key exchange performance * Enable ECDSA ciphers for EC certs * Enable CHACHA20_POLY1305 ciphers * Disable RSA key exchange algorithm which don't provide PFS * Disable non-AEAD ciphers Signed-off-by: Kasei Wang <kasei@kasei.im> | ||
* | templates: update version info | Unknwon | 2019-11-05 |
| | |||
* | db/repo: print more error info | Unknwon | 2019-11-05 |
| | |||
* | repo: delete local copies on owner name change (#5843) | Guy Smoilov | 2019-11-03 |
| | | | | | | | | | | | * Protect local repo copy deletion with repoWorkingPool, and delete the local copy on owner name change. * Update internal/db/user.go Co-Authored-By: Unknwon <u@gogs.io> * Error format on local repo and wiki deletion | ||
* | README: remove unstable badge | Unknwon | 2019-11-02 |
| | | | | [CI SKIP] | ||
* | README: use modern style of badges | Unknwon | 2019-11-02 |
| | | | | [CI SKIP] | ||
* | locale: sync from Crowdin | Unknwon | 2019-11-02 |
| | |||
* | locale: amend source locale | Unknwon | 2019-10-30 |
| | | | | [CI SKIP] | ||
* | cmd/import: improve error message | Unknwon | 2019-10-26 |
| | | | | - Print app.Run() error | ||
* | locale: sync from Crowdin | Unknwon | 2019-10-26 |
| | |||
* | pkgr: slow but fix builds on packager.io (#5840) | Unknwon | 2019-10-25 |
| | | | | | | | | | | * Test * Test * My last try * Avoid cleaning old Go version | ||
* | Makefile: set -trimpath on build | Unknwon | 2019-10-25 |
| | | | | [ci skip] | ||
* | appveyor: remove direct from GOPROXY | Unknwon | 2019-10-24 |
| | |||
* | appveyor: print Go version | Unknwon | 2019-10-24 |
| | |||
* | appveyor: use stack: go 1.13.3 | Unknwon | 2019-10-24 |
| | |||
* | appveyor: add GOPROXY env | Unknwon | 2019-10-24 |
| | |||
* | pkgr: use lower version of buildpack | Unknwon | 2019-10-24 |
| | |||
* | web: fix panic when download attachments (#5838) | Unknwon | 2019-10-24 |
| | |||
* | Remove use of develop branch | Unknwon | 2019-10-24 |
| | |||
* | packager.io: update scripts (#5837) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | * Test new buildpack and distro * Try another buildpack version * Give another try * Try another one * Best effort | ||
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-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 Crowdin | Unknwon | 2019-10-20 |
| | | | | - Also amended some source translations. | ||
* | ci: add Go 1.13 | Unknwon | 2019-10-19 |
| | |||
* | repo/download: add Last-Modified response header (#5827) | Frode Aannevik | 2019-10-19 |
| | | | | | | | | | | * repo/download: Add Last-Modified response header ref: https://github.com/gogs/gogs/issues/5811 * Update download.go Co-authored-by: Unknwon <u@gogs.io> | ||
* | locale: sync from Crowdin | Unknwon | 2019-10-19 |
| | |||
* | Makefile: use go build to replace go install | Unknwon | 2019-10-15 |
| | |||
* | models/token: generate bindata and simplify code (#5820) | Unknwon | 2019-10-15 |
| | |||
* | token: disallow multiple tokens with same name (#5820) | Frode Aannevik | 2019-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 Crowdin | unknwon | 2019-10-03 |
| | |||
* | api/v1: fix status response in checkUserFollowing (#5812) | Sauyon Lee | 2019-10-02 |
| | |||
* | templates/repo: remove unnecessary wrap div | unknwon | 2019-09-21 |
| | |||
* | repo: allow admin to remove observers from the repository (#5782) (#5803) | Alexey Agafonov | 2019-09-21 |
| | | | | | | | | | | | | * admin can remove observers from the repository (#5782) * admin can remove observers from the repository (#5782) * admin can remove observers from the repository (#5782) * admin can remove observers from the repository (#5782) * admin can remove observers from the repository (#5782) | ||
* | scripts/init/ddwrt: removed reliance on sudo, daemonize deals with forking ↵ | mb | 2019-09-19 |
| | | | | | | as user. (#5806) Added wait for SQL as it may take more time to start up on a router: make sure you configure this before using. Proper Start/Stop/Reset is now implemented. | ||
* | scripts: ddwrt / entware init script (#5795) | mb | 2019-09-18 |
| | |||
* | ldap: log two non-errors on Trace level (#5804) | Marco van Zwetselaar | 2019-09-18 |
| | |||
* | locale: sync from Crowdin | unknwon | 2019-09-15 |
| | |||
* | templates/mail: modify the year at the footer (#5793) | 张怡秋 | 2019-09-13 |
| | |||
* | models/issue_mail: don't send email to non-active users (#5788) | Alexey Agafonov | 2019-08-24 |
| | | | Fixes #5782 | ||
* | scripts/mysql: fix compatibility issue (#5786) | Shiki-H | 2019-08-19 |
| | |||
* | Bump version | unknwon | 2019-08-11 |
| | |||
* | Dockerfile: always use alpine:latest (#5714) | unknwon | 2019-08-10 |
| |