aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Expand)AuthorAge
...
* models/pull: better error message detection (#4265)Unknwon2017-03-09
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* models/user: handle case when user doesn't belong to any organization (#4258)Unknwon2017-03-08
* ssh_key: create parent directory of 'authorized_keys' fileUnknwon2017-03-08
* mirror: update repository updated_unix after sync (#2807)Unknwon2017-03-08
* models/user: better directory handling when change usernameUnknwon2017-03-07
* models/org: reduce to 2 SQL executions for GetOrgIDsByUserIDUnknwon2017-03-03
* webhook: fix push panic to organizational repository (#4206)Unknwon2017-02-28
* Merge branch 'master' of github.com:gogits/gogs into developUnknwon2017-02-28
|\
| * repo_branch: fix inapproriate logicUnknwon2017-02-28
* | cmd: able to backup and restoreUnknwon2017-02-27
* | webhook: add fork eventUnknwon2017-02-27
* | dashboard: add delete branch and tag news feedsUnknwon2017-02-27
* | webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
* | repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
|/
* modes/org: code format for PR #4194Unknwon2017-02-26
* models/org: use XORM chain operations instead of raw SQL (#4194)dlob2017-02-26
* repo: able to add organization member as repository collaboratorUnknwon2017-02-24
* protect_branch: only list teams have write accessUnknwon2017-02-24
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
* models/repo: delete protect branch options when delete repositoryUnknwon2017-02-23
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
* webhook: fix organizational webhook last delivery status cannot be updatedUnknwon2017-02-22
* comment: only show title of commit message from a commit ref (#3206)Unknwon2017-02-22
* models/git_diff: add bound checkUnknwon2017-02-22
* migrate: fix unexpected removal of repository when wiki is detectedUnknwon2017-02-21
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
* webhook: only trigger specific webhook for test delivery (#3030)Unknwon2017-02-21
* webhook: minor improvements on DiscordUnknwon2017-02-21
* webhook: support color for DiscordUnknwon2017-02-21
* models/repo: fix repository files weren't cleaned up (#4167)Unknwon2017-02-21
* diff: able to highlight line with hashtag URLUnknwon2017-02-20
* models/webhook: fix bad queryUnknwon2017-02-20
* webhook: minor text change on DiscordUnknwon2017-02-19
* migration: drop 0.6.x supportUnknwon2017-02-19
* repo: several minor improvementsUnknwon2017-02-19
* models/repo: handle deletion on Windows (#4152)Unknwon2017-02-18
* cron: add repository archive cleanup (#4061)Unknwon2017-02-18
* webhook: add native Discord supportUnknwon2017-02-18
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
* Improve error handlingUnknwon2017-02-17
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* models/repo: UpdateLocalCopy should always aceept valid branch nameUnknwon2017-02-16
* models/repo: use reset --hard to align with remote branch (#4123)Unknwon2017-02-15
* wiki: remove redundant string replace (#3754)Unknwon2017-02-15
* migration.v15: don't generate hook file if wiki not exist (#1623)Unknwon2017-02-15
* migration: minor code fix (#1623)Unknwon2017-02-15