summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add unified search toggle in configfenn-cs2023-11-101-6/+12
* Feat: New UI global searchfenn-cs2023-11-101-0/+1
* feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-103-1/+17
* feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-1013-88/+758
* Merge pull request #41365 from nextcloud/bugfix/noid/fix-emitted-eventsJoas Schilling2023-11-091-1/+8
|\
| * fix(events): Make sure all `\OCP\Files::…` events are emitted with the same...Joas Schilling2023-11-091-1/+8
* | Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-092-0/+174
|\ \ | |/ |/|
| * feat: Add out-of-office message APIChristoph Wurst2023-11-092-0/+174
* | Merge pull request #39582 from nextcloud/simplify-ip-normalizerBenjamin Gaussorgues2023-11-091-54/+15
|\ \
| * | Simplify IP address normalizer with IP masksBenjamin Gaussorgues2023-11-081-54/+15
* | | Merge pull request #41295 from nextcloud/fix/has-reserved-jobJoas Schilling2023-11-091-1/+1
|\ \ \
| * | | fix(JobList#hasReservedJob): Break tie when multiple jobs are reservedMarcel Klehr2023-11-061-1/+1
* | | | Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sortingChristoph Wurst2023-11-083-11/+105
|\ \ \ \
| * | | | feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-083-11/+105
| | |_|/ | |/| |
* | | | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-085-27/+74
|\ \ \ \ | |/ / / |/| | |
| * | | optimize isShared and isMountedRobin Appelman2023-11-081-6/+6
| * | | optimize builtin storage wrappersRobin Appelman2023-11-084-21/+68
| | |/ | |/|
* | | Merge pull request #40964 from nextcloud/artonge/feat/metadata/port_providersLouis2023-11-0816-725/+44
|\ \ \
| * | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-0816-725/+44
| |/ /
* | | Merge pull request #40799 from nextcloud/fix/login-csrf-check-error-messageChristoph Wurst2023-11-081-0/+5
|\ \ \
| * | | fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+5
| |/ /
* | | Merge pull request #40996 from nextcloud/view-share-disable-reuseRobin Appelman2023-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | reuse sharing disabled state when listing folder contentRobin Appelman2023-10-191-1/+1
* | | Merge pull request #38995 from fsamapoor/refactor_lib_private_systemtagChristoph Wurst2023-11-075-65/+32
|\ \ \
| * | | Refactors lib/private/SystemTag.Faraz Samapoor2023-11-075-65/+32
* | | | Merge pull request #39109 from fsamapoor/refactor_lib_private_metadata_migrat...Christoph Wurst2023-11-079-66/+39
|\ \ \ \
| * | | | Refactors Metadata, Migration, and Net.Faraz Samapoor2023-11-079-66/+39
| |/ / /
* | | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-0719-97/+2168
|\ \ \ \
| * | | | IFilesMetadataMaxence Lange2023-11-071-2/+0
| * | | | IFilesMetadataMaxence Lange2023-11-079-21/+31
| * | | | IFilesMetadataMaxence Lange2023-11-0720-95/+2158
| |/ / /
* | | | Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-1/+2
* | | | Merge pull request #41214 from nextcloud/bugfix/noid/make-install-verboseJoas Schilling2023-11-078-17/+67
|\ \ \ \ | |/ / / |/| | |
| * | | fix(install): Make installing more verboseJoas Schilling2023-11-038-17/+67
* | | | Merge pull request #40995 from nextcloud/cache-jail-optimizationsArthur Schiwon2023-11-032-6/+1
|\ \ \ \
| * | | | optimize cache jail creationRobin Appelman2023-10-192-6/+1
| | |/ / | |/| |
* | | | Merge pull request #41263 from nextcloud/enh/noid/fix-semaphore-guardingSimon L2023-11-031-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | address reviewSimon L2023-11-031-4/+4
| * | | fix semaphore guardingSimon L2023-11-031-1/+1
* | | | Merge pull request #41211 from nextcloud/fix/text-to-imageChristoph Wurst2023-11-031-29/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(TextToImage): Always set completionExpectedAt in run/schedule methodsMarcel Klehr2023-11-021-0/+6
| * | | fix(TextToImage): Consistently use the right method to get the preferred prov...Marcel Klehr2023-10-311-29/+24
* | | | feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
| |/ / |/| |
* | | Merge pull request #40859 from nextcloud/fix/session/log-why-session-renewal-...Christoph Wurst2023-11-021-1/+2
|\ \ \
| * | | fix(session): Log why session renewal failedChristoph Wurst2023-10-111-1/+2
* | | | Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-021-16/+14
|\ \ \ \
| * | | | feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-16/+14
* | | | | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
* | | | | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
* | | | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-314-9/+49
| |_|/ / |/| | |