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
AgeCommit message (Collapse)Author
2020-07-13use @nextcloud/webpack-vue-configkorelstar
2020-07-13use Nextcloud Coding Standardkorelstar
2020-02-20refactoring maintenancekorelstar
2019-05-22switch to Vue.jskorelstar
2018-12-12require at least NC14korelstar
2018-11-29fix design issues in some browserskorelstar
2018-11-24use minified version of JS-libskorelstar
2018-11-08fix: notes list was not always updated on changeskorelstar
2018-11-08fix: list of categories was not updatedkorelstar
2018-11-04show more details about current searchkorelstar
2018-11-02show category selector in navigationkorelstar
2018-09-01Prevent favorite tooltip from occurring twiceFerdinand Mütsch
2018-08-18update/remove obsolete JS dependencieskorelstar
2018-08-18new "new" button style from NC14korelstar
2018-08-18remove obsolete filter noteTitlekorelstar
2018-08-18fix: DOM position of "new note" buttonkorelstar
2018-08-14remove unnecessary confirm button for selectkorelstar
2018-08-02design optimizations for NC14korelstar
2018-07-29show loading icon and "No search result for ..."korelstar
2018-07-29use new search API for Nextcloud >= 14korelstar
2018-07-24add setting for default file suffixkorelstar
2018-07-03Make notes path configurable (#207)Daniel Morlock
2018-04-14-Prevent app from crashing upon encountering faulty file.kimthefirst
-Informative errors compliant with NC standard. -Faulty files show in sidebar with error.
2017-11-13Fix error handling for save / manual save (#137)korelstar
2017-07-03Changed 'new note' to button (#108)Andreas Jacobsen
* Changed 'create note' to button Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com> * Removed unneeded css * Removed whitespace
2017-04-10switch editor from mdedit to simplemdeHendrik Leppelsack
2016-12-12Simple search functionality (#28)Hendrik Leppelsack
* simple search functionality * filter by multiple words * fix firefox styling issues * add test for and filter
2016-10-21New feature: set a note as favorite (star/unstar) (#248)korelstar
* New feature: set note as favorite (star/unstar) * fix use of hidden classes * minor optimizations requested by Henni * remove array annotation * check if tagger is null * adjust tests for new favorite feature * allow setting favorite over API
2015-10-07revert the removal of tooltip.cssHendrik Leppelsack
2015-09-29remove tooltip.cssHendrik Leppelsack
2015-08-04Remove import of libs removed inMatthias Grundmann
e58384be9f8bdbd30c935d16734006deb4f3f6c6
2015-07-29remove unneeded css importBernhard Posselt
2015-07-29also fetch mdedit from bowerBernhard Posselt
2015-07-29first gulp buildBernhard Posselt
fix tests and more gulp work add new line adjust travis yml for build fix build generate source map fix phpunit tests echoing twice remove unused vendor libs update globals in jshint rc remove unused directory add prism from bower swap out prism in template fix config
2015-07-10hide # in note titlesHendrik Leppelsack
2015-07-10just playing aroundHendrik Leppelsack
2015-04-27remove redundant translation callBernhard Posselt
2015-04-27dont render until doneBernhard Posselt
2015-04-27convert tabs to spaces to fix multiple indention issuesBernhard Posselt
2015-04-26add minification and remove useless directoriesBernhard Posselt
2015-04-26add back markdown support, enable syntax highlightning, images and github ↵Bernhard Posselt
flavored markdown add styling for tables use ng-if to not create markdown if it is not visible
2015-01-26migrate the notes app to owncloud 8Bernhard Posselt
2014-12-30Merge pull request #65 from owncloud/flying-loading-iconJan-Christoph Borchardt
Fix: The loading icon doesn't fly anymore.
2014-09-17correct delete-icon to icon-deleteJan-Christoph Borchardt
2014-09-03Fix: THe loading icon doesnt fly anymore, hackish though.raghunayyar
2014-02-04swap showdown for markdownBernhard Posselt
2014-02-03update libs, add basic markdown support, more styling needed but fix #5Bernhard Posselt
2013-09-10make available for oc 5Bernhard Posselt
2013-09-06add functionality for deleting notesBernhard Posselt
2013-08-26change email adress in license headersBernhard Posselt