aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-062-402/+1
|\
| * chore: remove long depricated share codeRobin Appelman2024-03-062-402/+1
* | Merge pull request #44015 from nextcloud/fix/remove-oc-json-encode-usagesCôme Chilliet2024-03-063-16/+4
|\ \
| * | fix: Remove calls to deprecated OC_JSON::encodeCôme Chilliet2024-03-063-16/+4
* | | Merge pull request #44029 from nextcloud/share-manager-buildRobin Appelman2024-03-062-29/+6
|\ \ \ | |_|/ |/| |
| * | refactor: make share manager buildableRobin Appelman2024-03-062-29/+6
* | | chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS`Jonas2024-03-061-0/+2
|/ /
* | Merge pull request #43997 from nextcloud/fix/url_regexJonas2024-03-061-1/+1
|\ \ | |/ |/|
| * fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
* | fix: Remove unused endpoint from base.phpCôme Chilliet2024-03-061-15/+0
|/
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-0517-47/+115
|\
| * perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-042-3/+32
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-049-31/+23
| * feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-048-15/+62
* | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-0513-6/+588
|\ \
| * | feat: Implement team provider apiJulius Härtl2024-03-0513-6/+588
| |/
* | Merge pull request #43975 from nextcloud/search-optimize-fixesRobin Appelman2024-03-052-39/+18
|\ \
| * | fix: handle cases where non-binary operators are mixed in for optimizing sear...Robin Appelman2024-03-041-38/+15
| * | fix: don't short circuit query optimizerRobin Appelman2024-03-041-1/+3
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-052-0/+42
* | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-043-495/+31
|\ \
| * | fix: update "move into share" check to share managerRobin Appelman2024-02-273-460/+31
| * | fix: remove old test-only methodsRobin Appelman2024-02-261-35/+0
* | | Merge pull request #43972 from nextcloud/fix/fetch-custom-appstoreJulius Härtl2024-03-041-2/+4
|\ \ \ | |_|/ |/| |
| * | fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
* | | fix(IUrlGenerator): Add `throws` documentation for `imagePath` functionFerdinand Thiessen2024-03-021-0/+1
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-022-0/+2
* | Merge pull request #43057 from nextcloud/feat/cache-authtokenJohn Molakvoæ2024-03-012-63/+78
|\ \
| * | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-63/+78
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-014-2/+10
* | | Merge pull request #42542 from nextcloud/aac-mimetypeJohn Molakvoæ2024-02-291-0/+12
|\ \ \
| * | | Add .aac mime type mappingUnpublished2024-02-271-0/+12
* | | | Merge pull request #29988 from nextcloud/enh/hide-overwrites-from-disabled-ap...John Molakvoæ2024-02-291-1/+7
|\ \ \ \
| * | | | feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-1/+7
| |/ / /
* | | | Merge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-a...John Molakvoæ2024-02-291-2/+2
|\ \ \ \
| * | | | fix(collaboration): collaboration MailPlugin: Protect access to a potentially...Claus-Justus Heine2024-02-271-2/+2
| |/ / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-0/+14
* | | | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
* | | | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-283-8/+31
* | | | fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-284-0/+109
| |/ / |/| |
* | | Merge pull request #43646 from nextcloud/feat/noid/occ-keys-test-commandJoas Schilling2024-02-282-0/+2
|\ \ \
| * | | feat(occ): Add user:keys:test commandMarcel Müller2024-02-272-0/+2
| |/ /
* | | Merge pull request #43209 from nextcloud/enh/edit-indicesGreta2024-02-281-0/+41
|\ \ \
| * | | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-0/+41
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-282-0/+42
* | | | feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-1/+11
| |/ / |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-272-0/+42
| |/ |/|
* | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-262-11/+18
|\ \
| * | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-222-11/+18
* | | fix: Avoid unitialized access of fts manager propertiesJulius Härtl2024-02-261-3/+3