-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use defer to invalidate ID Cache #3910
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8cddf0 - Browse repository at this point
Copy the full SHA a8cddf0View commit details -
Merge pull request cs3org#3648 from JankariTech/bump-commit-id-for-te…
…sts-20230209-edge [tests-only][full-ci]Bump ocis commit id for tests in edge
Configuration menu - View commit details
-
Copy full SHA for ff24f8b - Browse repository at this point
Copy the full SHA ff24f8bView commit details
Commits on Feb 13, 2023
-
* add unique id to events Signed-off-by: jkoberg <jkoberg@owncloud.com> * add ConsumeAll function Signed-off-by: jkoberg <jkoberg@owncloud.com> * add helper to create natsstream from config Signed-off-by: jkoberg <jkoberg@owncloud.com> --------- Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 4a49209 - Browse repository at this point
Copy the full SHA 4a49209View commit details
Commits on Feb 14, 2023
-
FreeBSD xattr support (cs3org#3650)
* Support FreeBSD xattr naming There is a slight compatibilty issue due to FreeBSD disallowing usage of the `user.` prefix when it comes to xattr names. Just for FreeBSD this patch removes that `user.` prefix (leaving `ocis.`) which allows it to run on FreeBSD. * Cleanup the FreeBSD xattr naming * Comment for default xattr namespace as per Codacy static analysis * chore: changelog update for freebsd-xattr-support --------- Co-authored-by: Jur van den Berg <jurl.berg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec27f5f - Browse repository at this point
Copy the full SHA ec27f5fView commit details
Commits on Feb 16, 2023
-
remove expired spaces grants on access (cs3org#3655)
David Christofas authoredFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 01d1c62 - Browse repository at this point
Copy the full SHA 01d1c62View commit details
Commits on Feb 17, 2023
-
[full-ci] [tests-only] Bump ocis commit id
reva-edge
(cs3org#3659)* Bump ocis commit id to latest * Fixed line numbers in expected failure * Fixed ref-path of github from core to ocis
Configuration menu - View commit details
-
Copy full SHA for 9d4812b - Browse repository at this point
Copy the full SHA 9d4812bView commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aebc7d7 - Browse repository at this point
Copy the full SHA aebc7d7View commit details -
Store extended attributes in files in stead of in extended attributes (…
…cs3org#3649) * Store node attributes in actual files instead of xattrs * Use our xattrs instead of xattr everywhere. Fix tests. * Cops the type attribute when copying attributes * Use mtime of the childre dir when no tmtime is set * Fix node.IsDir() logic * Fix trash bin item types * Fix part of the trashbin functionality * Fix node id of recycle items * Fix deleting references to subtrees that have been restored * Fix cleaning up after restoring items from the trash bin * Fix purging subdirectories of trash bin entries * Hound fixes * More linter fixes * Use the node's GetTMTime() instead of reading it manually * Do not change the mtime when setting attrs. xattrs don't do it either. * Fix error message * Store file metadata separately instead of moving the children elsewhere Co-Authored-By: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix tests * Filter meta files when listing revisions * Fix tests * Fix deep listing the recycle * Fix reading items deeper in the trash * Encode binary values * Fall back to getting the node type by looking at the disk * some xattr backend fixes Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * make metadata backend configurable Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * make linter happy Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add changelog Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add missing comments Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * more linter fixes Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * always initialize xattr backend to make tests pass Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix typo * Improve error messages * Use lockedfile package to access metadata files * Cache file metadata * Tidy go modules * Do not ignore error when writing the cache * use global var for regex Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 573ae44 - Browse repository at this point
Copy the full SHA 573ae44View commit details -
* add a config options for a max quota * support setting quota when creating a home space
David Christofas authoredFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 06fcf4e - Browse repository at this point
Copy the full SHA 06fcf4eView commit details
Commits on Feb 22, 2023
-
add a max quota value to the spaces capabilities (cs3org#3678)
David Christofas authoredFeb 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 83c7b4d - Browse repository at this point
Copy the full SHA 83c7b4dView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2000523 - Browse repository at this point
Copy the full SHA 2000523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6728e20 - Browse repository at this point
Copy the full SHA 6728e20View commit details
Commits on Feb 24, 2023
-
Remove skipOnOcis and notToImplementOnOCIS tags from .drone.star
They are no longer used.
Configuration menu - View commit details
-
Copy full SHA for 1c2572b - Browse repository at this point
Copy the full SHA 1c2572bView commit details -
add fileid header when copying folders
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8e46325 - Browse repository at this point
Copy the full SHA 8e46325View commit details
Commits on Feb 25, 2023
-
Merge pull request cs3org#3680 from JankariTech/bump-commit-id-202302…
…23-edge [tests-only] Bump APITESTS_COMMITID
Configuration menu - View commit details
-
Copy full SHA for f852e0e - Browse repository at this point
Copy the full SHA f852e0eView commit details
Commits on Feb 27, 2023
-
[tests-only] Improve ini metadata backend unit tests (cs3org#3674)
* Fix ini metadata backend unit tests * Adapt changelog
Configuration menu - View commit details
-
Copy full SHA for ce922f2 - Browse repository at this point
Copy the full SHA ce922f2View commit details -
Merge pull request cs3org#3685 from kobergj/AddFileidToFolderCopy
Add FileID Header on COPY
Configuration menu - View commit details
-
Copy full SHA for 05a5fe9 - Browse repository at this point
Copy the full SHA 05a5fe9View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for af0c5aa - Browse repository at this point
Copy the full SHA af0c5aaView commit details -
Merge pull request cs3org#3688 from kobergj/FixGET425
Return 425 on ocdav GET
Configuration menu - View commit details
-
Copy full SHA for 78e8412 - Browse repository at this point
Copy the full SHA 78e8412View commit details -
add correct etag to empty shares jail in propfind responses (cs3org#3681
David Christofas authoredFeb 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e885b6 - Browse repository at this point
Copy the full SHA 0e885b6View commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6d18dc - Browse repository at this point
Copy the full SHA d6d18dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec03bc1 - Browse repository at this point
Copy the full SHA ec03bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a256d0 - Browse repository at this point
Copy the full SHA 5a256d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd00d6 - Browse repository at this point
Copy the full SHA 6dd00d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efcdab - Browse repository at this point
Copy the full SHA 1efcdabView commit details
Commits on Mar 1, 2023
-
set max quota as space quota (cs3org#3682)
When CreateStorageSpace is called without a quota but a max quota was set then the space can at most have max quota.
David Christofas authoredMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 387fb09 - Browse repository at this point
Copy the full SHA 387fb09View commit details -
enforce the publiclink.create permission (cs3org#3693)
David Christofas authoredMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for f65cdba - Browse repository at this point
Copy the full SHA f65cdbaView commit details
Commits on Mar 3, 2023
-
clean cache after unmarking pp
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for f045fc9 - Browse repository at this point
Copy the full SHA f045fc9View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for a2f6174 - Browse repository at this point
Copy the full SHA a2f6174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 027ec42 - Browse repository at this point
Copy the full SHA 027ec42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ae3a7 - Browse repository at this point
Copy the full SHA 83ae3a7View commit details
Commits on Mar 6, 2023
-
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 5071e4a - Browse repository at this point
Copy the full SHA 5071e4aView commit details -
Optimize file metadata (cs3org#3697)
* Get and cache all attributes when reading a specific attribute * Write tree size and tree time simultaneously * Clean up lock handling when writing file metadata Locks are either handled by the backend or given from external now. * Add tests that prove that lockedfile does what we need * Store metadata in a redis cache * Truncate the meta file before writing the new data * Fix setting empty attributes * Lazily create metafiles * Refactor xattrs backend interface to make life easier for consumers * Use a reva store cache instead of redis directly * Bump go-micro redis plugin to pull in sentinel support * Allow configuring a redis sentinel cache The sentinel configuration is given in the cache node in the following form: <host>/<name of master> e.g. 10.10.0.207/mymaster * Remove global xattrs backend variable This allows for using different backends for different filesystems in the same process. * Refactoring: Cleanup xattrs/metadata package * Switch the s3ng integration tests to the ini+redis metadata backend * Properly create/cleanup locks when creating them in the xattrs backend * Fix tests * Fix data races in tests * Ignore empty tmpetags * Fix linter issues * Do not encode already encoded data * Add changelogs * Use default reva cache for the ini metadata backend
Configuration menu - View commit details
-
Copy full SHA for 3de7ec1 - Browse repository at this point
Copy the full SHA 3de7ec1View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8ebd9f3 - Browse repository at this point
Copy the full SHA 8ebd9f3View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8c24345 - Browse repository at this point
Copy the full SHA 8c24345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cf0d7 - Browse repository at this point
Copy the full SHA 79cf0d7View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for d53c744 - Browse repository at this point
Copy the full SHA d53c744View commit details -
add option to enforce passwords on public links (cs3org#3698)
David Christofas authoredMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 24f11f3 - Browse repository at this point
Copy the full SHA 24f11f3View commit details
Commits on Mar 7, 2023
-
Merge pull request cs3org#3704 from kobergj/ImproveSomeEvents
Add More Info to Events
Configuration menu - View commit details
-
Copy full SHA for 72888db - Browse repository at this point
Copy the full SHA 72888dbView commit details -
A stray parenthesis got in t he disabled filter code, this removes it.
Configuration menu - View commit details
-
Copy full SHA for 686b4d0 - Browse repository at this point
Copy the full SHA 686b4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d45bd3 - Browse repository at this point
Copy the full SHA 9d45bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 861c31c - Browse repository at this point
Copy the full SHA 861c31cView commit details
Commits on Mar 8, 2023
-
Fix error handling in DeleteStorage space
Return a permission denied error when the user is not able to list the to be delete space.
Configuration menu - View commit details
-
Copy full SHA for fc69deb - Browse repository at this point
Copy the full SHA fc69debView commit details -
Merge pull request cs3org#3710 from rhafer/del-space-permission-denied
Fix error handling in DeleteStorage space
Configuration menu - View commit details
-
Copy full SHA for 4ebb727 - Browse repository at this point
Copy the full SHA 4ebb727View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2a583 - Browse repository at this point
Copy the full SHA cd2a583View commit details
Commits on Mar 9, 2023
-
respect the max quota when updating the space quota
When the space quota should be updated to '0' i.e. unlimited and a global max quota was configured we only give the space the max quota amount instead of unlimited storage.
David Christofas committedMar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 145ec46 - Browse repository at this point
Copy the full SHA 145ec46View commit details -
properly enforce the password on writeable public links
David Christofas committedMar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 8b1effc - Browse repository at this point
Copy the full SHA 8b1effcView commit details -
Merge pull request cs3org#3714 from C0rby/global-quota
respect the max quota when updating the space quota
Configuration menu - View commit details
-
Copy full SHA for 592ba1e - Browse repository at this point
Copy the full SHA 592ba1eView commit details -
Merge pull request cs3org#3716 from C0rby/writeable-share-password
properly enforce the password on writeable public links
Configuration menu - View commit details
-
Copy full SHA for 3ddca07 - Browse repository at this point
Copy the full SHA 3ddca07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07198ea - Browse repository at this point
Copy the full SHA 07198eaView commit details
Commits on Mar 13, 2023
-
Fix ini metadata backend (cs3org#3711)
* Use msgpack to serialize cache data instead of json * Use storage-relative paths as the cache key That prevents non-aligned cache keys when multiple providers mount the storage at a different location. * Create dedicated type for node attributes, based on map[string][]byte * add messagepack backend Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Switch msgpack library to a faster, leaner one * Adapt changelog * Cleanup * Fix test * Fix error message * Use messagepack backend in the s3ng acceptance tests * make hound happy Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * flip tests Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Do not try to get the tmtime for files being uploaded * Extend the metadata backend to read the attributes from a locked source * Fix comment --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 4339b8a - Browse repository at this point
Copy the full SHA 4339b8aView commit details
Commits on Mar 15, 2023
-
Migrate to msgpack (cs3org#3728)
* Refactor tree migrations into a separate subpackage * Add on-the-fly migration for switching from xattrs to metapack metadata Also remember migration states to not run migrations over and over again. * Hound fixes * Linter fixes * Add changelog * More linter fixes * Make hound happy * Use existing logger * Make sure to migrate storages only once at a time * Be less verbose about old migrations during startup
Configuration menu - View commit details
-
Copy full SHA for 94452b2 - Browse repository at this point
Copy the full SHA 94452b2View commit details -
Improve performance of decomposedfs (cs3org#3729)
* Allow for reusing existing spaceroots/parent information in ReadNode * Do not resolve the parent just to transform the parent id * Fetch child node information concurrently * Transform child nodes concurrently * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 53ed6a8 - Browse repository at this point
Copy the full SHA 53ed6a8View commit details -
check set-project-space-quota permission
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6b25288 - Browse repository at this point
Copy the full SHA 6b25288View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7619c - Browse repository at this point
Copy the full SHA ac7619cView commit details -
Merge pull request cs3org#3731 from micbar/capabilites-link-pw
add read_write_delete key
Configuration menu - View commit details
-
Copy full SHA for 44e55cb - Browse repository at this point
Copy the full SHA 44e55cbView commit details
Commits on Mar 16, 2023
-
Public backend detection (cs3org#3732)
* Make metadata backend detection method public * Add changelog * Fix hound issue
Configuration menu - View commit details
-
Copy full SHA for 890c222 - Browse repository at this point
Copy the full SHA 890c222View commit details -
Merge pull request cs3org#3690 from kobergj/CheckSetProjectSpaceQuota…
…Permission Check for SetProjectSpaceQuota permission
Configuration menu - View commit details
-
Copy full SHA for 3c11349 - Browse repository at this point
Copy the full SHA 3c11349View commit details
Commits on Mar 20, 2023
-
Try to rename the file after upload instead of copying.
If renaming fails for whatever reason, it falls back to copying as before. This comes for the cost of an interface change towards file name instead of Reader. Plus some fixed tests.
Configuration menu - View commit details
-
Copy full SHA for 93b2925 - Browse repository at this point
Copy the full SHA 93b2925View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a371d - Browse repository at this point
Copy the full SHA a6a371dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15edc77 - Browse repository at this point
Copy the full SHA 15edc77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d388458 - Browse repository at this point
Copy the full SHA d388458View commit details -
Configuration menu - View commit details
-
Copy full SHA for a580df1 - Browse repository at this point
Copy the full SHA a580df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753386c - Browse repository at this point
Copy the full SHA 753386cView commit details -
Merge pull request cs3org#3739 from dragotin/useRenameInUpload
Try to rename the file after upload instead of copying.
Configuration menu - View commit details
-
Copy full SHA for d521bbf - Browse repository at this point
Copy the full SHA d521bbfView commit details
Commits on Mar 21, 2023
-
Limit the number of concurrent goroutines for listing directories (cs…
…3org#3740) * Limit the number of concurrent goroutines for listing directories * Adapt tests * Fix linter issues * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 8c07e9c - Browse repository at this point
Copy the full SHA 8c07e9cView commit details -
* prepare for antivirus Signed-off-by: jkoberg <jkoberg@owncloud.com> * add changelog Signed-off-by: jkoberg <jkoberg@owncloud.com> * set scan data after scan is finished Signed-off-by: jkoberg <jkoberg@owncloud.com> --------- Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 13f8b52 - Browse repository at this point
Copy the full SHA 13f8b52View commit details -
fix listing shares to multiple groups
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for b13d312 - Browse repository at this point
Copy the full SHA b13d312View commit details -
Merge pull request cs3org#3741 from butonic/fix-listing-shares-to-mul…
…tiple-groups Fix listing shares to multiple groups
Configuration menu - View commit details
-
Copy full SHA for 390932a - Browse repository at this point
Copy the full SHA 390932aView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00d73e1 - Browse repository at this point
Copy the full SHA 00d73e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e557849 - Browse repository at this point
Copy the full SHA e557849View commit details -
Merge pull request cs3org#3735 from JankariTech/bump-ocis-commit-id-edge
[full-ci] [tests-only] Bump ocis commit id edge
Configuration menu - View commit details
-
Copy full SHA for aa41afd - Browse repository at this point
Copy the full SHA aa41afdView commit details
Commits on Mar 24, 2023
-
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for bf61e67 - Browse repository at this point
Copy the full SHA bf61e67View commit details -
Merge pull request cs3org#3748 from kobergj/UnmarshalPPEvents
[tests-only] Unmarshal PP events correctly
Configuration menu - View commit details
-
Copy full SHA for ec9d381 - Browse repository at this point
Copy the full SHA ec9d381View commit details -
Add UserTypeProperty to get user type from ldap user entry
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 86b2705 - Browse repository at this point
Copy the full SHA 86b2705View commit details -
Update pkg/utils/ldap/identity.go
Co-authored-by: kobergj <juliankoberg@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for cd4f362 - Browse repository at this point
Copy the full SHA cd4f362View commit details -
Merge pull request cs3org#3744 from Excds/add_UserTypeProperty_to_get…
…_user_type_from_ldap Add UserTypeProperty to get user type from ldap user entry
Configuration menu - View commit details
-
Copy full SHA for 36c2ef9 - Browse repository at this point
Copy the full SHA 36c2ef9View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b267842 - Browse repository at this point
Copy the full SHA b267842View commit details
Commits on Mar 28, 2023
-
Merge pull request cs3org#3755 from micbar/fix-lang-app-open
change language code validation
Configuration menu - View commit details
-
Copy full SHA for 9bafcee - Browse repository at this point
Copy the full SHA 9bafceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 686c9ac - Browse repository at this point
Copy the full SHA 686c9acView commit details -
add markprocessing parameter to TouchFile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 2369c02 - Browse repository at this point
Copy the full SHA 2369c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58416e0 - Browse repository at this point
Copy the full SHA 58416e0View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1533615 - Browse repository at this point
Copy the full SHA 1533615View commit details -
add event for personal data extraction
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for f0af97c - Browse repository at this point
Copy the full SHA f0af97cView commit details
Commits on Mar 30, 2023
-
Merge pull request cs3org#3756 from kobergj/GDPRExport
GDPR Export Preliminaries
Configuration menu - View commit details
-
Copy full SHA for 02b82ee - Browse repository at this point
Copy the full SHA 02b82eeView commit details -
Merge pull request cs3org#3758 from micbar/fix-public-pw
check for password during update public link
Configuration menu - View commit details
-
Copy full SHA for 1f0e39b - Browse repository at this point
Copy the full SHA 1f0e39bView commit details -
Set correct share type when listing shares
Daniel Swärd committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for b6d5f05 - Browse repository at this point
Copy the full SHA b6d5f05View commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6629404 - Browse repository at this point
Copy the full SHA 6629404View commit details -
Merge pull request cs3org#3760 from JankariTech/bump-ocis-commit-id-2…
…0230331-edge [tests-only][full-ci] Bump ocis commit id 20230331 edge
Configuration menu - View commit details
-
Copy full SHA for 67c8407 - Browse repository at this point
Copy the full SHA 67c8407View commit details -
add capability for personal data export
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for eb1e84d - Browse repository at this point
Copy the full SHA eb1e84dView commit details -
add new graph capability container
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8dbb2d5 - Browse repository at this point
Copy the full SHA 8dbb2d5View commit details -
Merge pull request cs3org#3763 from kobergj/PersonalDataExportCapability
Add capability for personal data export
Configuration menu - View commit details
-
Copy full SHA for 6d3af9e - Browse repository at this point
Copy the full SHA 6d3af9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45bcf92 - Browse repository at this point
Copy the full SHA 45bcf92View commit details -
Merge pull request cs3org#3759 from Excds/set_correct_share_type_when…
…_listing_and_adding_sharees Set correct share type when listing shares
Configuration menu - View commit details
-
Copy full SHA for eca8953 - Browse repository at this point
Copy the full SHA eca8953View commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc0ca13 - Browse repository at this point
Copy the full SHA bc0ca13View commit details
Commits on Apr 3, 2023
-
Merge pull request cs3org#3764 from micbar/add-more-cors
add missing cors config in the ocdav service
Configuration menu - View commit details
-
Copy full SHA for f93a726 - Browse repository at this point
Copy the full SHA f93a726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853c550 - Browse repository at this point
Copy the full SHA 853c550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4e592 - Browse repository at this point
Copy the full SHA 4c4e592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a947d0 - Browse repository at this point
Copy the full SHA 0a947d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ac806 - Browse repository at this point
Copy the full SHA 77ac806View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15aba64 - Browse repository at this point
Copy the full SHA 15aba64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4209846 - Browse repository at this point
Copy the full SHA 4209846View commit details -
Merge pull request cs3org#3641 from micbar/dont-share-versions
Dont share versions
Configuration menu - View commit details
-
Copy full SHA for bb973fa - Browse repository at this point
Copy the full SHA bb973faView commit details -
ldap: Fix binary UUID handling in GetUserGroups
The LDAP backend for the users service didn't correctly decode binary UUIDs when looking up a user's group memberships.
Configuration menu - View commit details
-
Copy full SHA for 7c1af1e - Browse repository at this point
Copy the full SHA 7c1af1eView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 290cc31 - Browse repository at this point
Copy the full SHA 290cc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35c5d3 - Browse repository at this point
Copy the full SHA f35c5d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 263d376 - Browse repository at this point
Copy the full SHA 263d376View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3d45d - Browse repository at this point
Copy the full SHA cd3d45dView commit details
Commits on Apr 12, 2023
-
Merge pull request cs3org#3785 from 2403905/issue-5022
Added the test coverage for the file moving. Fixed the typo. #5022
Configuration menu - View commit details
-
Copy full SHA for 23bdfcd - Browse repository at this point
Copy the full SHA 23bdfcdView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7235197 - Browse repository at this point
Copy the full SHA 7235197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 198a956 - Browse repository at this point
Copy the full SHA 198a956View commit details -
Merge pull request cs3org#3800 from aduffeck/fix-freebsd-build
Fix freebsd build
Configuration menu - View commit details
-
Copy full SHA for 5896446 - Browse repository at this point
Copy the full SHA 5896446View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d96f9 - Browse repository at this point
Copy the full SHA b3d96f9View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d540c99 - Browse repository at this point
Copy the full SHA d540c99View commit details -
Merge pull request cs3org#3802 from cs3org/goproxy
[build-deps] Goproxy
Configuration menu - View commit details
-
Copy full SHA for 02896d4 - Browse repository at this point
Copy the full SHA 02896d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba85154 - Browse repository at this point
Copy the full SHA ba85154View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 0b96e61 - Browse repository at this point
Copy the full SHA 0b96e61View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for d305d0f - Browse repository at this point
Copy the full SHA d305d0fView commit details -
use dedicated vars for resharing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 644188c - Browse repository at this point
Copy the full SHA 644188cView commit details -
Merge pull request cs3org#3788 from kobergj/MakeResharingConfigurable
Make Resharing Configurable
Configuration menu - View commit details
-
Copy full SHA for f52bf32 - Browse repository at this point
Copy the full SHA f52bf32View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 687c758 - Browse repository at this point
Copy the full SHA 687c758View commit details -
decomposedfs: add owner filter
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 0a02c95 - Browse repository at this point
Copy the full SHA 0a02c95View commit details -
Cache resolved links (cs3org#3801)
* Cache resolved node ids for paths * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 11edad1 - Browse repository at this point
Copy the full SHA 11edad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66ba50 - Browse repository at this point
Copy the full SHA f66ba50View commit details -
Add prometheus metrics for active transfers.
This PR adds simple gauges for active uploads and downloads. These can then be picked up by the prometheus handler.
Configuration menu - View commit details
-
Copy full SHA for aae1b37 - Browse repository at this point
Copy the full SHA aae1b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9414c01 - Browse repository at this point
Copy the full SHA 9414c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6683a6 - Browse repository at this point
Copy the full SHA b6683a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 837387c - Browse repository at this point
Copy the full SHA 837387cView commit details -
Add metrics as their own package.
As there's multiple managers that can upload/download, I moved the metrics to their own package, and added them to all the managers.
Configuration menu - View commit details
-
Copy full SHA for 97af180 - Browse repository at this point
Copy the full SHA 97af180View commit details -
Monitor patch for uploads active.
Besides the POST, monitor PATCH in tus manager as the upload happens in chunks.
Configuration menu - View commit details
-
Copy full SHA for 3a38605 - Browse repository at this point
Copy the full SHA 3a38605View commit details -
Merge pull request cs3org#3792 from ainmosni/ainmosni/feature/dl-ul-m…
…etrics Add prometheus metrics for active transfers.
Configuration menu - View commit details
-
Copy full SHA for ad1d641 - Browse repository at this point
Copy the full SHA ad1d641View commit details -
Merge pull request cs3org#3806 from butonic/add-owner-filter
decomposedfs: add owner filter
Configuration menu - View commit details
-
Copy full SHA for f625133 - Browse repository at this point
Copy the full SHA f625133View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35a5e2f - Browse repository at this point
Copy the full SHA 35a5e2fView commit details -
make ocdav naming validation configurable and add max length
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for e49e6ac - Browse repository at this point
Copy the full SHA e49e6acView commit details -
also check for name in PUT handler
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 9f389c8 - Browse repository at this point
Copy the full SHA 9f389c8View commit details -
init conf also in NewWith case
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 733cc94 - Browse repository at this point
Copy the full SHA 733cc94View commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c0d7b1 - Browse repository at this point
Copy the full SHA 7c0d7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c0615 - Browse repository at this point
Copy the full SHA f6c0615View commit details -
Configuration menu - View commit details
-
Copy full SHA for d40e5f9 - Browse repository at this point
Copy the full SHA d40e5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a6f8c - Browse repository at this point
Copy the full SHA 88a6f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 076c0e7 - Browse repository at this point
Copy the full SHA 076c0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9db6cc - Browse repository at this point
Copy the full SHA e9db6ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3305f2 - Browse repository at this point
Copy the full SHA b3305f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef0a06 - Browse repository at this point
Copy the full SHA 6ef0a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd820c - Browse repository at this point
Copy the full SHA 6dd820cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e700b90 - Browse repository at this point
Copy the full SHA e700b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bca3b6 - Browse repository at this point
Copy the full SHA 9bca3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9092109 - Browse repository at this point
Copy the full SHA 9092109View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeedbbe - Browse repository at this point
Copy the full SHA eeedbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6f2cf - Browse repository at this point
Copy the full SHA bf6f2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cd28f - Browse repository at this point
Copy the full SHA 04cd28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11058f - Browse repository at this point
Copy the full SHA d11058fView commit details
Commits on Apr 24, 2023
-
Merge pull request cs3org#3807 from kobergj/LimitFilenameLength
Make Filename Validation Configurable
Configuration menu - View commit details
-
Copy full SHA for ff6dc0a - Browse repository at this point
Copy the full SHA ff6dc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 385568e - Browse repository at this point
Copy the full SHA 385568eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff9135 - Browse repository at this point
Copy the full SHA 7ff9135View commit details -
Merge pull request cs3org#3777 from aduffeck/refactor-stores
Refactor and streamline stores
Configuration menu - View commit details
-
Copy full SHA for 8d8b567 - Browse repository at this point
Copy the full SHA 8d8b567View commit details
Commits on Apr 25, 2023
-
Bump go-micro redis store (cs3org#3815)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for ee89817 - Browse repository at this point
Copy the full SHA ee89817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528540f - Browse repository at this point
Copy the full SHA 528540fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756bd7b - Browse repository at this point
Copy the full SHA 756bd7bView commit details -
Merge pull request cs3org#3814 from aduffeck/fix-statcache
Fix statcache usage
Configuration menu - View commit details
-
Copy full SHA for 8a3352f - Browse repository at this point
Copy the full SHA 8a3352fView commit details -
filemetadata: List less cache invalidation (cs3org#3812)
* filemetadata: List less cache invalidation Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Use the proper cache key when invalidating early * Consistently use original path as the cache key * Fix renaming entries in the cache --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
Configuration menu - View commit details
-
Copy full SHA for e2a37f1 - Browse repository at this point
Copy the full SHA e2a37f1View commit details -
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for d8d5b72 - Browse repository at this point
Copy the full SHA d8d5b72View commit details -
Merge pull request cs3org#3817 from butonic/pipeline-cache-deletes
pipeline cache deletes
Configuration menu - View commit details
-
Copy full SHA for e16ca38 - Browse repository at this point
Copy the full SHA e16ca38View commit details -
decomposedfs: write metadata once (cs3org#3816)
* decomposedfs: write metadata once Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * only try reading blobsize for files Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix tests --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
Configuration menu - View commit details
-
Copy full SHA for d869e0a - Browse repository at this point
Copy the full SHA d869e0aView commit details
Commits on Apr 26, 2023
-
invalidate cache when deleting space
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 4291525 - Browse repository at this point
Copy the full SHA 4291525View commit details -
Merge pull request cs3org#3818 from butonic/invalidate-cache-when-del…
…eting-space invalidate cache when deleting space
Configuration menu - View commit details
-
Copy full SHA for da40d4b - Browse repository at this point
Copy the full SHA da40d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 100c192 - Browse repository at this point
Copy the full SHA 100c192View commit details -
* More cache config cleanup * Add changelog * Apply suggestions from code review Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de> --------- Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for fb99d92 - Browse repository at this point
Copy the full SHA fb99d92View commit details -
circumvent permission check when creating internal links
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for b2bdafd - Browse repository at this point
Copy the full SHA b2bdafdView commit details
Commits on Apr 27, 2023
-
Fix deleting spaces (cs3org#3822)
* Purge metadata before purging the space * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 7842414 - Browse repository at this point
Copy the full SHA 7842414View commit details -
check also groups when denying access
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 3218839 - Browse repository at this point
Copy the full SHA 3218839View commit details -
Merge pull request cs3org#3823 from kobergj/CorrectlyDenyResources
Deny Access Correctly for Groups
Configuration menu - View commit details
-
Copy full SHA for 60610c7 - Browse repository at this point
Copy the full SHA 60610c7View commit details -
add by group index to decomposedfs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for c8c61e6 - Browse repository at this point
Copy the full SHA c8c61e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f0d93 - Browse repository at this point
Copy the full SHA 12f0d93View commit details -
Merge pull request cs3org#3826 from butonic/decomposedfs-by-group-index
add by group index to decomposedfs
Configuration menu - View commit details
-
Copy full SHA for 0d031f3 - Browse repository at this point
Copy the full SHA 0d031f3View commit details
Commits on Apr 28, 2023
-
initialize user cache for decomposedfs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for bc6da83 - Browse repository at this point
Copy the full SHA bc6da83View commit details -
Merge pull request cs3org#3827 from butonic/initialize-user-cache
initialize user cache for decomposedfs
Configuration menu - View commit details
-
Copy full SHA for 4434df8 - Browse repository at this point
Copy the full SHA 4434df8View commit details -
Merge pull request cs3org#3819 from kobergj/InternalLinkBackdoor
Internal Links Backdoor
Configuration menu - View commit details
-
Copy full SHA for 44a95fb - Browse repository at this point
Copy the full SHA 44a95fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9e8c6 - Browse repository at this point
Copy the full SHA ce9e8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e5516 - Browse repository at this point
Copy the full SHA 42e5516View commit details -
Merge pull request cs3org#3830 from aduffeck/be-more-robust-when-logg…
…ing-errors Be more robust when logging errors
Configuration menu - View commit details
-
Copy full SHA for ef158f7 - Browse repository at this point
Copy the full SHA ef158f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c3d1e - Browse repository at this point
Copy the full SHA 01c3d1eView commit details
Commits on Apr 29, 2023
-
Merge pull request cs3org#3831 from butonic/fix-null-mtime
ignore 'null' mtime on tus upload
Configuration menu - View commit details
-
Copy full SHA for 4d1c9f4 - Browse repository at this point
Copy the full SHA 4d1c9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b27a7b - Browse repository at this point
Copy the full SHA 6b27a7bView commit details
Commits on May 2, 2023
-
Send quota when listing spaces in decomposedfs (cs3org#3828)
* Send quota when listing spaces in decomposedfs Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Improve reading the quota from the opaque * Remove unused opaque map --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
Configuration menu - View commit details
-
Copy full SHA for 7d29aef - Browse repository at this point
Copy the full SHA 7d29aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1937822 - Browse repository at this point
Copy the full SHA 1937822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be420d - Browse repository at this point
Copy the full SHA 6be420dView commit details -
Merge pull request cs3org#3841 from micbar/improve-logging
fix nil pointer and improve logging
Configuration menu - View commit details
-
Copy full SHA for 62f956f - Browse repository at this point
Copy the full SHA 62f956fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dac8c0 - Browse repository at this point
Copy the full SHA 0dac8c0View commit details -
Merge pull request cs3org#3834 from micbar/fix-mkcol
fix error during mkcol
Configuration menu - View commit details
-
Copy full SHA for dbd864e - Browse repository at this point
Copy the full SHA dbd864eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba0d6fa - Browse repository at this point
Copy the full SHA ba0d6faView commit details -
Merge pull request cs3org#3842 from cs3org/release-2.13.0
[build-deps] bump version, prepare changelog
Configuration menu - View commit details
-
Copy full SHA for 99ffab6 - Browse repository at this point
Copy the full SHA 99ffab6View commit details
Commits on May 3, 2023
-
allow scope check to impersonate space owners (cs3org#3843)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 2118139 - Browse repository at this point
Copy the full SHA 2118139View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a6531 - Browse repository at this point
Copy the full SHA a8a6531View commit details -
Merge pull request cs3org#3844 from cs3org/release-2.13.1
[build-deps] bump version, prepare changelog
Configuration menu - View commit details
-
Copy full SHA for 62a542c - Browse repository at this point
Copy the full SHA 62a542cView commit details
Commits on May 4, 2023
-
Fix propagation in concurrency scenarios
With the previous code the propagation code read the parent node before grabbing the according write lock. That had the effect that when a directory was being updated concurrently by different operations the calculations were made on an outdated state, leading to incorrect numbers. After this change we grab the lock BEFORE actually reading the node which ensures that we always work with the proper data.
Configuration menu - View commit details
-
Copy full SHA for f031d21 - Browse repository at this point
Copy the full SHA f031d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e106f3f - Browse repository at this point
Copy the full SHA e106f3fView commit details -
Merge pull request cs3org#3845 from aduffeck/fix-propagate
Fix propagation in concurrency scenarios
Configuration menu - View commit details
-
Copy full SHA for 756a843 - Browse repository at this point
Copy the full SHA 756a843View commit details
Commits on May 8, 2023
-
The DeleteStorageSpace method response code has been changed to 'not …
…found' if no one spaces in a list or errtypes.IsNotFound
Configuration menu - View commit details
-
Copy full SHA for 04cc67c - Browse repository at this point
Copy the full SHA 04cc67cView commit details -
Fix nil-pointer on trashbin purge
Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Co-authored-by: Michael Barz <mbarz@owncloud.com> Co-authored-by: Jörn Dreyer <jfd@butonic.de> Signed-off-by: Christian Richter <crichter@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 4bcaabc - Browse repository at this point
Copy the full SHA 4bcaabcView commit details -
Merge pull request cs3org#3857 from dragonchaser/issue-6245-nil-pointer
Fix nil-pointer exception on trashbin purge
Configuration menu - View commit details
-
Copy full SHA for d8682ab - Browse repository at this point
Copy the full SHA d8682abView commit details -
Merge pull request cs3org#3856 from 2403905/delete-storage-space
The DeleteStorageSpace method response code has been changed
Configuration menu - View commit details
-
Copy full SHA for beefb02 - Browse repository at this point
Copy the full SHA beefb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for aadfaec - Browse repository at this point
Copy the full SHA aadfaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d205973 - Browse repository at this point
Copy the full SHA d205973View commit details -
Merge pull request cs3org#3860 from cs3org/release-2.13.2
[build-deps] Release 2.13.2
Configuration menu - View commit details
-
Copy full SHA for 4023552 - Browse repository at this point
Copy the full SHA 4023552View commit details
Commits on May 9, 2023
-
[full-ci] [tests-only] Bump ocis commit id edge (cs3org#3854)
* Bump ocis commit id to latest * Fixed line numbers in expected failure
Configuration menu - View commit details
-
Copy full SHA for 2c5cc58 - Browse repository at this point
Copy the full SHA 2c5cc58View commit details -
[full-ci][tests-only]Bump ocis commit id for tests (cs3org#3862)
* Bump commit id for tests * update expected to fail file
Configuration menu - View commit details
-
Copy full SHA for afacd4e - Browse repository at this point
Copy the full SHA afacd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d6b60 - Browse repository at this point
Copy the full SHA d0d6b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a77303 - Browse repository at this point
Copy the full SHA 2a77303View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ddf31 - Browse repository at this point
Copy the full SHA e1ddf31View commit details -
dont use removeReference in gateway
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for e4987c8 - Browse repository at this point
Copy the full SHA e4987c8View commit details -
Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for ceddb7f - Browse repository at this point
Copy the full SHA ceddb7fView commit details -
Merge pull request cs3org#3867 from dragonchaser/issue-5709-restore-l…
…ast-version-after-positive-result Restore last version after positive result
Configuration menu - View commit details
-
Copy full SHA for 72cbc60 - Browse repository at this point
Copy the full SHA 72cbc60View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5035ef - Browse repository at this point
Copy the full SHA c5035efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 499fbf0 - Browse repository at this point
Copy the full SHA 499fbf0View commit details -
Merge pull request cs3org#3865 from kobergj/DontRemoveReferenceInUser…
…ShareProvider Remove unused gateway code
Configuration menu - View commit details
-
Copy full SHA for 4f9d9da - Browse repository at this point
Copy the full SHA 4f9d9daView commit details -
Merge pull request cs3org#3849 from aduffeck/prevent-sharing-space-roots
Prevent sharing space roots
Configuration menu - View commit details
-
Copy full SHA for 98d8707 - Browse repository at this point
Copy the full SHA 98d8707View commit details
Commits on May 11, 2023
-
[full-ci][tests-only]Bump ocis commit id edge (cs3org#3872)
* bump latest commit id * standardize indent of expected-failures files * Add ocis issue 3544 to expected-failures --------- Co-authored-by: Phil Davis <phil@jankaritech.com>
Configuration menu - View commit details
-
Copy full SHA for 562ede3 - Browse repository at this point
Copy the full SHA 562ede3View commit details
Commits on May 12, 2023
-
Remove redis specific workout from cache code
This bumps the go-micro/v4/store/redis to latest commit from the main branch to include these fixes: micro/plugins#109 micro/plugins#110 It also removes the workaround of stripping the table prefixes in our code.
Configuration menu - View commit details
-
Copy full SHA for da69ac8 - Browse repository at this point
Copy the full SHA da69ac8View commit details -
allow passing reader to read metadata (cs3org#3886)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for c645070 - Browse repository at this point
Copy the full SHA c645070View commit details -
space member changes do not need to fetch all group members
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for b25ef2a - Browse repository at this point
Copy the full SHA b25ef2aView commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e887c8 - Browse repository at this point
Copy the full SHA 7e887c8View commit details
Commits on May 14, 2023
-
Bump space TreeMTime when changing the metadata
This enables the search to pick up the changes properly. Part of the fix for owncloud/ocis#6289
Configuration menu - View commit details
-
Copy full SHA for e676f0e - Browse repository at this point
Copy the full SHA e676f0eView commit details
Commits on May 15, 2023
-
Merge pull request cs3org#3888 from butonic/efficient-space-sharing-f…
…or-groups space member changes do not need to fetch all group members
Configuration menu - View commit details
-
Copy full SHA for e00c55c - Browse repository at this point
Copy the full SHA e00c55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f98c5 - Browse repository at this point
Copy the full SHA 18f98c5View commit details -
Merge pull request cs3org#3836 from micbar/user-shares
Fix the space id in the decomposedFS storageSpaceFromNode
Configuration menu - View commit details
-
Copy full SHA for 30125f1 - Browse repository at this point
Copy the full SHA 30125f1View commit details -
Merge pull request cs3org#3889 from aduffeck/fix-space-metadata-propa…
…gation Bump space TreeMTime when changing the metadata
Configuration menu - View commit details
-
Copy full SHA for 6d1749b - Browse repository at this point
Copy the full SHA 6d1749bView commit details
Commits on May 16, 2023
-
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 4277a0b - Browse repository at this point
Copy the full SHA 4277a0bView commit details -
Cleanup space-delete permissions
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for ec41b0b - Browse repository at this point
Copy the full SHA ec41b0bView commit details -
Bring back public link sharing of project space roots
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 0e87cff - Browse repository at this point
Copy the full SHA 0e87cffView commit details -
bring back manager delete and fix tests
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 0a46537 - Browse repository at this point
Copy the full SHA 0a46537View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8d76b - Browse repository at this point
Copy the full SHA bc8d76bView commit details -
Merge pull request cs3org#3890 from butonic/allow-public-sharing-proj…
…ect-spaces Bring back public link sharing of project space roots
Configuration menu - View commit details
-
Copy full SHA for 7cf8379 - Browse repository at this point
Copy the full SHA 7cf8379View commit details -
Signed-off-by: Christian Richter <crichter@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6dbcdcc - Browse repository at this point
Copy the full SHA 6dbcdccView commit details
Commits on May 17, 2023
-
Merge pull request cs3org#3892 from kobergj/FixPublicLinks
Fix Public Link Path matching
Configuration menu - View commit details
-
Copy full SHA for 2bd4810 - Browse repository at this point
Copy the full SHA 2bd4810View commit details -
Signed-off-by: Christian Richter <crichter@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 9305e33 - Browse repository at this point
Copy the full SHA 9305e33View commit details -
Merge pull request cs3org#3895 from dragonchaser/issue-5442-missing-e…
…xpiry-in-shares Add missing expiry in shares
Configuration menu - View commit details
-
Copy full SHA for de5cc4a - Browse repository at this point
Copy the full SHA de5cc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c560d42 - Browse repository at this point
Copy the full SHA c560d42View commit details -
Merge pull request cs3org#3893 from kobergj/CleanupSpaceDeletePermiss…
…ions Cleanup Space Delete Permissions
Configuration menu - View commit details
-
Copy full SHA for e8dac62 - Browse repository at this point
Copy the full SHA e8dac62View commit details -
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 7ce0062 - Browse repository at this point
Copy the full SHA 7ce0062View commit details -
Merge pull request cs3org#3898 from kobergj/AddGraphUserCapabilities
Add Graph User Capabilities
Configuration menu - View commit details
-
Copy full SHA for 5891072 - Browse repository at this point
Copy the full SHA 5891072View commit details -
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Configuration menu - View commit details
-
Copy full SHA for 05c45ad - Browse repository at this point
Copy the full SHA 05c45adView commit details -
Merge pull request cs3org#3897 from cs3org/release-2.13.3
[build-deps] Release 2.13.3
Configuration menu - View commit details
-
Copy full SHA for b39e78f - Browse repository at this point
Copy the full SHA b39e78fView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8365189 - Browse repository at this point
Copy the full SHA 8365189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838849b - Browse repository at this point
Copy the full SHA 838849bView commit details -
[full-ci][tests-only]Bump commit id for tests (cs3org#3901)
* Bump commit id for tests * update expected to fail file
Configuration menu - View commit details
-
Copy full SHA for 5fe5a77 - Browse repository at this point
Copy the full SHA 5fe5a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3c1e9 - Browse repository at this point
Copy the full SHA 6c3c1e9View commit details -
Merge pull request cs3org#3902 from aduffeck/do-not-read-empty-node-m…
…etadata Do not read empty node metadata
Configuration menu - View commit details
-
Copy full SHA for 3f5cddd - Browse repository at this point
Copy the full SHA 3f5cdddView commit details
Commits on May 22, 2023
-
Clean IDCache properly (cs3org#3903)
* clean idcache properly Signed-off-by: jkoberg <jkoberg@owncloud.com> * use micro store instead of plain inmem Signed-off-by: jkoberg <jkoberg@owncloud.com> --------- Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 131bdf1 - Browse repository at this point
Copy the full SHA 131bdf1View commit details -
use defer to invalidate id cache
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Configuration menu - View commit details
-
Copy full SHA for 2f10c1f - Browse repository at this point
Copy the full SHA 2f10c1fView commit details