aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
Commit message (Collapse)AuthorAge
...
* 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
|
* models: fix delete undesired release attachments when delete a comment (#4627)Unknwon2018-08-16
| | | | Apparently, AfterDelete has ID=0
* models: fix delete public keys ORM syntax (#5376)Unknwon2018-08-14
|
* restore: reset milestone deadline_unix and closed_date_unix (#5264)Unknwon2018-06-27
|
* public: minor fix for PR #5276Unknwon2018-06-26
|
* vendor: update github.com/gogs/git-moduleUnknwon2018-06-25
|
* locale: sync from CrowdinUnknwon2018-06-18
|
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* pkg/setting: ignore config inline comment by defaultUnknwon2018-06-17
|
* modes/repo: syntax fix for PR #5234Unknwon2018-06-16
|
* routes/repo/http: fix wrong format typeUnknwon2018-06-13
|
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
|
* restore: reset original created_unix after insert (#5264)Unknwon2018-06-09
|
* vendor: update github.com/gogs/git-moduleUnknwon2018-06-09
|
* models/mirror: shot push webhook after synced commits (#4528)Unknwon2018-06-03
|
* pkg/setting: fix '[git] GC_ARGS' is not loadedUnknwon2018-06-03
|
* pkg/template: fix NewLine2br return type to stringUnknwon2018-06-02
|
* mirror: show sync feeds on dashboard (#2017)Unknwon2018-05-30
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* security: prevent same passcode from being reusedUnknwon2018-05-21
| | | | Reported by @cezar97.
* public/css: generate CSS for PR #5169Unknwon2018-04-26
|
* templates/repo: escape branch name (#4601)Unknwon2018-04-25
|
* pkg/setting: support Discord loggerUnknwon2018-04-25
|
* pkg/template: fix Gravatar URLs are badly generated (#5157)Unknwon2018-04-18
|
* locale: sync from CrowdinUnknwon2018-04-16
| | | | Add Vietnamese
* Bump versionUnknwon2018-04-12
|
* models/pull: fix error on merge pull requests to non-default branch (#5138)Unknwon2018-04-09
|
* pkg/mailer: support custom mail subject prefix (#4524)Unknwon2018-03-30
|
* conf: add option to rewrite authorized_keys file at start (#4435)Unknwon2018-03-30
| | | | Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
* templates/repo: show quick guide to people with write permission (#4646)Unknwon2018-03-29
| | | | Used to only show people who has admin permission.
* models/pull: fix rebase merging no effect (#5051)Unknwon2018-03-21
|
* repo_branch: fix SQL builder (#5054)Unknwon2018-03-20
|
* templates/repo/branches: escape pound in branch name (#4874)Unknwon2018-03-12
|
* locale: sync from CrowdinUnknwon2018-03-12
|
* migrations: remove unused function and fix compile errorUnknwon2018-03-09
|