aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-111-2/+2
|\
| * Fix typos in lib/public subdirectorySimon L2023-05-101-2/+2
* | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-114-54/+174
|\ \
| * | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-103-7/+8
| * | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-093-52/+108
| * | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-092-2/+13
| * | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-093-46/+98
* | | Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-114-90/+110
|\ \ \
| * | | repair -1 folder sizes for object store background scanRobin Appelman2023-05-104-90/+110
| |/ /
* | | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-0/+16
|\ \ \ | |_|/ |/| |
| * | Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+16
* | | Merge pull request #36893 from nextcloud/fix/avoid-file-events-on-null-pathCôme Chilliet2023-05-091-1/+4
|\ \ \
| * | | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-1/+4
* | | | Merge pull request #38095 from nextcloud/artonge/fix/file_metadata_scanJohn Molakvoæ2023-05-092-4/+34
|\ \ \ \
| * | | | Restrict EXIF extracting to a subset of formatsLouis Chemineau2023-05-091-2/+6
| * | | | Prevent error on files scan if metadata existsLouis Chemineau2023-05-091-2/+28
* | | | | Merge pull request #37838 from nextcloud/event-logger-httpRobin Appelman2023-05-091-4/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | log performance events for http requestsRobin Appelman2023-04-281-4/+17
* | | | | Merge pull request #38088 from nextcloud/fix/38053/change-display-nameArthur Schiwon2023-05-091-1/+1
|\ \ \ \ \
| * | | | | fix(user): Can change display nameChristopher Ng2023-05-041-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #36895 from apasov/patch-1Arthur Schiwon2023-05-081-1/+1
|\ \ \ \ \
| * | | | | Update Checker.phpIlya Apasov2023-02-281-1/+1
* | | | | | Merge pull request #38097 from nextcloud/bugfix/38087/dont-translate-when-fro...Joas Schilling2023-05-081-0/+4
|\ \ \ \ \ \
| * | | | | | fix(translation): Don't use translation providers when from and to are the sameJoas Schilling2023-05-051-0/+4
| | |_|_|/ / | |/| | | |
* / | | | | Remove version check for ancient libxml versionjld31032023-05-051-14/+0
|/ / / / /
* | | | | Merge pull request #35092 from Messj1/bugfix/type-error-cert-manager-cache-pathJohn Molakvoæ2023-05-041-5/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [BUGFIX] throw exception instead of error if unable to create file handler (o...Jan Messer2023-04-061-0/+4
| * | | | [BUGFIX] check return value and improve error handlingJan Messer2023-04-061-5/+8
* | | | | Merge pull request #37148 from nextcloud/enh/noid/increase-imaginary-timeoutsSimon L2023-05-041-0/+2
|\ \ \ \ \
| * | | | | increase imaginary timeouts as for big files the processing could take very longSimon L2023-03-091-0/+2
* | | | | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* | | | | | Merge pull request #37937 from nextcloud/artonge/feat/remove_non_existing_jobsArthur Schiwon2023-05-031-1/+2
|\ \ \ \ \ \
| * | | | | | Remove job from oc_jobs when the file is not findableLouis Chemineau2023-05-031-1/+2
* | | | | | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-031-5/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-2/+3
| * | | | | | fix(translation): Detect the language first and then ask all providers for tr...Joas Schilling2023-05-021-3/+11
* | | | | | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-037-11/+13
|\ \ \ \ \ \ \
| * | | | | | | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-277-11/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #33106 from nextcloud/feature/update-expire-dateArthur Schiwon2023-05-031-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Update expire_date column of table commentsVitor Mattos2023-04-261-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-025-57/+72
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-021-10/+7
| * | | | | | Update version number in since and deprecated annotationsCôme Chilliet2023-04-272-2/+2
| * | | | | | Clear up return typesCôme Chilliet2023-04-273-4/+4
| * | | | | | Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-272-5/+7
| * | | | | | Split new method in a new group backend interfaceCarl Schwan2023-04-274-65/+25
| * | | | | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-274-31/+87
| |/ / / / /
* | | | | | Merge pull request #38014 from nextcloud/norm-logicSimon L2023-05-021-13/+13
|\ \ \ \ \ \
| * | | | | | Normalize logical operatorsGit'Fellow2023-05-021-13/+13
| |/ / / / /
* / / / / / allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-281-17/+19
|/ / / / /