Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement list/check/delete Repo Collaborator (#3689) | Kim "BKC" Carlbäcker | 2017-02-14 |
| | |||
* | migration: adjust rule to prevent migrate wrong hook file | Unknwon | 2017-02-14 |
| | |||
* | migration: handle edge case | Unknwon | 2017-02-14 |
| | |||
* | migration: add trace log | Unknwon | 2017-02-14 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | Typo in LocalCopyPath (#4122) | Christian Höppner | 2017-02-14 |
| | | | This won't fix any bugs, but a typo is a typo. | ||
* | org/team: make 'new' as reserved for team name (#3789) | Unknwon | 2017-02-14 |
| | |||
* | Added mssql support. (#3772) | dlob | 2017-02-13 |
| | |||
* | api/issue: minor code refactor (#3688) | Unknwon | 2017-02-12 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | webhook: remove bad characters of Slack-type webhook for Discord (#4088) | Unknwon | 2017-02-11 |
| | |||
* | config: show Git version in admin panel | Unknwon | 2017-02-11 |
| | |||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
| | |||
* | wiki: clean up broken data if migration failed (#3792) | Unknwon | 2017-02-10 |
| | |||
* | models/repo: fix SQLite3 database-lock when fail to delete repository (#4048) | Unknwon | 2017-02-10 |
| | |||
* | Some file refactoring | Unknwon | 2017-02-10 |
| | |||
* | Able to disable non-admin to create new organization (#1556) | Unknwon | 2017-02-10 |
| | | | | | Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by default it's 'false'. | ||
* | api/repo/milestone: fix change status didn't take effect | Unknwon | 2017-02-10 |
| | |||
* | models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) | Unknwon | 2017-02-10 |
| | |||
* | Minor improve on error handling | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | models/repo: clean up repository local copy after rename (#3641) | Unknwon | 2017-02-09 |
| | |||
* | models/pull: load attributes when fetch list of pull requests (#4089) | Unknwon | 2017-02-09 |
| | | | | | | Code only fetched issues corresponding to the pull requests, and left out necessary base/head repository objects, which is required later to generate API format. | ||
* | models: set XORM log level to WARNING in production | Unknwon | 2017-02-09 |
| | |||
* | models: remove TiDB embedded driver support | Unknwon | 2017-02-09 |
| | | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers. | ||
* | models/org_team: fix compile error | Unknwon | 2017-02-08 |
| | |||
* | models/org_team: panic when team num_repos is negative (#3671) | Unknwon | 2017-02-08 |
| | |||
* | models/ssh_key: little key methods receiver rename | Unknwon | 2017-02-01 |
| | |||
* | cmd/serve: minor code improve for PR #4078 | Unknwon | 2017-02-01 |
| | |||
* | Allow use to set an external tracker url and to redirect user when clicking ↵ | Rémy Boulanouar | 2017-01-31 |
| | | | | in Issues same behavior as Wiki. (#3646) | ||
* | Do a fast-fail testing on repository URL before mirroring | Unknwon | 2017-01-31 |
| | | | | | To ensure the URL is accessible under good condition to prevent long blocking on URL resolution without syncing anything. | ||
* | Use commit time instead of author time for push commits (#4037) | Unknwon | 2017-01-30 |
| | |||
* | Skip deletion for temporary data when not exist on Windows (#4069) | Unknwon | 2017-01-30 |
| | |||
* | Issue #3814 (#3903) | Renato P. de Aquino | 2017-01-30 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Fix create user can use user email which is used (#4016) | Unknwon | 2017-01-29 |
| | |||
* | Fix showing total number of PRs when user does not have any repositories (#4007) | Unknwon | 2017-01-28 |
| | |||
* | Safe compare password (timing attack) (#4064) | Denis Denisov | 2017-01-28 |
| | |||
* | Disable local path migration by default (#4033) | Unknwon | 2017-01-26 |
| | | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. | ||
* | Fix #3714 (#4060) | Óscar García Amor | 2017-01-25 |
| | |||
* | Fix notification email issues (#4055) | Óscar García Amor | 2017-01-24 |
| | |||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 |
| | |||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 |
| | |||
* | Fix assigned/created issues in dashboard. (#3560) | hgaiser | 2016-12-27 |
| | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater. | ||
* | Fetch before Checkout when create pull request (#3699) | Unknwon | 2016-12-23 |
| | |||
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerability reported in #3962 | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerabilities reported in #3959 | Unknwon | 2016-12-22 |
| | |||
* | Fix #3675 | Unknwon | 2016-12-22 |
| | | | | Closes #3676 | ||
* | Code fix for PR #3547 | Unknwon | 2016-12-22 |
| |