aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* router: fix 404 when repository name contains dotUnknwon2017-02-20
| | | | E.g. atomi.github.io
* diff: able to highlight line with hashtag URLUnknwon2017-02-20
|
* locale: add new translator (#4158)Óscar García Amor2017-02-20
|
* Update home.tmpl (#4159)Alexey Agafonov2017-02-20
| | | Russian lang. Small fix.
* vendor: update github.com/go-macaron/toolbox (#2857)Unknwon2017-02-20
| | | | Support HEAD requests of '/healthcheck' for service monitoring.
* models/webhook: fix bad queryUnknwon2017-02-20
|
* bindata: generate data for PR #4155Unknwon2017-02-19
|
* Update 'disable_register_mail' verbiage (#4155)Tyler2017-02-19
|
* webhook: minor text change on DiscordUnknwon2017-02-19
|
* vendor: update gopkg.in/macaron.v1Unknwon2017-02-19
|
* migration: drop 0.6.x supportUnknwon2017-02-19
|
* repo: several minor improvementsUnknwon2017-02-19
| | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file.
* api: add list user and organization's repositories (#3984)Unknwon2017-02-18
|
* repo: able to fork own repository (#1791)Unknwon2017-02-18
|
* this fix #3958 (#4153)huqiangit2017-02-18
| | | Deal with '/' in Wiki page title.
* models/repo: handle deletion on Windows (#4152)Unknwon2017-02-18
|
* css: cleanup unused filesUnknwon2017-02-18
|
* Provide an updated Dockerfile where Gogs is build with Go 1.8 (#4151)yaourt2017-02-18
| | | | | | In order to have an up to date Docker image based on alpine 3.5 and having Gogs built with Go 1.8 Refs: [ #4145 ]
* cron: add repository archive cleanup (#4061)Unknwon2017-02-18
|
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
| | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'.
* locale: add Ukrainian supportUnknwon2017-02-18
|
* docker: improve README [CI SKIP]Unknwon2017-02-18
|
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* repo/settings: add description and link to personal SSH keys (#3936)Unknwon2017-02-18
|
* install: able to enable builtin SSH server (#3773)Unknwon2017-02-18
|
* footer: update Twitter handle [CI SKIP]Unknwon2017-02-18
|
* vendor: update github.com/go-xorm/*Unknwon2017-02-18
|
* I've got Translation Credits message from 无闻 (joe2010xtmf) (#4144)app2017-02-18
|
* Update TRANSLATORS (#4146)Ganesha2017-02-18
|
* Update TRANSLATORS (#4147)Jonas De Kegel2017-02-18
|
* settings: fix organization panel CSSUnknwon2017-02-18
|
* Update TRANSLATORS (#4143)wp-src2017-02-18
|
* Update TRANSLATORS (#4142)火文狼2017-02-18
|
* webhook: add native Discord supportUnknwon2017-02-18
|
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* Improve error handlingUnknwon2017-02-17
|
* vendor: update gopkg.in/clog.v1Unknwon2017-02-17
|
* repo/release: add pagination (#2164)Unknwon2017-02-17
|
* Update TRANSLATORS (#4140)Pierre Prinetti2017-02-17
|
* Update TRANSLATORS (#4139)Olexander Yermakov2017-02-17
|
* Added myself (#4138)Alexandre Espinosa Menor2017-02-17
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* Update TRANSLATORS (#4137)Riste Risafov2017-02-17
|
* Update TRANSLATORS (#4136)javydreamercsw2017-02-17
|
* Update TRANSLATORS (#4135)sergystepanov2017-02-17
|
* setting: check mailService.From only if it has value (#4134)Unknwon2017-02-17
|
* Security: fix XSS attack on alertUnknwon2017-02-17
|
* Security: fix XSS attack on milestoneUnknwon2017-02-17
| | | | Reported by Miguel Ángel Jimeno.
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
| | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636.
* wiki: fix crash with blob name contains tab (#3916)Unknwon2017-02-16
|