summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13770 from nextcloud/enhancement/post-login-hook-is-tokenRoeland Jago Douma2019-01-232-4/+9
|\ | | | | Add isTokenLogin argument to post login hook/event
| * Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-232-4/+9
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #13766 from nextcloud/fix/13757/urlencode_requesttokenMorris Jobke2019-01-231-1/+1
|\ \ | | | | | | Urlencode the requesttoken
| * | Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
| | | | | | | | | | | | | | | | | | Followup of #13757 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Reduce text size of text file preview, fix #13720Jan-Christoph Borchardt2019-01-231-2/+3
|/ / | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Request plain logout urlRoeland Jago Douma2019-01-231-6/+2
| | | | | | | | | | | | | | By requesting the plain logout url we allow it to be properly cached by the caching router. We just add the requesttoken manually. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13739 from nextcloud/cache-cleanup-changeMorris Jobke2019-01-221-1/+7
|\ \ | | | | | | cleanup shared lock if changing to exclusive lock failed
| * | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Make RouteConfig strictJoas Schilling2019-01-221-63/+49
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Allow resources via OCS as wellJoas Schilling2019-01-221-1/+55
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #13642 from nextcloud/contacts-menu-url-fixJohn Molakvoæ2019-01-223-0/+35
|\ \ | | | | | | Allow access to addressbook unique uri
| * | Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-223-0/+35
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Co-Authored-By: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-01-222-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-01-202-2/+2
| | |
* | | Merge pull request #13650 from ↵John Molakvoæ2019-01-171-1/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/noid/fix-colorizeSvg-with-transformations-containing-commas Fix colorizeSvg with transformations that contain a comma (,)
| * | Fix colorizeSvg with transformations that contain a comma (,)Joas Schilling2019-01-171-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-01-172-4/+4
|/ /
* | Move merged-share-backend to webpackRoeland Jago Douma2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | For #13608 Since we have webpack anyway it make sense to let webpack do the bundling instead of ourselfs. This leads to minified code (so less transfer). And the webserver can just handle the request. As a bonus we get a map file so debugging is easier than with our JSCombiner stuff. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-164-10/+10
| |
* | Fix integer background job id type errorChristoph Wurst2019-01-151-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-01-152-20/+20
| |
* | Merge pull request #13468 from rummatee/issue13276Morris Jobke2019-01-141-1/+0
|\ \ | | | | | | don't close input stream when writing in encrypted file
| * | don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
| | | | | | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | | Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-146-5/+49
|\ \ \ | | | | | | | | upload new files in objectstore to a .part path first
| * | | upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevent the object store and cache from getting out of sync when an objectstore silently fails or the php process get's killed during the upload without giving us the chance to cleanup Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Add objectExists to objectstore interfaceRobin Appelman2018-12-125-0/+32
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-01-142-112/+112
| | | |
* | | | Bump autoloaderRoeland Jago Douma2019-01-132-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-132-17/+86
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-01-122-4/+4
| | | |
* | | | Don't log parameters on user creation in case of error/exceptionJoas Schilling2019-01-101-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-01-102-2/+2
| |/ / |/| |
* | | Update select2, include cssChristoph Wurst2019-01-091-1/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Remove core.jsChristoph Wurst2019-01-091-20/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Npmize (vendor) scriptsChristoph Wurst2019-01-091-3/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #13420 from nextcloud/enh/13042/default-frame-anchestor-setRoeland Jago Douma2019-01-091-1/+3
|\ \ \ | |_|/ |/| | Set default frame-ancestors to 'self'
| * | Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-1/+3
| | | | | | | | | | | | | | | | | | For #13042 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | HttpClient getHeader can return empty stringRoeland Jago Douma2019-01-081-1/+7
|/ / | | | | | | | | | | Fixes #11999 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13403 from nextcloud/csp/allow_data_fontsRoeland Jago Douma2019-01-071-0/+1
|\ \ | | | | | | CSP: Allow fonts to be provided in data
| * | CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Use the real logger in the settingsRoeland Jago Douma2019-01-071-2/+3
|/ / | | | | | | | | | | | | | | Fixes #13285 The wrapper logger should not be used here. But we need the real logger. Since this in internal we can just pass that on directly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12621 from nextcloud/td/12224/cleanup_middleware_registeringRoeland Jago Douma2019-01-071-102/+77
|\ \ | | | | | | Cleanup middleware registering
| * | Cleanup middleware registeringRoeland Jago Douma2019-01-031-102/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12224 Since we only use the middleware at 1 location it makes no sense to register them in each and every container. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-01-052-4/+4
| | |
* | | Throttle with correct metadataRoeland Jago Douma2019-01-041-1/+1
| | | | | | | | | | | | | | | | | | Fixes #13202 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-01-042-30/+30
| | |
* | | Merge pull request #13161 from nextcloud/perf/fix_comments_in_folder_functionblizzz2019-01-031-14/+29
|\ \ \ | | | | | | | | Rewrite getNumberOfUnreadCommentsForFolder query
| * | | Rewrite getNumberOfUnreadCommentsForFolder queryRoeland Jago Douma2018-12-201-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the joining and filtering removed unkown files. Resulting in manual queries for all the files with no (unread) comments (the 99%). Long story short. This will return a list of all the files in the parent folder with their unread comment count (can be 0). But this makes sure that the result is properly cached. In the dav handling. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #10555 from nextcloud/bugfix/10518/only-check-added-itemsblizzz2019-01-031-13/+39
|\ \ \ \ | |_|/ / |/| | | Only enforce schema limits for supported apps
| * | | Only check the Oracle schema conditions if the app supports itJoas Schilling2018-12-171-2/+23
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>