summaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-0/+1
| | | Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
* Update hard-coded version to 1.5.0-dev (#3450)techknowlogick2018-02-031-1/+1
| | | | | Now that 1.4.0 is out the new target is 1.5.0 (See #2390 and #2988 for more context if needed)
* Make the default action for the gitea executable that of running the ↵Morgan Bazalgette2018-01-101-0/+3
| | | | webserver (#3331)
* Update hard-coded version to 1.4.0-dev (#2988)techknowlogick2017-11-271-1/+1
| | | Now that 1.3.0 is out the new target is 1.4.0
* Update hard-coded version to 1.3.0-dev (#2390)Sandro Santilli2017-10-121-1/+1
| | | | | | * Use -dev (1.3.0-dev is less than 1.3.0, according to semver) * Use fake version for testing purpose
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-0/+4
| | | | | | | | | | | | | | * 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
* Fix for #828: Embed build tags (#1051)Jonas2017-02-281-1/+14
| | | | | | | | | | | | | | | | | | | | | * 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
* Move push update to post-receive and protected branch check to pre-receive ↵Lunny Xiao2017-02-251-1/+0
| | | | | | | | | | | | (#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
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-1/+1
| | | | | | | | | | | | | | | | * 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
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
| | | | | | | | | 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.
* fix: Remove call to set GOMAXPROCS (#577)Bo-Yi Wu2017-01-041-4/+1
|
* Raised version to 1.1.0 (#468)Thomas Boerger2016-12-241-1/+1
|
* Remove remaining Gogs reference on locales and cmd (#430)Joubert RedRat2016-12-211-1/+1
|
* Autogenerate Version on build (#190)Kim "BKC" Carlbäcker2016-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Catch os... errorsBwko2016-12-021-1/+7
|
* fixed bug #151 finally (#164)Lunny Xiao2016-11-121-2/+1
|
* ask for go get from code.gitea.io/gitea and change gogs to gitea on main ↵Lunny Xiao2016-11-111-4/+5
| | | | file (#146)
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
| | | | | | | - 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
* Remove go version from build tags (#133)Matthias Loibl2016-11-101-2/+0
|
* Check unhandled errors (#128)Matthias Loibl2016-11-101-1/+2
|
* Linter doesn't like uppercase variablesThomas Boerger2016-11-041-3/+4
|
* Rename gogs.go to main.goMatthias Loibl2016-11-041-0/+41
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>