aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #38065 from nextcloud/fix-result-mimetype-loaderSimon L2023-05-161-16/+10
|\ \ \ \
| * | | | fix(mimetype): Fix returning value when finding existing mimetype in MimeType...Thomas Citharel2023-05-041-16/+10
* | | | | Merge pull request #38274 from nextcloud/bugfix/noid/reach-max-delay-in-after...Joas Schilling2023-05-161-22/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-22/+30
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-162-0/+48
| |_|/ / |/| | |
* | | | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-157-14/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix return types in phpdocCôme Chilliet2023-05-155-5/+5
| * | | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-113-9/+12
* | | | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolderCôme Chilliet2023-05-152-6/+18
|\ \ \ \
| * | | | Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| * | | | Make it easier to debug issue #32304Carl Schwan2023-05-042-7/+19
* | | | | fix: Do not attempt to use l10n files as sources for combined js filesJulius Härtl2023-05-151-1/+1
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-152-2/+14
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-142-0/+2
* | | | | Merge pull request #37709 from nextcloud/bugfix/deadlockJulius Härtl2023-05-132-2/+11
|\ \ \ \ \
| * | | | | fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-022-2/+11
* | | | | | Merge pull request #37621 from nextcloud/enh/lock-readable-pathJulius Härtl2023-05-131-0/+3
|\ \ \ \ \ \
| * | | | | | fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
| |/ / / / /
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-132-0/+4
* | | | | | Merge pull request #36592 from nextcloud/groupmanager-search-typingRobin Appelman2023-05-124-11/+15
|\ \ \ \ \ \
| * | | | | | fix: getGroups limit check syntaxJohn Molakvoæ2023-05-111-1/+1
| * | | | | | revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-112-8/+8
| * | | | | | also update groupinterface and database backendRobin Appelman2023-05-112-4/+8
| * | | | | | fix default values and type hints for GroupManager::searchRobin Appelman2023-05-112-3/+3
| | |_|/ / / | |/| | | |
* | | | | | feat(users): Store and load a user's managerChristoph Wurst2023-05-123-0/+50
* | | | | | Merge pull request #38207 from nextcloud/fix/jsresourcelocator-l10n-handlingJohn Molakvoæ2023-05-121-9/+16
|\ \ \ \ \ \
| * | | | | | fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-9/+16
| |/ / / / /
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1222-246/+32
|/ / / / /
* | | | | Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-1119-22/+22
|\ \ \ \ \
| * | | | | Fix typos in lib/public subdirectorySimon L2023-05-1019-22/+22
* | | | | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-116-54/+176
|\ \ \ \ \ \
| * | | | | | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-103-7/+8
| * | | | | | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-095-52/+110
| * | | | | | 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-116-92/+112
|\ \ \ \ \ \ \
| * | | | | | | repair -1 folder sizes for object store background scanRobin Appelman2023-05-106-92/+112
| |/ / / / / /
* | | | | | | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-102-0/+28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix calendar emails to be outlook compatibleAnna Larch2023-02-212-0/+28
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1074-74/+74
* | | | | | | 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 #38140 from nextcloud/enh/noid/adjust-wording-update-hintLouis2023-05-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | adjust wordingSimon L2023-05-091-2/+2
| * | | | | | | | adjust wording for update hint when files of a specific app are not thereSimon L2023-05-091-2/+2
* | | | | | | | | 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 #38104 from nextcloud/feat/um-32-bitPytal2023-05-091-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-1/+2