1970 Commits (4ef32454138a40c8b3cc5334c8980e71bd431825)
 

Author SHA1 Message Date
Peter Smit 4ef3245413 Migration code: errors are not to be forgotten 10 years ago
Peter Smit 2a70d6b723 Clean up migrations code 10 years ago
Peter Smit bb103e8723 Create db migrations framework 10 years ago
无闻 161774d4fb Merge pull request #825 from phsmit/ssh2_keys
Implement #798 Flexible ssh-key input
10 years ago
无闻 edbfbfa66e Merge pull request #822 from phsmit/fix_807
Fix #807 parse the userinfo with the golang tools
10 years ago
无闻 830bc75107 Merge pull request #866 from vitalvas/dev
Fix in url if cache avatar is enabled
10 years ago
Unknwon 8e384ce46c fix #828, may cause unintentional break in other features, but security is no.1 10 years ago
Vitaliy Vasilenko cf59057ef3 fix if service.ENABLE_CACHE_AVATAR is true 10 years ago
Unknwon 0e286a0ca9 fix locale 10 years ago
Unknwon bd414a2d1f update gopmfile 10 years ago
Unknwon be8bdc0393 Merge branch 'master' of github.com:gogits/gogs 10 years ago
Unknwon 9fa287e4f7 update locale 10 years ago
无闻 210306bd64 Merge pull request #865 from clinta/patch-1
Allow start.sh from any working directory
10 years ago
Clint Armstrong eae08ea8f4 Allow start.sh from any working directory
This change to start.sh allows it to be executed from any working directory and always reference the gogs binary in the parent directory. Very helpful when calling start.sh from an init script.
10 years ago
Unknwon 452cca35e0 Merge branch 'encoding' of github.com:gogits/gogs into dev
Conflicts:
	.gopmfile
10 years ago
Unknwon 7170011f4d update with deps 10 years ago
无闻 f99690a545 Merge pull request #861 from phsmit/change_chardet
Change chardet to gogits
10 years ago
无闻 bdd6aef746 Merge pull request #849 from gittex/translate
Translation update
10 years ago
Peter Smit e6f97c78ff Change chardet to gogits 10 years ago
Dominik Schulz 50d91f3b6a Make help text for email listing a little more helpful. 10 years ago
Dominik Schulz 7d4cef6008 Add missing translations for email settings page to de_DE. 10 years ago
Unknwon bb26285a12 fix #827 10 years ago
无闻 9e61ec316e Merge pull request #830 from TonyTsangHK/dev
Add max-width to commit message of repo-files-table
10 years ago
Unknwon 13e35398aa prepare for mirror update release 10 years ago
Tony Tsang 9f4e584122 Add max-width to commit message of repo-files-table 10 years ago
Unknwon d5c6b53571 use new Redis client 10 years ago
Unknwon f0ca16d78f add cache version require 10 years ago
Peter Smit 6251626de4 Implement #798 Flexible ssh-key input
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
10 years ago
无闻 9b0858b1ad Merge pull request #823 from phsmit/fix_799
Fix #799 by adding a tooltip for all dates in all settings/panels
10 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820 10 years ago
Peter Smit fd70f9ec1b Fix #799 by adding a tooltip for all dates in all settings/panels 10 years ago
Peter Smit d016eaaa09 Fix #807 parse the userinfo with the golang tools
Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d
10 years ago
Unknwon 0b56272c13 fix #805 10 years ago
Unknwon 677b1ec627 fix #808 10 years ago
Unknwon 3ea1443885 work on #784 10 years ago
Unknwon b6272d1803 fix gopmfile 10 years ago
Unknwon 40de2f78c4 fix gopmfile 10 years ago
Unknwon aa2148a7a9 fix gopmfile 10 years ago
Unknwon bd555551ce fix #801 10 years ago
Unknwon e1c5008238 Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknwon 0f1ff9b1ad fix cache dep API broken 10 years ago
无闻 52cc58fd9d Merge pull request #797 from Mikayex/dev
Fix #795
10 years ago
无闻 477bea574a Merge pull request #782 from estetsenko/dev
fix for  #747
10 years ago
无闻 37566f71a9 Merge pull request #787 from andre-hub/dev
flexible the build scripts and add a freebsd build script
10 years ago
无闻 afdb0c7f9d Merge pull request #790 from euank/master
Initialize unset git user.email / user.name correctly; fix Dockerfile
10 years ago
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page 10 years ago
Thomas Laroche e948c7c262 Fix #795 10 years ago
Unknwon 81a44e4cd0 fix API changes 10 years ago
euank f059866a21 Set user.name & user.email in Dockerfile
The previous setting would cause all repo creations to fail, as
described in issue #328.
The previous commit also resolves this issue, but it seems saner to
create the user in the Dockerfile than at runtime.
10 years ago
euank 234a7c19a4 Default values for both user.name and user.email
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
10 years ago