Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | |
| | | | | | ||||
| | | * | | Refactoring of the Access Table | Peter Smit | 2015-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 Table | Peter Smit | 2015-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. | |||
| * | | | | models/migrations: fix little logic error | Unknwon | 2015-02-12 | |
| |/ / / | ||||
| * | | | Some comments and improvements for migrations | Peter Smit | 2015-02-12 | |
| | | | | ||||
| * | | | models/migartions: make Migration as interface and use session | Unknwon | 2015-02-11 | |
| | | | | ||||
| * | | | first pass work on migration #925 | Unknwon | 2015-02-11 | |
| | | | | ||||
| * | | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-11 | |
| |\ \ \ | ||||
| * \ \ \ | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-11 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge pull request #925 from phsmit/newcollaboration | 无闻 | 2015-02-11 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | Collaboration | |||
| | | * | | | Merge branch 'dev' into newcollaboration | Peter Smit | 2015-02-05 | |
| | | |\ \ \ | ||||
| | | * | | | | Fix dashboard issue after collaboration migration | Peter Smit | 2015-02-04 | |
| | | | | | | | ||||
| | | * | | | | Fix collaboration migration code | Peter Smit | 2015-02-04 | |
| | | | | | | | ||||
| | | * | | | | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | |
| | | | | | | | ||||
* | | | | | | | Properly calculate the number of open issues per label | Raphael Randschau | 2015-02-23 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | 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 | |
| | | | | | | | ||||
* | | | | | | | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | |||
* | | | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-02-21 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Fix #933 | Raphael Randschau | 2015-02-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why, but xorm ignores the num_issues and num_closed_issues columns when updating, even though the values changed. Listing them explicitly fixes the issue with the wrong issue counts | |||
* | | | | | | | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | |||
* | | | | | | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-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. | |||
* | | | | | | | models: fix XORM API break | Unknwon | 2015-02-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmd/web.go: check version after load config | |||
* | | | | | | | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | disabled #884 | |||
* | | | | | | better naming on #891 | Unknwon | 2015-02-11 | |
| | | | | | | ||||
* | | | | | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | |
| | | | | | | ||||
* | | | | | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | |
| | | | | | | ||||
* | | | | | | models/repo.go: add update hook when migrate for #789 | Unknwon | 2015-02-09 | |
| |/ / / / |/| | | | | ||||
* | | | | | Fix #922 | Peter Smit | 2015-02-09 | |
| |/ / / |/| | | | ||||
* | | | | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 | |
|\ \ \ \ | | | | | | | | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. | |||
| * | | | | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 | |
| | |_|/ | |/| | | | | | | | | | | returning 404 for deleted files. | |||
* | | | | cmd: code fix for #905 | Unknwon | 2015-02-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now) | |||
* | | | | 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 line | Peter Smit | 2015-02-05 | |
| |/ / | ||||
* | | | routers/repo/http.go: allow HTTP push/pull by token for #845 | Unknwon | 2015-02-07 | |
| | | | ||||
* | | | Merge pull request #845 from compressed/token_http | 无闻 | 2015-02-07 | |
|\ \ \ | | | | | | | | | allow http push by token - #842 | |||
| * | | | allow http push by token - #842 | Christopher Brickley | 2015-01-08 | |
| | | | | ||||
* | | | | able to disable SSH for #883 | Unknwon | 2015-02-07 | |
| | | | | ||||
* | | | | models/action.go: add action reopen for #462 | Unknwon | 2015-02-06 | |
| | | | | | | | | | | | | | | | | - models/issue.go: format comment type names | |||
* | | | | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 | |
| |/ / |/| | | | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | |||
* | | | Merge pull request #892 from EtienneBruines/commit_reference | 无闻 | 2015-02-04 | |
|\ \ \ | | | | | | | | | Referencing issues from commit messages is now possible. | |||
| * | | | Referencing issues from commit messages is now possible. | Etienne Bruines | 2015-02-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before. Fixes #462, #668, #732. | |||
* | | | | models: sanitize user full name when update settings | Unknwon | 2015-02-04 | |
| | | | | ||||
* | | | | models: mirro code fix for #821 | Unknwon | 2015-02-02 | |
| | | | | ||||
* | | | | Merge pull request #821 from phsmit/fix_819 | 无闻 | 2015-02-02 | |
|\ \ \ \ | |/ / / |/| | | | Fix #819 by fetching the repository from db before updating | |||
| * | | | Fix #819 by fetching the repository from db before updating | Peter Smit | 2015-01-02 | |
| | | | | ||||
* | | | | models: code fix on #818 | Unknwon | 2015-02-01 | |
| | | | | ||||
* | | | | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | |
|\ \ \ \ | | | | | | | | | | | add a function to rewrite all public keys on admin request | |||
| * | | | | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 | |
| |/ / / | | | | | | | | | | | | | refs #763 | |||
* | | | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | |
| | | | | | | | | | | | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page |