Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | update travis.yml | Unknwon | 2015-02-16 | |
| | | | ||||
| * | | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 | |
| | | | ||||
| * | | Merge pull request #956 from bpollack/docfix | 无闻 | 2015-02-14 | |
| |\ \ | | | | | | | | | Fix a bunch of small typos and formatting quirks | |||
| | * | | Fix a bunch of small typos and formatting quirks | Benjamin Pollack | 2015-02-14 | |
| | | | | ||||
| * | | | models: fix XORM API break | Unknwon | 2015-02-14 | |
| |/ / | | | | | | | | | | cmd/web.go: check version after load config | |||
| * | | routers/install.go: able to keep previous custom settings for 2nd time install | Unknwon | 2015-02-13 | |
| | | | | | | | | | | | | - .gopmfile: update all commits | |||
| * | | conf/locale: update all locales | Unknwon | 2015-02-13 | |
| | | | ||||
| * | | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 | |
| | | | | | | | | | | | | disabled #884 | |||
| | * | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | |
| | | | ||||
| | * | added less compile script | Stefan-Code | 2015-02-18 | |
| | | | ||||
* | | | some fixes, but not done yet! | Unknwon | 2015-02-13 | |
| | | | ||||
* | | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 | |
| | | | ||||
* | | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | |
| | | | ||||
* | | | models/migrations: finish accessRefactor | Unknwon | 2015-02-12 | |
| | | | ||||
* | | | Merge pull request #941 from phsmit/access_refactor | 无闻 | 2015-02-12 | |
|\ \ \ | | | | | | | | | Access refactor | |||
| * \ \ | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-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 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 | |
| | | | | | ||||
* | | | | | Merge pull request #940 from phsmit/migration_update | 无闻 | 2015-02-12 | |
|\| | | | | | | | | | | | | | | Some comments and improvements for migrations | |||
| * | | | | 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 pull request #937 from Stefan-Code/dev | 无闻 | 2015-02-11 | |
| |\ \ \ | | | |/ | | |/| | Changes to repo-header-download-drop | |||
| | * | | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | |
| | | | | ||||
| * | | | better naming on #891 | Unknwon | 2015-02-11 | |
| |/ / | ||||
| * | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | |
| | | | ||||
| * | | modules/middleware/auth.go: remove uncheck login for watch a repo #929 | Unknwon | 2015-02-10 | |
| | | | ||||
| * | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | |
| | | | ||||
| * | | update gopmfile and README | Unknwon | 2015-02-09 | |
| | | | ||||
| * | | models/repo.go: add update hook when migrate for #789 | Unknwon | 2015-02-09 | |
| | | | ||||
| * | | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 | |
| | | | | | | | | | | | | - conf/locale: update Japanese locale | |||
| * | | Merge pull request #924 from phsmit/fix_921 | 无闻 | 2015-02-09 | |
| |\ \ | | | | | | | | | Fixes #921 | |||
| | * | | Fixes #921 | Peter Smit | 2015-02-09 | |
| | | | | | | | | | | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others | |||
* | | | | 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 | |
| | | | | ||||
* | | | | Merge pull request #923 from phsmit/fix_922 | 无闻 | 2015-02-09 | |
|\ \ \ \ | |/ / / |/| | | | Fix #922 | |||
| * | | | Improve argument parsing for serve command | Peter Smit | 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. | |||
* | | | | modules/setting: mirror path issue | Unknwon | 2015-02-08 | |
| | | | | ||||
* | | | | 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 |