Commit Graph

38 Commits

Author SHA1 Message Date
Marcel Klehr 944d31c8fd
Upgrade nc requirements (#1845) 2022-07-11 14:58:56 +02:00
Marcel Klehr 5ed5f5b73a BookmarkService#create: Don't crawl new bookmarks directly but add IndividualCrawlJob
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-05-23 14:10:08 +02:00
Marcel Klehr 2aedad6c97 UX: Directly crawl bookmark upon creation
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-03-13 17:26:41 +01:00
Marcel Klehr 63e7003014 Fix Bookmark creation
Don't override title & notes of existing bookmarks
with same URL

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-12-03 15:48:07 +01:00
Marcel Klehr d50ce542a9 BookmarkService: Don't update bookmark if there have been no changes
see #1581

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-09-20 18:28:47 +02:00
Marcel Klehr 167650a6de Fix BookmarkService#_addBookmark
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-26 16:06:05 +02:00
Marcel Klehr b16cccc676 Fix: Adding same bookmark second time removes preexisting tags
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-26 15:08:40 +02:00
Marcel Klehr bb3bc25dcc Catch UrlParseErrors
fixes #1598

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 11:41:59 +02:00
Marcel Klehr 247513b1ee BookmarkService: Keep tags when moving across share boundaries
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-04-19 14:40:15 +02:00
Marcel Klehr e163865a96 Performance: More caching
cache subFolder queries
cache folder counts

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-01-22 12:49:26 +01:00
Marcel Klehr 130635a40e Psalm: Fix typings
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-01-20 15:42:41 +01:00
Marcel Klehr 76548e75f3 Apply Psalm fixes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2020-10-23 12:20:50 +02:00
Marcel Klehr 484aa71717 Performance: Speed up deleteAll and import
mainly by disabling hash cache invalidation

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2020-10-12 21:51:51 +02:00
Marcel Klehr 11935a3fdb Update Copyright 2020-10-09 12:43:19 +02:00
Marcel Klehr c94c3cb01d Clean up PHP code inspection warnings 2020-10-09 12:43:19 +02:00
Marcel Klehr 05ad168f54 Speed up import and mass deletion 2020-10-08 14:46:14 +02:00
Marcel Klehr 4711d6507f
DB: Refactor bookmarks queries (#1209) 2020-09-11 17:53:54 +02:00
Marcel Klehr b6b2e49cc1 Performance: Speed up deletions
...by removing one unnecessary find query
2020-09-10 10:36:44 +02:00
Marcel Klehr bcb33f692b Implement dead link detection
fixes #1132
2020-08-10 10:45:26 +02:00
John Molakvoæ (skjnldsv) 6c2b2fbd0b php-cs lint fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-04 17:13:41 +02:00
Marcel Klehr 5400a585a2 Move event triggers from Mappers to Services 2020-07-22 18:53:25 +02:00
Marcel Klehr 16434133d0 Implement Activity app integration 2020-07-21 21:53:57 +02:00
Marcel Klehr c382516013 Try to fix deletion of bookmarks that are not in tree
see #1107
2020-07-20 10:29:34 +02:00
Marcel Klehr 006bba7d18 Fix BookmarkService#update: Make new folders unique 2020-07-05 19:17:00 +02:00
Marcel Klehr 3dad06f455 Fix changing bookmark's folders 2020-06-30 15:56:19 +02:00
Marcel Klehr bcdeb52280 Fix changing bookmark folders 2020-06-30 13:45:02 +02:00
Marcel Klehr ace3ab9023 Fix changing bookmark folders 2020-06-30 13:43:44 +02:00
Marcel Klehr dec06d213a Fix Bookmark renaming
fixes #1096
2020-06-29 16:00:29 +02:00
Marcel Klehr cd63d985dc BookmarksController: Don't send inaccessible parent folders to the client
(in the case of shared bookmarks)

fixes #1071
2020-06-20 19:56:30 +02:00
Marcel Klehr 2a72ceeff6 Fix bookmarks deletion 2020-05-07 14:18:51 +02:00
Marcel Klehr ca8c690f8e Fix Delete all bookmarks 2020-05-03 20:47:49 +02:00
Marcel Klehr 984f3b9291 Fix moving bookmarks across user boundaries 2020-04-20 18:50:58 +02:00
Marcel Klehr 9077687088 Fix deleteAll 2020-04-17 13:30:37 +02:00
Marcel Klehr 18df1c1cf4 Fix bookmark creation: Assign folders correctly 2020-04-08 13:01:11 +02:00
Marcel Klehr 71583d39c3 Fix bookmark previews and favicons 2020-04-07 18:51:10 +02:00
Marcel Klehr 4a80044190 Refactor FoldersController into FolderService 2020-04-06 15:33:07 +02:00
Marcel Klehr 9514809873 fixup! Fix type annotations and a copypasto 2020-04-05 19:20:37 +02:00
Marcel Klehr 3c99aad420 Refactor BookmarkController into BookmarkService 2020-04-05 19:05:48 +02:00