Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) | Unknwon | 2017-02-16 | |
| | ||||
* | models/repo: UpdateLocalCopy should always aceept valid branch name | Unknwon | 2017-02-16 | |
| | ||||
* | Simplify description | Unknwon | 2017-02-15 | |
| | ||||
* | models/repo: use reset --hard to align with remote branch (#4123) | Unknwon | 2017-02-15 | |
| | | | | If user has force pushed to a branch, git pull will fail. | |||
* | vendor: update git-module (#4128) | Unknwon | 2017-02-15 | |
| | ||||
* | repo/branch: force delete merged branch (#4128) | Unknwon | 2017-02-15 | |
| | ||||
* | wiki: remove redundant string replace (#3754) | Unknwon | 2017-02-15 | |
| | ||||
* | Security: prevent XSS attach on wiki page | Unknwon | 2017-02-15 | |
| | | | | Reported by Miguel Ángel Jimeno. | |||
* | Enable syntax highlighting for CMakeLists.txt files #2199 (#4130) | Mourad Boufarguine | 2017-02-15 | |
| | ||||
* | Improve error handling | Unknwon | 2017-02-15 | |
| | ||||
* | migration.v15: don't generate hook file if wiki not exist (#1623) | Unknwon | 2017-02-15 | |
| | ||||
* | user/profile: paging doesn't respect private repository count (#4082) | Unknwon | 2017-02-15 | |
| | ||||
* | migration: minor code fix (#1623) | Unknwon | 2017-02-15 | |
| | ||||
* | migration: should regenerate wiki hook files (#1623) | Unknwon | 2017-02-15 | |
| | ||||
* | admin: sync wiki's hook files as well | Unknwon | 2017-02-15 | |
| | ||||
* | wiki: handle '#' in edit page (#3767) | Unknwon | 2017-02-15 | |
| |