Skip to content
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

owncloudsql fixes #1932

Merged
merged 32 commits into from
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5375650
Do not always expect the current user to be the owner
aduffeck Jul 28, 2021
1ffa6df
Fix write access to shares
aduffeck Jul 1, 2021
65e8a40
Fix listing and reverting to file versions
aduffeck Jul 2, 2021
d667354
Handle NULL values in the filecache table
aduffeck Jul 5, 2021
ce7e8f8
Delete file into the owner's trash, not the user's (in case of shares)
aduffeck Jul 5, 2021
0bc1546
Transparently create new storages for new users
aduffeck Jul 7, 2021
c3e8512
Fix double quoting etags
aduffeck Jul 8, 2021
2b6fcb8
Make hound happy
aduffeck Jul 28, 2021
6b920ef
Create owner trash when it's not set up yet
aduffeck Jul 9, 2021
a19bbca
Fix propagating etag to the parent when deleting a file
aduffeck Jul 9, 2021
c5b8c89
Tweak etag propagation
aduffeck Jul 12, 2021
6e7d12b
Return a string representation of the mimetype
aduffeck Jul 13, 2021
b1084ee
Increase readability of SQL
aduffeck Jul 13, 2021
f737916
Use the information from the database for listing directories
aduffeck Jul 13, 2021
6372d46
Use parent permissions when creating a directory
aduffeck Jul 13, 2021
153f9a5
More fixes related to treating the database as source of truth
aduffeck Jul 14, 2021
7530bcb
Handle entry not found when stating
aduffeck Jul 14, 2021
262ea69
Remove shadow_files as they aren't being used
aduffeck Jul 14, 2021
d1f1c77
Remove unused grant-related code
aduffeck Jul 14, 2021
07ce593
Get the restore path from the database instead of the xattr
aduffeck Jul 15, 2021
9a36ddd
Use DB as source of truth for revisions as well
aduffeck Jul 16, 2021
2e8795a
Fix deleting versioned files
aduffeck Jul 16, 2021
d6161c0
Also purge versions when purging a trash item
aduffeck Jul 19, 2021
8c6d0ac
Also empty the dabatase when emptying the trash
aduffeck Jul 19, 2021
92f9d52
Be more robust with uninitialized users
aduffeck Jul 20, 2021
b672c16
Also add the main type of new mimetypes to the database
aduffeck Jul 20, 2021
1def337
Fix restoring versioned files
aduffeck Jul 22, 2021
2ab928a
Cleanup
aduffeck Jul 28, 2021
ffb70f0
Fix cherry-pick error
aduffeck Jul 28, 2021
d05f2b5
Remove special cases for shares folders, they are not needed anymore
aduffeck Jul 1, 2021
5d70907
Add changelog
aduffeck Jul 28, 2021
2bdd9ba
Prevent owncloud/owncloudsql confusion
aduffeck Jul 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/owncloudsql-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Numerous fixes to the owncloudsql storage driver

The owncloudsql storage driver received numerous bugfixes and cleanups.

https://github.com/cs3org/reva/pull/1932
Loading