| Commit message (Expand) | Author | Age | Files | Lines |
* | add icewind/searchdav | Robin Appelman | 2017-02-28 | 5 | -0/+322 |
* | Fix condition | Maxence Lange | 2017-02-26 | 1 | -1/+1 |
* | Merge pull request #3588 from GreenArchon/issue_#3461 | Lukas Reschke | 2017-02-24 | 1 | -35/+17 |
|\ |
|
| * | 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 | 1 | -0/+2 |
* | | Update Setup.php | KB7777 | 2017-02-24 | 1 | -1/+1 |
* | | Fix unit tests and improve appstore logic | Morris Jobke | 2017-02-24 | 1 | -5/+2 |
* | | Add back appstoreenabled config switch | Steffen Lindner | 2017-02-24 | 1 | -4/+20 |
* | | Merge pull request #3589 from nextcloud/remove-unneeded-repair-step | Morris Jobke | 2017-02-23 | 16 | -1606/+0 |
|\ \ |
|
| * | | cleanup old and not needed repair steps to speed up the update | Morris Jobke | 2017-02-22 | 15 | -1516/+0 |
| * | | Remove unneeded UpdateCertificateStore. | Morris Jobke | 2017-02-22 | 1 | -90/+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 #3575 from nextcloud/better-thumbnail-quality | Joas Schilling | 2017-02-23 | 1 | -15/+42 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | 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 | 1 | -3/+26 |
| | |/
| |/| |
|
* | | | Merge pull request #3567 from nextcloud/autocomplete-settings | Björn Schießle | 2017-02-22 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Use intval() for validation of config options | Morris Jobke | 2017-02-21 | 1 | -2/+2 |
| * | | | Improve the UX for sharing settings | Morris Jobke | 2017-02-21 | 1 | -1/+3 |
* | | | | Catch exception from path info | Joas Schilling | 2017-02-22 | 1 | -1/+8 |
| |/ /
|/| | |
|
* | | | Merge pull request #3505 from robert-scheck/autoindex | Lukas Reschke | 2017-02-20 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Only request "IndexIgnore" if mod_autoindex is loaded | Robert Scheck | 2017-02-20 | 1 | -0/+2 |
| |/ |
|
* | | Revert "cache the storage info for 5 min" | Morris Jobke | 2017-02-16 | 1 | -29/+5 |
* | | Merge pull request #3439 from nextcloud/oc-26963 | Lukas Reschke | 2017-02-16 | 1 | -8/+8 |
|\ \ |
|
| * | | Check if color exists in palette before using it | Victor Dubiniuk | 2017-02-10 | 1 | -3/+3 |
| * | | Make sure invalid images don't flood the log file | Joas Schilling | 2017-02-10 | 1 | -5/+5 |
* | | | Don't force displayname if backend already provides one | Lukas Reschke | 2017-02-16 | 1 | -1/+12 |
| |/
|/| |
|
* | | Merge pull request #2606 from temparus/master | blizzz | 2017-02-15 | 1 | -3/+6 |
|\ \ |
|
| * | | Update license header | Sandro Lutz | 2017-02-07 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'nextcloud/master' | Sandro Lutz | 2017-02-07 | 92 | -3285/+1933 |
| |\ \ |
|
| * | | | Add check if UserManager is of type PublicEmitter before calling preLogin hook | Sandro Lutz | 2017-02-01 | 1 | -1/+3 |
| * | | | Change where preLogin hook gets called | Sandro Lutz | 2017-02-01 | 1 | -3/+2 |
| * | | | Remove preLoginValidation hook | Sandro Lutz | 2017-02-01 | 1 | -3/+0 |
| * | | | Fix indentation | Sandro Lutz | 2017-02-01 | 1 | -3/+3 |
| * | | | Add preLoginValidation hook | Sandro Lutz | 2017-02-01 | 1 | -0/+3 |
* | | | | Merge pull request #3495 from nextcloud/dav-protected | Roeland Jago Douma | 2017-02-15 | 1 | -7/+7 |
|\ \ \ \ |
|
| * | | | | Make it easier to subclass DAV storage | Robin Appelman | 2017-02-15 | 1 | -7/+7 |
* | | | | | Merge pull request #3447 from nextcloud/getmetadata-permissions-mask | Roeland Jago Douma | 2017-02-15 | 2 | -1/+10 |
|\ \ \ \ \ |
|
| * | | | | | also apply permissions mask in getMetaData | Robin Appelman | 2017-02-10 | 2 | -1/+10 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-id | Roeland Jago Douma | 2017-02-15 | 3 | -7/+3 |
|\ \ \ \ \ |
|
| * | | | | | Make sure we use the correct storage id when scanning a jailed storage | Robin Appelman | 2017-01-25 | 3 | -7/+3 |
* | | | | | | Merge pull request #3477 from nextcloud/fix-cloud-id-manager-injection | Morris Jobke | 2017-02-14 | 2 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix DI of the cloud id manager into apps | Joas Schilling | 2017-02-14 | 2 | -0/+6 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3472 from nextcloud/enable-avatars-always | Morris Jobke | 2017-02-14 | 3 | -6/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Always enable avatars | Morris Jobke | 2017-02-13 | 3 | -6/+3 |
* | | | | | | | Merge pull request #3465 from nextcloud/storage-log-locks | Lukas Reschke | 2017-02-14 | 2 | -3/+84 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+6 |
| * | | | | | | Add storage to log item as well | Lukas Reschke | 2017-02-13 | 1 | -3/+33 |
| * | | | | | | Add option to enable locking debug logging | Robin Appelman | 2017-02-13 | 1 | -3/+48 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3444 from nextcloud/recognize-bat-and-cmd | Morris Jobke | 2017-02-13 | 1 | -0/+14 |
|\ \ \ \ \ \ |
|