Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 2 | -3/+11 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix template functions | Lukas Reschke | 2017-08-01 | 1 | -3/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 5 | -5/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix \OCP\Util | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add proper PHPDoc | Lukas Reschke | 2017-08-01 | 1 | -1/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Take IUser instead of User | Lukas Reschke | 2017-08-01 | 2 | -8/+9 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 2 | -2/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #5890 from nextcloud/fix-403-and-404-redirect | Roeland Jago Douma | 2017-07-31 | 1 | -2/+2 |
|\ | | | | | Fix 403 and 404 redirect | ||||
| * | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 1 | -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-config | Morris Jobke | 2017-07-31 | 3 | -4/+5 |
|\ \ | | | | | | | Use IConfig instead of static OCP\Config | ||||
| * | | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 3 | -4/+5 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Add brackets around concat statements so comparing the result works as intended | Joas Schilling | 2017-07-28 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Add new bundle | Lukas Reschke | 2017-07-26 | 2 | -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_user | Lukas Reschke | 2017-07-25 | 3 | -92/+1 |
|\ | | | | | Remove legacy OC_User_Backend and OC_User_Interface | ||||
| * | Remove legacy OC_User_Backend and OC_User_Interface | Roeland Jago Douma | 2017-07-24 | 3 | -92/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5836 from nextcloud/preview_update | Lukas Reschke | 2017-07-25 | 1 | -1/+7 |
|\ \ | | | | | | | Empty search no longer works | ||||
| * | | Empty search no longer works | Roeland Jago Douma | 2017-07-24 | 1 | -1/+7 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | "Only variables must be passed by reference" | Joas Schilling | 2017-07-25 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Install from migrations | Joas Schilling | 2017-07-25 | 6 | -25/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Move \OC_L10N_String to proper \OC\L10N\L10NString | Roeland Jago Douma | 2017-07-24 | 3 | -6/+14 |
| |/ |/| | | | | | | | | | | | * Proper namespacing * Fixed phpdocs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5857 from nextcloud/database-exception-cleanup | Morris Jobke | 2017-07-24 | 2 | -13/+2 |
|\ \ | | | | | | | Remove unneeded parameter in DatabaseException | ||||
| * | | Remove unneeded parameter in DatabaseException | Morris Jobke | 2017-07-24 | 2 | -13/+2 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #5835 from nextcloud/cleanup_testing_app | Morris Jobke | 2017-07-24 | 1 | -1/+3 |
|\ \ | | | | | | | Cleanup testing app | ||||
| * | | Proper DI for ILockingProvider | Roeland Jago Douma | 2017-07-24 | 1 | -1/+3 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5855 from nextcloud/cleanup-legacy-user-class | Morris Jobke | 2017-07-24 | 1 | -67/+1 |
|\ \ | | | | | | | Cleanup legacy user class from unused methods | ||||
| * | | Cleanup legacy user class from unused methods | Morris Jobke | 2017-07-24 | 1 | -67/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #5854 from nextcloud/improve-personal-page-code | Morris Jobke | 2017-07-24 | 2 | -54/+3 |
|\ \ | | | | | | | Cleanup code of personal page to use public interfaces | ||||
| * | | Cleanup code of personal page to use public interfaces | Morris Jobke | 2017-07-24 | 2 | -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_inspect2 | Morris Jobke | 2017-07-24 | 29 | -99/+99 |
|\ \ | | | | | | | More phpstorm inspection fixes | ||||
| * | | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 29 | -99/+99 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove unneeded styles | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Adjust to height=120 | Lukas Reschke | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Revert "Set max-width of image to 100px in Outlook as well" | Lukas Reschke | 2017-07-24 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #5783 from nextcloud/outlook-max-width | Roeland Jago Douma | 2017-07-24 | 1 | -0/+3 |
|\ | | | | | Set max-width of image to 100px in Outlook as well | ||||
| * | Set max-width of image to 100px in Outlook as well | Morris Jobke | 2017-07-23 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Redesign jQuery UI datepicker | Marin Treselj | 2017-07-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | Merge pull request #5812 from MrJeos/master | Morris Jobke | 2017-07-22 | 1 | -1/+1 |
|\ \ | | | | | | | Fix for mb strlen | ||||
| * | | Fix for mb strlen | Artem Kochnev | 2017-07-20 | 1 | -1/+1 |
| | | | | | | | | | Error with moving files with long names in UTF-8 | ||||
* | | | Merge pull request #5596 from nextcloud/mount-rename | Morris Jobke | 2017-07-21 | 1 | -8/+12 |
|\ \ \ | | | | | | | | | Fix renaming of non-renamble mounts | ||||
| * | | | non movable mounts can not be moved | Robin Appelman | 2017-07-17 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #5785 from nextcloud/path-repair-steps-storage | Morris Jobke | 2017-07-21 | 2 | -5/+8 |
|\ \ \ \ | | | | | | | | | | | Also repair storage id's when repairing invalid entries | ||||
| * | | | | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-21 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #5821 from nextcloud/fix-theming-on-untrusted-domain | Lukas Reschke | 2017-07-21 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix error message on untrusted domain error page | ||||
| * | | | | Fix error message on untrusted domain error page | Morris Jobke | 2017-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5347 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | Merge pull request #5820 from MarcelWaldvogel/minor-documentation-fixes | Roeland Jago Douma | 2017-07-21 | 3 | -3/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | Minor documentation fixes | ||||
| * | | | | Minor typos | Marcel Waldvogel | 2017-07-21 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | ||||
* | | | | | Merge pull request #5818 from nextcloud/ocs_privatedata | Roeland Jago Douma | 2017-07-21 | 3 | -144/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | PrivateData to app | ||||
| * | | | | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 3 | -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-postUnshareFromSelf | Morris Jobke | 2017-07-21 | 2 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | Dispatch event postUnshareFromSelf when the recipient of a share unshares it |