Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ | |||
| * | repo_branch: fix inapproriate logic | Unknwon | 2017-02-28 |
| | | |||
* | | cmd: able to backup and restore | Unknwon | 2017-02-27 |
| | | | | | | | | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 | ||
* | | webhook: add fork event | Unknwon | 2017-02-27 |
| | | |||
* | | dashboard: add delete branch and tag news feeds | Unknwon | 2017-02-27 |
| | | |||
* | | webhook: able to detect delete branch or tag (#2315) | Unknwon | 2017-02-27 |
| | | |||
* | | repo: able to perform initial commit on behave of actual user | Unknwon | 2017-02-27 |
|/ | |||
* | modes/org: code format for PR #4194 | Unknwon | 2017-02-26 |
| | |||
* | models/org: use XORM chain operations instead of raw SQL (#4194) | dlob | 2017-02-26 |
| | | | This also solved MSSQL pagination query syntax problem reported in #4176. | ||
* | repo: able to add organization member as repository collaborator | Unknwon | 2017-02-24 |
| | |||
* | protect_branch: only list teams have write access | Unknwon | 2017-02-24 |
| | | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch. | ||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | models/repo: delete protect branch options when delete repository | Unknwon | 2017-02-23 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | webhook: fix organizational webhook last delivery status cannot be updated | Unknwon | 2017-02-22 |
| | |||
* | comment: only show title of commit message from a commit ref (#3206) | Unknwon | 2017-02-22 |
| | |||
* | models/git_diff: add bound check | Unknwon | 2017-02-22 |
| | |||
* | migrate: fix unexpected removal of repository when wiki is detected | Unknwon | 2017-02-21 |
| | |||
* | webhook: also only enable certain types (#3356) | Unknwon | 2017-02-21 |
| | | | | Add new config option '[webhook] TYPES’. | ||
* | webhook: only trigger specific webhook for test delivery (#3030) | Unknwon | 2017-02-21 |
| | |||
* | webhook: minor improvements on Discord | Unknwon | 2017-02-21 |
| | |||
* | webhook: support color for Discord | Unknwon | 2017-02-21 |
| | |||
* | models/repo: fix repository files weren't cleaned up (#4167) | Unknwon | 2017-02-21 |
| | |||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 |
| | |||
* | models/webhook: fix bad query | Unknwon | 2017-02-20 |
| | |||
* | webhook: minor text change on Discord | Unknwon | 2017-02-19 |
| | |||
* | migration: drop 0.6.x support | Unknwon | 2017-02-19 |
| | |||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | models/repo: handle deletion on Windows (#4152) | Unknwon | 2017-02-18 |
| | |||
* | cron: add repository archive cleanup (#4061) | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 |
| | |||
* | Improve error handling | Unknwon | 2017-02-17 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636. |