Joubert RedRat
9bcd8444ad
Replace Gogs to Gitea in installation options
8 years ago
Thomas Boerger
54a9e8c1c4
Fixed links to sdk docs
8 years ago
Sandro Santilli
43349da21a
Replace GOGS with GITEA in variable names
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes #87
8 years ago
Thomas Boerger
d9a7026ca3
Set correct doc url for go-sdk
8 years ago
Rachid Zarouali
991135448c
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
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
Matthias Loibl
e7e2c8c43e
Add tests for CurrentUsername() ( #88 )
8 years ago
Matthias Loibl
929972fc8d
Fix imports found by goimports.
8 years ago
Thomas Boerger
96615d5d39
Regenerated bindata
8 years ago
Thomas Boerger
210dcbf8b6
Simply made go vet happy, fixed tags
8 years ago
Thomas Boerger
423d7ae8fb
Executed go fmt for all files
8 years ago
Matthias Loibl
f569b344f3
Run goimports on the whole project ( #34 )
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Rémy Boulanouar
ee1663af58
Implementation of the feature to redirect to an external issue tracker
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Sandro Santilli
ce9ffc1ea3
Fix sender of issue notifications
It is the FROM field in mailer configuration that needs be used,
not the USER field, which is for authentication.
Closes https://github.com/gogits/gogs/issues/3615
8 years ago
Sandro Santilli
9f259c558d
Use proper url for libravatar dep
8 years ago
Rémy Boulanouar
3e5ad5be78
Fix mention in comments like ( @dblk ) ( #3655 )
* Fix mention in comments like (@dblk )
* Better fix to avoid making link for "Hello@DblK"
8 years ago
Thibault Meyer
bcf2bfab4d
rename variable + fix wiki link
8 years ago
Thibault Meyer
5feedd10fb
Can disable GIT interactions by HTTP protocol
8 years ago
Unknwon
38acaf2043
Update locales
Add new locale Serbian (Cyrillic)
8 years ago
Daniel Oaks
bc0c810106
Add the ability to explore organizations ( #3573 )
* Add ability to explore organizations
* Use right icon for org explore links
8 years ago
Unknwon
7f9b2d53b6
Fix panic when attempt login with non-exist user
8 years ago
Thibault Meyer
33cd649848
Feature #3492 : Add option to hide footer load times ( #3562 )
* Add option to hide footer load times
* Rename option variable + minor changes
8 years ago
Unknwon
5b8d1dbf17
Update locales
8 years ago
Rémy Boulanouar
d5cc7646c9
Update size of SHA to fix #3538 ( #3563 )
8 years ago
Unknwon
cdcb2c86c9
#3559 fix template error
8 years ago
Unknwon
437ad0d136
#3515 use alert instead 500 for duplicated login source name
8 years ago
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 years ago
Unknwon
a9fc6fad64
modules/sync: add UniqueQueue
8 years ago
Unknwon
247158c599
modules/sync: rename SingleInstancePool to ExclusivePool
8 years ago
Unknwon
29917a4b3a
Make bindata
8 years ago
Unknwon
288bd17939
Web editor: support upload files
8 years ago
Unknwon
d593d8e8c5
Web editor: support upload files
8 years ago
Unknwon
d322f48f44
router/repo: code refactoring
8 years ago
Unknwon
e4d1ae765f
#3459 code quality improvement
8 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
8 years ago
Unknwon
f91166335e
Web editor: fix cannot create new file in subdirectory
8 years ago
Unknwon
a408ce3ec2
Web editor: improve edit file
8 years ago
Unknwon
23a12b9711
Web editor: improve delete file process
8 years ago
Unknwon
599229239a
#2901 allow setting preferred licenses
- Closes #3488
8 years ago
Unknwon
525f2e91c0
Web editor: improve edit file tooltip
8 years ago
Unknwon
b8e94170b3
label: adjust forecolor boundary
8 years ago
Unknwon
11540e5abe
Web editor: improve code quality
8 years ago
Unknwon
a0c3de4966
#3383 code cleanup
8 years ago
Unknwon
1b8df92497
Minor naming improvement
8 years ago
Unknwon
cc9a66db51
General code quality improvement
8 years ago
Unknwon
ca313c82d3
models/issue: improve quality and performance of NewIssue function
8 years ago
Unknwon
1bd27947e0
markdown: fix treating pure number as SHA1
- Detect non-exist commit and return 404 not 500
8 years ago
Unknwon
e390f92900
Fix outdated edit can’t overwrite changes
8 years ago
Unknwon
0c19e1f0ec
Web editor: improve edit file and diff preview
8 years ago