gdeverlant
fe63d73b35
Added URL mapping for Release attachments like on github.com ( #1707 )
6 years ago
Lauris BH
8ca0fd9526
Refactor and simplify redirect to url ( #3674 )
7 years ago
Morgan Bazalgette
8c916631f0
Handle refactor ( #3339 )
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
7 years ago
Ethan Koenig
a8af5abc02
Fix ignored errors when checking if organization, team member ( #3177 )
7 years ago
Lunny Xiao
9bd6cc1455
Support default private when creating or migrating repository ( #3239 )
* support default private when creating or migrating repository
* fix fmt
* use string constants on repository default private in app.ini
* fix fmt
7 years ago
Ethan Koenig
8c0ba9b0e6
Fix error message sanitiziation ( #3082 )
7 years ago
Ethan Koenig
6700a0b12a
Make URL scheme unambiguous ( #2408 )
* Make URL scheme unambiguous
Redirect old routes to new routes
* Fix redirects to new URL scheme, and update template
* Fix branches/_new endpoints, and update integration test
7 years ago
Ethan Koenig
e4e41c4830
Webhooks for repo creation/deletion ( #1663 )
* Webhooks for repo creation/deletion
* add createHookTask
* Add handles for GetSlackPayload and GetDiscordPayload
7 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
Fabian Zaremba
b28bf524f9
Add notice that LFS mirroring is not supported ( #1251 )
* Add notice that LFS mirroring is not supported
* Drop German translation
8 years ago
Lunny Xiao
e685609ea2
golint fixed for modules/auth
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Thomas Boerger
623733937e
Merge pull request #228 from Bwko/feature/short-hash-download
Added short-hash support to downloads
8 years ago
Bwko
de4dce2c4e
Added short-hash support to downloads
8 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- 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
8 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
559cbcdc6f
Fix empty repository panic on send test webhook
8 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Marin Jankovski
cd97a3e8a9
Updated and created were appended with _unix. Fresh databases have only the newly named fields.
9 years ago
Kim "BKC" Carlbäcker
2c4b3709e4
Admins are allowed to create repos for arbitrary Orgs
9 years ago
ddelpero
4e03e1f423
Update repo.go
Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name
9 years ago
Unknwon
04286ed266
#2345 disallow access of some pages for empty repo
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
9 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
9 years ago
Unknwon
b93fbc017a
better error message
9 years ago
Unknwon
2f1c5e4ae3
#1971 more general rule to detect error
9 years ago
Unknwon
2e68e18401
go vet and fix #1890
9 years ago
Unknwon
12cad18886
rename fields
9 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
9 years ago
Unknwon
4a6b397126
#1657 allow forcing all private repos
9 years ago
Unknwon
9b57a08cdb
minor fix on template
9 years ago
Unknwon
ac2078c988
#1585 order owners list by last changed time
9 years ago
Unknwon
bc8d123aae
fix #1558
9 years ago
Unknwon
3a0c2096ac
#1021 Forked repo unavailable after deleting original repo
9 years ago
Unknwon
c10c057758
fix repository count of user is messed up
9 years ago
Unknwon
0fd67faa96
#965 Remember visibility preference
9 years ago
Unknwon
9ddb20dd96
#1487 Readme Template
9 years ago
Unknwon
12df5740fd
complate list of gitignores and licenses
9 years ago
Unknwon
8f35ffd4d7
fix autocomplete on migration
9 years ago
Unknwon
77181dc970
#1180 and #1250 : migration
9 years ago