Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 21 | -41/+41 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 1 | -1/+1 |
|\ | | | | | Use short for of substr to not need strlen() | ||||
| * | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 11 | -24/+11 |
|\ \ | | | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 11 | -24/+11 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8052 from nextcloud/fix-array-methods | Roeland Jago Douma | 2018-01-26 | 3 | -3/+3 |
|\ \ | | | | | | | Fix array method usages with a proper call | ||||
| * | | Fix array method usages with a proper call | Morris Jobke | 2018-01-25 | 3 | -3/+3 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8058 from nextcloud/useless-return | Roeland Jago Douma | 2018-01-26 | 3 | -8/+0 |
|\ \ | | | | | | | Remove useless return statements | ||||
| * | | Remove useless return statements | Morris Jobke | 2018-01-25 | 3 | -8/+0 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8059 from nextcloud/use-stripos | Roeland Jago Douma | 2018-01-26 | 2 | -2/+2 |
|\ \ | | | | | | | Use stripos instead of strpos(strtolower(), 'something') | ||||
| * | | Use stripos instead of strpos(strtolower(), 'something') | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8060 from nextcloud/proper-codeflow | Roeland Jago Douma | 2018-01-26 | 1 | -1/+0 |
|\ \ | | | | | | | Use proper code flow instead of not needed else branch | ||||
| * | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 1 | -1/+0 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8056 from nextcloud/array-push | Roeland Jago Douma | 2018-01-26 | 2 | -2/+2 |
|\ \ | | | | | | | Use $var[] = $a instead of array_push - 2x faster | ||||
| * | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-26 | 6 | -4/+34 |
|/ | |||||
* | Merge pull request #7916 from nextcloud/2fa_log | Morris Jobke | 2018-01-25 | 5 | -0/+168 |
|\ | | | | | Add 2FA to logfile | ||||
| * | Add tests | Roeland Jago Douma | 2018-01-25 | 2 | -2/+77 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Update autoloader | Roeland Jago Douma | 2018-01-25 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make admin_audit listen to 2fa events | Roeland Jago Douma | 2018-01-25 | 2 | -0/+91 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8036 from nextcloud/phpunit6 | Roeland Jago Douma | 2018-01-25 | 29 | -60/+67 |
|\ \ | |/ |/| | Require PHPUnit 6.5 or higher | ||||
| * | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 21 | -37/+48 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 6 | -16/+13 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 2 | -5/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix missing clipboard icon in shared links | Daniel Calviño Sánchez | 2018-01-24 | 1 | -0/+2 |
|/ | | | | | | | | | | | | The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Make filelist and sidebar use the fileid preview endpoint | Roeland Jago Douma | 2018-01-24 | 2 | -1/+13 |
| | | | | | | This makes sure the preview is cached even after rename! yay! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 18 | -83/+164 |
|\ | | | | | Properly log the full exception instead of only the message | ||||
| * | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 18 | -83/+164 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-23 | 4 | -0/+8 |
| | | |||||
* | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ \ | | | | | | | Refactor method to check if update is needed | ||||
| * | | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #7985 from nextcloud/remove-public-video | Roeland Jago Douma | 2018-01-22 | 2 | -13/+2 |
|\ \ \ | | | | | | | | | Remove video preview from files_sharing | ||||
| * | | | Remove video preview from files_sharing | Julius Härtl | 2018-01-22 | 2 | -13/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #7994 from nextcloud/smb-notify-test-timeout | Roeland Jago Douma | 2018-01-22 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | increase the time we wait for smb notifications in the test | ||||
| * | | increase the time we wait for smb notifications in the test | Robin Appelman | 2018-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-21 | 2 | -0/+2 |
| | | | |||||
* | | | Merge pull request #7961 from nextcloud/smb-2.0.4 | Roeland Jago Douma | 2018-01-19 | 11 | -77/+98 |
|\ \ \ | |/ / |/| | | update icewind/smb to 2.0.4 | ||||
| * | | update icewind/smb to 2.0.4 | Robin Appelman | 2018-01-19 | 11 | -77/+98 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Theming: adjust background image resizing | Julius Härtl | 2018-01-19 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Support high resolution login images by resizing only images that are wider than 4096px fixes #7459 Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-19 | 106 | -106/+106 |
| | | | |||||
* | | | remove hardcoded sharepoint icon path | Arthur Schiwon | 2018-01-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #7923 from nextcloud/files_external_ocscontroller | Morris Jobke | 2018-01-18 | 2 | -31/+50 |
|\ \ \ | | | | | | | | | [files_external] OCS endpoint to proper OCSController | ||||
| * | | | [files_external] OCS endpoint to proper OCSController | Roeland Jago Douma | 2018-01-18 | 2 | -31/+50 |
| |/ / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #7924 from nextcloud/dep_iappconfig | Morris Jobke | 2018-01-18 | 1 | -11/+11 |
|\ \ \ | | | | | | | | | Remove deprecated function from IAppConfig | ||||
| * | | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -11/+11 |
| |/ / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Make Update notficiations strict and fix all inspections | Joas Schilling | 2018-01-18 | 14 | -76/+95 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #7863 from nextcloud/update-notifications-plusplus | Morris Jobke | 2018-01-18 | 12 | -341/+356 |
|\ \ \ | |/ / |/| | | Update notifications ++ | ||||
| * | | Split controller and settings | Joas Schilling | 2018-01-16 | 7 | -209/+249 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Refactor all the logic from app.php to Application class | Joas Schilling | 2018-01-15 | 3 | -43/+63 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |