summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Bump autoloaderRoeland Jago Douma2017-03-092-4/+8
| | | | | | Composer was updated so lets update the autoloader Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #3360 from nextcloud/dav-searchRobin Appelman2017-03-082-0/+20
|\ | | | | Implement webdav SEARCH
| * autoloaderRobin Appelman2017-03-012-0/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Change language code for languages with only one translationMorris Jobke2017-03-012-0/+2
|/ | | | | | | | | | | | * then the language is not that specific and get also matched for fi * fallback from fi_FI to fi is supported - the other way around not * contains repair script * contains tests for repair script * fixes #869 Order results to make postgres happy Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-242-2/+0
|\ | | | | Clean up single user mode
| * Clean up single user modeMorris Jobke2017-02-222-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-222-24/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unneeded UpdateCertificateStore.Morris Jobke2017-02-222-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-082-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-302-0/+10
|\ | | | | Login credential store
| * add login credential storeChristoph Wurst2017-01-112-0/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | update autoloaderRobin Appelman2017-01-272-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remote now unneeded AvatarPermissions repair stepRobin Appelman2017-01-262-2/+0
| | | | | | | | | | | | Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update autoloader static class filesMorris Jobke2017-01-192-0/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autoloaderRoeland Jago Douma2017-01-112-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2943 from nextcloud/kill_old_preview_codeMorris Jobke2017-01-102-2/+0
|\ | | | | Cleanup old preview code
| * Update autoloaderRoeland Jago Douma2017-01-042-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | update autoloaderRobin Appelman2017-01-062-2/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update autoloaderRoeland Jago Douma2017-01-062-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Kill APC because it requires PHP 5.4Joas Schilling2017-01-052-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | update autoloaderMorris Jobke2017-01-042-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2923 from nextcloud/remove-fakedir-streamRobin Appelman2017-01-032-2/+0
|\ | | | | remove no longer used fakedir stream wrapper
| * update autoloaderMorris Jobke2017-01-033-7/+31
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | update autoloaderRobin Appelman2016-12-283-5/+33
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autoloader filesLukas Reschke2016-12-192-2/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-142-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloadingJoas Schilling2016-12-132-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixed correct filename of MoveAvatarsBackgroundJobRoeland Jago Douma2016-12-132-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2016-12-134-6/+48
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update class mapJoas Schilling2016-11-182-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* update autoloaderRobin Appelman2016-11-162-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Added genertor helper & testsRoeland Jago Douma2016-11-032-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2016-11-032-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use new appstore APILukas Reschke2016-10-312-2/+10
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-272-0/+6
|\ | | | | Nextcloud rich object strings
| * dump autoloaderMorris Jobke2016-10-242-0/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Missing returns + autoloader fileLukas Reschke2016-10-252-0/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Update autoload files 🙈Morris Jobke2016-10-242-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-242-0/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Get rid of very old oc:// stream wrapper (#26381)Vincent Petry2016-10-202-2/+0
|/
* update autoloading mapArthur Schiwon2016-10-072-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update autoloaderRoeland Jago Douma2016-10-052-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2016-10-052-0/+18
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused endpointJoas Schilling2016-09-302-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloader mapJoas Schilling2016-09-292-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* dump autoload path for new classMorris Jobke2016-09-262-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #1338 from nextcloud/fix-trashbin-errorsRoeland Jago Douma2016-09-132-0/+2
|\ | | | | Opening the trashbin causes errors in log for files without preview
| * Opening the trashbin causes errors in log for files without previewMorris Jobke2016-09-092-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon.
* | add updated composer autoloader codeMorris Jobke2016-09-121-5/+7
|/
* more efficient querying of numeric storage idsRobin Appelman2016-09-072-0/+2
|