summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Fix MigrationSchemaChecker and CryptoWrapperLukas Reschke2017-08-012-3/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix template functionsLukas Reschke2017-08-011-3/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add |null to PHPDocLukas Reschke2017-08-015-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix \OCP\UtilLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add proper PHPDocLukas Reschke2017-08-011-1/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Take IUser instead of UserLukas Reschke2017-08-012-8/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Stricter phan config fixesLukas Reschke2017-08-012-2/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5890 from nextcloud/fix-403-and-404-redirectRoeland Jago Douma2017-07-311-2/+2
|\ | | | | Fix 403 and 404 redirect
| * Fix 403 and 404 redirectMorris Jobke2017-07-261-2/+2
| | | | | | | | | | | | | | | | * Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5905 from nextcloud/ocp-configMorris Jobke2017-07-313-4/+5
|\ \ | | | | | | Use IConfig instead of static OCP\Config
| * | Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-273-4/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Add new bundleLukas Reschke2017-07-262-0/+51
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #5864 from nextcloud/legacy_userLukas Reschke2017-07-253-92/+1
|\ | | | | Remove legacy OC_User_Backend and OC_User_Interface
| * Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-243-92/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5836 from nextcloud/preview_updateLukas Reschke2017-07-251-1/+7
|\ \ | | | | | | Empty search no longer works
| * | Empty search no longer worksRoeland Jago Douma2017-07-241-1/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Install from migrationsJoas Schilling2017-07-256-25/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma2017-07-243-6/+14
| |/ |/| | | | | | | | | | | * Proper namespacing * Fixed phpdocs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5857 from nextcloud/database-exception-cleanupMorris Jobke2017-07-242-13/+2
|\ \ | | | | | | Remove unneeded parameter in DatabaseException
| * | Remove unneeded parameter in DatabaseExceptionMorris Jobke2017-07-242-13/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5835 from nextcloud/cleanup_testing_appMorris Jobke2017-07-241-1/+3
|\ \ | | | | | | Cleanup testing app
| * | Proper DI for ILockingProviderRoeland Jago Douma2017-07-241-1/+3
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5855 from nextcloud/cleanup-legacy-user-classMorris Jobke2017-07-241-67/+1
|\ \ | | | | | | Cleanup legacy user class from unused methods
| * | Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-67/+1
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5854 from nextcloud/improve-personal-page-codeMorris Jobke2017-07-242-54/+3
|\ \ | | | | | | Cleanup code of personal page to use public interfaces
| * | Cleanup code of personal page to use public interfacesMorris Jobke2017-07-242-54/+3
| |/ | | | | | | | | | | | | * public interfaces instead of static code calls * drop static private namespace methods Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5844 from nextcloud/phpstorm_inspect2Morris Jobke2017-07-2429-99/+99
|\ \ | | | | | | More phpstorm inspection fixes
| * | More phpstorm inspection fixesRoeland Jago Douma2017-07-2429-99/+99
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove unneeded stylesMorris Jobke2017-07-241-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adjust to height=120Lukas Reschke2017-07-241-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-241-3/+0
|/
* Merge pull request #5783 from nextcloud/outlook-max-widthRoeland Jago Douma2017-07-241-0/+3
|\ | | | | Set max-width of image to 100px in Outlook as well
| * Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-231-0/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Redesign jQuery UI datepickerMarin Treselj2017-07-231-1/+1
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #5812 from MrJeos/masterMorris Jobke2017-07-221-1/+1
|\ \ | | | | | | Fix for mb strlen
| * | Fix for mb strlenArtem Kochnev2017-07-201-1/+1
| | | | | | | | | Error with moving files with long names in UTF-8
* | | Merge pull request #5596 from nextcloud/mount-renameMorris Jobke2017-07-211-8/+12
|\ \ \ | | | | | | | | Fix renaming of non-renamble mounts
| * | | non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #5785 from nextcloud/path-repair-steps-storageMorris Jobke2017-07-212-5/+8
|\ \ \ \ | | | | | | | | | | Also repair storage id's when repairing invalid entries
| * | | | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-212-5/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #5821 from nextcloud/fix-theming-on-untrusted-domainLukas Reschke2017-07-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix error message on untrusted domain error page
| * | | | Fix error message on untrusted domain error pageMorris Jobke2017-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5347 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5820 from MarcelWaldvogel/minor-documentation-fixesRoeland Jago Douma2017-07-213-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Minor documentation fixes
| * | | | Minor typosMarcel Waldvogel2017-07-213-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
* | | | | Merge pull request #5818 from nextcloud/ocs_privatedataRoeland Jago Douma2017-07-213-144/+0
|\ \ \ \ \ | |/ / / / |/| | | | PrivateData to app
| * | | | PrivateData to appRoeland Jago Douma2017-07-213-144/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-212-0/+17
|\ \ \ \ | | | | | | | | | | Dispatch event postUnshareFromSelf when the recipient of a share unshares it