Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2997 from nextcloud/fix_2957 | Morris Jobke | 2017-02-28 | 4 | -34/+48 |
|\ | |||||
| * | Properly handle groups with a / | Roeland Jago Douma | 2017-02-27 | 4 | -34/+48 |
* | | Merge pull request #3635 from individual-it/fix_quota_validation | Morris Jobke | 2017-02-28 | 3 | -13/+35 |
|\ \ | |||||
| * | | make values with white spaces possible | Artur Neumann | 2017-02-28 | 2 | -1/+8 |
| * | | better quota validation | Artur Neumann | 2017-02-28 | 3 | -12/+27 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-28 | 14 | -14/+152 |
| |/ |/| | |||||
* | | Merge pull request #3618 from nextcloud/fix-install-page-warning | Roeland Jago Douma | 2017-02-27 | 1 | -5/+0 |
|\ \ | |||||
| * | | Remove not needed rule for .warning | Morris Jobke | 2017-02-24 | 1 | -5/+0 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-27 | 22 | -26/+40 |
* | | | Merge pull request #3623 from nextcloud/daita-patch-1 | Morris Jobke | 2017-02-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix condition | Maxence Lange | 2017-02-26 | 1 | -1/+1 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-26 | 12 | -0/+12 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-25 | 40 | -26/+260 |
* | | | Merge pull request #3489 from nextcloud/give-hint-about-opcache | Morris Jobke | 2017-02-24 | 4 | -1/+99 |
|\ \ \ | |/ / |/| | | |||||
| * | | Show info in admin settings about PHP opcache if disabled | Morris Jobke | 2017-02-22 | 4 | -1/+99 |
* | | | Merge pull request #3588 from GreenArchon/issue_#3461 | Lukas Reschke | 2017-02-24 | 2 | -36/+18 |
|\ \ \ | |||||
| * | | | Refactor files' CacheEntry object creation to call cacheEntryFromData() all t... | Frédéric Fortier | 2017-02-22 | 1 | -36/+16 |
| * | | | Typecast filecache 'storage' as int to return it as documented, fixes #3461 | Frédéric Fortier | 2017-02-20 | 2 | -1/+3 |
* | | | | Merge pull request #3598 from nextcloud/issue-3583-shared-addressbooks-fail-o... | Roeland Jago Douma | 2017-02-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Use the correct principal for shared addressbooks | Joas Schilling | 2017-02-23 | 1 | -1/+1 |
* | | | | | Merge pull request #3612 from KB7777/patch-1 | Roeland Jago Douma | 2017-02-24 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Update Setup.php | KB7777 | 2017-02-24 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #3287 from nextcloud/readd_appstoreenabled_switch | Joas Schilling | 2017-02-24 | 4 | -8/+193 |
|\ \ \ \ \ | |||||
| * | | | | | Fix unit tests and improve appstore logic | Morris Jobke | 2017-02-24 | 4 | -9/+178 |
| * | | | | | Add back appstoreenabled config switch | Steffen Lindner | 2017-02-24 | 1 | -4/+20 |
* | | | | | | Merge pull request #3603 from nextcloud/update-icon | Joas Schilling | 2017-02-24 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bring back checkmark icon on successful update | Morris Jobke | 2017-02-24 | 1 | -1/+4 |
* | | | | | | | Merge pull request #3605 from nextcloud/single-user | Joas Schilling | 2017-02-24 | 16 | -310/+37 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Clean up single user mode | Morris Jobke | 2017-02-22 | 16 | -310/+37 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-24 | 84 | -142/+760 |
* | | | | | | Merge pull request #3589 from nextcloud/remove-unneeded-repair-step | Morris Jobke | 2017-02-23 | 29 | -3284/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cleanup old and not needed repair steps to speed up the update | Morris Jobke | 2017-02-22 | 28 | -3192/+19 |
| * | | | | | | Remove unneeded UpdateCertificateStore. | Morris Jobke | 2017-02-22 | 3 | -92/+0 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #3576 from robert-scheck/timezone | Morris Jobke | 2017-02-23 | 1 | -5/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | According to issue #3553, the default logtimezone is always UTC | Robert Scheck | 2017-02-23 | 1 | -5/+0 |
* | | | | | | Merge pull request #2602 from nextcloud/resize-the-controls-after-the-sidebar... | Lukas Reschke | 2017-02-23 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Increase debounce time to make sure controls are resized after the sidebar di... | Marius Blüm | 2017-01-23 | 1 | -1/+1 |
* | | | | | | | Merge pull request #3590 from individual-it/correct_text_when_disabling_app | Lukas Reschke | 2017-02-23 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | show correct text when disabling App | Artur Neumann | 2017-02-23 | 1 | -1/+2 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #3575 from nextcloud/better-thumbnail-quality | Joas Schilling | 2017-02-23 | 2 | -16/+49 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Fix code quality a bit | Joas Schilling | 2017-02-22 | 1 | -13/+17 |
| * | | | | | | Use 90% JPEG quality for thumbnails and previews by default | Joas Schilling | 2017-02-22 | 2 | -4/+33 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-23 | 84 | -80/+172 |
* | | | | | | | Merge pull request #3580 from nextcloud/password-reset-wording | Morris Jobke | 2017-02-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | detail wording: password reset instead of recovery | Jan-Christoph Borchardt | 2017-02-22 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #3567 from nextcloud/autocomplete-settings | Björn Schießle | 2017-02-22 | 5 | -32/+101 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | fix typo | Bjoern Schiessle | 2017-02-22 | 1 | -1/+1 |
| * | | | | | | | use (int) instead of intval for performance reasons | Bjoern Schiessle | 2017-02-22 | 1 | -2/+2 |
| * | | | | | | | properly include class | Morris Jobke | 2017-02-21 | 1 | -5/+5 |
| * | | | | | | | Use intval() for validation of config options | Morris Jobke | 2017-02-21 | 3 | -5/+8 |