Jenkins for ownCloud
|
b585d87d9d
Update license headers
|
9 years ago |
Morris Jobke
|
06aef4e8b1
Revert "Updating license headers"
|
9 years ago |
Jenkins for ownCloud
|
6a1a4880f0
Updating license headers
|
9 years ago |
Bjoern Schiessle
|
24993280ed
Next step in server-to-server sharing next generation, see #12285
|
10 years ago |
Vincent Petry
|
f4f52cf242
Fix update cleanup to only affect file and folders
|
10 years ago |
Bjoern Schiessle
|
ea31ab7b5c
rename mount point of children if parent was renamed
|
10 years ago |
Bjoern Schiessle
|
a0b85fc5e4
make sure that during share and unshare the etags get propagated correctly
|
10 years ago |
Bjoern Schiessle
|
5f403f3e92
move the mount point up if a share is mounted to a subfolder and the subfolder no longer exists
|
10 years ago |
Morris Jobke
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 years ago |
Bjoern Schiessle
|
f85e968883
Merge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanup
|
10 years ago |
Bjoern Schiessle
|
d3f957c21e
remove error_log output
|
10 years ago |
Joas Schilling
|
dbb93074b3
Fix endless loop on windows servers
|
10 years ago |
Bjoern Schiessle
|
bee48f851e
ignore part files
|
10 years ago |
Bjoern Schiessle
|
b712393e72
fix etag propagation
|
10 years ago |
Morris Jobke
|
206364cd1c
remove invalid shares with one SQL statement
|
10 years ago |
Morris Jobke
|
ec54bc7709
Refactor update script to class and add unit test
|
10 years ago |
Bjoern Schiessle
|
ace1d40ed6
get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user
|
11 years ago |
Bjoern Schiessle
|
eaedda2116
make sure that we don't try to access an already deleted files, fixes some file source not found warnings
|
11 years ago |
Vincent Petry
|
d2840a045d
Fixed sharing hook to not remove the share before the trashbin
|
11 years ago |
Bjoern Schiessle
|
fcfac51aa1
backport of https://github.com/owncloud/core/pull/5513
|
11 years ago |
Bjoern Schiessle
|
2221aa9ca4
run first getUsersItemShared() with the owner
|
11 years ago |
Bjoern Schiessle
|
60e219da43
update etags for user we haven't checked yet
|
11 years ago |
Bjoern Schiessle
|
6ae761d946
keep a list of users we already checked to avoid loops
|
11 years ago |
Bjoern Schiessle
|
dd972f65a8
fix infinite loop while updating etags, fix for #4365
|
11 years ago |
Bjoern Schiessle
|
288f01bf62
catch exception if db query execution fails
|
11 years ago |
Bjoern Schiessle
|
401740166b
add comments
|
11 years ago |
Bjoern Schiessle
|
aa660a3475
remove deleted shares from the database table oc_share
|
11 years ago |
Björn Schießle
|
c2a49b5c1f
the old path no longer exists after rename, update the parent folder instead
|
11 years ago |
Björn Schießle
|
abd48496d2
fix indention
|
11 years ago |
Björn Schießle
|
102120f105
skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares
|
11 years ago |