| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bug of multiple forks (#928) | Lunny Xiao | 2017-02-14 | 1 | -0/+24 |
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -5/+25 |
* | feat: add git version on admin panel. (#921) | Bo-Yi Wu | 2017-02-13 | 1 | -3/+4 |
* | Fix public activity showing private repos (#892) | Morgan Bazalgette | 2017-02-11 | 1 | -0/+10 |
* | Implement archive cleanup (#885) | Andrew | 2017-02-11 | 1 | -3/+58 |
* | fix: wrong pages number which includes private repository count. (#844) | Bo-Yi Wu | 2017-02-06 | 1 | -0/+18 |
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -0/+3 |
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -29/+121 |
* | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 1 | -2/+6 |
* | Drop redundant columns from issue_user table (#638) | Ethan Koenig | 2017-02-03 | 1 | -1/+3 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -14/+14 |
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 1 | -12/+11 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -12/+14 |
* | bug fixed for update repository (#664) | Lunny Xiao | 2017-01-14 | 1 | -1/+1 |
* | API endpoint for subscribers (#598) | Ethan Koenig | 2017-01-07 | 1 | -7/+4 |
* | Merge pull request #555 from ethantkoenig/tests/pull | Andrey Nering | 2017-01-06 | 1 | -0/+1 |
|\ |
|
| * | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 1 | -0/+1 |
* | | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -7/+7 |
|/ |
|
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -3/+3 |
* | resolved #485: when migrate empty wiki repo, then ignore (#541) | Lunny Xiao | 2016-12-31 | 1 | -2/+5 |
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 1 | -60/+0 |
* | Replace Gogs with Gitea (#520) | Bwko | 2016-12-28 | 1 | -3/+3 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+57 |
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -15/+58 |
* | Add default values for settings (#455) | Lunny Xiao | 2016-12-23 | 1 | -0/+2 |
* | Bindata is optional and over-writable on restart (#354) | Thomas Boerger | 2016-12-22 | 1 | -5/+16 |
* | Fix typo (#407) | Richie B2B | 2016-12-16 | 1 | -1/+1 |
* | Remove stale comment in models/repo.go (#366) | Ethan Koenig | 2016-12-08 | 1 | -1/+0 |
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -1/+6 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -5/+25 |
* | Added rel="noopener" to target="_blank" hrefs (#327) | Bwko | 2016-12-02 | 1 | -1/+1 |
* | Lint models/repo.go | Bwko | 2016-11-28 | 1 | -17/+73 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -3/+3 |
* | golint fixed for modules/markdown | Lunny Xiao | 2016-11-25 | 1 | -4/+4 |
* | fix variable assigned and not used. | Bo-Yi Wu | 2016-11-15 | 1 | -1/+1 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -4/+4 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -8/+8 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -8/+8 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -60/+99 |
|/ |
|
* | more | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
* | This one I overlooked before | Sandro Santilli | 2016-11-07 | 1 | -2/+2 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -2/+2 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Add missing version & gogs package | Matthias Loibl | 2016-11-05 | 1 | -0/+1 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -7/+4 |
* | Implementation of the feature to redirect to an external issue tracker | Rémy Boulanouar | 2016-11-04 | 1 | -0/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -6/+6 |
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 1 | -4/+0 |