summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-0/+9
* fix: Swap method and uri parameter in request to match upstream orderCôme Chilliet2024-03-071-2/+2
* feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-071-0/+31
* chore: remove long depricated share codeRobin Appelman2024-03-061-93/+1
* chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS`Jonas2024-03-061-0/+2
* fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-053-2/+40
|\
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
| * feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-042-1/+39
* | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-055-0/+344
|\ \
| * | feat: Implement team provider apiJulius Härtl2024-03-055-0/+344
| |/
* | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-041-2/+2
|\ \ | |/ |/|
| * fix: update "move into share" check to share managerRobin Appelman2024-02-271-2/+2
* | fix(IUrlGenerator): Add `throws` documentation for `imagePath` functionFerdinand Thiessen2024-03-021-0/+1
* | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
* | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-1/+22
* | fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-282-0/+32
* | 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
* | Merge pull request #43529 from nextcloud/enh/noid/leave-log-early-if-no-crash...John Molakvoæ2024-02-231-0/+9
|\ \
| * | add hasListeners()Maxence Lange2024-02-141-0/+9
* | | Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-231-0/+35
|\ \ \
| * | | Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-151-0/+35
* | | | feat(AppFramework): Add Route attributeprovokateurin2024-02-213-0/+287
| |_|/ |/| |
* | | add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+4
* | | fix types + autoloaderRobin Appelman2024-02-151-1/+4
* | | optimize query pattern used by storage filterRobin Appelman2024-02-151-2/+3
* | | fix(OCP): Add since tag to all constantsJoas Schilling2024-02-151-3/+9
* | | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-151-0/+215
|\ \ \
| * | | feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-141-0/+215
| | |/ | |/|
* | | fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1437-6/+795
* | | fix(settings): Deprecate old things for realJoas Schilling2024-02-141-4/+4
|/ /
* | chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* | Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+8
* | Merge branch 'master' into enh/speech-to-text-provider-with-useridAlexander Piskun2024-02-1329-116/+881
|\ \
| * \ Merge pull request #43370 from nextcloud/test-iappconfigMaxence Lange2024-02-121-3/+3
| |\ \
| | * | fix getAllValues() to filter values based on prefixMaxence Lange2024-02-071-3/+3
| * | | fix!: Remove deprecated `RegisterWidgetEvent`Ferdinand Thiessen2024-02-091-61/+0
| * | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-083-19/+8
| * | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-8/+19
| * | | chore: Migrate away from internal Job classesCôme Chilliet2024-02-081-2/+2
| * | | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-082-17/+6
| |/ /
| * | chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-062-0/+2
| * | Use OCP\Util::getL10N instead of OC::$server->getL10NCôme Chilliet2024-02-0512-16/+13
| * | fix psalmMaxence Lange2024-01-311-2/+2
| * | sync with new OCP\IAppConfigMaxence Lange2024-01-311-1/+232
| * | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+9
| * | Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
| * | Merge pull request #42597 from nextcloud/perf/s3-mkdir-update-sizeJulius Härtl2024-01-231-1/+1
| |\ \
| | * | perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-1/+1
| | |/