summaryrefslogtreecommitdiff
path: root/spec/requests/api/notes_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs for creating new note without accessGrzegorz Bizon2016-05-291-2/+2
* Fix single note api requestFelipe Artur2016-05-161-3/+14
* Fix notes API calls symbol convertionsFelipe Artur2016-05-101-0/+31
* Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-0/+19
* Prevent privilege escalation via notes APIRobert Speicher2016-04-261-10/+31
* Allow back dating notes on creationMichael Greene2016-04-131-0/+13
* Adapt tests to new testing guidelinesRobert Schilling2016-04-121-6/+6
* Fix code review issuesRobert Schilling2016-04-121-1/+19
* Delete notes via APIRobert Schilling2016-04-121-0/+43
* Add pagination headers to already paginated API resourcesadd-pagination-headers-to-apiRémy Coutable2016-01-141-0/+4
* Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-5/+6
* Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-0/+51
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-39/+39
* Implemented notes (body) patching in API.uran2014-12-251-0/+54
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-7/+0
* Fix api specsDmitriy Zaporozhets2014-06-131-2/+2
* Delete wall notes testsDmitriy Zaporozhets2014-06-131-50/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+12
* Drop support of root namespace in modelHiroyuki Sato2013-09-171-0/+2
* Merge Request on forked projectsIzaak Alpert2013-07-171-1/+1
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-1/+1
|\
| * Tests fixedAndrew8xx82013-03-251-1/+1
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
|/
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-14/+0
|\
* | API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-1/+45
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-0/+11
|\ \ | |/
| * add specs for api -> merge request notesDmitriy Zaporozhets2013-01-311-0/+11
* | Status code 400 is returned if body is missing on note creation.Sebastian Ziebell2013-02-061-0/+30
|/
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* API: get a single wall noteNihad Abbasov2012-12-011-0/+8
* API: ability to create a wall noteNihad Abbasov2012-11-291-0/+8
* API: create new notesNihad Abbasov2012-11-291-0/+20
* API: get a single noteNihad Abbasov2012-11-291-2/+20
* API: list wall, snippet and issue notesNihad Abbasov2012-11-291-0/+52