summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused methods and constants from legacy OC_APIMorris Jobke2018-03-121-277/+0
| | | | 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>
* | | | 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 #8696 from nextcloud/fix-public-api-docblizzz2018-03-071-1/+1
|\ \ \ \ | | | | | | | | | | Fix PHPDoc for public API
| * | | | Fix PHPDoc for public APIMorris Jobke2018-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | 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-068-48/+80
|\ \ \ \ \ | | | | | | | | | | | | 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-206-48/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-064-40/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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-063-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>