aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
Commit message (Collapse)AuthorAge
* cmd/import: improve error messageUnknwon2019-10-26
| | | | - Print app.Run() error
* web: fix panic when download attachments (#5838)Unknwon2019-10-24
|
* internal: move packages under this directory (#5836)Unknwon2019-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)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
|
* models/token: generate bindata and simplify code (#5820)Unknwon2019-10-15
|
* locale: sync from Crowdinunknwon2019-10-03
|
* templates/repo: remove unnecessary wrap divunknwon2019-09-21
|
* locale: sync from Crowdinunknwon2019-09-15
|
* Bump versionunknwon2019-08-11
|
* routes/api/v1: codemodunknwon2019-08-10
|
* routes/api/v1: codemodunknwon2019-08-08
|
* Bump versionunknwon2019-08-01
|
* pkg/context: change banner file path (#5750)unknwon2019-07-28
|
* locale: sync from CrowdinUnknwon2019-06-27
|
* pkg/bindata: regenerate for PR #5623Unknwon2019-02-20
|
* models: disable idle connection and set connection max life time (#5532)Unknwon2019-02-06
|
* locale: sync from CrowdinUnknwon2019-01-30
| | | | - Add Portuguese
* public/css: make less (#5317)Unknwon2018-12-25
|
* *: remove Go 1.7 supportUnknwon2018-12-19
|
* pkg/ssh: specify ssh-keygen to always generate PEM formatUnknwon2018-12-19
|
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* pkg/tool: improve SanitizePath (#5558)Unknwon2018-12-18
|
* models/action: skip issue index parsing while using external issue tracker ↵Unknwon2018-12-17
| | | | (#5551)
* api: add GetReferenceSHA (#5546)Unknwon2018-12-16
|
* models: remove legacy supportUnknwon2018-12-11
|
* templates: sanitize special links in commit message (#5545)Unknwon2018-12-10
| | | | Reported by @cezar97.
* templates: make state changing routes to POST method (#5541)Unknwon2018-12-06
| | | | - pkg/context: add ParamsUser to unify the injection process
* user/auth: flush and destroy session at logout (#5540)Unknwon2018-12-04
| | | | Reported by @cezar97.
* pkg/context: expose port in import path for 'go-get=1' (#5305)Unknwon2018-12-03
|
* models/issue: fix panic when clear labels (#5445)Unknwon2018-12-02
|
* api/repo: support edit repository issue tracker (gogs/go-gogs-client#94)Unknwon2018-12-02
|
* routes/api: allow get repository without login (#5475)Unknwon2018-12-01
|
* api: fix critical CSRF vulnerabilities on API routes (#5355)Unknwon2018-11-28
| | | | By explicitly requires token authentication.
* templates/wiki: fix emoji rendering (#4869)Unknwon2018-11-26
|
* vendor: update github.com/go-macaron/session (#5469)Unknwon2018-10-24
| | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
* vendor: update github.com/gogs/git-moduleUnknwon2018-10-23
|
* gogs: rise Go requirement to 1.7Unknwon2018-10-03
|
* pkg/context: apply EscapePound at context levelUnknwon2018-09-28
| | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442
* routes: fix open redirect vulnerability (#5355)Unknwon2018-09-28
| | | | Reported by @cezar97.
* 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: trigger webhook when delete branch after merged pull request (#5331)Unknwon2018-09-14
|
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* locale: sync from CrowdinUnknwon2018-09-10
|
* gogs: remove app flags line (#5388)Stefan Liu2018-08-23
| | | No meaning for this line
* repo_editor: able to trigger Git hooks (#4338)Unknwon2018-08-17
|
* pkg/markup: allow match SHA1 length 7-40 (#3321)Unknwon2018-08-17
|