aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-074-0/+4
* | | | | | | | | Merge pull request #38808 from nextcloud/bugfix/noid/store-unencrypted-homefo...Julius Härtl2023-09-064-4/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-062-3/+3
| * | | | | | | | | fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-062-1/+3
| |/ / / / / / / /
* / / / / / / / / fix(ratelimit): Only use memory cache backend for redisJoas Schilling2023-09-061-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #35539 from nextcloud/cleanup/carl/application-contactsman...Côme Chilliet2023-09-058-85/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Exception catching in OC\DB\AdapterCôme Chilliet2023-09-051-2/+6
| * | | | | | | | Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-058-83/+56
| | |/ / / / / / | |/| | | | | |
* | | | | | | | reuse isValidPath from FilesystemRobin Appelman2023-09-042-15/+3
* | | | | | | | make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-044-27/+56
* | | | | | | | add IFileInfo::getParentIdRobin Appelman2023-09-044-7/+28
* | | | | | | | make Node::getParent lazyRobin Appelman2023-09-041-1/+10
* | | | | | | | allow passing more info to lazy folderRobin Appelman2023-09-041-0/+18
|/ / / / / / /
* | | | | | | Merge pull request #40234 from nextcloud/enh/noid/skip-processing-for-empty-r...Daniel2023-09-041-0/+4
|\ \ \ \ \ \ \
| * | | | | | | enh: skip processing for empty responseDaniel Kesselberg2023-09-041-0/+4
* | | | | | | | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-0411-114/+133
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | cleanup di for share permissions wrapperRobin Appelman2023-08-167-116/+117
| * | | | | | | more share permission logic to storage wrapperRobin Appelman2023-08-145-10/+28
* | | | | | | | Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+7
* | | | | | | | | Merge pull request #40195 from nextcloud/fix/defaultpermissions-rootfolderJohn Molakvoæ2023-09-041-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-011-1/+2
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-032-0/+2
* | | | | | | | | | Merge pull request #40075 from nextcloud/bugfix/noid/fix-parameter-name-changeJoas Schilling2023-09-021-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fix(API): Fix parameter name to match interfaceJoas Schilling2023-09-011-2/+2
* | | | | | | | | | Merge pull request #26716 from nextcloud/fix/sharing-do-no-get-after-createJohn Molakvoæ2023-09-022-33/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-022-33/+24
| | |_|_|_|/ / / / / | |/| | | | | | | |
* / | | | | | | | | feat: Imaginary WebP supportJanisPlayer2023-09-022-1/+21
|/ / / / / / / / /
* | / / / / / / / feat(files): add uploaderJohn Molakvoæ2023-09-011-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #36068 from nextcloud/gf-encryption-fixRobin Appelman2023-09-014-34/+59
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-314-34/+59
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-014-0/+4
* | | | | | | | fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #39897 from nextcloud/feat/share-by-mail/remove-iloggerBenjamin Gaussorgues2023-08-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-0/+6
|/ / / / / / /
* | | | | | | Merge pull request #40108 from nextcloud/bug/noid/config-dns-pinningDaniel2023-08-301-2/+4
|\ \ \ \ \ \ \
| * | | | | | | feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-2/+4
| |/ / / / / /
* / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-3018-0/+18
|/ / / / / /
* | | | | | Merge pull request #40026 from lhsazevedo/auth-token-commandsJoas Schilling2023-08-296-2/+30
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-288-15/+51
| |\ \ \ \ \ \
| * | | | | | | Fix typoLucas Azevedo2023-08-251-1/+1
| * | | | | | | Fixes from static analysisLucas Azevedo2023-08-251-3/+3
| * | | | | | | Add last-used-before optionLucas Azevedo2023-08-254-0/+24
| * | | | | | | Update autoloadersLucas Azevedo2023-08-242-2/+6
* | | | | | | | Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interf...Joas Schilling2023-08-287-24/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-287-24/+20
* | | | | | | | | Merge pull request #40077 from nextcloud/bugfix/noid/purge-displayname-cache-...Joas Schilling2023-08-282-0/+12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-282-0/+12
* | | | | | | | | Merge pull request #39083 from nextcloud/fix/check-vobject-existenceAndy Scherzinger2023-08-281-3/+22
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |