Commit Graph

26 Commits (55f2059f711268958c2f762934039594ebfa7e56)

Author SHA1 Message Date
Ethan Koenig 2f13d31ff0 Fix bug in repos search ()
Bo-Yi Wu a90a215662 feat: Add search bar on user profile page. ()
Ethan Koenig 6f4ba6884c Repo permission bug fixes ()
Ethan Koenig 04b9a7e7a2 Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
Kim "BKC" Carlbäcker e6cfccdd40 GitHub API Compliance (& linting)
Kim "BKC" Carlbäcker 71bb6df75a Add undocumented endpoint for /repositories/:id
Lunny Xiao ec87a75c00 golint fixed for modules/auth
Lunny Xiao 3917ed45de golint fixed for routers ()
Ethan Koenig 0834e492c0 API endpoints for stars
Sandro Santilli a1c5f02444 Fix import path of go-sdk ()
From code.gitea.io/go-sdk/gitea
  To code.gitea.io/sdk/gitea
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode*
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon dccb0c15b9 Replace convert.To with APIFormat calls
Unknwon e74630ae3b add pagination for repositories
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 4b25bdfbc4 support correct page size and link header
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Unknwon dd6faf7f9b Convert all API handers to use *context.APIContext
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 1c9dd11ba7 API: admin create repo
Unknwon 9cd16c5b12 add organization APIs
Unknwon 120cd4e471 Better mirror repo management
Unknwon 56dd430a10 refactor API routes and some work for