aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
| * modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-21
| |
| * templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
| * Merge pull request #973 from uchti/dev无闻2015-02-20
| |\ | | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejected
| | * add error for hello funcGogs2015-02-20
| | |
| | * Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-19
| | |
| * | gitlab-like hash namingAlexey Makhov2015-02-19
| |/
| * Merge pull request #962 from phsmit/dont_mention_php无闻2015-02-17
| |\ | | | | | | Remove the "PHP" style formatting function
| | * Remove the "PHP" style formatting functionPeter Smit2015-02-16
| | | | | | | | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
| * | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
| |/ | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
| * modules/setting: add abs path check before add workdir prefixUnknwon2015-02-14
| |
* | fix mirror issues uncaught #941Unknwon2015-02-13
| |
* | code fix #941 caution: undertestUnknwon2015-02-13
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-09
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-06
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | Refactoring of the Access TablePeter Smit2015-02-12
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | first pass work on migration #925Unknwon2015-02-11
| |/ |/|
* | better naming on #891Unknwon2015-02-11
| |
* | modules/middleware/auth.go: remove uncheck login for watch a repo #929Unknwon2015-02-10
| |
* | able to allow insecure certification of webhook for #891Unknwon2015-02-10
| |
* | Fixes #921Peter Smit2015-02-09
| | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others
* | modules/setting: mirror path issueUnknwon2015-02-08
| |
* | Merge pull request #905 from phsmit/conf_on_cli无闻2015-02-08
|\ \ | | | | | | Add option to provide configuration file on command line
| * | Add option to provide configuration file on command linePeter Smit2015-02-05
| |/
* | modules/ans1-ber: fix LDAP UTF8 string decoding for #916Unknwon2015-02-08
| |
* | able to disable SSH for #883Unknwon2015-02-07
| |
* | code fix for #908, and work for #884Unknwon2015-02-06
| |
* | Merge pull request #908 from nicolai86/feature/hide-signup-button-884无闻2015-02-06
|\ \ | | | | | | Make Signup button display configurable - #884
| * | Add ShowRegistrationButton configuration optionRaphael Randschau2015-02-05
| |/
* | models/action.go: mirror fix on #892Unknwon2015-02-06
| | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code
* | modules/base: fix markdown mention regex for #826Unknwon2015-02-06
| | | | | | | | - conf/locale: add mew translator profile
* | Merge pull request #826 from deringer/dev无闻2015-02-06
|\ \ | |/ |/| Fix user mention bug when parsing markdown documents
| * Adjust MentionPattern to not match users mid-sentence (or email addresses)Michael Dyrynda2015-01-03
| | | | | | | | Fix link to user profile, update based on adjusted MentionPattern
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-02
| |
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-01
| | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* | modules/midlleware: little auth code fix, #777Unknwon2015-01-30
| |
* | modules/midlleware: little auth code fixUnknwon2015-01-30
| |
* | modules/base: clean code with #838Unknwon2015-01-30
| |
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-30
| | | | | | | | - update russian locale
* | Merge pull request #866 from vitalvas/dev无闻2015-01-20
|\ \ | | | | | | Fix in url if cache avatar is enabled
| * | fix if service.ENABLE_CACHE_AVATAR is trueVitaliy Vasilenko2015-01-20
| | |
* | | fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-20
|/ /
* | Merge branch 'encoding' of github.com:gogits/gogs into devUnknwon2015-01-17
|\ \ | |/ |/| | | | | Conflicts: .gopmfile
| * Change chardet to gogitsPeter Smit2015-01-15
| |
| * Removing redundant mahoniaPeter Smit2014-12-22
| |
| * Replace mahonia with the standard functions in the Golang Sub-repositoriesPeter Smit2014-12-22
| |
* | Optmize git-fsck options and fix #820Unknwon2015-01-02
| |
* | fix #801Unknwon2014-12-31
| |