summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-285-159/+77
|\
| * modules/setting: simple behave change in startupUnknwon2015-02-262-11/+5
| |
| * Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-222-53/+49
| |\
| | * Updating context and fixing permission issuesPeter Smit2015-02-162-53/+49
| | | | | | | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
| * | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-229-79/+71
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * | fix mirror issues uncaught #941Unknwon2015-02-131-2/+5
| | |
| * | code fix #941 caution: undertestUnknwon2015-02-131-8/+8
| | |
| * | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-122-7/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-7/+7
| | | |
| | * | Refactoring of the Access TablePeter Smit2015-02-062-119/+38
| | | | | | | | | | | | | | | | | | | | | | | | 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-122-119/+38
| | | | | | | | | | | | | | | | | | | | | | | | 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-111-0/+5
| | | |
* | | | Merge pull request #992 from theangryangel/fix/ldap-auth无闻2015-02-281-5/+4
|\ \ \ \ | | | | | | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change
| * | | | Attempt #3 of ldap fixesGogs2015-02-271-5/+4
| | | | |
* | | | | Merge pull request #915 from Lafriks/dev无闻2015-02-232-22/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | | Get username, name, surname and e-mail from LDAP server
| * | | | Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-082-22/+31
| | | | |
* | | | | routers: able to migrate repo from local pathUnknwon2015-02-222-1/+13
| | | | | | | | | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | | | | modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-211-9/+20
| | | | |
* | | | | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | | | | Merge pull request #973 from uchti/dev无闻2015-02-201-0/+10
|\ \ \ \ \ | | | | | | | | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejected
| * | | | | add error for hello funcGogs2015-02-201-1/+4
| | | | | |
| * | | | | Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-191-0/+7
| | | | | |
* | | | | | gitlab-like hash namingAlexey Makhov2015-02-191-0/+5
|/ / / / /
* | | | | Merge pull request #962 from phsmit/dont_mention_php无闻2015-02-172-63/+13
|\ \ \ \ \ | | | | | | | | | | | | Remove the "PHP" style formatting function
| * | | | | Remove the "PHP" style formatting functionPeter Smit2015-02-162-63/+13
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 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-172-3/+1
|/ / / / | | | | | | | | | | | | 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-141-2/+8
| |/ / |/| |
* | | better naming on #891Unknwon2015-02-111-4/+4
| | |
* | | modules/middleware/auth.go: remove uncheck login for watch a repo #929Unknwon2015-02-101-5/+0
| | |
* | | able to allow insecure certification of webhook for #891Unknwon2015-02-102-5/+10
| | |
* | | Fixes #921Peter Smit2015-02-091-2/+3
| | | | | | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others
* | | modules/setting: mirror path issueUnknwon2015-02-081-2/+2
| | |
* | | Merge pull request #905 from phsmit/conf_on_cli无闻2015-02-081-5/+9
|\ \ \ | | | | | | | | Add option to provide configuration file on command line
| * | | Add option to provide configuration file on command linePeter Smit2015-02-051-5/+9
| | |/ | |/|
* | | modules/ans1-ber: fix LDAP UTF8 string decoding for #916Unknwon2015-02-081-4/+4
| |/ |/|
* | able to disable SSH for #883Unknwon2015-02-072-2/+5
| |
* | code fix for #908, and work for #884Unknwon2015-02-062-1/+3
| |
* | Merge pull request #908 from nicolai86/feature/hide-signup-button-884无闻2015-02-061-0/+2
|\ \ | | | | | | Make Signup button display configurable - #884
| * | Add ShowRegistrationButton configuration optionRaphael Randschau2015-02-051-0/+2
| |/
* | models/action.go: mirror fix on #892Unknwon2015-02-061-2/+2
| | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code
* | modules/base: fix markdown mention regex for #826Unknwon2015-02-061-1/+1
| | | | | | | | - conf/locale: add mew translator profile
* | Merge pull request #826 from deringer/dev无闻2015-02-061-2/+2
|\ \ | |/ |/| Fix user mention bug when parsing markdown documents
| * 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
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-021-1/+7
| |
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-013-21/+29
| | | | | | | | | | - 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-301-1/+0
| |
* | modules/midlleware: little auth code fixUnknwon2015-01-301-1/+2
| |
* | modules/base: clean code with #838Unknwon2015-01-303-33/+5
| |
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-302-1/+7
| | | | | | | | - update russian locale
* | Merge pull request #866 from vitalvas/dev无闻2015-01-201-1/+5
|\ \ | | | | | | Fix in url if cache avatar is enabled