| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
* fix missing collabrative repos
* fix bug of collabrative
* fix SQL quotes
|
| |
|
|
|
| |
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* Add collaborative repositories to the dashboard
Remove some unused code from the Dashboard func
* fix some bug and some refactor
* fix tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add swagger comment for adminCreateOrg
* Add swagger comment for admin route
* add hook swagger doc
* Add tags
* Add auth
* Fix name of responses
* Edit name method
* Update vendor
* make generate-swagger
|
| |
|
|
|
|
|
| |
conflicting accounts on multiple gitea installations (#2335)
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
| |
|
|
|
| |
The e-mail address is currently only hidden from the explore page.
|
|
|
|
|
|
| |
* Trigger sync webhooks on UI commit
* Also fix UI upload/delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix and improve dashboard repo UI
* Change order of scripts loading
* Remove "mirror" tab
* Remove single tab panel for "org user"
* Add localization strings
* Create vue component and change event for search
* Add "mirrors" filter
|
| |
|
|
|
|
|
|
| |
* only update needed columns when update user
* fix missing update_unix column
|
|
|
|
|
|
|
|
|
|
| |
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
|
| |
|
| |
|
|
|
|
|
|
| |
* Update routes.go
* Update routes.go
|
|
|
|
|
|
| |
* Check for access in /repositories/:id
* Integration test
|
| |
|
|
|
|
|
|
|
|
| |
* Fix bare-repo bugs
* Integration tests
* Unused import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Don't allow for plain username/password authentication when 2FA is enabled
* Removed debugging statement
* Don't assume a token belongs to a given user, handle two-factor errors properly
* Simplified user/token matching, refactored error handling for two-factor authentication
* Change authentication response to avoid bruteforcing
* Add TODO item as a comment for changing the response for security purposes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Remove unit types commits and settings
* Can not limit units in administrator teams
* Limit changing units only to teams with read and write access mode
* Small code optimization
|
|
|
| |
Fixes #2101
|
|
|
| |
* API: support '/orgs/:org/repos'
|
|
|
| |
Don't require token when not necessary
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Improve ErrOrgNotExist type
Return new error type
Use good error check
Use new method to check error
Update tests
* Fix unchanged method name report
|
|
|
| |
* Changed migration calling so that migrations can use models package
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added count to GetReleasesByRepoID so pagination will work
* Separated it out to a new function, can then also leave the API part unaffected
* Remove extra whitespace added in untouched function
* Added comment and corrected name in error handler
* Account for if the user is owner or not in the count
* Also check if repo is draft
* revert back to the correct count in the ReleasesToDisplay loop
* Fixed lint error regarding else with return statement
* Use Cond struct instead of string, corrected name in error handler
* Removed unused return variable names
|
|
|
| |
We can't change the http status code here, because the response has been written.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Fix displaying commits and files of PR created from now deleted fork
|
| |
| |
| |
| | |
repository
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* revert #2001 and fix issue comments hidden
* fix #2001
* fix import
* improve comment type
* reduce unnecessary join
* fix comment on FindCommentsOptions
|
|/
|
|
|
|
|
|
|
|
|
|
| |
* Make branch deletion URL more like GitHub's, fixes #1397
* Add PR branch deletion integration test
* Do not allow deleting protected branch
* Change http error code to 403 if user has no write rights to repository
* Add check to not panic if forked repository has alrady been deleted
|
| |
|
|
|
| |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
|
|
|
|
|
|
|
| |
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Separate generate-swagger
* Remove go generate rules
* Add missing definition replacement + remove use of -i sed flag
for compatibility with mac os default sed version.
This is a little hacky a better solution could be use.
* Use custom SED_INPLACE
depending of platform detection
* Use SED_INPLACE for swagger-ui also
|
|
|
|
| |
* Fix search by issue type
|