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/lib
AgeCommit message (Expand)Author
2022-02-20fix noteservice not returning the final filenameFelix Nüsse
2022-02-12allow empty settings (required for root directory)korelstar
2022-02-12Allow custom file extensionsvincowl
2022-01-30Add Imageproxy to resolve relative ImagepathsFelix Nüsse
2021-12-05update dependencieskorelstar
2021-08-19add setting for view modekorelstar
2021-07-31ignore and log DB error on inserting Metakorelstar
2021-07-31fix error handling if loading notes failskorelstar
2021-06-27error handling: send errorTypekorelstar
2021-05-27API: allow requesting notes list in chunkskorelstar
2021-05-07API: new attribute "readonly" for read-only noteskorelstar
2021-04-19API: ETag/If-None-Match for Get single notekorelstar
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-02validate user settings before saving themkorelstar
2021-04-02API: new minor API version 1.2korelstar
2021-03-05fix note creation on encrypted s3 storagekorelstar
2021-02-03update PHP coding style (by Nextcloud)korelstar
2021-01-13fix long duplicate title generationJacek Tomasiak
2020-11-23fix multi-byte handling in excerpt for dashboardBenjamin Schmid
2020-11-22improve handling of files with special charskorelstar
2020-10-01add provider for Nextcloud's unified searchkorelstar
2020-10-01Dashboard widget for NC20korelstar
2020-09-15use OCP\ITags::TAG_FAVORITE (requires NC19)korelstar
2020-09-15add constant Application::APP_IDkorelstar
2020-09-15migrate to new Nextcloud app bootstrapkorelstar
2020-09-15migrate to PSR-3 Logger Interfacekorelstar
2020-08-25fail graceful if MetaService can't read contentkorelstar
2020-08-25Provide path of errornous file in Exceptionkorelstar
2020-08-19Fix bug when using object storageKim, Seungho (isho)
2020-07-14retry if lockedkorelstar
2020-07-14update meta after content updatekorelstar
2020-07-14improve error handlingkorelstar
2020-07-13use @nextcloud/webpack-vue-configkorelstar
2020-07-13use Nextcloud Coding Standardkorelstar
2020-06-28localize default notes folderkorelstar
2020-06-28fix unnecessary error messages / lintingkorelstar
2020-06-28debounce autotitlekorelstar
2020-06-27show error type in error descriptionskorelstar
2020-06-27auto refresh current notekorelstar
2020-06-19improve loggingkorelstar
2020-06-14add app version to capabilitieskorelstar
2020-06-11throw exception if file can't be readkorelstar
2020-06-11fix errors if user logged out concurrentlykorelstar
2020-06-05retry on LockedExceptionkorelstar
2020-06-05add auto-refresh / split Vuex store into moduleskorelstar
2020-06-01fix Application setup / move nav to info.xml (#526)korelstar
2020-05-31speed-up sync (rewrite MetaService, add Hooks, ..)korelstar
2020-05-31switch from database.xml to migrationskorelstar