summaryrefslogtreecommitdiff
path: root/lib/api/notes.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+0
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
* Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-10/+16
* Parameter already enforced via grapeclean-api-paramsRobert Schilling2016-12-281-2/+0
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-1/+3
* Grapify the notes APIgrapify-notes-apiRobert Schilling2016-11-151-67/+57
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-4/+4
* Sort API endpoints and implement feedbackZ.J. van de Weg2016-06-171-1/+1
* Move note helper method to notes entity fileissue_17302Felipe Artur2016-05-171-2/+8
* Fix single note api requestFelipe Artur2016-05-161-5/+5
* Fix notes API calls symbol convertionsFelipe Artur2016-05-101-3/+3
* Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-13/+18
* Allow back dating notes on creationMichael Greene2016-04-131-0/+5
* Adapt tests to new testing guidelinesRobert Schilling2016-04-121-0/+2
* Fix code review issuesRobert Schilling2016-04-121-4/+2
* Delete notes via APIRobert Schilling2016-04-121-0/+17
* Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-2/+19
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-7/+5
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-1/+1
* Forward the messages in api response.Marin Jankovski2014-12-301-1/+1
* Implemented notes (body) patching in API.uran2014-12-251-0/+33
* Fix notes creation via APIDmitriy Zaporozhets2014-06-181-5/+8
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-49/+0
* Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets2014-06-101-22/+18
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-18/+22
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* load notes for wall via apiDmitriy Zaporozhets2013-03-191-0/+4
* API: fixed adding a noteSebastian Ziebell2013-02-271-1/+1
* API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-3/+2
* API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-0/+5
* API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-1/+1
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-1/+1
|\
| * Expose MergeRequest object as a notable in the API to allow for easy retrieva...Micah Huff2013-01-291-1/+1
* | Status code 400 is returned if body is missing on note creation.Sebastian Ziebell2013-02-061-0/+2
|/
* Rspec fixesDmitriy Zaporozhets2013-01-041-2/+2
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-6/+6
* API: get a single wall noteNihad Abbasov2012-12-011-0/+12
* API: ability to create a wall noteNihad Abbasov2012-11-291-0/+18
* API: create new notesNihad Abbasov2012-11-291-0/+22
* API: get a single noteNihad Abbasov2012-11-291-0/+15
* correct exampleNihad Abbasov2012-11-291-1/+2
* API: list wall, snippet and issue notesNihad Abbasov2012-11-291-0/+38