summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Fix \OCP\UtilLukas Reschke2017-08-011-1/+1
* Add proper PHPDocLukas Reschke2017-08-011-1/+3
* Take IUser instead of UserLukas Reschke2017-08-012-8/+9
* Stricter phan config fixesLukas Reschke2017-08-012-2/+1
* Merge pull request #5890 from nextcloud/fix-403-and-404-redirectRoeland Jago Douma2017-07-311-2/+2
|\
| * Fix 403 and 404 redirectMorris Jobke2017-07-261-2/+2
* | Merge pull request #5905 from nextcloud/ocp-configMorris Jobke2017-07-313-4/+5
|\ \
| * | Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-273-4/+5
* | | Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
|/ /
* / Add new bundleLukas Reschke2017-07-262-0/+51
|/
* Merge pull request #5864 from nextcloud/legacy_userLukas Reschke2017-07-253-92/+1
|\
| * Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-243-92/+1
* | Merge pull request #5836 from nextcloud/preview_updateLukas Reschke2017-07-251-1/+7
|\ \
| * | Empty search no longer worksRoeland Jago Douma2017-07-241-1/+7
* | | "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
* | | Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
* | | Install from migrationsJoas Schilling2017-07-256-25/+4
* | | Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma2017-07-243-6/+14
| |/ |/|
* | Merge pull request #5857 from nextcloud/database-exception-cleanupMorris Jobke2017-07-242-13/+2
|\ \
| * | Remove unneeded parameter in DatabaseExceptionMorris Jobke2017-07-242-13/+2
| |/
* | Merge pull request #5835 from nextcloud/cleanup_testing_appMorris Jobke2017-07-241-1/+3
|\ \
| * | Proper DI for ILockingProviderRoeland Jago Douma2017-07-241-1/+3
| |/
* | Merge pull request #5855 from nextcloud/cleanup-legacy-user-classMorris Jobke2017-07-241-67/+1
|\ \
| * | Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-67/+1
| |/
* | Merge pull request #5854 from nextcloud/improve-personal-page-codeMorris Jobke2017-07-242-54/+3
|\ \
| * | Cleanup code of personal page to use public interfacesMorris Jobke2017-07-242-54/+3
| |/
* | Merge pull request #5844 from nextcloud/phpstorm_inspect2Morris Jobke2017-07-2429-99/+99
|\ \
| * | More phpstorm inspection fixesRoeland Jago Douma2017-07-2429-99/+99
| |/
* | Remove unneeded stylesMorris Jobke2017-07-241-1/+1
* | Adjust to height=120Lukas Reschke2017-07-241-1/+1
* | 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 wellMorris Jobke2017-07-231-0/+3
* | Redesign jQuery UI datepickerMarin Treselj2017-07-231-1/+1
* | Merge pull request #5812 from MrJeos/masterMorris Jobke2017-07-221-1/+1
|\ \
| * | Fix for mb strlenArtem Kochnev2017-07-201-1/+1
* | | Merge pull request #5596 from nextcloud/mount-renameMorris Jobke2017-07-211-8/+12
|\ \ \
| * | | non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
* | | | Merge pull request #5785 from nextcloud/path-repair-steps-storageMorris Jobke2017-07-212-5/+8
|\ \ \ \
| * | | | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-212-5/+8
* | | | | Merge pull request #5821 from nextcloud/fix-theming-on-untrusted-domainLukas Reschke2017-07-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix error message on untrusted domain error pageMorris Jobke2017-07-211-1/+1
* | | | | Merge pull request #5820 from MarcelWaldvogel/minor-documentation-fixesRoeland Jago Douma2017-07-213-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor typosMarcel Waldvogel2017-07-213-3/+3
* | | | | Merge pull request #5818 from nextcloud/ocs_privatedataRoeland Jago Douma2017-07-213-144/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PrivateData to appRoeland Jago Douma2017-07-213-144/+0
| | |/ / | |/| |
* | | | Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-212-0/+17
|\ \ \ \
| * | | | Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-202-0/+17
* | | | | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-2014-0/+31
| |/ / / |/| | |
* | | | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-192-8/+3
|\ \ \ \