summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-102-86/+84
| | | | | | | | | | | | | This is IMO a bit more readable and it seems to make the code faster. Tested it on the company instance where there are over 3k calls to this function. It shaves off around 10ms. The advantage here is that the pattern gets optimized by php itsel and cached. Also looking for all patterns at the same time and especially no longer looping for /./ patterns should save time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11733 from nextcloud/fix/noid/misleading-well-known-checkChristoph Wurst2018-10-102-6/+6
|\ | | | | Fix a misleading setup check for .well-known/caldav & carddav
| * Fix a misleading setup check for .well-known/caldav & carddavMorris Jobke2018-10-102-6/+6
|/ | | | | | The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-10-10982-4946/+4556
|
* Merge pull request #11622 from nextcloud/feature/11617Roeland Jago Douma2018-10-093-0/+39
|\ | | | | Add function to generate urls for OCS routes
| * Add function to generate urls for OCS routesRoeland Jago Douma2018-10-093-0/+39
| | | | | | | | | | | | | | | | | | | | fixes #11617 The OCS routes are only absolute for now as they are often exposed to the outside anyway and are on a different endpoint than index.php in anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11716 from ↵Morris Jobke2018-10-0920-71/+71
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * | Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-0920-71/+71
| | | | | | | | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #11721 from nextcloud/revert-10782-fix/10774/deadtagactionMorris Jobke2018-10-092-2/+3
|\ \ \ | |_|/ |/| | Revert "in 14 the click action gets lost in the Backbone view."
| * | Revert "in 14 the click action gets lost in the Backbone view."Morris Jobke2018-10-092-2/+3
|/ /
* | Merge pull request #11709 from nextcloud/refactor/jquery-beforeunloadMorris Jobke2018-10-091-1/+1
|\ \ | | | | | | Fix depracted jQuery.bind call
| * | Fix depracted jQuery.bind callChristoph Wurst2018-10-091-1/+1
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #11691 from ↵Morris Jobke2018-10-0922-102/+102
|\ \ | | | | | | | | | | | | nextcloud/refactor/fix-usage-deprecated-oc-webroot Fix usage of deprecated OC.webroot
| * | Fix usage of deprecated OC.webrootChristoph Wurst2018-10-0922-102/+102
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11698 from nextcloud/refactor/cleanup-github-filesMorris Jobke2018-10-095-5/+3
|\ \ \ | |/ / |/| | Move GitHub files to .github directory
| * | Move GitHub files to .github directoryChristoph Wurst2018-10-095-5/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11705 from nextcloud/certificate/noid/update-crlMorris Jobke2018-10-091-10/+10
|\ \ \ | |_|/ |/| | Update CRL due to changed cert for linkshareex
| * | Update CRL due to changed cert for linkshareexMorris Jobke2018-10-091-10/+10
|/ / | | | | | | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/193 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #11677 from nextcloud/feature/appdata_previewsMorris Jobke2018-10-092-12/+10
|\ \ | |/ |/| Allow the creationg of previews of files stored in appdata
| * Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-082-12/+10
| | | | | | | | | | | | | | To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11696 from nextcloud/refactor/remove-hhvm-leftoversMorris Jobke2018-10-094-6/+2
|\ \ | | | | | | Remove HHVM leftovers
| * | Remove HHVM checkChristoph Wurst2018-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove comment about hhvmChristoph Wurst2018-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove unused HHVM test executorChristoph Wurst2018-10-092-4/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #11686 from ↵Morris Jobke2018-10-091-0/+1
|\ \ | | | | | | | | | | | | nextcloud/deprecation/noid/ocp_util_recursiveArraySearch Deprecate unused OCP\Util::recursiveArraySearch
| * | Deprecate unused OCP\Util::recursiveArraySearchMorris Jobke2018-10-081-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #11685 from nextcloud/deprecation/noid/oc_helper_linkToPublicMorris Jobke2018-10-093-56/+6
|\ \ \ | | | | | | | | Deprecate unused, private OC_Helper::linkToPublic
| * | | Deprecate unused, private OC_Helper::linkToPublicMorris Jobke2018-10-083-56/+6
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #11693 from ↵Morris Jobke2018-10-091-8/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/remove-legacy-sharemodel-areavatarsenabled Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
| * | | Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()Christoph Wurst2018-10-091-8/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #11692 from nextcloud/refactor/remove-noop-oc-appconfigMorris Jobke2018-10-091-14/+0
|\ \ \ \ | |/ / / |/| | | Remove deprecated and noop APIs from OC.AppConfig
| * | | Remove deprecated and noop APIs from OC.AppConfigChristoph Wurst2018-10-091-14/+0
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-09128-948/+948
| | |
* | | Merge pull request #11678 from nextcloud/refactor/settings-axios-libJulius Härtl2018-10-0812-65/+40
|\ \ \ | | | | | | | | Replace hand-crafted request token logic by nextcloud-axios lib
| * | | Remove useless promise transformationChristoph Wurst2018-10-089-29/+19
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Replace hand-crafted request token logic by nextcloud-axios libChristoph Wurst2018-10-084-41/+26
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #11664 from ↵Roeland Jago Douma2018-10-083-38/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/has-been-interrupted-throw-exception Syntactic sugar for hasBeenInterrupted
| * | | | Rename method to abortIfInterruptedDaniel Kesselberg2018-10-083-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Adjust code for changed method signatureDaniel Kesselberg2018-10-072-30/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Refactor method to throw exception instead of true/falseDaniel Kesselberg2018-10-071-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #11679 from nextcloud/refactor/remove-ie8-apisMorris Jobke2018-10-083-31/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove IE8 APIs
| * | | | Remove outdated commentChristoph Wurst2018-10-081-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Remove OC.isIE8Christoph Wurst2018-10-081-10/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Remove OC.scaleFixForIE8Christoph Wurst2018-10-083-13/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #11518 from nextcloud/feature/noid/save-s3-requestsMorris Jobke2018-10-081-9/+59
|\ \ \ \ | | | | | | | | | | S3 reuse information from listObject and skip headObject
| * | | | Remove value from cache on delete/clearDaniel Kesselberg2018-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Reuse information from ListObjects for stat / filetypeDaniel Kesselberg2018-09-301-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #11682 from ↵Morris Jobke2018-10-082-16/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/remove-deprecated-unused-fileDownloadPath Remove deprecated and unused fileDownloadPath
| * | | | | Remove deprecated and unused fileDownloadPathChristoph Wurst2018-10-082-16/+0
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>