Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Allow ReferenceExtractor to efficiently load references from multiple texts ↵ | Douwe Maan | 2015-10-13 | 3 | -12/+29 | |
| | | | | | | | | | | | | at once | |||||
* | | | Efficiently load multiple references of one type. | Douwe Maan | 2015-10-13 | 7 | -23/+33 | |
| | | | ||||||
* | | | Pass project to RedactorFilter | Douwe Maan | 2015-10-13 | 2 | -4/+9 | |
| | | | ||||||
* | | | Raise error when a ReferenceFilter doesn't implement referenced_by | Douwe Maan | 2015-10-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update inline doc | Douwe Maan | 2015-10-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update ReferenceFilter docs | Robert Speicher | 2015-10-07 | 1 | -10/+9 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Always allow references to the current project | Douwe Maan | 2015-10-07 | 4 | -5/+8 | |
| | | | ||||||
* | | | Refactor reference gathering to use a dedicated filter | Douwe Maan | 2015-10-07 | 12 | -89/+169 | |
| | | | ||||||
* | | | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-07 | 29 | -72/+597 | |
|\ \ \ | |/ / | ||||||
| * | | Fix rubocop warnings in lib | Guilherme Garnier | 2015-10-03 | 4 | -5/+2 | |
| |/ | ||||||
| * | Merge branch 'show-diff-stats-for-mr' | Dmitriy Zaporozhets | 2015-10-01 | 2 | -0/+16 | |
| |\ | ||||||
| | * | Show additions/deletions stats on merge request diff | Dmitriy Zaporozhets | 2015-10-01 | 2 | -0/+16 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | Add support of multibyte characters in LDAP UID | Петров Роман | 2015-09-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #9650 from szechyjs/fb-close-comment | Stan Hu | 2015-09-25 | 1 | -1/+1 | |
| |\ | | | | | | | FogBugz Import: Include closed comments since they may contain user data | |||||
| | * | FogBugz Import: Closed comments may contain user data | Jared Szechy | 2015-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diff | Douwe Maan | 2015-09-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix LDAP attribute mappingfix-ldap-attributes | Douwe Maan | 2015-09-23 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge branch 'rs-relative-link-up-one' into 'master' | Robert Speicher | 2015-09-21 | 1 | -11/+29 | |
| |\ \ | | | | | | | | | | | | | | | | | Allow relative links to go up one directory level See merge request !1352 | |||||
| | * | | Allow RelativeLinkFilter to go up multiple directoriesrs-relative-link-up-one | Robert Speicher | 2015-09-20 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | Allow relative links to go up one directory level | Robert Speicher | 2015-09-18 | 1 | -11/+30 | |
| | |/ | ||||||
| * | | Rename reply_by_email to incoming_email to prepare for the future. | Douwe Maan | 2015-09-21 | 2 | -15/+10 | |
| |/ | ||||||
| * | Merge branch 'ldap-attributes' into 'master' | Robert Speicher | 2015-09-16 | 4 | -11/+54 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261 | |||||
| | * | Make code clearerldap-attributes | Douwe Maan | 2015-09-16 | 1 | -11/+9 | |
| | | | ||||||
| | * | Shuffle config around a bit | Douwe Maan | 2015-09-09 | 3 | -15/+9 | |
| | | | ||||||
| | * | Add attributes to LDAP::Config. | Douwe Maan | 2015-09-08 | 2 | -3/+8 | |
| | | | ||||||
| | * | Allow configuration of LDAP attributes GitLab will use for the new user account. | Douwe Maan | 2015-09-08 | 3 | -11/+57 | |
| | | | ||||||
| * | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-11 | 3 | -6/+16 | |
| |\ \ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * \ | Merge branch 'rs-fix-highlighting' into 'master' | Douwe Maan | 2015-09-11 | 1 | -4/+8 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax highlighting improvements On the server side: During development I would occasionally see SanitizationFilter sanitizing the result of SyntaxHighlightFilter, even though its attributes were whitelisted. This updates the `clean_spans` transformer to return the whitelisted node as [suggested by the Sanitize docs](http://git.io/vZR8i). On the client side: - Makes the syntax_highlight JS more flexible - Adds JS specs - Simplifies highlighting of new notes - Adds highlighting to Markdown preview See merge request !1278 | |||||
| | | * | | RU-BO-COOOOOOOOPrs-fix-highlighting | Robert Speicher | 2015-09-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Prevent result of SyntaxHighlightFilter being sanitized | Robert Speicher | 2015-09-10 | 1 | -4/+8 | |
| | | | | | ||||||
| | * | | | Add comments and clean up test for !1274 | Stan Hu | 2015-09-10 | 1 | -0/+2 | |
| | |/ / | ||||||
| | * | | Gracefully handle errors in syntax highlighting by leaving the block unformatted | Stan Hu | 2015-09-10 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Closes #2433 | |||||
| | * | | Merge branch 'fix-emojis-relative-url' into 'master' | Douwe Maan | 2015-09-09 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix emoji URLs in Markdown when relative_url_root is used Path/URL helpers (e.g. `asset_url_helper`) already include the relative_url_root, so there is no need to attach it twice. Also adds the ability to run rspecs with relative_url_defined on the enviornment. For example: RELATIVE_URL_ROOT=/gitlab rspec Closes #1728 See merge request !1254 | |||||
| | | * | | Fix emoji URLs in Markdown when relative_url_root is used | Stan Hu | 2015-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds the ability to run rspecs with relative_url_defined on the enviornment. For example: RELATIVE_URL_ROOT=/gitlab rspec Closes #1728 | |||||
| * | | | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-09 | 36 | -59/+744 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | FogBugz project import | Jared Szechy | 2015-09-08 | 5 | -0/+424 | |
| | | |/ | | |/| | ||||||
| | * | | Fix URL construction for merge requests, issues, notes, and commits for ↵ | Stan Hu | 2015-09-04 | 1 | -6/+2 | |
| | |/ | | | | | | | | | | | | | | | | relative URL config Closes https://github.com/gitlabhq/gitlabhq/issues/9605 | |||||
| | * | Merge branch 'grack-auth-new-instance' into 'master' | Dmitriy Zaporozhets | 2015-09-02 | 1 | -0/+8 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid instance variable re-use trouble This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now. See merge request !1237 | |||||
| | | * | Avoid instance variable re-use trouble | Jacob Vosmaer | 2015-09-02 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now. | |||||
| | * | | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -10/+15 | |
| | |/ | ||||||
| | * | Merge branch 'use_db_for_application_settings' into 'master' | Marin Jankovski | 2015-09-01 | 1 | -1/+13 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if database connection exists when loading application settings !1217 broke omnibus-gitlab nightly builds. In omnibus-gitlab we precompile assets without a running database. See merge request !1230 | |||||
| | | * | Added USE_DB env var to allow loading fake settings without db running.use_db_for_application_settings | Marin Jankovski | 2015-09-01 | 1 | -1/+13 | |
| | | | | ||||||
| * | | | Move helpers back to original directory | Dmitriy Zaporozhets | 2015-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 7 | -8/+8 | |
| | | | | ||||||
* | | | | Basic support for an Atom-specific rendering pipeline | Robert Speicher | 2015-09-03 | 1 | -51/+60 | |
| | | | | ||||||
* | | | | Add post_process method to Gitlab::Markdown | Robert Speicher | 2015-09-01 | 1 | -0/+22 | |
| | | | | ||||||
* | | | | Remove `current_user` context from markdown and gfm helpers | Robert Speicher | 2015-09-01 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | These helpers are no longer dependent on the current user state. Hooray! | |||||
* | | | | Rescue from `RecordNotFound` in RedactorFilter | Robert Speicher | 2015-09-01 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Default `user_can_reference?` to true when no attributes match | Robert Speicher | 2015-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Now, a reference link with a `.gfm` class but without one of our `data-*-id` attributes should be shown to the user rather than hidden. | |||||
* | | | | Add RedactorFilter | Robert Speicher | 2015-09-01 | 2 | -0/+67 | |
| | | | |