summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-022-0/+37
|
* Merge pull request #19505 from owncloud/returnfloatforquotaJörn Friedrich Dreyer2015-10-021-2/+2
|\ | | | | always return float, update doc
| * always return float, update docJörn Friedrich Dreyer2015-10-011-2/+2
| |
* | Merge pull request #19480 from owncloud/fix-l10nJörn Friedrich Dreyer2015-10-021-14/+5
|\ \ | | | | | | Fix l10n on master
| * | Fix l10n on masterMorris Jobke2015-09-301-14/+5
| | | | | | | | | | | | | | | * $app isn't useful for this case * kill it with :fire:
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-022-0/+2
| | |
* | | Merge pull request #19463 from owncloud/fix_18132Thomas Müller2015-10-011-2/+24
|\ \ \ | | | | | | | | encryption: versions should always use the keys of the original file, no need to …
| * | | versions should always use the keys of the original file, no need to create ↵Bjoern Schiessle2015-10-011-2/+24
| | | | | | | | | | | | | | | | new one
* | | | Add testsRobin Appelman2015-10-011-1/+1
| | | |
* | | | stricter check if thumbnail is cachedRobin Appelman2015-10-011-7/+4
| | | |
* | | | to much copy pasteRobin Appelman2015-10-011-5/+3
| | | |
* | | | use cache data we already have to check if a thumbnail of specific size is ↵Robin Appelman2015-10-011-1/+24
| | | | | | | | | | | | | | | | cached
* | | | use the fileinfo to check if we have a valid fileRobin Appelman2015-10-011-1/+1
| | | |
* | | | allow passing the fileinfo to the preview managerRobin Appelman2015-10-011-2/+3
| | | |
* | | | add more precise version to also repair git master instancesMorris Jobke2015-10-011-1/+1
| | | |
* | | | Repair step to remove bogus expiration dates from non-link sharesVincent Petry2015-10-012-0/+81
|/ / /
* | | Merge pull request #19299 from owncloud/fixgetRawPathInfoThomas Müller2015-09-301-1/+1
|\ \ \ | | | | | | | | Fix get raw path info, always return a string
| * | | return '' instead of falseJörn Friedrich Dreyer2015-09-231-1/+1
| | | |
* | | | Merge pull request #19478 from owncloud/cache-found-l10n-per-appRobin Appelman2015-09-301-3/+4
|\ \ \ \ | | | | | | | | | | cache found l10n per app and not globally
| * | | | cache found l10n per app and not globallyMorris Jobke2015-09-301-3/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | * fixes: if the first call to this is with an app that has no translations all future call will get a list with only english in there - even if their l10n holds more translations
* | | | Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-302-3/+3
|\ \ \ \ | |/ / / |/| | | Change small thumbnails to 32 px
| * | | Change small thumbnails to 32 pxMorris Jobke2015-09-302-3/+3
| | |/ | |/| | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | | Merge pull request #19460 from ↵Thomas Müller2015-09-302-3/+8
|\ \ \ | | | | | | | | | | | | | | | | owncloud/fix-postScanFile-and-make-it-available-to-utils-scanner Fix postScanFile event and make it available to utils scanner
| * | | Make postScanFile and postScanFolder available to OC\Files\Utils\ScannerOlivier Paroz2015-09-301-1/+6
| | | |
| * | | Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-2/+2
| | | | | | | | | | | | | | | | postScanFile is important when scanning external storage as it indicates when the file is ready to be used
* | | | Clean temp files used for thumbnail generationRobin Appelman2015-09-301-1/+5
| | | |
* | | | Merge pull request #19373 from owncloud/sidebar-preview-coverThomas Müller2015-09-301-9/+7
|\ \ \ \ | |_|/ / |/| | | Cover both width and height for the sidebar preview
| * | | Fix preview cachingRobin Appelman2015-09-291-25/+19
| | | |
| * | | Cover both width and height for the sidebar previewRobin Appelman2015-09-291-23/+27
| |/ /
* | | Merge pull request #19355 from owncloud/cache_result_of_checkUpgradeThomas Müller2015-09-292-7/+10
|\ \ \ | | | | | | | | [jenkins] Cache result of check upgrade
| * | | cache result of \OCP\Util::needUpgrade()Individual IT Services2015-09-292-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() cache result of checkUpgrade() in self::$needUpgrade reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() fix typo in variable name deleting tabs
* | | | Merge pull request #19441 from owncloud/debug-log-mode-during-upgradeThomas Müller2015-09-291-0/+16
|\ \ \ \ | |/ / / |/| | | [upgrade] switch to debug logging on upgrade
| * | | [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-291-0/+16
| | | | | | | | | | | | | | | | | | | | * resets afterwards * adds output about the previous log level
* | | | Add blob: scheme to default CSP policyLukas Reschke2015-09-292-1/+2
|/ / / | | | | | | | | | Fixes https://github.com/owncloud/core/issues/19438
* | | Merge pull request #19424 from owncloud/use-jsqueezeThomas Müller2015-09-292-60/+3
|\ \ \ | | | | | | | | Use jsqueeze
| * | | User upstream class SeparatorFilterThomas Müller2015-09-282-58/+1
| | | |
| * | | Suer JSqueezeFilter instead of JSMinFilterThomas Müller2015-09-281-2/+2
| | | |
* | | | Merge pull request #19367 from owncloud/lock-transaction-no-logThomas Müller2015-09-291-4/+0
|\ \ \ \ | | | | | | | | | | remove warning when trying to get a lock while in transaction
| * | | | remove warning when trying to get a lock while in transactionRobin Appelman2015-09-251-4/+0
| | | | |
* | | | | Merge pull request #19426 from owncloud/fix-legacy-CSP-for-imagesThomas Müller2015-09-291-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Whitelist "data:" in legacy CSP headers
| * | | | Fix CSP for images for legacy appsOlivier Paroz2015-09-281-1/+1
| | |/ / | |/| | | | | | | | | | Fixes #19425
* | | | Session closed exception wordingPhil Davis2015-09-293-3/+3
| | | | | | | | | | | | | | | | and a small comment typo
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-292-0/+2
|/ / /
* | | Merge pull request #18548 from owncloud/repair-mimetype-limitversionThomas Müller2015-09-282-24/+44
|\ \ \ | | | | | | | | Repair mime types only when upgrading from OC 8.0
| * | | Repair mime types only when upgrading from OC 8.0Vincent Petry2015-09-232-24/+44
| | | |
* | | | Adding ownCloud/TarStreamerThomas Müller2015-09-281-1/+1
| | | |
* | | | Uniform behavour for tar and zipVictor Dubiniuk2015-09-281-1/+6
| | | |
* | | | More correctionsVictor Dubiniuk2015-09-282-11/+7
| | | |
* | | | Add namespace. Fix broken zipVictor Dubiniuk2015-09-282-5/+8
| | | |
* | | | Add PHpdocVictor Dubiniuk2015-09-281-6/+40
| | | |