Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-02move from christophwurst/nextcloud to nextcloud/ocpkorelstar
2022-09-04fix API test (allow more time for updating)korelstar
2022-08-13fix minor API versionkorelstar
2022-08-02fix code stylekorelstar
2022-05-01external API for custom file extensionkorelstar
2022-04-24require at least PHP 7.4korelstar
2022-02-12allow empty settings (required for root directory)korelstar
2021-08-07add test for access without authenticationkorelstar
2021-05-27API: allow requesting notes list in chunkskorelstar
2021-05-20add pruneBefore test with updatekorelstar
2021-05-20move v1 tests to APIv1Testkorelstar
2021-05-20add Accept headerkorelstar
2021-05-07API: new attribute "readonly" for read-only noteskorelstar
2021-05-01compatibility with phpunit 9.5+korelstar
2021-04-19API: check note's ETag (HTTP If-Match / 412)korelstar
2021-04-19API: expose the note's ETagkorelstar
2021-04-02API: add settings endpointkorelstar
2021-04-02API: new minor API version 1.2korelstar
2021-03-08don't check HTTP header when 304 Not Modifiedkorelstar
2021-03-03fix publishv4.0.3korelstar
2021-02-03update PHP coding style (by Nextcloud)korelstar
2020-09-15fix CI tests for unpublished server versionkorelstar
2020-07-13use Nextcloud Coding Standardkorelstar
2020-06-19declare supported PHP versions and re-adjust testskorelstar
2020-06-11add test and docs for 401 Unauthorizedkorelstar
2020-05-22API: filter notes by category (introduce v1.1)korelstar
2020-05-19run API tests with both Nextcloud min-/max-versionkorelstar
2020-05-19allow max-nc-version to be higher than server gitkorelstar
2020-04-13maintenance and new API v1korelstar
2020-03-29Test API using phpunit and Guzzlekorelstar
2020-03-29code formattingkorelstar
2020-02-20remove old phpunit testskorelstar
2020-02-20refactoring maintenancekorelstar
2020-02-13add version matrix for lint-phpkorelstar
2019-09-19add test for Nextcloud min-versionkorelstar
2017-06-27Merge pull request #95 from nextcloud/api-speed-upHendrik Leppelsack
2017-05-26API speed-up (ETag, Last-Modified)korelstar
2017-05-05add API to change the category (move note to subdirectory)korelstar
2017-01-08add a new test for note in subdirkorelstar
2017-01-08Merge branch 'master' into subdirkorelstar
2017-01-08New attribute 'category' for note entitykorelstar
2017-01-08Fix tests for subdir featurekorelstar
2016-12-30Uppercase headersrushsteve1
2016-12-29ownCloud -> nextcloudrushsteve1
2016-10-26API: let the modified time be changeable (#247)korelstar
2016-10-21New feature: set a note as favorite (star/unstar) (#248)korelstar
2015-10-07allow file extensions other than txtHendrik Leppelsack
2015-07-29first gulp buildBernhard Posselt
2015-07-25remove markdown config settingBernhard Posselt
2015-07-24added integration tests for the notesControllerHendrik Leppelsack