summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-02-2814-14/+152
|
* Merge pull request #3618 from nextcloud/fix-install-page-warningRoeland Jago Douma2017-02-271-5/+0
|\ | | | | Remove not needed rule for .warning
| * Remove not needed rule for .warningMorris Jobke2017-02-241-5/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-2722-26/+40
| |
* | Merge pull request #3623 from nextcloud/daita-patch-1Morris Jobke2017-02-261-1/+1
|\ \ | | | | | | Fix condition
| * | Fix conditionMaxence Lange2017-02-261-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2612-0/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-02-2540-26/+260
| |
* | Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-244-1/+99
|\ \ | |/ |/| Show info in admin settings about PHP opcache if disabled
| * Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-224-1/+99
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-242-36/+18
|\ \ | | | | | | Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
| * | Refactor files' CacheEntry object creation to call cacheEntryFromData() all ↵Frédéric Fortier2017-02-221-36/+16
| | | | | | | | | | | | | | | | | | the time thus allowing proper casts to be done Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
| * | Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-202-1/+3
| | | | | | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* | | Merge pull request #3598 from ↵Roeland Jago Douma2017-02-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-3583-shared-addressbooks-fail-on-legacy-endpoint Use the correct principal for shared addressbooks
| * | | Use the correct principal for shared addressbooksJoas Schilling2017-02-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3612 from KB7777/patch-1Roeland Jago Douma2017-02-241-1/+1
|\ \ \ \ | | | | | | | | | | Update Setup.php
| * | | | Update Setup.phpKB77772017-02-241-1/+1
|/ / / /
* | | | Merge pull request #3287 from nextcloud/readd_appstoreenabled_switchJoas Schilling2017-02-244-8/+193
|\ \ \ \ | | | | | | | | | | Add back appstoreenabled config switch
| * | | | Fix unit tests and improve appstore logicMorris Jobke2017-02-244-9/+178
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Add back appstoreenabled config switchSteffen Lindner2017-02-241-4/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steffen Lindner <mail@steffen-lindner.de>
* | | | | Merge pull request #3603 from nextcloud/update-iconJoas Schilling2017-02-241-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Bring back checkmark icon on successful update
| * | | | | Bring back checkmark icon on successful updateMorris Jobke2017-02-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-2416-310/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Clean up single user mode
| * | | | | Clean up single user modeMorris Jobke2017-02-2216-310/+37
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-02-2484-142/+760
| | | | |
* | | | | Merge pull request #3589 from nextcloud/remove-unneeded-repair-stepMorris Jobke2017-02-2329-3284/+19
|\ \ \ \ \ | | | | | | | | | | | | Remove unneeded repair steps
| * | | | | cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-2228-3192/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Remove unneeded UpdateCertificateStore.Morris Jobke2017-02-223-92/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3576 from robert-scheck/timezoneMorris Jobke2017-02-231-5/+0
|\ \ \ \ \ | |_|/ / / |/| | | | According to issue #3553, the default logtimezone is always UTC
| * | | | According to issue #3553, the default logtimezone is always UTCRobert Scheck2017-02-231-5/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | | | | Merge pull request #2602 from ↵Lukas Reschke2017-02-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/resize-the-controls-after-the-sidebar-slided-in Increase debounce time to make sure controls are resized after the sidebar disappeared
| * | | | | Increase debounce time to make sure controls are resized after the sidebar ↵Marius Blüm2017-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disappeared Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | | | Merge pull request #3590 from individual-it/correct_text_when_disabling_appLukas Reschke2017-02-231-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | show correct text when disabling App
| * | | | | | show correct text when disabling App Artur Neumann2017-02-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during the process of disabling an App the button would show "Enabling app …" This is corrected by this patch Signed-off-by: Artur Neumann <info@individual-it.net>
* | | | | | | Merge pull request #3575 from nextcloud/better-thumbnail-qualityJoas Schilling2017-02-232-16/+49
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Use 90% JPEG quality for thumbnails and previews by default
| * | | | | | Fix code quality a bitJoas Schilling2017-02-221-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Use 90% JPEG quality for thumbnails and previews by defaultJoas Schilling2017-02-222-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-02-2384-80/+172
| | | | | | |
* | | | | | | Merge pull request #3580 from nextcloud/password-reset-wordingMorris Jobke2017-02-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | detail wording: password reset instead of recovery
| * | | | | | | detail wording: password reset instead of recoveryJan-Christoph Borchardt2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-225-32/+101
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | some sharing settings
| * | | | | | | fix typoBjoern Schiessle2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | | | | use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | | | | properly include classMorris Jobke2017-02-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Use intval() for validation of config optionsMorris Jobke2017-02-213-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Improve the UX for sharing settingsMorris Jobke2017-02-213-9/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | allow to configure a min-length of search strings for auto-compeltion and a ↵Bjoern Schiessle2017-02-212-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max number for of results returned Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | | Merge pull request #3418 from nextcloud/add-groups-to-userinfoLukas Reschke2017-02-222-3/+36
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add groups to user info output
| * | | | | | | | add groups to user info outputBjoern Schiessle2017-02-092-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | | | Merge pull request #3573 from ↵Lukas Reschke2017-02-221-1/+8
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/correctly-catch-the-exception-from-pathinfo Catch exception from path info