| Commit message (Expand) | Author | Age | Files | Lines |
* | use correct class name | Morris Jobke | 2015-10-20 | 1 | -1/+1 |
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 1 | -0/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Move registration of background job to install/update | Joas Schilling | 2015-09-02 | 1 | -0/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+20 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+1 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+19 |
* | set accept to 1 (=true) for all server-to-server shares on update, at this po... | Bjoern Schiessle | 2015-01-13 | 1 | -0/+12 |
* | Remove unused code | Lukas Reschke | 2014-11-17 | 1 | -120/+0 |
* | 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 b... | Bjoern Schiessle | 2014-06-06 | 1 | -0/+38 |
* | 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 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
* | 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 u... | Michael Gapczynski | 2012-09-10 | 1 | -1/+1 |
* | 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 |