summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/update.php
Commit message (Expand)AuthorAgeFilesLines
* [files_sharing] Remove unneeded update stepsMorris Jobke2017-04-121-11/+0
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-0/+5
* remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+5
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-3/+1
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-3/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Update the migration step to include federated sharesRoeland Jago Douma2016-02-081-1/+1
* Update the initiator of the share as well in migrationRoeland Jago Douma2016-01-281-0/+1
* upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-281-4/+4
* Happy new year!Thomas Müller2016-01-121-1/+1
* Update license headersLukas Reschke2015-10-261-0/+1
* use correct class nameMorris Jobke2015-10-201-1/+1
* Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-201-0/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Move registration of background job to install/updateJoas Schilling2015-09-021-0/+1
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Update license headersJenkins for ownCloud2015-03-261-1/+20
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+19
* set accept to 1 (=true) for all server-to-server shares on update, at this po...Bjoern Schiessle2015-01-131-0/+12
* Remove unused codeLukas Reschke2014-11-171-120/+0
* 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 b...Bjoern Schiessle2014-06-061-0/+38
* 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
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-0/+1
* 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 u...Michael Gapczynski2012-09-101-1/+1
* Provide update script for files sharingMichael Gapczynski2012-09-091-11/+42
* Whitespace fixes in appsBart Visscher2012-08-291-8/+8