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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-25โœจ (#1220): keep last file path when choose files from file pickerVinicius Reis
2022-10-19Localize and improve empty results message for user mentionsJonas
2022-10-19Allow to select user mentions with tab keyJonas
2022-10-19Ignore keyboard combinations with modifiers in user mention suggestion listJonas
2022-10-19Fix copy and paste of user mentionsJonas
2022-10-13Fix pressing the enter key removes heading contentFerdinand Thiessen
2022-10-12Use vue-richtext for rendering paragraph widgetJulius Hรคrtl
2022-10-12๐Ÿฉน fix emoji suggestion regressionVinicius Reis
2022-10-11Remove superfluous `top: 104px` from outline stylingJonas
2022-10-11โœจ (#2904): Able to show outiline in readonly modeVinicius Reis
2022-10-11Set #content margin to 0 for direct editingJonas
2022-10-11Remove unused assets copied from nextcloud-vueFerdinand Thiessen
2022-10-11Consolidate CSS styles for user mention listJonas
2022-10-11Migrate to use `:deep` selector instead of deprecated `::v-deep`Ferdinand Thiessen
2022-10-05feat: add tests for mentionsLuka Trovic
2022-10-05๐Ÿ› (#3069): fix table settings buttonVinicius Reis
2022-10-05โž• use slug package to make anchor more idiom and emoji compatibleVinicius Reis
2022-10-05Improved styling of saving indicatorFerdinand Thiessen
2022-10-04๐Ÿ› prevent attachment content to be editableVinicius Reis
2022-10-04๐ŸŽจ format cssVinicius Reis
2022-10-03Added a unittest for escaping of table cellsFerdinand Thiessen
2022-10-03Fix escaping of `|` inside table cellsFerdinand Thiessen
2022-09-29โœ๏ธ (#2842): change container of ActionAttachmentUploadVinicius Reis
2022-09-29๐Ÿ› fix emoji picker eventVinicius Reis
2022-09-29๐Ÿ› (#2842): use menu bar as container for emoji and list actionsVinicius Reis
2022-09-27๐Ÿ› fix missing usage of emojiAddRecentVinicius Reis
2022-09-27โ™ป๏ธ use single entry from @nextcloud/vueVinicius Reis
2022-09-27๐Ÿ› (#2910): add mobile testsVinicius Reis
2022-09-27๐Ÿ› (#2910): fix missing event listener in menu listVinicius Reis
2022-09-20Load Mention extension in RichText.jsJonas
2022-09-20Disable image caption input in readonly viewJonas
2022-09-20Remove focus-visible outline from headingsFerdinand Thiessen
2022-09-19Use import instead of require to fix compilation with viteJonas
2022-09-13Add visible and clickable links for the page anchorsFerdinand Thiessen
2022-09-13Use `@nextcloud/logger` for all loggingFerdinand Thiessen
2022-09-13Stop emoji autocompletion when it got escaped by hitting <Esc>Jonas
2022-09-13Allow to select emojis with tab keyJonas
2022-09-13Ignore keyboard combinations with modifiers in emoji selector listJonas
2022-09-13Fix eslint error about missing parameter descriptionJonas
2022-09-13fix: add primary attribute for current userLuka Trovic
2022-09-13Add printing stylesheet, enables printing of text filesFerdinand Thiessen
2022-09-09โช๏ธ Revert "Merge pull request #2841 from nextcloud/feature/heading-anchor...Vinicius Reis
2022-09-08Fix: Multiple elements with the same html idFerdinand Thiessen
2022-09-08fix: update link menububble on editor updatesMax
2022-09-06don't even render the image caption if attachment is not an imageJulien Veyssier
2022-09-06pass upload auth params as GET-like ones to avoid authentication error when e...Julien Veyssier
2022-09-06better border management for image captionJulien Veyssier
2022-09-06rename cypress attachment tests, add one for media uploadJulien Veyssier
2022-09-06image caption borderJulien Veyssier
2022-09-06avoid image caption offset when delete icon appearsJulien Veyssier