Laurent Cozic
|
2e9f93ad9a
|
Tools: Enable eslint rule comma-dangle: always-multiline for functions
|
2023-08-22 11:58:53 +01:00 |
|
Laurent Cozic
|
16c87c36da
|
Chore: Move Logger from lib to utils package
|
2023-07-27 16:08:11 +01:00 |
|
Henry Heino
|
28923a69b2
|
Chore: Resolves #8360: Use @typescript-eslint/indent for TypeScript files (#8367)
|
2023-07-06 19:17:41 +01:00 |
|
Henry Heino
|
8eba798cdd
|
Chore: Fix search filter tests in non UTC+0 timezones (#8411)
|
2023-07-04 18:56:06 +01:00 |
|
Laurent Cozic
|
dd6eec6a03
|
Tools: Apply rule @typescript-eslint/ban-types
|
2023-06-30 10:30:29 +01:00 |
|
Laurent Cozic
|
0c4ba592f6
|
Tools: Apply rule github/array-foreach
|
2023-06-30 09:39:21 +01:00 |
|
Laurent Cozic
|
e89b59be8e
|
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
|
2023-06-30 09:11:26 +01:00 |
|
Laurent Cozic
|
92c68882e2
|
Desktop: Resolves #8080: Add support for plugin user data (#8312)
|
2023-06-13 18:06:16 +01:00 |
|
Laurent Cozic
|
c89edd7b22
|
Tools: Implement "prefer-object-spread" eslint rule
|
2023-06-01 12:02:36 +01:00 |
|
Laurent Cozic
|
738f1decbb
|
Chore: Add types to search engine
|
2023-04-23 10:07:38 +01:00 |
|
Laurent Cozic
|
357a3e2e7b
|
Chore: Add types to search engine
|
2023-04-23 10:05:13 +01:00 |
|
Laurent Cozic
|
99c6c9b411
|
Tools: Add more eslint/jest rules
|
2023-03-09 17:50:56 +00:00 |
|
Laurent Cozic
|
c1db7182ac
|
Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error
|
2023-03-06 14:22:37 +00:00 |
|
pedr
|
f2995dd196
|
Tools: Add prefer-arrow-callbacks to ESlint rules (#7810)
|
2023-02-20 15:02:29 +00:00 |
|
Laurent Cozic
|
7fa1459dc3
|
Tools: Apply eslint rules "no-console" and "id-denylist"
|
2023-02-16 10:58:24 +00:00 |
|
Laurent Cozic
|
4888b4bd14
|
Tools: Enable eslint rule "comma-spacing"
|
2023-01-11 18:40:14 +00:00 |
|
Laurent Cozic
|
767213cdc1
|
Mobile: Add support for realtime search
|
2022-12-30 14:12:07 +00:00 |
|
Laurent Cozic
|
fda62a97b5
|
Fix build
|
2022-11-17 15:36:33 +00:00 |
|
Laurent Cozic
|
64199704c2
|
Chore: Complete Jest upgrade
|
2022-11-15 10:23:50 +00:00 |
|
Laurent Cozic
|
ce02d4c94f
|
Chore: Finished applying eqeqeq rule
|
2022-07-23 11:33:12 +02:00 |
|
JackGruber
|
3f732939d0
|
All: Resolves #6266: Make search engine filter keywords case insensitive (#6267)
|
2022-03-15 10:03:56 +00:00 |
|
JackGruber
|
afe1cf747d
|
All: Fixes #5444: Misinterpreted search term after filter in quotation marks (#5445)
|
2021-09-19 11:31:38 +01:00 |
|
Laurent Cozic
|
8e35841d79
|
Merge branch 'dev' of github.com:laurent22/joplin into dev
|
2021-06-25 09:28:26 +01:00 |
|
JackGruber
|
8cbcb78ad1
|
All: Resolves #3871: Interpret only valid search filters (#5103)
|
2021-06-24 13:24:54 +01:00 |
|
Laurent Cozic
|
5ecac211ae
|
All: Fixed search when the index contains non-existing notes
|
2021-06-24 13:22:35 +01:00 |
|
JackGruber
|
01e6ca4616
|
All: Fixes: Wrong field removed in API search (#5066)
|
2021-06-11 00:24:50 +01:00 |
|
mbalint
|
62a371b9f3
|
All: Resolves #4613: Improve search with Asian scripts (#5018)
|
2021-06-07 15:15:04 +01:00 |
|
JackGruber
|
dd1c9e3c2a
|
All: Fixes #5007: Items are filtered in the API search (#5017)
|
2021-06-07 10:21:24 +01:00 |
|
Laurent Cozic
|
2806aa1b19
|
Tools: Moved lib-specific tests under lib package
|
2021-05-21 15:17:21 +02:00 |
|
JackGruber
|
09ad70983a
|
Desktop: Fix #4581: Show or hide completed todos in search results based on user settings (#4951)
|
2021-05-13 13:23:17 +01:00 |
|
JackGruber
|
156a681ecf
|
All: Add "id" and "due" search filters (#4898)
|
2021-04-29 15:27:38 +01:00 |
|
Naveen M V
|
a1423e4851
|
All: Filter "notebook" can now be negated (#4651)
|
2021-03-11 14:42:39 +00:00 |
|
Naveen M V
|
3657c0369e
|
Chore: Clean up unused fuzzy search code (#4593)
|
2021-03-10 22:27:45 +00:00 |
|
Laurent Cozic
|
63559ac8b9
|
Tools: Apply eslint rule "no-multi-spaces"
|
2021-01-23 15:51:19 +00:00 |
|
Laurent Cozic
|
86610e7561
|
Converted models and services to TypeScript
|
2021-01-22 17:41:11 +00:00 |
|
Roman Musin
|
92b4795410
|
All: Fixed #4025: Fixed issue when searching for text that contains diacritic (#4152)
|
2020-12-09 13:02:54 +00:00 |
|
Laurent Cozic
|
d588bddfaa
|
Revert "Tools: Adding debug info to tests"
This reverts commit 154b3573a4 .
|
2020-11-29 16:47:07 +00:00 |
|
Laurent Cozic
|
154b3573a4
|
Tools: Adding debug info to tests
|
2020-11-29 13:13:53 +00:00 |
|
Naveen M V
|
69a4a895d4
|
All: Fixed basic search when executing a query in Chinese (#4034)
|
2020-11-26 12:35:04 +00:00 |
|
Laurent Cozic
|
872d2942b4
|
All: Allow lowercase filters when doing search
|
2020-11-13 22:29:28 +00:00 |
|
Laurent Cozic
|
17d835d694
|
Tools: Apply rule @typescript-eslint/member-delimiter-style
|
2020-11-12 19:29:22 +00:00 |
|
Laurent Cozic
|
42799b0662
|
Tools: Apply rule @typescript-eslint/comma-dangle
|
2020-11-12 19:23:54 +00:00 |
|
Laurent Cozic
|
d20694e52c
|
Tools: Apply rule @typescript-eslint/type-annotation-spacing
|
2020-11-12 19:13:28 +00:00 |
|
Laurent Cozic
|
d0ec598ee4
|
Desktop: Fixes #3904, Fixes #3973: Fixed inconsistent note list state when using search
|
2020-11-09 12:07:37 +00:00 |
|
Laurent Cozic
|
cc07016b07
|
All: Use Lerna to manage monorepo
|
2020-11-05 16:58:23 +00:00 |
|