Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | router: fix 404 when repository name contains dot | Unknwon | 2017-02-20 |
| | | | | E.g. atomi.github.io | ||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 |
| | |||
* | locale: add new translator (#4158) | Óscar García Amor | 2017-02-20 |
| | |||
* | Update home.tmpl (#4159) | Alexey Agafonov | 2017-02-20 |
| | | | Russian lang. Small fix. | ||
* | vendor: update github.com/go-macaron/toolbox (#2857) | Unknwon | 2017-02-20 |
| | | | | Support HEAD requests of '/healthcheck' for service monitoring. | ||
* | models/webhook: fix bad query | Unknwon | 2017-02-20 |
| | |||
* | bindata: generate data for PR #4155 | Unknwon | 2017-02-19 |
| | |||
* | Update 'disable_register_mail' verbiage (#4155) | Tyler | 2017-02-19 |
| | |||
* | webhook: minor text change on Discord | Unknwon | 2017-02-19 |
| | |||
* | vendor: update gopkg.in/macaron.v1 | Unknwon | 2017-02-19 |
| | |||
* | migration: drop 0.6.x support | Unknwon | 2017-02-19 |
| | |||
* | repo: several minor improvements | Unknwon | 2017-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) | Unknwon | 2017-02-18 |
| | |||
* | repo: able to fork own repository (#1791) | Unknwon | 2017-02-18 |
| | |||
* | this fix #3958 (#4153) | huqiangit | 2017-02-18 |
| | | | Deal with '/' in Wiki page title. | ||
* | models/repo: handle deletion on Windows (#4152) | Unknwon | 2017-02-18 |
| | |||
* | css: cleanup unused files | Unknwon | 2017-02-18 |
| | |||
* | Provide an updated Dockerfile where Gogs is build with Go 1.8 (#4151) | yaourt | 2017-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) | Unknwon | 2017-02-18 |
| | |||
* | commits: able to specify pageSize dynamically (#3965) | Unknwon | 2017-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 support | Unknwon | 2017-02-18 |
| | |||
* | docker: improve README [CI SKIP] | Unknwon | 2017-02-18 |
| | |||
* | admin/config: display repository related settings (#3816) | Unknwon | 2017-02-18 |
| | |||
* | repo/settings: add description and link to personal SSH keys (#3936) | Unknwon | 2017-02-18 |
| | |||
* | install: able to enable builtin SSH server (#3773) | Unknwon | 2017-02-18 |
| | |||
* | footer: update Twitter handle [CI SKIP] | Unknwon | 2017-02-18 |
| | |||
* | vendor: update github.com/go-xorm/* | Unknwon | 2017-02-18 |
| | |||
* | I've got Translation Credits message from 无闻 (joe2010xtmf) (#4144) | app | 2017-02-18 |
| | |||
* | Update TRANSLATORS (#4146) | Ganesha | 2017-02-18 |
| | |||
* | Update TRANSLATORS (#4147) | Jonas De Kegel | 2017-02-18 |
| | |||
* | settings: fix organization panel CSS | Unknwon | 2017-02-18 |
| | |||
* | Update TRANSLATORS (#4143) | wp-src | 2017-02-18 |
| | |||
* | Update TRANSLATORS (#4142) | 火文狼 | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 |
| | |||
* | Improve error handling | Unknwon | 2017-02-17 |
| | |||
* | vendor: update gopkg.in/clog.v1 | Unknwon | 2017-02-17 |
| | |||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | Update TRANSLATORS (#4140) | Pierre Prinetti | 2017-02-17 |
| | |||
* | Update TRANSLATORS (#4139) | Olexander Yermakov | 2017-02-17 |
| | |||
* | Added myself (#4138) | Alexandre Espinosa Menor | 2017-02-17 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | Update TRANSLATORS (#4137) | Riste Risafov | 2017-02-17 |
| | |||
* | Update TRANSLATORS (#4136) | javydreamercsw | 2017-02-17 |
| | |||
* | Update TRANSLATORS (#4135) | sergystepanov | 2017-02-17 |
| | |||
* | setting: check mailService.From only if it has value (#4134) | Unknwon | 2017-02-17 |
| | |||
* | Security: fix XSS attack on alert | Unknwon | 2017-02-17 |
| | |||
* | Security: fix XSS attack on milestone | Unknwon | 2017-02-17 |
| | | | | Reported by Miguel Ángel Jimeno. | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-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) | Unknwon | 2017-02-16 |
| |