Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CleanupRemoteStorages command | Jörn Friedrich Dreyer | 2017-03-17 | 1 | -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 description | Joas Schilling | 2017-02-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 1 | -0/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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' setting | Bjoern Schiessle | 2016-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | More casing | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Move background job to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+2 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 1 | -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.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Update the migration step to include federated shares | Roeland Jago Douma | 2016-02-08 | 1 | -1/+1 |
| | | | | | Now federated shares will also be updated to the flat reshare model. | ||||
* | upgrade to sharing 2.0, remove hierarchical re-shares | Björn Schießle | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | |||||
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 1 | -1/+1 |
| | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 1 | -1/+4 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -1/+0 |
| | |||||
* | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -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 description | MTRichards | 2014-10-08 | 1 | -1/+5 |
| | | | Added updates description | ||||
* | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 1 | -0/+1 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | Also added a few missing authors. | ||||
* | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -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 typo | Michael Gapczynski | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Change public file from get.php to public.php | Michael Gapczynski | 2012-08-28 | 1 | -2/+2 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | set public handeler in info,xml for sharing | Robin Appelman | 2012-05-14 | 1 | -0/+4 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 1 | -1/+0 |
| | |||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -0/+3 |
| | |||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | Initial setup of sharing app | Michael Gapczynski | 2011-06-11 | 1 | -0/+10 |