Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add a ReferenceFilter base class | Robert Speicher | 2015-04-20 | 1 | -0/+68 | |
| | | | | | | | | | | | | | | | This will allow for the removal of a lot of duplication from the reference filters. | |||||
| * | | Fix `user_can_reference_group?` check | Robert Speicher | 2015-04-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Add permission check to ReferenceExtractor's user mentions | Robert Speicher | 2015-04-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rename `user_can_read_group?` to `user_can_reference_group?` | Robert Speicher | 2015-04-20 | 1 | -2/+2 | |
| | | | ||||||
| * | | Check for project read permissions in cross-references | Robert Speicher | 2015-04-20 | 1 | -3/+13 | |
| | | | ||||||
| * | | Add current_user to filter context | Robert Speicher | 2015-04-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Remove Gitlab::Markdown from Gitlab::ReferenceExtractor | Robert Speicher | 2015-04-20 | 1 | -2/+66 | |
| | | | ||||||
| * | | Add permission checking to UserReferenceFilter | Robert Speicher | 2015-04-20 | 1 | -3/+12 | |
| | | | ||||||
| * | | Add name-based referencing to LabelReferenceFilter | Robert Speicher | 2015-04-20 | 1 | -8/+35 | |
| | | | ||||||
| * | | Run SanitizationFilter before our reference filters | Robert Speicher | 2015-04-20 | 1 | -2/+7 | |
| | | | ||||||
| * | | Make CommitRange and Snippets cross-referable | Robert Speicher | 2015-04-20 | 1 | -12/+14 | |
| | | | ||||||
| * | | Reference filters :sparkles: | Robert Speicher | 2015-04-20 | 10 | -283/+928 | |
| |/ | | | | | | | | | Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users. | |||||
* | | Don't autolink masked imported email addresses. | Douwe Maan | 2015-04-21 | 1 | -1/+4 | |
| | | ||||||
* | | Fix rendering of deleted blocking/blocked-on statuses. | Douwe Maan | 2015-04-21 | 1 | -10/+24 | |
| | | ||||||
* | | Import "Comment #10" as "Comment 10" to not incorrectly reference issue. | Douwe Maan | 2015-04-21 | 1 | -1/+3 | |
| | | ||||||
* | | Get imported links to render correctly by not escaping all special chars. | Douwe Maan | 2015-04-21 | 1 | -12/+10 | |
| | | ||||||
* | | Add "imported from Google Code" to imported issues. | Douwe Maan | 2015-04-21 | 1 | -1/+1 | |
|/ | ||||||
* | Revert disallowing usernames to end in period.revert-username-period | Douwe Maan | 2015-04-20 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'fix-label-color' into 'master' | Dmitriy Zaporozhets | 2015-04-20 | 1 | -16/+16 | |
|\ | | | | | | | | | | | | | | | Parse GFM references after sanitizing Parse GFM references - labels, issues, MRs, etc. - after calling the HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted attributes like `style`. See #2188. See merge request !1745 | |||||
| * | Fix GFM extractions | Vinnie Okada | 2015-04-17 | 1 | -13/+13 | |
| | | | | | | | | Extract and re-insert links after sanitizing user markup. | |||||
| * | Parse GFM references after sanitizing | Vinnie Okada | 2015-03-28 | 1 | -3/+3 | |
| | | | | | | | | | | | | Parse GFM references - labels, issues, MRs, etc. - after calling the HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted attributes like `style`. | |||||
* | | Decrease memory use and increase performance of Google Code importer. | Douwe Maan | 2015-04-17 | 1 | -47/+38 | |
| | | ||||||
* | | Move import data out of project so it doesn't take ages to load. | Douwe Maan | 2015-04-17 | 2 | -22/+17 | |
| | | ||||||
* | | Make sure user has access to namespace in import tests. | Douwe Maan | 2015-04-15 | 2 | -32/+37 | |
| | | ||||||
* | | Merge branch 'sstanovnik-openssh_fix' into 'master' | Dmitriy Zaporozhets | 2015-04-15 | 1 | -0/+55 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix generating SSH key fingerprints with OpenSSH 6.8. Replaces https://github.com/gitlabhq/gitlabhq/pull/9008. Fixes gitlab-org/gitlab-ce#1289. cc @jacobvosmaer See merge request !519 | |||||
| * | | Simplify regex.sstanovnik-openssh_fix | Douwe Maan | 2015-04-14 | 1 | -3/+3 | |
| | | | ||||||
| * | | Refactor key fingerprint generation. | Douwe Maan | 2015-04-14 | 1 | -0/+55 | |
| | | | ||||||
* | | | Merge branch 'ldap-block_auto_created_users' into 'master' | Dmitriy Zaporozhets | 2015-04-15 | 2 | -2/+12 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config var to block auto-created LDAP users. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2110. See merge request !522 | |||||
| * | | | Add config var to block auto-created LDAP users. | Douwe Maan | 2015-04-14 | 2 | -2/+10 | |
| | | | | ||||||
| * | | | Non-persisted users already have the identity by way of build_new_user. | Douwe Maan | 2015-04-14 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge branch 'google-code-import' into 'master' | Douwe Maan | 2015-04-15 | 4 | -0/+502 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import projects from Google Code. Resolves #1257. Issue import logic almost entirely taken from https://gitlab.com/o9000/google-code-to-gitlab ( :hearts: @o9000). ### To do - [x] List projects from Google Takeout file - [x] Import Git repository - [x] Import issues - [x] Link to correct attachment URL (https://code.google.com/p/support-tools/issues/detail?id=50) - [x] Handle deleted attachments - [x] Handle blockedOn attribute - [x] Add directions on how to get data from Google Takeout ### Import instructions  ### Imported issue  See merge request !471 | |||||
| * | | | Import Google Code issue assignee when mapped.google-code-import | Douwe Maan | 2015-04-14 | 1 | -0/+14 | |
| | | | | ||||||
| * | | | Skip issue comment when its content, updates and attachments are empty. | Douwe Maan | 2015-04-14 | 1 | -39/+61 | |
| | | | | ||||||
| * | | | Allow user map to be specified. | Douwe Maan | 2015-04-14 | 4 | -17/+56 | |
| | | | | ||||||
| * | | | Add comment number to imported Google Code comments. | Douwe Maan | 2015-04-14 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Remove author link since all code.google.com links will be shut down. | Douwe Maan | 2015-04-14 | 1 | -8/+6 | |
| | | | | ||||||
| * | | | Show Google Code image attachments inline. | Douwe Maan | 2015-04-04 | 1 | -2/+6 | |
| | | | | ||||||
| * | | | Mask owner email when updated. | Douwe Maan | 2015-04-03 | 1 | -14/+10 | |
| | | | | ||||||
| * | | | Allow projects to be imported from Google Code. | Douwe Maan | 2015-04-03 | 4 | -0/+429 | |
| | | | | ||||||
* | | | | Merge branch 'ldap_migration' | Dmitriy Zaporozhets | 2015-04-13 | 2 | -3/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: db/schema.rb | |||||
| * | | | | Remove special cases for the 'ldap' provider | Jacob Vosmaer | 2015-04-13 | 2 | -3/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'reference-access-control' into 'master' | Dmitriy Zaporozhets | 2015-04-13 | 3 | -65/+66 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only allow users to reference groups, projects, issues, MRs, commits they have access to. Addresses https://dev.gitlab.org/gitlab/gitlabhq/issues/2183. See merge request !1742 | |||||
| * | | | | | Refactor ClosingIssueExtractor. | Douwe Maan | 2015-04-03 | 1 | -12/+11 | |
| | | | | | | ||||||
| * | | | | | Refactor ReferenceExtractor. | Douwe Maan | 2015-04-03 | 1 | -29/+28 | |
| | | | | | | ||||||
| * | | | | | Don't require user to every gfm call. | Douwe Maan | 2015-04-03 | 1 | -21/+21 | |
| | | | | | | ||||||
| * | | | | | Fix errors. | Douwe Maan | 2015-04-02 | 2 | -20/+8 | |
| | | | | | | ||||||
| * | | | | | Only allow users to cross-reference and close issues they have access to. | Douwe Maan | 2015-04-02 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Don't allow full access to guests in ReferenceExtractor | Douwe Maan | 2015-04-02 | 1 | -3/+0 | |
| | | | | | | ||||||
| * | | | | | Refactor Mentionable mentioned users to use ReferenceExtractor. | Douwe Maan | 2015-04-02 | 1 | -2/+10 | |
| | | | | | | ||||||
| * | | | | | Only allow user to reference objects they have access to. | Douwe Maan | 2015-04-02 | 2 | -21/+31 | |
| | | | | | |