Codruț Constantin Gușoi
96c268c0fc
Implements generator cli for secrets ( #3531 )
...
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
7 years ago
techknowlogick
77f8bad2fb
Update hard-coded version to 1.5.0-dev ( #3450 )
...
Now that 1.4.0 is out the new target is 1.5.0
(See #2390 and #2988 for more context if needed)
7 years ago
Morgan Bazalgette
88a3bb6d42
Make the default action for the gitea executable that of running the webserver ( #3331 )
7 years ago
techknowlogick
238bb80cdd
Update hard-coded version to 1.4.0-dev ( #2988 )
...
Now that 1.3.0 is out the new target is 1.4.0
7 years ago
Sandro Santilli
a4cd4616c6
Update hard-coded version to 1.3.0-dev ( #2390 )
...
* Use -dev (1.3.0-dev is less than 1.3.0, according to semver)
* Use fake version for testing purpose
7 years ago
Lunny Xiao
0d80af649a
Add init support of orgmode document type on file view and readme ( #2525 )
...
* add init support of orgmode document type on file view and readme
* fix imports
* fix imports and readmeExist
* fix imports order
* fix format
* remove unnecessary convert
7 years ago
Jonas
a201977590
Fix for #828 : Embed build tags ( #1051 )
...
* Fix for #828
Add build tags to ldflags and print in version output
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Reworked formatBuiltWith function
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Add tags to version information in admin panel
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Added new variable for use on admin page.
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Fixed incorrect indentation
8 years ago
Lunny Xiao
cd1821a7e2
Move push update to post-receive and protected branch check to pre-receive ( #1030 )
...
* move all push update to git hook post-receive and protected branch check to git hook pre-receive
* add SSH_ORIGINAL_COMMAND check back
* remove all unused codes
* fix the import
8 years ago
Lunny Xiao
0e6b9ea786
Take back control of hooks ( #1006 )
...
* git: delegate all server-side Git hooks (#1623 )
* create hooks directories
* take control hooks back
* fix lint
* bug fixed and minor changes
* fix imports style
* fix migration scripts
8 years ago
Gabriel Jackson
bf6f61cc69
Cleanup log messaging
...
This change corrects a few logging issues:
* Standardized formatting errors with '%v'.
* Standardized failure warning word usage.
* Corrected an instance of using the standard log library when
the gitea log library should be used instead.
8 years ago
Bo-Yi Wu
467202d0a6
fix: Remove call to set GOMAXPROCS ( #577 )
8 years ago
Thomas Boerger
f2ff0ee846
Raised version to 1.1.0 ( #468 )
8 years ago
Joubert RedRat
ce21ed6c34
Remove remaining Gogs reference on locales and cmd ( #430 )
8 years ago
Kim "BKC" Carlbäcker
1d1c01875d
Autogenerate Version on build ( #190 )
...
* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile
8 years ago
Bwko
4ff0db0246
Catch os... errors
8 years ago
Lunny Xiao
bd76e156bb
fixed bug #151 finally ( #164 )
8 years ago
Lunny Xiao
e2aa991e10
ask for go get from code.gitea.io/gitea and change gogs to gitea on main file ( #146 )
8 years ago
Sandro Santilli
4247304f5a
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
Matthias Loibl
94b2747375
Remove go version from build tags ( #133 )
8 years ago
Matthias Loibl
31da225309
Check unhandled errors ( #128 )
8 years ago
Thomas Boerger
212a04a45e
Linter doesn't like uppercase variables
8 years ago
Matthias Loibl
a2514904cb
Rename gogs.go to main.go
...
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
7e15ff9486
Update locales
...
Add new locale Serbian (Cyrillic)
8 years ago
Unknwon
491407ddf8
#3590 fix 404 for release draft edition
...
Closes #3591
8 years ago
Unknwon
6da55159a2
#3589 LoadRepoConfig after ORM is initialized
8 years ago
Unknwon
7c1fbed057
Fix panic when attempt login with non-exist user
8 years ago
Unknwon
8ee14db51e
Update locales
8 years ago
Unknwon
dadd35b636
#3559 fix template error
8 years ago
Unknwon
152e715999
models/login_source: code improvement
8 years ago
Unknwon
8516dfcb6c
#2018 able to sync now for mirrors
...
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 years ago
Unknwon
643142acab
Web editor: support upload files
8 years ago
Kim "BKC" Carlbäcker
4f40019130
codegangsta/cli => urfave/cli ( #3546 )
8 years ago
Unknwon
780cc2d110
router/repo: code refactoring
8 years ago
Unknwon
28cf0e6aaa
#3459 code quality improvement
8 years ago
Unknwon
62b0dc4853
Web editor: fix cannot create new file in subdirectory
8 years ago
Unknwon
579e5e4fee
Web editor: disallow edit mirror repository
8 years ago
Unknwon
0114fdcba4
Web editor: improve delete file process
8 years ago
Unknwon
dad5c15520
#2901 allow setting preferred licenses
...
- Closes #3488
8 years ago
Unknwon
c30b856d14
#3505 use user’s info for committer and author
8 years ago
Unknwon
13a8823bd3
#3495 only start builtin SSH server after user finish installation
8 years ago
Unknwon
bb359a74f1
migrations: set comment updated as created
8 years ago
Unknwon
6b98d58906
#2966 code cleanup
8 years ago
Unknwon
f8a48ffaad
Web editor: improve code quality
8 years ago
Unknwon
0b273ac4d5
#3383 code cleanup
8 years ago
Unknwon
a00c932bbc
General code quality improvement
8 years ago
Unknwon
6f9a95f830
#2246 add HTMLURL to webhook type
...
- Fill Milestone and Assignee field when available in webhook payload
8 years ago
Unknwon
9349def72e
#3464 reproduce diff signs
...
Commited wrong file.
8 years ago
Unknwon
4042d1f0c3
models/issue: improve quality and performance of NewIssue function
8 years ago
Unknwon
61e27dedf7
#3466 fix response of pull request form validation error
8 years ago