aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(initial-state): Log an error when initial-state can not be JSON encodedJoas Schilling2023-04-041-1/+5
* Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-041-1/+1
|\
| * Adapt code to new encryption systemCôme Chilliet2023-03-171-1/+1
* | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-046-12/+27
|\ \
| * | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-036-12/+27
* | | Merge pull request #36097 from nextcloud/path-prefix-optimizeRobin Appelman2023-04-033-13/+58
|\ \ \
| * | | extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-01-113-13/+58
* | | | Merge pull request #37543 from nextcloud/fix/inherited-parameter-namesCôme Chilliet2023-04-033-8/+8
|\ \ \ \
| * | | | Fix inherited parameter namesjld31032023-04-033-8/+8
* | | | | Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate...Joas Schilling2023-04-033-12/+31
|\ \ \ \ \
| * | | | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-033-12/+31
| |/ / / /
* | | | | Merge pull request #37520 from nextcloud/fix/noid/fix-dbal-exception-handlingArthur Schiwon2023-04-031-7/+11
|\ \ \ \ \
| * | | | | fix DBAL exception handling in setValuesArthur Schiwon2023-03-311-7/+11
* | | | | | Merge pull request #36652 from nextcloud/perf/autoloading/theming-authoritati...Julius Härtl2023-04-031-10/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Revert "Dark autoloader magic for ThemingDefaults"Christoph Wurst2023-03-271-10/+4
* | | | | | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
* | | | | | Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
* | | | | | Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-012-5/+4
* | | | | | Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
* | | | | | Adapt types of subclassesCôme Chilliet2023-04-015-7/+7
* | | | | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-014-13/+15
* | | | | | Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
| |/ / / / |/| | | |
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-312-0/+2
* | | | | Merge pull request #37452 from nextcloud/fix/missing-interface-methodsJulien Veyssier2023-03-304-5/+4
|\ \ \ \ \
| * | | | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-304-5/+4
* | | | | | Merge pull request #37378 from nextcloud/enh/noid/fix-avatar-generationSimon L2023-03-301-0/+5
|\ \ \ \ \ \
| * | | | | | another approach to fixing the avatar generationSimon L2023-03-291-0/+5
* | | | | | | Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app...Julius Härtl2023-03-302-7/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-272-7/+7
* | | | | | | Merge pull request #37448 from nextcloud/fix/12281/hide-deleted-shared-groupf...Arthur Schiwon2023-03-301-0/+6
|\ \ \ \ \ \ \
| * | | | | | | hide shared files located in group folder's trash binArthur Schiwon2023-03-281-0/+6
| |/ / / / / /
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-302-20/+20
* | | | | | | Add label for logo linkChristopher Ng2023-03-294-18/+41
* | | | | | | Merge pull request #36667 from nextcloud/fix/ocm-validation-errorsKate2023-03-291-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix OCM validation errorsjld31032023-02-101-2/+5
* | | | | | | Merge pull request #37198 from nextcloud/bugfix/noid/reference-image-logJoas Schilling2023-03-271-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix(references): Do not log errors on 404 responses of opengraph image fetchingJulius Härtl2023-03-131-0/+3
* | | | | | | Merge pull request #36810 from nextcloud/setup-user-onetime-before-mountsRobin Appelman2023-03-241-9/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | do onetime user setup before getting any mount from providersRobin Appelman2023-02-221-9/+7
* | | | | | | Merge pull request #37234 from cob2p/bugfix/typoSimon L2023-03-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix the typo in commentsCRA Yoshihito Nakatani2023-03-151-1/+1
* | | | | | | | Merge pull request #36636 from nextcloud/fix/oc-image-getimagesizeSimon L2023-03-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix OC_Image: Prevent E_WARNING from getimagesize*Marcel Klehr2023-03-161-2/+2
* | | | | | | | | Fix RedisClusterGit'Fellow2023-03-221-1/+1
* | | | | | | | | Move from DEL to UNLINKGit'Fellow2023-03-221-3/+3
* | | | | | | | | Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-221-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Always set displayname and display-name for user datajld31032023-02-101-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #37334 from nextcloud/bugfix/noid/mark-recording-servers-a...Joas Schilling2023-03-221-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(security): Mark recording_servers key appconfig as private as it contains...Joas Schilling2023-03-221-0/+1
* | | | | | | | | | Merge pull request #36057 from nextcloud/feat/esm-js-scriptsJulius Härtl2023-03-222-40/+69
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |