- 12 Jun, 2019 1 commit
-
-
kolaente authored
-
- 08 Jun, 2019 1 commit
-
-
Lunny Xiao authored
* add command to convert mysql database from utf8 to utf8mb4 * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update models/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update models/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update cmd/convert.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
- 02 Jun, 2019 1 commit
-
-
Lunny Xiao authored
* use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen
-
- 14 May, 2019 1 commit
-
-
zeripath authored
Makes it possible to set the work path as a CLI option instead of relying on environment variables which are somewhat opaque
-
- 29 Apr, 2019 1 commit
-
-
zeripath authored
-
- 02 Apr, 2019 2 commits
-
-
Lunny Xiao authored
-
zeripath authored
* Panic don't fatal on create new logger Fixes #5854 Signed-off-by:
Andrew Thornton <art27@cantab.net> * partial broken * Update the logging infrastrcture Signed-off-by:
Andrew Thornton <art27@cantab.net> * Reset the skip levels for Fatal and Error Signed-off-by:
Andrew Thornton <art27@cantab.net> * broken ncsa * More log.Error fixes Signed-off-by:
Andrew Thornton <art27@cantab.net> * Remove nal * set log-levels to lowercase * Make console_test test all levels * switch to lowercased levels * OK now working * Fix vetting issues * Fix lint * Fix tests * change default logging to match current gitea * Improve log testing Signed-off-by:
Andrew Thornton <art27@cantab.net> * reset error skip levels to 0 * Update documentation and access logger configuration * Redirect the router log back to gitea if redirect macaron log but also allow setting the log level - i.e. TRACE * Fix broken level caching * Refactor the router log * Add Router logger * Add colorizing options * Adjust router colors * Only create logger if they will be used * update app.ini.sample * rename Attribute ColorAttribute * Change from white to green for function * Set fatal/error levels * Restore initial trace logger * Fix Trace arguments in modules/auth/auth.go * Properly handle XORMLogger * Improve admin/config page * fix fmt * Add auto-compression of old logs * Update error log levels * Remove the unnecessary skip argument from Error, Fatal and Critical * Add stacktrace support * Fix tests * Remove x/sync from vendors? * Add stderr option to console logger * Use filepath.ToSlash to protect against Windows in tests * Remove prefixed underscores from names in colors.go * Remove not implemented database logger This was removed from Gogs on 4 Mar 2016 but left in the configuration since then. * Ensure that log paths are relative to ROOT_PATH * use path.Join * rename jsonConfig to logConfig * Rename "config" to "jsonConfig" to make it clearer * Requested changes * Requested changes: XormLogger * Try to color the windows terminal If successful default to colorizing the console logs * fixup * Colorize initially too * update vendor * Colorize logs on default and remove if this is not a colorizing logger * Fix documentation * fix test * Use go-isatty to detect if on windows we are on msys or cygwin * Fix spelling mistake * Add missing vendors * More changes * Rationalise the ANSI writer protection * Adjust colors on advice from @0x5c * Make Flags a comma separated list * Move to use the windows constant for ENABLE_VIRTUAL_TERMINAL_PROCESSING * Ensure matching is done on the non-colored message - to simpify EXPRESSION
-
- 24 Jan, 2019 1 commit
-
-
Antoine GIRARD authored
* Include Go version * fix import order
-
- 01 Nov, 2018 2 commits
-
-
zeripath authored
-
Peter Hoffmann authored
* fix: Accept web-command cli flags if web-command is commited * Added flags of default cmd CmdWeb to app-wide flags * If command *is* specified app-wide flags are ignored Resolves: #5065 Signed-off-by:
Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> * Removed style breaking newline * broken windows need to be fixed * provides requested change
-
- 31 Oct, 2018 1 commit
-
-
Robert Ștefan authored
-
- 20 Jul, 2018 1 commit
-
-
Lunny Xiao authored
* add csv file render support defaultly * escaping csv column content
-
- 18 Feb, 2018 1 commit
-
-
Codruț Constantin Gușoi authored
Signed-off-by:
Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
-
- 03 Feb, 2018 1 commit
-
-
techknowlogick authored
Now that 1.4.0 is out the new target is 1.5.0 (See #2390 and #2988 for more context if needed)
-
- 10 Jan, 2018 1 commit
-
-
Morgan Bazalgette authored
-
- 27 Nov, 2017 1 commit
-
-
techknowlogick authored
Now that 1.3.0 is out the new target is 1.4.0
-
- 12 Oct, 2017 1 commit
-
-
Sandro Santilli authored
* Use -dev (1.3.0-dev is less than 1.3.0, according to semver) * Use fake version for testing purpose
-
- 21 Sep, 2017 1 commit
-
-
Lunny Xiao authored
* 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
-
- 28 Feb, 2017 1 commit
-
-
Jonas authored
* 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
-
- 25 Feb, 2017 1 commit
-
-
Lunny Xiao authored
* 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
-
- 23 Feb, 2017 1 commit
-
-
Lunny Xiao authored
* 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
-
- 02 Feb, 2017 1 commit
-
-
Gabriel Jackson authored
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.
-
- 04 Jan, 2017 1 commit
-
-
Bo-Yi Wu authored
-
- 24 Dec, 2016 1 commit
-
-
Thomas Boerger authored
-
- 21 Dec, 2016 1 commit
-
-
Joubert RedRat authored
-
- 13 Dec, 2016 1 commit
-
-
Kim "BKC" Carlbäcker authored
* 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
-
- 02 Dec, 2016 1 commit
-
-
Bwko authored
-
- 12 Nov, 2016 1 commit
-
-
Lunny Xiao authored
-
- 11 Nov, 2016 1 commit
-
-
Lunny Xiao authored
-
- 10 Nov, 2016 3 commits
-
-
Sandro Santilli authored
- 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
-
Matthias Loibl authored
-
Matthias Loibl authored
-
- 04 Nov, 2016 2 commits
-
-
Thomas Boerger authored
-
Matthias Loibl authored
Signed-off-by:
Matthias Loibl <mail@matthiasloibl.com>
-
- 03 Nov, 2016 1 commit
-
-
Rémy Boulanouar authored
-
- 16 Sep, 2016 1 commit
-
-
Unknwon authored
Add new locale Serbian (Cyrillic)
-
- 03 Sep, 2016 2 commits
- 01 Sep, 2016 2 commits