aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-3/+2
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-145-140/+190
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-142-0/+18
* Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#i...Jonas Franz2017-09-131-1/+1
* Feature: Timetracking (#2211)Jonas Franz2017-09-124-4/+140
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-034-6/+7
* fix webhook test (#2415)Lunny Xiao2017-08-291-2/+10
* fix missing orgnization discord webhook (#2414)Lunny Xiao2017-08-291-1/+0
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-5/+106
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+10
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-022-4/+4
* Fix Commits nil pointer dereference (#2203)Bwko2017-07-311-0/+4
* Only allow token authentication with 2FA enabled (#2184)Moritz Heiber2017-07-261-6/+32
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-261-0/+6
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-8/+7
* Pagination on releases page (#2035)iszla2017-06-281-2/+8
* Fix: `http: multiple response.WriteHeader calls` (#2038)Shuanglei Tao2017-06-281-1/+0
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
* Fix displaying commits and files of PR created from now deleted fork (#2023)Kim "BKC" Carlbäcker2017-06-221-6/+14
|\
| * Fix displaying commits and files of PR created from now deleted forked reposi...Lauris Bukšis-Haberkorns2017-06-211-6/+14
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)Lunny Xiao2017-06-221-18/+29
* | Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-213-67/+137
|/
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-1/+4
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-0/+10
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-1/+11
* Fix uppercase default branch bug (#1965)Ethan Koenig2017-06-141-3/+5
* Support CRLF when splitting code lines for display (#1862)silverwind2017-06-101-1/+5
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Fix paginater length (#1866)Ethan Koenig2017-06-041-1/+1
* Fix 404 for external tracking issues (#1852)Ethan Koenig2017-06-032-0/+8
* Display draft releases (#1854)Ethan Koenig2017-06-031-75/+23
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-2/+91
* Fix renaming bug (#1786)Ethan Koenig2017-05-241-1/+1
* Rename RepoCreationNum -> MaxCreationLimit (#1766)Jonas Östanbäck2017-05-241-1/+1
* Add error direclty when user tries to create new repo and limit already hit (...Jonas Östanbäck2017-05-201-0/+4
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-1/+1
* Add units to team (#947)Lunny Xiao2017-05-182-0/+27
* Show commit status icon in commits table (#1688)Lauris BH2017-05-072-0/+8
* Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-1/+0
* Remove sha1 hash display in repository table and add latest commit GPG check ...Lauris BH2017-05-051-0/+1
* Download files to their original filename (#1676)silverwind2017-05-051-0/+2
* fix: tag contain character ) will http 500 on release page (#1670)Bo-Yi Wu2017-05-041-0/+1
* fix multiple readme file rendering and fix #1657 (#1658)Lunny Xiao2017-05-021-3/+9
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-6/+53
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-10/+14
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-1/+1
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-212-14/+16
* fix go get sub package and add domain on installation to let go get work defa...Lunny Xiao2017-04-211-0/+25
* Fix empty file download (#1506)Lauris BH2017-04-201-1/+1