summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add CleanupRemoteStorages commandJörn Friedrich Dreyer2017-03-171-0/+4
| | | | | | | | | | | | | | | | | | | | cleanup files, address review Fix CleanupRemoteStoragesTest tests Fix test expectation. Added files count to check filecache deletion. Sort by numeric id for deterministic test results Removed precise order test and added storage check Remove inaccurate removal message check which has a different order on Oracle. Added more checks to confirm that existing storages still exist. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix Sharing app descriptionJoas Schilling2017-02-021-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move file sharing activities to the new APIJoas Schilling2016-11-161-0/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* More casingJoas Schilling2016-08-081-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-2/+2
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Increase app versionsJoas Schilling2016-07-211-1/+1
|
* Move background job to PSR-4Joas Schilling2016-05-251-2/+2
|
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-0/+2
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-0/+5
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update the migration step to include federated sharesRoeland Jago Douma2016-02-081-1/+1
| | | | | Now federated shares will also be updated to the flat reshare model.
* upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-281-1/+1
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-201-1/+1
| | | | | | Simple background job to expire the link shares. * added unit tests
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-171-1/+4
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+0
|
* [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
| | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | Added updates description
* add ocsids to info.xmlGeorg Ehrke2014-07-071-0/+1
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* Expose public shares over webdavRobin Appelman2014-04-251-1/+1
|
* Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
|
* change required ownCloud version to 4.91Robin Appelman2013-01-281-1/+1
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* Fix typoMichael Gapczynski2012-08-281-1/+1
|
* Change public file from get.php to public.phpMichael Gapczynski2012-08-281-2/+2
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* set public handeler in info,xml for sharingRobin Appelman2012-05-141-0/+4
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-141-1/+0
|
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-0/+3
|
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-1/+2
|
* Initial setup of sharing appMichael Gapczynski2011-06-111-0/+10