summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge pull request #8783 from nextcloud/remove-unused-deprecated-methodsMorris Jobke2018-03-122-102/+1
|\ \ | | | | | | Remove unused and deprecated methods from OCP\Util
| * | Remove unused and deprecated methods from OCP\UtilMorris Jobke2018-03-122-102/+1
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Use proper method to format absolute timestampMorris Jobke2018-03-121-23/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8757 from nextcloud/search_controllerMorris Jobke2018-03-092-0/+2
|\ | | | | Move search to proper Controller
| * Update autoloaderRoeland Jago Douma2018-03-092-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8710 from nextcloud/followup/8596/tests-for-user-paginationblizzz2018-03-091-1/+5
|\ \ | | | | | | Tests for email collaborators pagination
| * | Fix calculation if there are more resultsJoas Schilling2018-03-081-1/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #8742 from nextcloud/strict_appJoas Schilling2018-03-092-10/+13
|\ \ \ | |_|/ |/| | OCP\AppFramework\App strict
| * | OCP\AppFramework\App strictRoeland Jago Douma2018-03-092-10/+13
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix autoloaderRoeland Jago Douma2018-03-092-0/+2
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-094-0/+16
| |
* | Merge pull request #8716 from nextcloud/fix-cache-prefixingRoeland Jago Douma2018-03-084-18/+22
|\ \ | | | | | | Remove base url from global cache prefix
| * | Actually clear cache values for all base urlsJulius Härtl2018-03-073-10/+20
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use JSCombiner from server container when searching for JS filesJulius Härtl2018-03-071-7/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-071-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-0/+4
|\ \ \ | | | | | | | | disable part files for object stores
| * | | disable part files for object storesRobin Appelman2018-03-071-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #8593 from eneiluj/masterMorris Jobke2018-03-081-28/+18
|\ \ \ \ | |_|_|/ |/| | | Allow public page access to apps with group restrictions
| * | | Add testsRoeland Jago Douma2018-03-081-18/+8
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Make SecurityMiddleware strictRoeland Jago Douma2018-03-081-10/+9
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Do not throw AppNotEnabledException for app public pages - refs #6962, refs ↵Julien Veyssier2018-02-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #5309 It allows non-logged user to access public pages of applications restricted to a group Signed-off-by: Julien Veyssier <eneiluj@posteo.net>