summaryrefslogtreecommitdiff
path: root/lib/gitlab/email
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-1/+5
|\
| * Backport permissions and multi-line array to CEFelipe Artur2017-04-071-1/+5
* | Add specsDouwe Maan2017-04-051-6/+1
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-7/+1
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-13/+13
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-131-2/+2
|\
| * Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-2/+2
* | Merge branch 'fix-references-header-parsing' into 'master' Sean McGivern2017-02-061-1/+20
|\ \ | |/ |/|
| * Use references variableLin Jen-Shin2017-02-031-1/+3
| * Merge remote-tracking branch 'upstream/master' into fix-references-header-par...Lin Jen-Shin2017-02-036-44/+96
| |\
| * | Specify that iOS app would also do thisLin Jen-Shin2017-01-201-1/+3
| * | Fix References header parser for Microsoft ExchangeLin Jen-Shin2017-01-201-1/+16
* | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
| |/ |/|
* | Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-136-44/+96
|/
* fix guard stylebugfix/outlook-language-parsinghttp://jneen.net/2016-12-221-1/+3
* Be more certain in the commenthttp://jneen.net/2016-12-211-2/+3
* Revert "allow empty-quotes"http://jneen.net/2016-12-211-0/+4
* remove comment attributionhttp://jneen.net/2016-12-211-1/+1
* allow empty-quoteshttp://jneen.net/2016-12-211-4/+0
* protect against EmailReplyTrimmer returning nilhttp://jneen.net/2016-12-211-1/+1
* remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-0/+3
* switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-26/+4
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* fix indentation for rubocophttp://jneen.net/2016-11-171-3/+3
* rename `part` variable and guard against nil content_typehttp://jneen.net/2016-11-171-7/+5
* completely remove blockquote and table tagshttp://jneen.net/2016-11-171-2/+2
* use Nokogiri::HTML.parse instead of capitalized methodhttp://jneen.net/2016-11-171-1/+1
* fix rubocop failureshttp://jneen.net/2016-11-171-1/+4
* add parsing support for incoming html emailhttp://jneen.net/2016-11-172-5/+45
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-2/+1
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-4/+4
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-1/+3
* Disable “issue by email” feature until it uses a different tokenDouwe Maan2016-08-191-1/+2
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+1
* Rails prefers require_dependency so that it won't require twice:avoid-constant-warnings-in-railsLin Jen-Shin2016-08-091-1/+1
* Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-031-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+2
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-9/+9
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-4/+6
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-1/+1
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-2/+6
|\
| * Allow reply-by-email with diff notesDouwe Maan2016-07-061-9/+1
| * Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-2/+6
| * Limit push email diff sizelimit-email-diff-sizeSean McGivern2016-06-171-1/+1
* | raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+1
* | Use keyword args to be more clear:Lin Jen-Shin2016-06-203-6/+11
* | Use a separate line for separate actions:Lin Jen-Shin2016-06-201-1/+2