Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set accept to 1 (=true) for all server-to-server shares on update, at this ↵ | Bjoern Schiessle | 2015-01-13 | 1 | -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 code | Lukas Reschke | 2014-11-17 | 1 | -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 configurable | Bjoern Schiessle | 2014-08-18 | 1 | -0/+3 |
| | |||||
* | fix sharing update, add proper escaping | Bjoern Schiessle | 2014-07-24 | 1 | -2/+4 |
| | |||||
* | fix db query | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | don't allow to share single files with delete permissions, user should only ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -0/+38 |
| | | | | be possible to unshare a single file but never to delete it | ||||
* | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 1 | -21/+37 |
| | |||||
* | typos, use, unused and return fixed | Thomas Müller | 2014-04-23 | 1 | -1/+3 |
| | |||||
* | update script, create Shared folder and adjust target path for the shares | Bjoern Schiessle | 2014-04-23 | 1 | -60/+43 |
| | |||||
* | Refactor update script to class and add unit test | Morris Jobke | 2014-03-13 | 1 | -13/+1 |
| | |||||
* | fix update to remove shares where file doesn't exist on postgres | Jamie McClelland | 2014-03-13 | 1 | -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üller | 2014-01-21 | 1 | -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 escaping | Morris Jobke | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | make sure that we only remove file/folder shares | Bjoern Schiessle | 2013-10-08 | 1 | -2/+2 |
| | |||||
* | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 1 | -6/+16 |
| | |||||
* | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -1/+4 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -3/+3 |
|\ | |||||
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -3/+3 |
| | | |||||
* | | some more porting of the sharing | Robin Appelman | 2012-10-27 | 1 | -4/+5 |
| | | |||||
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+2 |
|/ | |||||
* | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | Remove old Shared folders from the file cache, fixes bug oc-1911 | Michael Gapczynski | 2012-10-07 | 1 | -0/+8 |
| | |||||
* | Sharing: write update errors to logfile; do not die on errors | Arthur Schiwon | 2012-09-26 | 1 | -2/+2 |
| | |||||
* | Add missing Sharing permission | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Sharing update: take over reshares and thus don't fail | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Fix files_sharing update script, by making filesystem and users available | Arthur Schiwon | 2012-09-25 | 1 | -0/+7 |
| | |||||
* | Catch exceptions in upgrading files_sharing, skip the errors for now | Bart Visscher | 2012-09-21 | 1 | -2/+12 |
| | |||||
* | Change version number update occurs on to prevent problem with betas, users ↵ | Michael Gapczynski | 2012-09-10 | 1 | -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 sharing | Michael Gapczynski | 2012-09-09 | 1 | -11/+42 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -8/+8 |
| | |||||
* | update script to fix fscache | Bjoern Schiessle | 2012-07-13 | 1 | -0/+16 |