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