Thomas Müller
0fde0e6569
Search results have to explicitly be added to the content area of the app
11 years ago
Thomas Müller
0dd990839e
Disable search field in case there is no search available to the current selected app - fixes #14544
11 years ago
Thomas Müller
64c9c27f7e
Merge pull request #16382 from oparoz/providers-are-responsible-for-the-size-of-their-preview
Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly
11 years ago
Olivier Paroz
3d0a523217
Make sure we have a resource before measuring its size
11 years ago
Thomas Müller
1769de0a6d
Merge pull request #16796 from owncloud/fix-login-listener-for-file-cache
Fix login handler for file cache - fixes #16795
11 years ago
Thomas Müller
97a3d8c313
Fix login handler for file cache - fixes #16795
11 years ago
Thomas Müller
a968b8409d
Merge pull request #16158 from owncloud/mountprovider-after-setup
Call newly registered mount providers after the filesystem is setup
11 years ago
Thomas Müller
f051b7381b
Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount
Sort user groups by group name and hide the user count
11 years ago
Jenkins for ownCloud
2fb1b0864a
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
3542148761
[tx-robot] updated from transifex
11 years ago
Olivier Paroz
71d65cb713
Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly
* introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box
* adds the method to all key providers so that they can do their job, as expected by the Preview class
* improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space
* fixes some long standing issues
* **contains mostly tests**
11 years ago
Jenkins for ownCloud
16708ae187
[tx-robot] updated from transifex
11 years ago
Lukas Reschke
ca10ee4d0d
Merge pull request #16771 from owncloud/fix-storage-full-message
Add owner to the storage stats to enable better notifications
11 years ago
Morris Jobke
3b188d0b72
Merge pull request #16768 from owncloud/add-missing-mime-types
Adding mimetype x-h for header files
11 years ago
Lukas Reschke
cbb15f3cbd
Merge pull request #16767 from owncloud/webdav-preventdeleteroot
Prevent deleting Webdav root
11 years ago
Vincent Petry
b97be0ea02
Fix sabre directory test cases
- rely on a mock subfolder instead of the root
- remove obsolete "Shared" limitation tests which did pass but not for the right
reasons
- added test for the prevention of root deletion
11 years ago
Morris Jobke
bd5aebe256
Merge pull request #16770 from owncloud/update-ocp-phpdoc
[OCP] update PHPdoc to contain correct @since tags
11 years ago
Morris Jobke
62ae39208a
Add owner to the storage stats to enable better notifications
* getstoragestats.php returns now the owner and it's display name
* show proper storage stats notifications for shared folders
11 years ago
Morris Jobke
0c9604e3b2
[OCP] update PHPdoc to contain correct @since tags
11 years ago
Thomas Müller
5481a846c2
Adding mark down mime type mkd - fixes https://github.com/owncloud/files_texteditor/issues/45
11 years ago
Thomas Müller
5d93353a02
Adding mimetype x-h for header files - fixes https://github.com/owncloud/files_texteditor/issues/70
11 years ago
Vincent Petry
6ae5ae2e31
Prevent deleting Webdav root
11 years ago
Thomas Müller
9899e10a04
Merge pull request #16753 from owncloud/issue-16752-check-for-existing-user-in-expire-tasks
Check whether the user exists before trying to set up his file system
11 years ago
Thomas Müller
85d1ca11d4
Merge pull request #16765 from owncloud/fix-chunked-upload-jenkins
Fix chunked upload jenkins
11 years ago
Vincent Petry
ddd067a414
Merge pull request #16755 from owncloud/files-mkcolbackslash
Validate path in getChild
11 years ago
Thomas Müller
680a67712b
fix unit test
11 years ago
Thomas Müller
cd82b24edd
Bring back unit tests for \OC\Cache\File
11 years ago
Thomas Müller
5e60795962
Bring back OC\Cache\File - fixes #16760
11 years ago
Joas Schilling
1df95ea1ca
Fix "@throws" tags on doc blocks
11 years ago
Joas Schilling
249e54e34a
Add unit tests for InvalidPath Exception being thrown
11 years ago
Joas Schilling
bd0b9a0fe0
Add unit tests for non existing users
11 years ago
Vincent Petry
06dda427f3
Validate path in getChild
11 years ago
Thomas Müller
ccbb1cce3c
Merge pull request #16718 from owncloud/files-catchajaxexceptions
Catch exceptions in files ajax calls
11 years ago
Joas Schilling
4e24486a89
Check whether the user exists before trying to set up his file system
11 years ago
Morris Jobke
c747a58978
Merge pull request #16748 from owncloud/fix-ldap-port-detection-regression
port detection needs to take care of now thrown exceptions when LDAP …
11 years ago
Jenkins for ownCloud
e544d5b2c6
[tx-robot] updated from transifex
11 years ago
Robin McCorkell
5ea06f31b9
Merge pull request #16746 from owncloud/fix-phpdoc
Fix typo in PHPDoc
11 years ago
Arthur Schiwon
6f69fab384
port detection needs to take care of now thrown exceptions when LDAP server is not available
11 years ago
Morris Jobke
ab5ecb3d22
Fix typo in PHPDoc
11 years ago
Jenkins for ownCloud
66a24ff479
[tx-robot] updated from transifex
11 years ago
Joas Schilling
bb0cb0aaec
Merge pull request #15895 from owncloud/dav-getremoteetag
Get etag from remote OC server
11 years ago
Thomas Müller
8d860e564a
Merge pull request #16730 from owncloud/LukasReschke-patch-1
Fix unit tests
11 years ago
Lukas Reschke
bf07eb45e2
Fix unit tests
Regression caused by https://github.com/owncloud/core/pull/16721
Failed the unit tests as per https://ci.owncloud.org/job/server-master-linux/database=sqlite,label=SLAVE/1994/testReport/junit/(root)/Test_Encryption_ManagerTest/testGetEncryptionModuleUnknown/ :
```
Test\Encryption\ManagerTest::testGetEncryptionModuleUnknown
Failed asserting that exception message 'Module with id: unknown does not exist.' contains 'Module with id: unknown does not exists.'
```
11 years ago
Morris Jobke
5b52670a95
Merge pull request #16703 from owncloud/fix-ie8-ie9
Fix IE8 & IE9 - setup page
11 years ago
Morris Jobke
a90a84b0a7
Merge pull request #16691 from owncloud/trash-deleteasrecipientkeepversions
Keep versions when deleting as recipient
11 years ago
Clark Tomlinson
00742a9d68
Merge pull request #16721 from owncloud/fix-grammar-enc-module
Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/t …
11 years ago
Thomas Müller
5dc5b7f86d
Catch NotFoundException and return no quota information which simply reflects the current state - no file storage has been initialized for the user.
11 years ago
Thomas Müller
259b6ac2c1
Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/translate/#en_GB/lib/50330746
11 years ago
Thomas Müller
3d289a58cd
Merge pull request #16719 from owncloud/fix-encryption-tests
use not deprecated method in tests
11 years ago
Morris Jobke
2edcce7e2a
use not deprecated method in tests
11 years ago