aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-216-51/+157
* fix go get sub package and add domain on installation to let go get work defa...Lunny Xiao2017-04-213-1/+27
* support health check via / and fix #969 (#1520)Lunny Xiao2017-04-201-0/+4
* Fix empty file download (#1506)Lauris BH2017-04-201-1/+1
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-204-9/+158
* fix #1501 ssh hangs caused by #1461 (#1513)Lunny Xiao2017-04-191-10/+2
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-192-0/+13
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-197-12/+161
* Better URL validation (#1507)Lauris BH2017-04-1911-9/+432
* Use MAINTAINERS file in repository in CONTRIBUTING (#1489)Antoine GIRARD2017-04-181-1/+1
* Adding @sapk to MAINTAINERS (#1497)Antoine GIRARD2017-04-161-0/+1
* Migrate WatchInfo struct to api (#1492)Antoine GIRARD2017-04-165-18/+142
* Orgs: fix org page title when full name is not defined (#1495)silverwind2017-04-151-1/+1
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-137-27/+118
* Optimize and fix autolink function (#1442) (#1444)Michael de Wit2017-04-121-15/+45
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-124-3/+7
* Repo size in admin panel (#1482)Jonas2017-04-118-0/+119
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-0810-21/+90
* Fix race when running commands with timeout (#1465)Mura Li2017-04-074-25/+73
* refactor update ssh key use time (#1466)Lunny Xiao2017-04-072-7/+15
* Fix #1418 (#1456)Antoine GIRARD2017-04-075-118/+28
* Autofocus on 2fa passcode fields (#1460)Jonas2017-04-072-2/+2
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-0636-1628/+1993
* fix gpg API panic when no verification (#1451)Lunny Xiao2017-04-061-2/+7
* Fix and simplify repo branches UI (#1435)Morlinest2017-04-061-24/+20
* Set VERSION from git once, in a variable (#1447)Sandro Santilli2017-04-061-1/+3
* Correct broken unaligned load/store in armv5 (#1355)Damien Gaignon2017-04-0519-74/+320
* Commit search appearence fixes (#1254)Patrick G2017-04-052-2/+6
* fix: remove `str2html` from org full name (#1360)Bo-Yi Wu2017-04-055-5/+5
* Corrected Mirror.NextUpdate not set (#1388)Jonas2017-04-051-1/+1
* Add GOFLAGS and EXTRA_GOFLAGS (#1438)Mura Li2017-04-051-1/+4
* Remove unused mutex field (#1440)Mura Li2017-04-041-2/+0
* Fix races in the log module by using syncmap (#1421)Mura Li2017-04-035-26/+455
* fixes pull request hanging indefinitely when it contains normal and LFS file ...Kuba Tyszko2017-04-031-1/+0
* Fix disabled fields in repo settings UI (#1431)Morlinest2017-04-031-4/+6
* Merge pull request #1410 from andreynering/notification/issue-watchAndrey Nering2017-04-0110-8/+271
|\
| * Improve tests a littleAndrey Nering2017-04-011-0/+9
| * Code style fixesAndrey Nering2017-04-011-2/+3
| * Add unit tests for issue_watchAndrey Nering2017-03-302-0/+57
| * Use variables for timesAndrey Nering2017-03-301-6/+14
| * Add copyright headersAndrey Nering2017-03-302-0/+8
| * UI and translation improvementsAndrey Nering2017-03-302-7/+6
| * Fix lintAndrey Nering2017-03-291-0/+2
| * Add octicons to watch/unwatch buttonsAndrey Nering2017-03-291-0/+2
| * Add updated_unix column on issue_watchAndrey Nering2017-03-291-1/+12
| * Consider issue_watchers while sending notificationsAndrey Nering2017-03-292-8/+42
| * Add watch button on issueAndrey Nering2017-03-296-0/+111
| * Create issue_watch tableAndrey Nering2017-03-292-0/+21
* | Fix "Error: No issue number specified" when pushing (#1393)agrn2017-03-311-2/+2
* | Support for custom html meta (#1423)Jonas2017-03-314-4/+32