Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | better fork permission check | Unknwon | 2015-08-08 |
| | |||
* | improve fork process | Unknwon | 2015-08-08 |
| | |||
* | fix #1331 | Unknwon | 2015-08-08 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | ||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 |
| | | |||
* | | finish new milestone page | Unknwon | 2015-08-05 |
| | | |||
* | | milestone: pagination | Unknwon | 2015-08-04 |
|/ | |||
* | fix #1208 | Unknwon | 2015-07-31 |
| | |||
* | report error when migration auth failed | Unknwon | 2015-07-28 |
| | |||
* | fix #1169 | Unknwon | 2015-07-26 |
| | | | | - prevent create reop on existed path | ||
* | mirror fix on #1111 | Unknwon | 2015-07-25 |
| | |||
* | Merge pull request #1111 from vitalvas/develop | 无闻 | 2015-07-25 |
|\ | | | | | Add function in cron to autofix counters in repository | ||
| * | add func to autofix couters in repository | Vitaliy Vasilenko | 2015-03-21 |
| | | |||
* | | UI: basic label list | Unknwon | 2015-07-24 |
| | | | | | | | | - create new label | ||
* | | fixes on #1171 | Unknwon | 2015-07-19 |
| | | |||
* | | check master as default branch when migrate | Unknwon | 2015-07-05 |
| | | |||
* | | Fixes issue with LDAP inserting users with blank names. | William Roush | 2015-04-20 |
| | | |||
* | | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵ | Tony Narlock | 2015-04-18 |
| | | | | | | | | legacy behavior | ||
* | | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | | |||
* | | #1120 #1132 mirror info not updated when transfer mirro repo | Unknwon | 2015-03-25 |
| | | |||
* | | #1089 change to fake local email account | Unknwon | 2015-03-24 |
| | | |||
* | | #1143 Team member access lost when adding repository collaborator | Unknwon | 2015-03-24 |
|/ | | | | - fix bug when add a repo to team, all other team members gets access as well | ||
* | update gopmfile | Unknwon | 2015-03-19 |
| | |||
* | Put default config into binary | Unknwon | 2015-03-18 |
| | |||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
| | | | | - fix delete user but repository watches are not decreased | ||
* | fix read access team visibility of private repo | Unknwon | 2015-03-16 |
| | |||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | |||
* | #876: Update hooks is missing for forked repository | Unknwon | 2015-03-12 |
| | |||
* | models: done testing on new access system | Unknwon | 2015-02-28 |
| | |||
* | models: fix issue with transfer repository | Unknwon | 2015-02-24 |
| | | | | README: fix typo | ||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 |
| | |||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | |||
| * | Remove collaborators when removing and transferring repository | Peter Smit | 2015-02-16 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | 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. | ||
* | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
| | | |||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 |
| | | |||
* | | 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. | ||
* | | first pass work on migration #925 | Unknwon | 2015-02-11 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-11 |
|\| | |||
| * | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 |
| | | |||
| * | models/repo.go: add update hook when migrate for #789 | Unknwon | 2015-02-09 |
| | | |||
* | | 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 |
| | |\ | |||
| | * | | Introducing Collaboration Struct | Peter Smit | 2015-01-23 |
| | | | | |||
* | | | | Fix #922 | Peter Smit | 2015-02-09 |
|/ / / | |||
* | | | 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) |