aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add type hint to fread_block $blockSize param & apply cs:fix.alanmeeson2021-10-231-2/+2
* Fix truncation of files upon read when using object store and encryption.Alan Meeson2021-10-231-2/+30
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-4/+4
|\
| * Handle files with is_file instead of file_existsacsfer2021-08-151-4/+4
* | Merge pull request #28138 from nextcloud/zorn-v-patch-2John Molakvoæ2021-10-231-0/+1
|\ \
| * | Fix "never catch" catches in OC_Appzorn-v2021-10-221-0/+1
* | | Merge pull request #29363 from nextcloud/fair-use-pushJohn Molakvoæ2021-10-233-32/+78
|\ \ \
| * | | Fair use of push notificationsJoas Schilling2021-10-233-32/+78
* | | | Merge pull request #29397 from nextcloud/fix/noid/profile-missing-def-valuesJohn Molakvoæ2021-10-231-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | fix populating account array with missing default valuesArthur Schiwon2021-10-221-6/+7
* | | | Merge pull request #29378 from nextcloud/fix/unhelpful-route-name-errorDaniel2021-10-222-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make the route name error more helpfulChristoph Wurst2021-10-222-2/+2
* | | | Merge pull request #25392 from nextcloud/imountpoint-ocp-storageJulius Härtl2021-10-223-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-22720-4339/+7331
| |\ \ \ \
| * | | | | dont return private storage interface from public mount interfaceRobin Appelman2021-03-233-3/+3
* | | | | | Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ2021-10-222-2/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-151-1/+8
| * | | | | s3 external storage listing reworkRobin Appelman2021-10-151-1/+1
* | | | | | Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ2021-10-221-4/+4
|\ \ \ \ \ \
| * | | | | | Cleaner normalizePath regexJ0WI2021-03-271-4/+4
* | | | | | | Merge pull request #27876 from nextcloud/bugfix/noid/use-cached-user-backend-...John Molakvoæ2021-10-221-3/+9
|\ \ \ \ \ \ \
| * | | | | | | Use cached user backend info for password loginJoas Schilling2021-09-141-3/+9
* | | | | | | | Merge pull request #29344 from nextcloud/dependabot/composer/doctrine/dbal-3.1.3John Molakvoæ2021-10-222-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-222-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #29304 from JanBartels/masterJohn Molakvoæ2021-10-221-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Patch for master-branchJanBartels2021-10-181-1/+1
* | | | | | | | Merge pull request #29357 from nextcloud/fix/concurrent-duplicate-auth-token-...John Molakvoæ2021-10-222-2/+40
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Prevent duplicate auth token activity updatesChristoph Wurst2021-10-222-2/+40
* | | | | | | | Merge pull request #29362 from nextcloud/fix/groupfolder-copy-aclCarl Schwan2021-10-211-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* | | | | | | | | Merge pull request #23171 from nextcloud/enh/preview/move_to_bootstrapJohn Molakvoæ2021-10-214-2/+125
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Move preview provider registration to bootstrapRoeland Jago Douma2021-10-214-2/+125
| |/ / / / / / /
* | | | | | | | Merge pull request #29256 from nextcloud/fix/noid/harmonize-appstoreenabled-c...Julien Veyssier2021-10-211-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-2/+2
* | | | | | | | Merge pull request #29330 from nextcloud/fix/missing-profile-config-defaultsblizzz2021-10-201-44/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Populate defaults into exising profile configChristopher Ng2021-10-201-39/+49
| * | | | | | | | CleanupChristopher Ng2021-10-201-5/+4
* | | | | | | | | Change origin field to appIdJoas Schilling2021-10-204-23/+15
* | | | | | | | | Do not remove current user on findOneJohn Molakvoæ2021-10-201-14/+14
* | | | | | | | | Add appName to contactsmenu action APIJohn Molakvoæ2021-10-202-3/+26
|/ / / / / / / /
* | | | | | | | Merge pull request #28541 from nextcloud/path-prefix-index2Robin Appelman2021-10-191-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | disable path prefix index on postgresql for nowRobin Appelman2021-10-081-0/+13
* | | | | | | | | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-1817-56/+1063
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Profile backendChristopher Ng2021-10-1914-23/+986
| * | | | | | | | | Add new account propertiesChristopher Ng2021-10-193-33/+77
* | | | | | | | | | Merge pull request #28403 from nextcloud/work/statusCarl Schwan2021-10-182-8/+82
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add an API to set and rollback the user statusCarl Schwan2021-10-182-8/+82
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgradeJoas Schilling2021-10-181-8/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix app upgradeJoas Schilling2021-10-151-8/+10
* | | | | | | | | | Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |