Rachid Zarouali
991135448c
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
9 years ago
Odin Ugedal
0f421c9602
Use the rev-parsed sha1 commit id ( #98 )
Use the rev-parsed sha1 commit id in urls to repo files,
instead of the abbreviated version.
9 years ago
Odin Ugedal
bf76e2a45b
Fix rendering of non-markdown readme files
9 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)
9 years ago
Sandro Santilli
4fb2e00b31
Merge branch 'master' into feature/goimports
9 years ago
Andrey Nering
5243e1f5f9
Refactor editorconfig middleware
9 years ago
Matthias Loibl
929972fc8d
Fix imports found by goimports.
9 years ago
Andrey Nering
7f39af230a
Fix 500 when repo has invalid .editorconfig
Creating a notice instead
9 years ago
Thomas Boerger
423d7ae8fb
Executed go fmt for all files
9 years ago
Rémy Boulanouar
ee1663af58
Implementation of the feature to redirect to an external issue tracker
9 years ago
Andrey Nering
d709866a8a
Show issue/PR number on title
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
LefsFlare
b5b71f3405
Prevented user enumeration of valid users through HTTP status codes of login ( #3639 ) ( #3654 )
9 years ago
Thibault Meyer
bcf2bfab4d
rename variable + fix wiki link
9 years ago
Thibault Meyer
5feedd10fb
Can disable GIT interactions by HTTP protocol
9 years ago
Unknwon
87c222ba11
#3589 LoadRepoConfig after ORM is initialized
9 years ago
Daniel Oaks
bc0c810106
Add the ability to explore organizations ( #3573 )
* Add ability to explore organizations
* Use right icon for org explore links
9 years ago
Unknwon
cdcb2c86c9
#3559 fix template error
9 years ago
Unknwon
1dca1999ed
models/login_source: code improvement
9 years ago
Unknwon
437ad0d136
#3515 use alert instead 500 for duplicated login source name
9 years ago
无闻
0d8d37c099
Support Editorconfig on web editor ( #3512 )
9 years ago
Andrey Nering
9cb849359e
Support Editorconfig on web editor
9 years ago
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
9 years ago
Unknwon
288bd17939
Web editor: support upload files
9 years ago
Unknwon
d322f48f44
router/repo: code refactoring
9 years ago
Unknwon
e4d1ae765f
#3459 code quality improvement
9 years ago
Thibault Meyer
9cc19873d7
Load a set of predefined labels ( #3459 )
* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable
9 years ago
Unknwon
f91166335e
Web editor: fix cannot create new file in subdirectory
9 years ago
Unknwon
78a0a9b504
#3516 enforce line ending to be \n from web editor
9 years ago
Unknwon
a408ce3ec2
Web editor: improve edit file
9 years ago
Unknwon
23a12b9711
Web editor: improve delete file process
9 years ago
Unknwon
525f2e91c0
Web editor: improve edit file tooltip
9 years ago
Unknwon
ad1c110468
#3448 redirect if any after sign in
9 years ago
Unknwon
cd22b9177b
#3495 only start builtin SSH server after user finish installation
9 years ago
Unknwon
edc4bdf469
#2966 code cleanup
9 years ago
Iwan Budi Kusnanto
8924c93de0
issues comment API : list, create, edit ( #2966 )
add `since` query string support to list issue comment
9 years ago
Unknwon
11540e5abe
Web editor: improve code quality
9 years ago
Kurt Madel
697d960e80
added support to set pull_request event from api ( #3513 )
9 years ago
Unknwon
a0c3de4966
#3383 code cleanup
9 years ago
lstahlman
41eae4c967
Additional API support for milestones ( #3383 )
9 years ago
Kim Carlbäcker
5fac4604d0
Issues can be closed via API ( #3170 ) ( #3479 )
* Issues can be closed via API
* Error-checking is nice xD
* EditIssueOption.Status => State
* Use const instead of string-literal
9 years ago
Unknwon
cc9a66db51
General code quality improvement
9 years ago
Unknwon
38c02e6ece
#2246 add HTMLURL to webhook type
- Fill Milestone and Assignee field when available in webhook payload
9 years ago
Unknwon
40375965c5
#3464 reproduce diff signs
9 years ago
Unknwon
e3b20a093b
models/repo_editor: improve code quality
9 years ago
Unknwon
ca313c82d3
models/issue: improve quality and performance of NewIssue function
9 years ago
Unknwon
1bd27947e0
markdown: fix treating pure number as SHA1
- Detect non-exist commit and return 404 not 500
9 years ago
Unknwon
e1ad5ebcf7
#3466 fix response of pull request form validation error
9 years ago
Unknwon
559cbcdc6f
Fix empty repository panic on send test webhook
9 years ago
Unknwon
e390f92900
Fix outdated edit can’t overwrite changes
9 years ago