summaryrefslogtreecommitdiff
path: root/lib/gitlab/email
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Only pass item nameLin Jen-Shin2016-06-153-11/+6
* | More space for private concernLin Jen-Shin2016-06-152-0/+2
* | Save the list of handlers in a constantLin Jen-Shin2016-06-151-1/+3
* | Raise first like an input checkLin Jen-Shin2016-06-151-5/+3
* | Avoid assignment in ifLin Jen-Shin2016-06-151-1/+2
* | Blank line for privateLin Jen-Shin2016-06-151-0/+1
* | A blank line to separate exception raisingLin Jen-Shin2016-06-151-0/+1
* | Avoid using bang bangLin Jen-Shin2016-06-151-1/+1
* | Rename to project_path which is more accurateLin Jen-Shin2016-06-151-3/+3
* | Remove empty lines at the beginning of filesLin Jen-Shin2016-06-152-2/+0
* | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-151-1/+6
|\ \ | |/
| * Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+6
* | Merge the places where exceptions could be raisedLin Jen-Shin2016-05-243-6/+6
* | use split and try to unify error raisingLin Jen-Shin2016-05-233-12/+10
* | Add ! for verify_record! because it could raiseLin Jen-Shin2016-05-213-3/+3
* | Rename handlers and introduce Handler.forLin Jen-Shin2016-05-215-64/+74
* | Only set @raw for receiver, and handle the rest in executeLin Jen-Shin2016-05-201-11/+12
* | It's for Message-ID so it should be message_idLin Jen-Shin2016-05-201-1/+1
* | Use the authentication_token for finding the userLin Jen-Shin2016-05-201-10/+1
* | Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-182-4/+1
* | so we use separate classes to handle different tasksLin Jen-Shin2016-05-184-151/+212
* | We should totally cache itLin Jen-Shin2016-05-161-3/+1
* | Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-2/+9
* | Now we would be validating authentication tokenLin Jen-Shin2016-05-161-3/+0
* | Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin2016-05-161-1/+15
* | process_reply -> process_create_note; handle_reply -> process_replyLin Jen-Shin2016-05-161-5/+5
* | bang to indicate that this method could raise an exceptionLin Jen-Shin2016-05-161-3/+3
* | Update style as create_noteLin Jen-Shin2016-05-161-3/+6
* | No need to check project because:Lin Jen-Shin2016-05-161-2/+1
* | Raise one by one instead of if checksLin Jen-Shin2016-05-161-10/+5
* | Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-161-3/+3
* | Try to give better namesLin Jen-Shin2016-05-161-6/+6