Ethan Koenig
e76aa62582
Fix bug in issue labels API ( #2048 )
8 years ago
Kim "BKC" Carlbäcker
c7eab506e0
Fix displaying commits and files of PR created from now deleted fork ( #2023 )
Fix displaying commits and files of PR created from now deleted fork
8 years ago
Lunny Xiao
f5024e6612
repo/editor: fix breadcrumb path cuts parent dirs ( #3859 ) ( #2032 )
8 years ago
Lunny Xiao
d483ea938a
Display config file path on admin panel ( #2030 )
8 years ago
Lunny Xiao
ef60249ff3
Fix #2001 and fix issue comments hidden ( #2016 )
* revert #2001 and fix issue comments hidden
* fix #2001
* fix import
* improve comment type
* reduce unnecessary join
* fix comment on FindCommentsOptions
8 years ago
Lauris BH
3979a175bd
Make branch deletion URL more like GitHub's, fixes #1397 ( #1994 )
* 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
8 years ago
Lauris Bukšis-Haberkorns
b9e687eae2
Fix displaying commits and files of PR created from now deleted forked repository
8 years ago
Ethan Koenig
769e635398
Let not-logged-in users view releases ( #1999 )
8 years ago
Bo-Yi Wu
a1901fdb4a
fix misspell ( #1996 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Ethan Koenig
48d328b923
Fix deleted milestone bug ( #1942 )
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
8 years ago
Antoine GIRARD
7c20be2658
Separate generate swagger + fix sed os specific ( #1791 )
* 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
8 years ago
Ethan Koenig
d1367598b1
Fix search by issue type ( #1914 )
* Fix search by issue type
8 years ago
Ethan Koenig
f384060e3d
Fix uppercase default branch bug ( #1965 )
8 years ago
Jonas Östanbäck
af497050fc
Add repo fork swagger ( #1941 )
8 years ago
Dennis Keitzel
34d2b1c5e9
Gracefully handle bare repositories on API operations. ( #1932 )
Signed-off-by: Dennis Keitzel <github@pinshot.net>
8 years ago
silverwind
77760bc229
Support CRLF when splitting code lines for display ( #1862 )
* Support CRLF when splitting code lines for display
* refactor, fix mixed match
* fmt
* split on both LF and CRLF, use raw literals in regexes
* simplify
8 years ago
Ethan Koenig
cd5e857ec5
Fix 500 in public activity page ( #1901 )
8 years ago
Ethan Koenig
0c449a3c32
Cache ctx.User in retrieveFeeds ( #1902 )
8 years ago
Andrey Nering
65981612f0
Merge pull request #1905 from ethantkoenig/fix/org_api_auth
Require token before checking membership/ownership
8 years ago
Andrey Nering
95144f00e8
Merge pull request #1904 from ethantkoenig/fix/org_api
Bug fixes for org member API
8 years ago
Ethan Koenig
af8f4dc52e
Require token before checking membership/ownership
8 years ago
Ethan Koenig
1305aba270
Bug fixes for org member API
8 years ago
camlafit
5e796c7cc1
A missing / to provide a correct endpoint
solve #1899
8 years ago
Bo-Yi Wu
9a20c48a65
feat: add check misspelling ( #1877 )
8 years ago
Ethan Koenig
f63677ebfc
gofmt ( #1868 )
8 years ago
Ethan Koenig
bcecac8856
Fix paginater length ( #1866 )
8 years ago
Ethan Koenig
df71b3e6ce
Fix 404 for external tracking issues ( #1852 )
* Fix 404 for external tracking issues
* Fix 404 for new/upload file
8 years ago
Ethan Koenig
4c72332ccb
Display draft releases ( #1854 )
* Display draft releases
* Include ctx.User in user cache
* Integration test
8 years ago
Rémy Boulanouar
ad4c4d2bfb
Display all organization from user settings ( #1739 )
* Display all organization from user settings
* fix Tab selection
* Update locale_en-US.ini
* Add a condition for display Create organization button
* Remove french translation
* Remove unnecessary admin flag
8 years ago
Antoine GIRARD
15748c65b4
Fix change introduce by update of go-swagger. ( #1727 )
8 years ago
Ethan Koenig
57c91032f3
Fix user profile activity feed ( #1848 )
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
8 years ago
Jonas Östanbäck
dd3884fdea
xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
8 years ago
Rémy Boulanouar
971024dd63
Add Gitea Webhook ( #1755 )
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
8 years ago
Andrey Nering
8f19037ce2
Merge pull request #1750 from andreynering/dashboard-search-org-repos
More fixes for dashboard search
8 years ago
Ethan Koenig
560bf3a6d7
Fix 500 for GET /teams/:id endpoints ( #1811 )
* Fix 500 for GET /teams/:id endpoints
* Integration test for GET /team/:id
* Clean up integration test
8 years ago
Lunny Xiao
c726c22323
fix bug to deny to add orgnization as a member of an orgnization or team ( #1815 )
8 years ago
Ethan Koenig
66ee05fd53
Fix activity feed ( #1779 )
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
8 years ago
Ethan Koenig
c8f6b42062
Fix renaming bug ( #1786 )
8 years ago
Jonas Östanbäck
bebb193e77
Rename RepoCreationNum -> MaxCreationLimit ( #1766 )
8 years ago
Jonas Östanbäck
4e9dce79ad
Add error direclty when user tries to create new repo and limit already hit ( #1767 )
8 years ago
Lunny Xiao
5edc4aaa6c
fix admin lost permission caused by #947
8 years ago
Jonas Östanbäck
04c86d9c50
Add swagger comment for MirrorSync ( #1747 )
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
8 years ago
Andrey Nering
6a58cede38
Fix test
There was a panic when there's no logged in user
8 years ago
Lunny Xiao
c694c70008
Add units to team ( #947 )
* add units to team
* fix lint
* finish team setting backend
* finished permission controll on routes
* fix import blank line
* add unit check on ssh/http pull and push and fix test failed
* fix fixtures data
* remove unused code
8 years ago
Andrey Nering
495a342a51
Show repos acording to user/organization
8 years ago
Andrey Nering
b722359b49
Fix org repos not showing on dashboard search
8 years ago
Jonas Östanbäck
28a7beb237
Add new text for reset password flash ( #1718 )
* Forgot password should use ResetPwdCodeLives, not ActiveCodeLives
* Improve documentation for different send mail functions related to password reset
* Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
8 years ago
Lauris BH
b03af9485c
LDAP user synchronization ( #1478 )
8 years ago
Lauris BH
dbfd09b656
Add configuration option for default permission to create Organizations ( #1686 )
8 years ago
Lunny Xiao
325386b558
fix bug when push a branch name with / & fix an integration test bug ( #1689 )
8 years ago