Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | 5 | -159/+77 |
|\ | |||||
| * | modules/setting: simple behave change in startup | Unknwon | 2015-02-26 | 2 | -11/+5 |
| | | |||||
| * | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 2 | -53/+49 |
| |\ | |||||
| | * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 2 | -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 access | Unknwon | 2015-02-22 | 9 | -79/+71 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 | 1 | -2/+5 |
| | | | |||||
| * | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -8/+8 |
| | | | |||||
| * | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 2 | -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 style | Peter Smit | 2015-02-09 | 2 | -7/+7 |
| | | | | |||||
| | * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 2 | -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 Table | Peter Smit | 2015-02-12 | 2 | -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 #925 | Unknwon | 2015-02-11 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #992 from theangryangel/fix/ldap-auth | 无闻 | 2015-02-28 | 1 | -5/+4 |
|\ \ \ \ | | | | | | | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change | ||||
| * | | | | Attempt #3 of ldap fixes | Gogs | 2015-02-27 | 1 | -5/+4 |
| | | | | | |||||
* | | | | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 2 | -22/+31 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Get username, name, surname and e-mail from LDAP server | ||||
| * | | | | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 2 | -22/+31 |
| | | | | | |||||
* | | | | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | | | | | modules/git: able to parse RFC1123Z date format #663 | Unknwon | 2015-02-21 | 1 | -9/+20 |
| | | | | | |||||
* | | | | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||||
* | | | | | Merge pull request #973 from uchti/dev | 无闻 | 2015-02-20 | 1 | -0/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejected | ||||
| * | | | | | add error for hello func | Gogs | 2015-02-20 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejected | Gogs | 2015-02-19 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 1 | -0/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 | 2 | -63/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove the "PHP" style formatting function | ||||
| * | | | | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 2 | -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 instead | Peter Smit | 2015-02-17 | 2 | -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 prefix | Unknwon | 2015-02-14 | 1 | -2/+8 |
| |/ / |/| | | |||||
* | | | better naming on #891 | Unknwon | 2015-02-11 | 1 | -4/+4 |
| | | | |||||
* | | | modules/middleware/auth.go: remove uncheck login for watch a repo #929 | Unknwon | 2015-02-10 | 1 | -5/+0 |
| | | | |||||
* | | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 2 | -5/+10 |
| | | | |||||
* | | | Fixes #921 | Peter Smit | 2015-02-09 | 1 | -2/+3 |
| | | | | | | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||||
* | | | modules/setting: mirror path issue | Unknwon | 2015-02-08 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #905 from phsmit/conf_on_cli | 无闻 | 2015-02-08 | 1 | -5/+9 |
|\ \ \ | | | | | | | | | Add option to provide configuration file on command line | ||||
| * | | | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 1 | -5/+9 |
| | |/ | |/| | |||||
* | | | modules/ans1-ber: fix LDAP UTF8 string decoding for #916 | Unknwon | 2015-02-08 | 1 | -4/+4 |
| |/ |/| | |||||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 2 | -2/+5 |
| | | |||||
* | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #908 from nicolai86/feature/hide-signup-button-884 | 无闻 | 2015-02-06 | 1 | -0/+2 |
|\ \ | | | | | | | Make Signup button display configurable - #884 | ||||
| * | | Add ShowRegistrationButton configuration option | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
| |/ | |||||
* | | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 | 1 | -2/+2 |
| | | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | ||||
* | | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | - conf/locale: add mew translator profile | ||||
* | | Merge pull request #826 from deringer/dev | 无闻 | 2015-02-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix user mention bug when parsing markdown documents | ||||
| * | Adjust MentionPattern to not match users mid-sentence (or email addresses) | Michael Dyrynda | 2015-01-03 | 1 | -2/+2 |
| | | | | | | | | Fix link to user profile, update based on adjusted MentionPattern | ||||
* | | modules/base: fix README filename checker, fix #877 | Unknwon | 2015-02-02 | 1 | -1/+7 |
| | | |||||
* | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 3 | -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, #777 | Unknwon | 2015-01-30 | 1 | -1/+0 |
| | | |||||
* | | modules/midlleware: little auth code fix | Unknwon | 2015-01-30 | 1 | -1/+2 |
| | | |||||
* | | modules/base: clean code with #838 | Unknwon | 2015-01-30 | 3 | -33/+5 |
| | | |||||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 2 | -1/+7 |
| | | | | | | | | - update russian locale | ||||
* | | Merge pull request #866 from vitalvas/dev | 无闻 | 2015-01-20 | 1 | -1/+5 |
|\ \ | | | | | | | Fix in url if cache avatar is enabled |