summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Properly provide local memcache check to ICacheFactoryMorris Jobke2018-03-132-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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-131-119/+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-121-114/+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>
* / Use insertIfNotExist of the new interfaceMorris Jobke2018-03-121-2/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8787 from ↵Morris Jobke2018-03-121-6/+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-121-6/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelperMorris Jobke2018-03-123-59/+0
|\ \ | | | | | | Remove unused and deprecated class and interface AppHelper
| * | Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-123-59/+0
| |/ | | | | | | 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 #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>
* | OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-3/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | 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>
* | | | Merge pull request #8711 from nextcloud/objectstore-write-only-fopenMorris Jobke2018-03-081-7/+13
|\ \ \ \ | | | | | | | | | | don't read existing file when overwriting using object store
| * | | | don't read existing file when overwriting using object storeRobin Appelman2018-03-071-7/+13
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #8662 from nextcloud/better-debugging-unit-testsRoeland Jago Douma2018-03-071-0/+7
|\ \ \ \ | |_|_|/ |/| | | Better debugging for "Your test case is not allowed to access the dat…
| * | | Single quotesJoas Schilling2018-03-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Suppress phan errorJoas Schilling2018-03-071-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Try without autoloadingJoas Schilling2018-03-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Better debugging for "Your test case is not allowed to access the database."Joas Schilling2018-03-051-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #8714 from nextcloud/8705Morris Jobke2018-03-071-1/+8
|\ \ \ \ | |_|/ / |/| | | Check if the cached js file exists
| * | | Check if the cached js file existsRoeland Jago Douma2018-03-071-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8705 If the file does not exist (for whatever reason). It is never cached. No matter what the depscache etc tell you. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8596 from ↵Morris Jobke2018-03-061-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/8454/sharee-email-matches-not-limited Also array_slice wide email matches of local users
| * | | | Add the users result only when non empty so tests stay the sameJoas Schilling2018-03-021-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Also array_slice wide email matches of local usersJoas Schilling2018-03-011-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #7419 from Abijeet/feature-7175Morris Jobke2018-03-067-48/+71
|\ \ \ \ \ | | | | | | | | | | | | Fixes #7175 - Allow to search for email address in user management
| * | | | | reuse query builderRobin Appelman2018-01-123-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | refactor user searchingRobin Appelman2017-12-205-48/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Adds search by email function on the users screen.Abijeet2017-12-161-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7175. - Updated the query to fetch the users in users > everyone tab. - Updated the query to fetch the users in users > admin tab. - Tested to ensure that the disabled users are also being fetched. - Added test cases. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | | | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-updateMorris Jobke2018-03-062-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Display a list of unavailable apps for updates (aka. merge "Can I update?")
| * | | | | | Also allow to specify the cache file nameJoas Schilling2018-02-282-2/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #5833 from nextcloud/fix_uninstall_rep_stepMorris Jobke2018-03-063-39/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Run repair steps on uninstall in all cases
| * | | | | | Remove unused and outdated hookMorris Jobke2018-03-061-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Remove unused $enableAppsCache in OC_AppTobia De Koninck2018-03-061-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | | Remove OC_App::disable methodTobia De Koninck2018-03-062-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | | Run repair steps on uninstall in all casesTobia De Koninck2018-03-062-10/+10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>