summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove \OCP\Files::tmpFolderRoeland Jago Douma2018-03-192-15/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-194-16/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-192-12/+24
|\ | | | | verify cached swift token
| * verify cached swift tokenRobin Appelman2018-03-162-12/+24
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-174-2/+16
| |
* | Remove unused resolveReshare of old sharing codeMorris Jobke2018-03-162-33/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8830 from nextcloud/node_emit_readRoeland Jago Douma2018-03-151-0/+7
|\ \ | | | | | | Emit read for nodes
| * | Emit read for nodesRoeland Jago Douma2018-03-151-0/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-154-6/+28
|\ \ \ | | | | | | | | Full implement group display names
| * | | Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-082-4/+26
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Correctly return the group nameJoas Schilling2018-03-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Show the displayname in the users group listJoas Schilling2018-03-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #8793 from nextcloud/swift-configRoeland Jago Douma2018-03-152-2/+6
|\ \ \ \ | | | | | | | | | | Swift uses `containter` not `bucket`
| * | | | Fix bucket and container usageRoeland Jago Douma2018-03-142-2/+6
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8828 from ↵Roeland Jago Douma2018-03-151-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix-configuration-values-matched-in-user-searches Fix configuration values matched in user searches
| * | | Fix configuration values matched in user searchesDaniel Calviño Sánchez2018-03-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a misplaced closing parenthesis the condition of the left join clause was just "userid = uid"; the other conditions were passed as additional parameters to "leftJoin", and thus they were ignored. Therefore, the result set contained every preference of each user instead of only the email, so the "WHERE configvalue LIKE XXX" matched any configuration value of the user. Besides the closing parenthesis this commit also fixes the literal values. Although "Literal" objects represent literal values they must be created through "IExpressionBuilder::literal()" to be properly quoted; otherwise it is just a plain string, which is treated as a column name. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Remove deprecated OCP\ContactsMorris Jobke2018-03-143-187/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8811 from nextcloud/remove_dep_util_linkRoeland Jago Douma2018-03-141-39/+0
|\ \ \ \ | | | | | | | | | | Remove deprecated URL functions for OCP\Util
| * | | | Remove deprecated URL functions for OCP\UtilRoeland Jago Douma2018-03-131-39/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8804 from nextcloud/remove_httphelperRoeland Jago Douma2018-03-146-148/+16
|\ \ \ \ \ | | | | | | | | | | | | Remove deprecated HTTPHelper
| * | | | | Remove deprecated HTTPHelperRoeland Jago Douma2018-03-136-148/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8806 from nextcloud/add-local-memcache-checkblizzz2018-03-133-4/+12
|\ \ \ \ \ | |/ / / / |/| | | | Properly provide local memcache check to ICacheFactory
| * | | | Properly provide local memcache check to ICacheFactoryMorris Jobke2018-03-133-4/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #8796 from nextcloud/varadic_qbMorris Jobke2018-03-134-61/+67
|\ \ \ \ \ | |/ / / / |/| | | | Make QueryBuilder varadic
| * | | | Made IExpressionBuilder varadicRoeland Jago Douma2018-03-132-12/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made orHaving varadicRoeland Jago Douma2018-03-132-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made addHaving varadicRoeland Jago Douma2018-03-132-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Make having varadicRoeland Jago Douma2018-03-132-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made addGroupBy varadicRoeland Jago Douma2018-03-132-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made groupBy varadicRoeland Jago Douma2018-03-132-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made orWhere varadicRoeland Jago Douma2018-03-132-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made andWhere varadicRoeland Jago Douma2018-03-132-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made where varadicRoeland Jago Douma2018-03-132-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made AddSelect varadicRoeland Jago Douma2018-03-132-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Made select varadicRoeland Jago Douma2018-03-132-5/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8794 from nextcloud/swift-v3-cache-tokenMorris Jobke2018-03-131-1/+6
|\ \ \ \ | | | | | | | | | | Properly cache swift v3 token
| * | | | Properly cache swift v3 tokenRoeland Jago Douma2018-03-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The V3 token has an export function. Without this the token is effectively never cached. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8792 from nextcloud/cleanup-oc_responseMorris Jobke2018-03-132-193/+5
|\ \ \ \ \ | | | | | | | | | | | | Remove unused methods of OC_Response
| * | | | | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0Morris Jobke2018-03-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Remove unused methods of OC_ResponseMorris Jobke2018-03-122-188/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #8788 from nextcloud/cleanup-oc_apiMorris Jobke2018-03-131-277/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Remove unused methods and constants from legacy OC_API
| * | | | | Remove unused methods and constants from legacy OC_APIMorris Jobke2018-03-121-277/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-132-0/+2
| | | | |
* | | | | Merge pull request #8789 from nextcloud/proper-exception-loggingRoeland Jago Douma2018-03-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Use proper method to log exceptions
| * | | | Use proper method to log exceptionsMorris Jobke2018-03-121-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / Use insertIfNotExist of the new interfaceMorris Jobke2018-03-122-19/+3
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8787 from ↵Morris Jobke2018-03-122-43/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/remove-deprecated-and-unused-methods-of-db Remove deprecated and unsused methods of OCP\DB
| * | | Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-122-43/+6
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelperMorris Jobke2018-03-127-121/+0
|\ \ \ | | | | | | | | Remove unused and deprecated class and interface AppHelper
| * | | Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-127-121/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>