]> source.dussan.org Git - gitea.git/shortlog
gitea.git
2017-08-02 Ethan KoenigEnableUnit() -> UnitEnabled() (#2242)
2017-08-01 Christoph HandelFix git version check with four digits (1.8.3.1) (...
2017-08-01 GReplace calls to xorm UseBool with Where (#2237)
2017-08-01 silverwindPrevent selection of diff line numbers (#2240)
2017-07-31 Antoine GIRARDgo get github.com/wadey/gocovmerge when needed (#2235)
2017-07-31 BwkoFix Commits nil pointer dereference (#2203)
2017-07-30 silverwindImprove docs for PROTOCOL and HTTP_ADDR options (#2231)
2017-07-30 silverwindGenerate small and large logos at 4x resolution (#2233)
2017-07-30 Florian / sinnlosernameFixed robots.txt 404 error (#2226)
2017-07-30 Ethan KoenigCheck for access in /repositories/:id (#2227)
2017-07-29 Lunny Xiaoremove unused variable on makefile (#2225)
2017-07-28 Lauris BHAdd task to generate images from SVG and change to...
2017-07-28 Lunny Xiaofix some bug
2017-07-27 Ethan KoenigFix bare-repo bugs (#2199)
2017-07-27 Ethan KoenigFix hooks for integration repo (#2216)
2017-07-27 Ethan KoenigFix issue updated_unix bug (#2204)
2017-07-26 Ethan KoenigFix unclosed session bug (#2214)
2017-07-26 Moritz HeiberOnly allow token authentication with 2FA enabled (...
2017-07-26 Lauris BHFix compiling without sqlite and gcc (#2177)
2017-07-26 Tao WangUse sqlite3 database as default for Docker image (...
2017-07-26 BwkoRevert "Add ability to fork your own repos (#761)"...
2017-07-26 Ethan KoenigFix PR nil-dereference bug (#2195)
2017-07-20 Lauris BHFix key usage time update if the key is used in paralle...
2017-07-19 Lauris BHFix profile update for non-local users (#2178)
2017-07-17 Lauris BHRemove unit types commits and settings (#2161)
2017-07-15 Lauris BHRefactor vue delimeters to use es6 template delimeters...
2017-07-15 Stefan KalscheuerOnly show SSH clone URL if signed in (#2169) (#2170)
2017-07-15 Wiktor ŻurawikMake compare button URL aware if current repo is a...
2017-07-14 bitOnly show "No Description" to repo admins (#2167)
2017-07-13 Ethan KoenigMore integration tests for comment API (#2156)
2017-07-13 Christian WeiskeFix OpenID registration route (#2160)
2017-07-13 Aaron WalkerAPI: support '/orgs/:org/repos' (#2047)
2017-07-13 Bo-Yi Wufix: replace tmp with TMPDIR. (#2152)
2017-07-13 Lauris BHIgnore invalid issue numbers in commit messages. Fixes...
2017-07-13 Lauris BHUpdate code.gitea.io/git dependency (#2149)
2017-07-13 Lauris BHFix repository settings collobration list display ...
2017-07-12 Ethan KoenigFix username rendering bug (#2122)
2017-07-12 Bo-Yi Wufix typo (#2145)
2017-07-12 Bo-Yi WuAdd verify changed less-file step to Makefile (#1861)
2017-07-12 Roy MarplesFix SHA1 hash linking (#2143)
2017-07-12 Patrick GSmall grammar fixes (#2144)
2017-07-12 Ethan KoenigFix repo API bug (#2133)
2017-07-11 Bo-Yi Wufeat: upgrade drone docker image to support multi-stage...
2017-07-10 Ethan KoenigFix GET /users/:username/repos endpoint (#2125)
2017-07-10 Roy MarplesUse POSIX complaint ! operator in find (#2132)
2017-07-10 Lauris BHMissing signed commit display translation (#2134)
2017-07-09 Ethan KoenigCache session cookies in tests (#2128)
2017-07-07 Ethan KoenigRemove unused files (#2124)
2017-07-07 Ethan KoenigLess verbose integration tests (#2123)
2017-07-07 Andrey NeringMerge pull request #2119 from ethantkoenig/fix/wiki
2017-07-06 Ethan KoenigFix import order 2119/head
2017-07-06 Ethan KoenigRelative URL tests
2017-07-06 Ethan KoenigFix wiki preview links
2017-07-06 Antoine GIRARDImprove org error handling (#2117)
2017-07-06 Andrey Neringvendor: update sqlite to fix "database is locked" error...
2017-07-04 Ethan KoenigFix unchecked error bug (#2110)
2017-07-04 Ethan KoenigFix missing-return bug (#2109)
2017-07-03 Lauris BHSync latest translations from crowdin (#2104)
2017-07-03 Lunny XiaoAdd make command update-translations for update transla...
2017-07-02 Lauris BHFix git hooks update to receive required arguments...
2017-07-02 Ethan KoenigFix API for branches with slashes (#2096)
2017-07-01 Ethan KoenigCheck for valid renamed usernames (#2077)
2017-07-01 Bo-Yi Wuupgrade git source code. (#2094)
2017-07-01 Ethan KoenigFix SQL bug in models.PullRequests
2017-07-01 Ethan KoenigAbsolute path for setting.CustomConf (#2085)
2017-06-30 Lauris BHMerge pull request #2087 from Bwko/fix_error_exit
2017-06-30 BwkoFix exit status 1 not handled @ getMergeCommit 2087/head
2017-06-30 Lunny XiaoRevert "Reduce number of layer" (#2086)
2017-06-30 DryusdanReduce number of layer (#2078)
2017-06-30 Andrey NeringMerge pull request #2083 from ethantkoenig/check_err...
2017-06-29 Ethan Koeniglint 2083/head
2017-06-29 Ethan KoenigUse default avatar on error
2017-06-29 Lauris BHFix release display and correct paging (#2080)
2017-06-29 Ethan KoenigDon't ignore gravatar error
2017-06-28 Lunny Xiaoremove unnecessary blank lines and wrong error log
2017-06-28 iszlaPagination on releases page (#2035)
2017-06-28 Jonas ÖstanbäckUpdate git module (#2074)
2017-06-28 Guillermo BonvehíFix #1271: Call location.reload after XHR finishes...
2017-06-28 MorlinestFix org hooks UI (#2072)
2017-06-28 Shuanglei TaoFix: `http: multiple response.WriteHeader calls` (...
2017-06-28 Lauris BHMake time diff translatable (#2057)
2017-06-28 Patrick GSmaller watch, star, and fork buttons (#2052)
2017-06-28 Dan Magnus... Setting to disable authorized_keys backup (#1856)
2017-06-28 Jonas ÖstanbäckAdd link to forum in issue template (#2070)
2017-06-28 Ethan KoenigFix default ghost assignee bug (#2069)
2017-06-26 Kim "BKC" CarlbäckerAlways return valid go-get meta, even if unauthorized...
2017-06-25 Kim "BKC" Carlbäckerdrone sign -.-
2017-06-25 Jonas FranzFix "Dashboard shows deleted comments" (#1995)
2017-06-25 Ethan KoenigIntegration tests for issues API (#2059)
2017-06-25 Ethan KoenigFix improper setup for integration tests (#2050)
2017-06-25 Ethan KoenigSkip sqlite integration in CI (#2058)
2017-06-25 Ethan KoenigLoad label ID in NewLabels (#2045)
2017-06-25 Ethan KoenigImprove integration test helper functions (#2049)
2017-06-24 Ethan KoenigFix bug in issue labels API (#2048)
2017-06-24 Patrick GFix wording (#2024)
2017-06-23 Győrvári GáborEnable assignee e-mail notification (#2003)
2017-06-23 Lunny Xiaoadd missing lfs config on example file (#2039)
2017-06-23 Lunny Xiaoremove deprecated code for Gogs compitable (#2041)
2017-06-23 Lauris BHupdate git module (#2037)
2017-06-22 Kim "BKC" CarlbäckerFix displaying commits and files of PR created from...
next