aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Update lib/public/Files/Storage/IStorage.phpAndy Scherzinger2024-09-031-1/+1
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-09-031-0/+12
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-07-221-0/+8
* test: update DummyJobListRobin Appelman2024-06-171-1/+1
* fix: delete background jobs by id when cleaning upRobin Appelman2024-06-172-1/+13
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-06-131-3/+21
* fix(INavigationManager): Fix psalm alias not set in the right placeprovokateurin2024-06-041-4/+2
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-031-1/+1
* fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-313-1/+45
* chore: Adapt `@since` version number in OCP for backport to 28Côme Chilliet2024-05-272-2/+2
* feat: Add back searching in disabled user listCôme Chilliet2024-05-272-2/+4
* fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-082-2/+2
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-051-1/+1
* fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-111-3/+3
* fix(IUrlGenerator): Add `throws` documentation for `imagePath` functionFerdinand Thiessen2024-03-041-0/+1
* fix(apps): Fix type information of app managerJoas Schilling2024-02-031-3/+3
* Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
* Document new throw possibility in SetupResultCôme Chilliet2024-01-151-0/+1
* Validate rich objects passed to SetupResultCôme Chilliet2024-01-151-0/+5
* Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-151-8/+26
* Update doc blocksMB-Finski2024-01-101-1/+1
* restore shared lock ttl when releasingRobin Appelman2023-12-221-1/+18
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-0/+6
* fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
* Merge pull request #41949 from nextcloud/backport/stable28/40169Andy Scherzinger2023-12-061-1/+1
|\
| * Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-12-061-1/+1
* | fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-061-1/+18
|/
* Merge pull request #41969 from nextcloud/backport/41844/stable28Andy Scherzinger2023-12-062-9/+7
|\
| * fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-012-9/+7
* | fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
* | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-1/+13
|/
* Synchronize operation on live photo filesLouis Chemineau2023-11-302-0/+46
* [stable28] enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-1/+25
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+102
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-74/+74
* Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-231-0/+1
|\
| * Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| * implements search on null/notnull metadataMaxence Lange2023-11-221-0/+1
* | Merge pull request #41662 from nextcloud/chore/settings/cleanup-manager-type-...Kate2023-11-231-11/+27
|\ \ | |/ |/|
| * chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-231-11/+27
* | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-2/+2
|\ \ | |/ |/|
| * fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-2/+2
* | Merge pull request #41646 from nextcloud/feat/hide-search-providerBenjamin Gaussorgues2023-11-221-2/+4
|\ \
| * | feat(search): hide search providerBenjamin Gaussorgues2023-11-221-2/+4
* | | accept boolean valueMaxence Lange2023-11-221-2/+2
|/ /
* | add named metadata eventMaxence Lange2023-11-203-3/+82
* | fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-6/+6
* | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-1/+1
* | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-6/+30
|/
* Merge pull request #41057 from nextcloud/registermounts-optBenjamin Gaussorgues2023-11-161-0/+8
|\