Commit Graph

393 Commits (e0172f0db76499eeafcf29a77b9457e75b5b8952)

Author SHA1 Message Date
Unknwon 90e93b1f3a Change list teams API to non-admin specific
Unknwon e6f927f61a api: admin list and create team under organization
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 d5a3021a7d Make markdown as an independent module
Unknwon 995487e822 Minor fix for
Antoine GIRARD b7b30cd85e Corrections following recommendations
Antoine GIRARD 81e5722bcc Handling error for the API request and add commments
[ci skip]
Antoine GIRARD 303d091ea9 Update link for documentation (Temporary https://gist.github.com/sapk/df64347ff218baf4a277)
[ci skip]
Antoine GIRARD c11c3b6c11 Near ready
Unknwon 4331d1d2a0 require token for list my orgs
Unknwon 03427fb005 fix
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon 1c9dd11ba7 API: admin create repo
Unknwon 9cd16c5b12 add organization APIs
Unknwon b117befc2b add user email APIs
Unknwon 19423957b1 rename import path
Unknwon 3d5d61778a disable password change for non-local users
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 120cd4e471 Better mirror repo management
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 978dc00305 APIs: admin users
Unknwon e538ff2770 fix and fix
Unknwon 942fd6be53 fix panic for
Unknwon 56dd430a10 refactor API routes and some work for
Unknwon cc8f5add6e fix
Unknwon 830d000667 finish wiki
Unknwon 2b10fdc4dc Wiki: UI for page new
Unknwon 144663a3cf allow admin to migrate for any user/org
Unknwon f455125d4d fix
Unknwon ff5f14431e fix
Unknwon f8ae161c74 fix
Unknwon 6f0a41b8b2 Allow local import only for admin users
Unknwon 022820103d allow forcing all private repos
Unknwon 35a65736fa add get repo API
Unknwon aff49b1c9e unified API error response
Steven Oud 6fe868a4d5 added repository remove option to api
Unknwon 7ec991326d fix migrate api
Unknwon e5b105e513 fix migrate API
Unknwon d951824ff9 able to download archive by API
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 65843b803b add webhook default events
Unknwon 55ddf225bb webhook APIs
Unknwon f509c59ac1 new create webhook event
Unknwon f2de4d5c04 new create repo options
Unknwon bb3b90fcd6 Readme Template
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon 2881456421 new webhooks list UI
Unknwon 1453e91f41 minor fix on API response
Unknwon 54b52de6ee minor fix on API response
Unknwon 407385db7e work on
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 9db4acc62e improve fork process
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 4cbbaefd82 : hide user e-mail when API caller isn't signed in
Lunny Xiao 673a76d638 Merge pull request from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
Dustin Willis Webber 5a4f314cf7 fix calls that go rename missed
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon 5169a0e025 mirror fix of
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
Peter Smit ed89b39984 Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods

Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style
Peter Smit 4e79adf6b5 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
Peter Smit 76f8904718 Introducing Collaboration Struct
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon bc8721fb6c Finish new UI for release page
Deiwin Sarjas 48bb0fadc2 update user api search results to include the full name
Is fully backwards compatible
Fixes 
Unknwon 37d8d3afe9 more APIs on
Unknwon a0f9197b45 GetFile api
Unknwon 340a4595dd support duoshuo mirror of gravatar
Unknwon 52d66ba6c8 , use go-gogs-client
Unknwon 9dc3c93a6a , add/edit hook
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 83283bca4c Safe work
Unknwon 3abc41ccca Fix API broken
Unknwon 904bf1a50b Add migrate repo API
lunnyxiao c40e815763 add migrate api
Unknwon 74b31566cf Finsih add/remove repo in organization
Unknwon 8dd07c0ddd New UI merge in progress
Unknown 0f907301b7 Fix
Unknown 688ec6ecbd Fixed
Unknown c1eb4d894a Clean api code
Unknown 49dc57e336 Add /api/v1/users/search
slene 52b4ab2aa5 update with new git
Unknown 47aa53bd36 Add search commits
Unknown 8c9a0494ec Add @ # commit link detect on all markdown render
Unknown 2c073afbec Mirror fix and update