| Commit message (Expand) | Author | Age | Files | Lines |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -21/+65 |
* | fix #2804 | Unknwon | 2016-03-11 | 1 | -1/+1 |
* | #13 fix postgres aggregate | Unknwon | 2016-03-11 | 2 | -7/+6 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 3 | -36/+90 |
* | Updated and created were appended with _unix. Fresh databases have only the n... | Marin Jankovski | 2016-03-11 | 5 | -9/+10 |
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | 1 | -3/+5 |
* | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 | 1 | -4/+3 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 15 | -122/+512 |
* | Minor fixes for #2766 | Unknwon | 2016-03-06 | 1 | -3/+2 |
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 1 | -0/+13 |
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 3 | -20/+18 |
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 4 | -112/+173 |
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 3 | -269/+319 |
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -11/+4 |
* | Update locales | Unknwon | 2016-03-04 | 1 | -1/+0 |
* | Merge pull request #2757 from joshfng/fix-fork-relative-url | Unknwon | 2016-03-04 | 1 | -0/+5 |
|\ |
|
| * | Use relative url when showing forked from | Josh Frye | 2016-03-04 | 1 | -0/+5 |
* | | #1597 fix pull request remote head can't update with force push | Unknwon | 2016-03-04 | 2 | -2/+7 |
* | | #2743 more fixes on SQL errors | Unknwon | 2016-03-04 | 1 | -6/+6 |
* | | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 3 | -8/+16 |
* | | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -26/+25 |
* | | Merge pull request #2746 from joshfng/feature-delete-wiki-pages | Unknwon | 2016-03-04 | 1 | -0/+37 |
|\ \ |
|
| * | | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+37 |
| |/ |
|
* / | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 | 1 | -15/+11 |
|/ |
|
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | 1 | -4/+1 |
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -4/+12 |
* | Return errors instead of just logging them. | Josh Frye | 2016-03-03 | 1 | -4/+2 |
* | Set DefaultBranch to master when importing a new repo if possible | Josh Frye | 2016-03-03 | 1 | -25/+27 |
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 | 1 | -4/+2 |
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 | 1 | -3/+3 |
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | 1 | -4/+10 |
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 | 2 | -11/+8 |
* | Post work for #2637 | Unknwon | 2016-02-27 | 3 | -92/+92 |
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 | 2 | -12/+172 |
|\ |
|
| * | variable should not use ALL_CAPS | Gibheer | 2016-02-23 | 2 | -7/+7 |
| * | remove ed25519 test for now | Gibheer | 2016-02-17 | 1 | -7/+6 |
| * | fix ssh public key tests | Gibheer | 2016-02-17 | 1 | -8/+12 |
| * | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 2 | -12/+169 |
* | | Minor fix for #2710 | Unknwon | 2016-02-27 | 2 | -229/+234 |
* | | Add ForegroundColor for labels | Lukas Dietrich | 2016-02-27 | 1 | -0/+22 |
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 3 | -7/+7 |
* | | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 3 | -37/+47 |
* | | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | 1 | -5/+1 |
* | | Replace uuid module with original package | Unknwon | 2016-02-20 | 4 | -6/+7 |
* | | Make markdown as an independent module | Unknwon | 2016-02-20 | 2 | -5/+6 |
* | | Move cron module to independent package | Unknwon | 2016-02-20 | 1 | -59/+0 |
* | | Minor fix for #2634 | Unknwon | 2016-02-20 | 1 | -6/+6 |
* | | Minor fix for #2524 | Unknwon | 2016-02-19 | 1 | -22/+14 |
* | | Merge pull request #2524 from mhartkorn/pullrefs | Unknwon | 2016-02-19 | 1 | -0/+38 |
|\ \ |
|
| * | | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranch | Martin Hartkorn | 2016-02-04 | 1 | -39/+0 |