summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/update.php
Commit message (Collapse)AuthorAgeFilesLines
* set accept to 1 (=true) for all server-to-server shares on update, at this ↵Bjoern Schiessle2015-01-131-0/+12
| | | | point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table
* Remove unused codeLukas Reschke2014-11-171-120/+0
| | | | We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.
* make share folder configurableBjoern Schiessle2014-08-181-0/+3
|
* fix sharing update, add proper escapingBjoern Schiessle2014-07-241-2/+4
|
* fix db queryBjoern Schiessle2014-06-061-1/+1
|
* don't allow to share single files with delete permissions, user should only ↵Bjoern Schiessle2014-06-061-0/+38
| | | | be possible to unshare a single file but never to delete it
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-231-21/+37
|
* typos, use, unused and return fixedThomas Müller2014-04-231-1/+3
|
* update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-231-60/+43
|
* Refactor update script to class and add unit testMorris Jobke2014-03-131-13/+1
|
* fix update to remove shares where file doesn't exist on postgresJamie McClelland2014-03-131-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | Without patch, breaks with: Failed to upgrade "files_sharing". Exception="SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "5,179"" See: https://github.com/owncloud/core/issues/5758 removing unnecessary cruft - no parameter is set, none to pass. https://github.com/owncloud/core/issues/5758 removing subquery, making more readable See: https://github.com/owncloud/core/pull/6016#issuecomment-29510979 parameters to sql calls should be arrays https://github.com/owncloud/core/pull/6016 boosting version to ensure fix gets executed properly escaping the sql select statement removing extraneous closing paren.
* OC_Util::setupFS($user) will create a data dir for the given string - no ↵Thomas Müller2014-01-211-0/+1
| | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
* fix escapingMorris Jobke2013-10-081-1/+1
|
* make sure that we only remove file/folder sharesBjoern Schiessle2013-10-081-2/+2
|
* clean up oc_share table from files which are no longer existsBjoern Schiessle2013-10-071-6/+16
|
* Style cleanup files_sharingBart Visscher2013-02-211-1/+4
|
* merge master into filesystemRobin Appelman2012-11-151-3/+3
|\
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-3/+3
| |
* | some more porting of the sharingRobin Appelman2012-10-271-4/+5
| |
* | move some stuff to the new apiRobin Appelman2012-10-261-1/+2
|/
* unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
|
* Remove old Shared folders from the file cache, fixes bug oc-1911Michael Gapczynski2012-10-071-0/+8
|
* Sharing: write update errors to logfile; do not die on errorsArthur Schiwon2012-09-261-2/+2
|
* Add missing Sharing permissionArthur Schiwon2012-09-251-1/+1
|
* Sharing update: take over reshares and thus don't failArthur Schiwon2012-09-251-1/+1
|
* Fix files_sharing update script, by making filesystem and users availableArthur Schiwon2012-09-251-0/+7
|
* Catch exceptions in upgrading files_sharing, skip the errors for nowBart Visscher2012-09-211-2/+12
|
* Change version number update occurs on to prevent problem with betas, users ↵Michael Gapczynski2012-09-101-1/+1
| | | | using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again
* Provide update script for files sharingMichael Gapczynski2012-09-091-11/+42
|
* Whitespace fixes in appsBart Visscher2012-08-291-8/+8
|
* update script to fix fscacheBjoern Schiessle2012-07-131-0/+16