summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust MentionPattern to not match users mid-sentence (or email addresses)Michael Dyrynda2015-01-031-2/+2
| | | | Fix link to user profile, update based on adjusted MentionPattern
* use new Redis clientUnknwon2015-01-034-5/+5
|
* add cache version requireUnknwon2015-01-021-0/+1
|
* Merge pull request #823 from phsmit/fix_799无闻2015-01-027-8/+8
|\ | | | | Fix #799 by adding a tooltip for all dates in all settings/panels
| * Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-027-8/+8
| |
* | Optmize git-fsck options and fix #820Unknwon2015-01-026-16/+32
|/
* fix #805Unknwon2015-01-025-7/+21
|
* fix #808Unknwon2015-01-021-1/+1
|
* work on #784Unknwon2015-01-023-3/+5
|
* fix gopmfileUnknwon2014-12-311-1/+1
|
* fix gopmfileUnknwon2014-12-311-2/+2
|
* fix gopmfileUnknwon2014-12-311-1/+1
|
* fix #801Unknwon2014-12-316-144/+151
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-12-318-58/+93
|\
| * Merge pull request #797 from Mikayex/dev无闻2014-12-291-1/+2
| |\ | | | | | | Fix #795
| | * Fix #795Thomas Laroche2014-12-291-1/+2
| | |
| * | Merge pull request #782 from estetsenko/dev无闻2014-12-291-2/+2
| |\ \ | | | | | | | | fix for #747
| | * | bugfix: Unable to assign any issue myselfestetsenko2014-12-241-2/+2
| | | |
| * | | Merge pull request #787 from andre-hub/dev无闻2014-12-293-39/+76
| |\ \ \ | | | | | | | | | | flexible the build scripts and add a freebsd build script
| | * \ \ merge flexible the build scripts and add a freebsd build scriptAndré Grötschel2014-12-273-39/+76
| | |\ \ \
| | | * | | flexiable the build scripts and add a freebsd build scriptAndré Grötschel2014-12-273-39/+76
| | | | | |
| * | | | | Merge pull request #790 from euank/master无闻2014-12-293-16/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | Initialize unset git user.email / user.name correctly; fix Dockerfile
| | * | | | | Set user.name & user.email in Dockerfileeuank2014-12-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | Default values for both user.name and user.emaileuank2014-12-271-14/+11
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | / | | | fix cache dep API brokenUnknwon2014-12-311-3/+3
|/ / / / /
* | | | / fix 500: E-mail already used in user settings pageUnknwon2014-12-294-6/+6
| |_|_|/ |/| | |
* | | | fix API changesUnknwon2014-12-285-22/+7
| |/ / |/| |
* | | Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-12-273-4/+8
|\| | | |/ |/|
| * Merge pull request #785 from joshk/patch-1无闻2014-12-271-1/+3
| |\ | | | | | | Use the new build env on Travis
| | * Use the new build env on TravisJosh Kalderimis2014-12-271-1/+3
| | | | | | | | | http://docs.travis-ci.com/user/workers/container-based-infrastructure
| * | Merge pull request #780 from morpheyesh/master无闻2014-12-271-3/+3
| |\ \ | | |/ | |/| spellcheck
| | * spellcheckmorpheyesh2014-12-241-3/+3
| |/
| * Merge pull request #769 from gitter-badger/gitter-badge无闻2014-12-211-0/+2
| |\ | | | | | | Add a Gitter chat badge to README.md
| | * Added Gitter badgeThe Gitter Badger2014-12-211-0/+2
| |/
* | add label-edit and label-delete logicfuxiaohei2014-12-225-43/+141
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-12-223-8/+17
|\ \
| * \ Merge pull request #771 from phsmit/multiple_email_cleanup无闻2014-12-222-7/+16
| |\ \ | | | | | | | | Create English locale keys for multiple e-mails feature
| | * | Forgot to i18n "Primary"Peter Smit2014-12-222-1/+2
| | | |
| | * | Create English locale keys for multiple e-mails featurePeter Smit2014-12-222-7/+15
| |/ / | | | | | | | | | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty
| * | Merge pull request #767 from phsmit/fix_email_query无闻2014-12-211-1/+1
| |\ \ | | | | | | | | Fix for wrong email query
| | * | Fix for wrong email queryPeter Smit2014-12-211-1/+1
| |/ / | | | | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
* / / fix invite bug(shouldn't include full name to search box)Unknwon2014-12-224-6/+7
|/ /
* | Merge pull request #766 from phsmit/correct_from无闻2014-12-213-11/+12
|\ \ | | | | | | Correct usage of FROM in email creation
| * | Parse the from string to extract the email addressPeter2014-12-192-2/+7
| | |
| * | Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-192-9/+6
| | | | | | | | | | | | | | | | | | The User member of a message is not needed anymore. The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
| * | Change from header in email, fixes #765Peter2014-12-192-3/+2
| | |
* | | mirror fix and updateUnknwon2014-12-204-6/+8
| | |
* | | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-2010-9/+437
|\ \ \ | | | | | | | | Multiple emails
| * | | Small fixes to multiple_emails featurePeter2014-12-202-13/+13
| | | |
| * | | Finish method for having multiple emails/user.Peter2014-12-175-0/+178
| | | | | | | | | | | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.