Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | modes/mirror: corrected NextUpdate not set (#4345) | Jonas | 2017-03-26 | |
| | ||||
* | models/repo: avoid duplicated results in SearchRepositoryByName (#4344) | Pablo Saavedra | 2017-03-26 | |
| | ||||
* | cmd/web: remove dependency version checker | Unknwon | 2017-03-25 | |
| | ||||
* | models/repo_editor: add pull request test task after commit (#4338) | Unknwon | 2017-03-25 | |
| | ||||
* | repo: cleanup some code | Unknwon | 2017-03-24 | |
| | ||||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 | |
| | | | | Relates to #649 and #2157 | |||
* | repo: update size after fork, migrate and mirror sync (#4336) | Unknwon | 2017-03-24 | |
| | ||||
* | milestone: only show issue-related count under issue list (#4316) | Unknwon | 2017-03-24 | |
| | ||||
* | user: remove sanitizer for FullName (#1937) | Unknwon | 2017-03-23 | |
| | ||||
* | repo: remove legacy sanitizer for repository description | Unknwon | 2017-03-23 | |
| | | | | Related to #4329. | |||
* | repo: fix unable to propose pull request from secondary fork (#4324) | Unknwon | 2017-03-23 | |
| | ||||
* | models: add config options for XORM logger (#3183) | Unknwon | 2017-03-23 | |
| | | | | Added new config section '[log.xorm]'. | |||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 | |
| | ||||
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 | |
| | ||||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 | |
| | ||||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 | |
| | ||||
* | explore: able list and search for private but accessible repositories (#3088) | Unknwon | 2017-03-17 | |
| | ||||
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 | |
| | ||||
* | repo/commit: able to config default commits page size (#4230) | Unknwon | 2017-03-16 | |
| | | | | Added config option '[ui.user] COMMITS_PAGING_NUM'. | |||
* | dashboard/feeds: able to load more history (#2511) | Unknwon | 2017-03-16 | |
| | ||||
* | setting: able to config dashboard news feed paging number (#4247) | Unknwon | 2017-03-16 | |
| | ||||
* | webhook: add file status to push event (#3897) | Unknwon | 2017-03-16 | |
| | ||||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 | |
| | ||||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 | |
| | | | | Added new config section '[release.attachment]’. | |||
* | models/repo: minor code style and comment fix (#4273) | Unknwon | 2017-03-13 | |
| | ||||
* | models/repo: allow SearchRepos to return private but accessible repositories ↵ | Rob Richards | 2017-03-13 | |
| | | | | | | | | | | | | | | | | | | | (#4273) * models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 * models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line * models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc * models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table | |||
* | issue_mail: fix issue poster not receive email if not watching (#2929) | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: use continue not return for bad records | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: make SQLite3 work | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: only Warn if repository happens to have bad data | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: sync table | Unknwon | 2017-03-12 | |
| | ||||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 | |
| | ||||
* | refactoring: experimental with models/errors package | Unknwon | 2017-03-12 | |
| | ||||
* | models/webhook: add skip check for Release event | Unknwon | 2017-03-11 | |
| | ||||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 | |
| | ||||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 | |
| | ||||
* | issue_mail: send notifications to participants in comments (#2929) | Unknwon | 2017-03-10 | |
| | ||||
* | release: improve page load performance | Unknwon | 2017-03-10 | |
| | | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'. | |||
* | models/user: explicitly select for organization type | Unknwon | 2017-03-10 | |
| | ||||
* | models/pull: treat all errors as conflict (#4265) | Unknwon | 2017-03-09 | |
| | | | | If there is a misdetection, log shows everything. | |||
* | models/pull: better error message detection (#4265) | Unknwon | 2017-03-09 | |
| | | | | Stop using English phrases in case of Git localization. | |||
* | webhook: add issue comment event | Unknwon | 2017-03-09 | |
| | ||||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 | |
| | | | | Also addresses #3485. | |||
* | models/user: handle case when user doesn't belong to any organization (#4258) | Unknwon | 2017-03-08 | |
| | ||||
* | ssh_key: create parent directory of 'authorized_keys' file | Unknwon | 2017-03-08 | |
| | ||||
* | mirror: update repository updated_unix after sync (#2807) | Unknwon | 2017-03-08 | |
| | ||||
* | models/user: better directory handling when change username | Unknwon | 2017-03-07 | |
| | | | | | | | | Previously, if the user base directory somehow doesn't exist, the application throws 500 for failure of rename. Now it detects if the application should rename or just create a new directory. | |||
* | models/org: reduce to 2 SQL executions for GetOrgIDsByUserID | Unknwon | 2017-03-03 | |
| | | | | | | | This also addresses #4231. It is now ignoring nonexistent organizations returned from 'org_user' table. This was a bug caused in older version that didn't cleanup 'org_user' table when delete an organization. | |||
* | webhook: fix push panic to organizational repository (#4206) | Unknwon | 2017-02-28 | |
| | ||||
* | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2017-02-28 | |
|\ |