summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* perf(autoloader): Drop legacy class autoloaderChristoph Wurst2023-03-161-2/+0
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-166-6/+10
* Reduce listJoas Schilling2023-03-151-1/+1
* Extend listJoas Schilling2023-03-151-0/+5
* Merge pull request #35561 from nextcloud/create-user-transactionJulius Härtl2023-03-151-11/+18
|\
| * Create the database user in a transactionThomas Citharel2023-03-151-11/+18
* | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protectionArthur Schiwon2023-03-151-10/+16
|\ \ | |/ |/|
| * chore: use local variable for remote addressDaniel Kesselberg2023-03-101-10/+16
* | Merge pull request #36033 from nextcloud/invalidateTokensWhenDeletingOAuthCli...Côme Chilliet2023-03-155-1/+56
|\ \
| * | autoloadercheckerArtur Neumann2023-03-142-0/+2
| * | added @since tagArtur Neumann2023-03-141-0/+4
| * | public interface to invalidate tokens of userArtur Neumann2023-03-143-1/+50
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-152-4/+6
* | | Merge pull request #33061 from ibpl/master-IB#1121253Côme Chilliet2023-03-141-7/+8
|\ \ \
| * \ \ Merge masterPawel Boguslawski2022-11-04264-1709/+4556
| |\ \ \
| * | | | Update Folder.phpPaweł Bogusławski2022-07-291-0/+1
| * | | | Update Folder.phpPaweł Bogusławski2022-07-291-1/+0
| * | | | Update lib/private/Files/Node/Folder.phpPaweł Bogusławski2022-07-291-1/+1
| * | | | Paths added to messages and message cleanupPawel Boguslawski2022-07-291-7/+8
* | | | | Merge pull request #37192 from n0emis/empty-passwordSimon L2023-03-141-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't try to hash a nonexisting passwordEmber 'n0emis' Keske2023-03-131-1/+1
* | | | | Merge pull request #37029 from nextcloud/fix/chunk-objectids-in-systemtagobje...Côme Chilliet2023-03-131-7/+9
|\ \ \ \ \
| * | | | | Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-131-7/+9
| |/ / / /
* / / / / Introduced app enable/disable/update typed eventsThomas Citharel2023-03-138-10/+196
|/ / / /
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-102-0/+2
* | | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-096-3/+266
|\ \ \ \
| * | | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-086-3/+266
* | | | | Merge pull request #37140 from nextcloud/enh/35643/fix-heic-previewsSimon L2023-03-091-33/+32
|\ \ \ \ \
| * | | | | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
| |/ / / /
* | | | | Merge pull request #37070 from nextcloud/enh/noid/add-free-disk-space-checkSimon L2023-03-091-4/+6
|\ \ \ \ \
| * | | | | add a check for disk_free_space in Config.phpSimon L2023-03-071-4/+6
* | | | | | Merge pull request #37116 from nextcloud/enh/37114/add-quotesSimon L2023-03-091-4/+4
|\ \ \ \ \ \
| * | | | | | postgresql - add quotes around user namesSimon L2023-03-081-4/+4
| |/ / / / /
* | | | | | Merge pull request #36609 from nextcloud/lazyuserfolder-mountpointArthur Schiwon2023-03-092-3/+17
|\ \ \ \ \ \
| * | | | | | optimize LazyUserFolder::getMountPointRobin Appelman2023-02-132-3/+17
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-094-4/+12
* | | | | | | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-084-0/+10
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #32038 from nextcloud/bugfix/noid/only-update-indexes-afte...Joas Schilling2023-03-081-12/+19
|\ \ \ \ \ \
| * | | | | | Add transaction around mass mounts operationsJoas Schilling2023-03-071-12/+19
| | |/ / / / | |/| | | |
* / | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-082-0/+8
|/ / / / /
* | | | | Merge pull request #37026 from nextcloud/fix/route-logsJoas Schilling2023-03-071-1/+4
|\ \ \ \ \
| * | | | | fix: Avoid log spam on 404 routes not using GETJulius Härtl2023-03-031-1/+4
* | | | | | Merge pull request #36883 from nextcloud/fix/noid/gs-saml-pre-login-eventMaxence Lange2023-03-072-9/+29
|\ \ \ \ \ \
| * | | | | | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-012-9/+29
* | | | | | | fix: Use proper path for quota fetchingJulius Härtl2023-03-062-6/+6
* | | | | | | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-062-0/+10
* | | | | | | Merge pull request #35872 from nextcloud/feature/noid/psr-clock-interfaceJoas Schilling2023-03-063-4/+45
|\ \ \ \ \ \ \
| * | | | | | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-033-4/+45
* | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-066-0/+16
* | | | | | | | Merge pull request #37040 from nextcloud/techdebt/noid/remove-deprecated-classesJoas Schilling2023-03-056-108/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |