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

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Db
AgeCommit message (Expand)Author
2022-07-28Fix count bookmarks in background jobMarcel Klehr
2022-07-11Upgrade nc requirements (#1845)Marcel Klehr
2022-06-25BookmarkMapper#findAll: Implement recursive query (#1764)Marcel Klehr
2022-06-25Revert "BookmarkMapper#findAll: Implement recursive query (#1764)"Marcel Klehr
2022-06-10BookmarkMapper#findAll: Implement recursive query (#1764)Marcel Klehr
2022-03-19NotesService: Put bookmarks from Notes into a separate folderMarcel Klehr
2022-03-13Projects: Add bookmarks foldersfeature/projectsMarcel Klehr
2022-03-13First pass at implementing projectsMarcel Klehr
2022-03-11Feature: Show and count duplicatesMarcel Klehr
2022-02-16Implement Shared folders filterMarcel Klehr
2022-02-15Composer: Update nextcloud/coding-standardMarcel Klehr
2021-12-12Fix testsMarcel Klehr
2021-12-12BookmarkController: Remove hierarchy limit for public linksMarcel Klehr
2021-09-27Cap description content at 1024 charsMarcel Klehr
2021-08-22Follow up: Accomodate small sort_buffer_size's in mysqlMarcel Klehr
2021-08-22Accomodate small sort_buffer_size's in mysqlMarcel Klehr
2021-07-26Fix: Adding same bookmark second time removes preexisting tagsMarcel Klehr
2021-07-24bookmark endpoint: Fix performance by introducing supporting queryMarcel Klehr
2021-07-18Catch UrlParseErrorsMarcel Klehr
2021-06-24Fix psalm errorsMarcel Klehr
2021-06-09Fix tag filter query performanceMarcel Klehr
2021-04-13Implement full-text archiving of HTML pagesMarcel Klehr
2021-03-31Fix: Recover from multiple root foldersMarcel Klehr
2021-02-10DB: Fix Bookmark title length cap at 1024Marcel Klehr
2021-02-10Merge pull request #1387 from nextcloud/feature/nc21Marcel Klehr
2021-02-07BackgroundJobs: Improve tests and fix GC jobMarcel Klehr
2021-02-01Polyfill NC21 DB Types for NC20Marcel Klehr
2021-02-01Fix nc21 issuesMarcel Klehr
2021-01-25TreeMapper: Cache children & childrenOrderMarcel Klehr
2021-01-24TreeMapper: Fix Folder deletionMarcel Klehr
2021-01-22Performance: More cachingMarcel Klehr
2021-01-21Update nextcloud coding standardMarcel Klehr
2021-01-20Psalm: Fix typingsMarcel Klehr
2021-01-20Psalm: Fix typingsMarcel Klehr
2021-01-19Fix PHP CS fixer lint errorsMarcel Klehr
2021-01-19Fix moving folders across share bordersMarcel Klehr
2021-01-07Cap bookmark title at 255 charsMarcel Klehr
2020-11-03Bookmark#toArray: Correctly apply array_uniqueMarcel Klehr
2020-11-03BookmarkMapper: Fix folder queriesMarcel Klehr
2020-11-03Prelim fix for shared folder bookmarks queryMarcel Klehr
2020-11-03Bookmark queries: Don't join bookmarks with folder tree itemsMarcel Klehr
2020-11-03Minor fixes to bookmark queriesMarcel Klehr
2020-10-28Fix TreeMapper#deleteEntry: Properly remove orphaned bookmarksMarcel Klehr
2020-10-23Apply Psalm fixesMarcel Klehr
2020-10-21Fix Bookmark#toArray: Don't add empty tagMarcel Klehr
2020-10-16Improve performanceMarcel Klehr
2020-10-13Fix getChildrenMarcel Klehr
2020-10-13Performance: Speed up BookmarkMapper#insertMarcel Klehr
2020-10-13Performance: Speed up getChildren(Order)Marcel Klehr
2020-10-12Performance: Speed up deleteAll and importMarcel Klehr