Morris Jobke
|
930555bd5e
|
properly use standard
* JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity
|
2016-01-19 10:41:12 +01:00 |
Thomas Müller
|
36cc0528e3
|
Merge pull request #21288 from owncloud/deprecated_helper_mimetypes
Remove deprecated OC_Helper mimetype functions
|
2015-12-18 15:23:05 +01:00 |
Thomas Müller
|
50e8773307
|
Merge pull request #21280 from owncloud/drop-unused-methods
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 14:49:55 +01:00 |
Roeland Jago Douma
|
a54be132fc
|
Removed deprecated unsused function OC_Helper::getStringMimeType
|
2015-12-18 13:43:44 +01:00 |
Roeland Jago Douma
|
4f20e3bac0
|
Removed deprecated OC_Helper::getSecureMimeType
|
2015-12-18 13:42:59 +01:00 |
Morris Jobke
|
450e2f3bd3
|
Move OC_Helper code to OCP\Util for linkToRemote
|
2015-12-18 12:00:18 +01:00 |
Morris Jobke
|
e42f262d85
|
properly use OCP\Util instead of OC_Helper
|
2015-12-18 11:46:21 +01:00 |
Morris Jobke
|
3d55569a27
|
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 11:37:18 +01:00 |
Morris Jobke
|
90b0831cec
|
Use TempManager instead of tmpFolder
|
2015-12-18 11:19:53 +01:00 |
Morris Jobke
|
ecdf88e41b
|
Use proper public API for OC_Helper::getFileNameMimeType
|
2015-12-17 17:07:48 +01:00 |
Roeland Jago Douma
|
205c239eab
|
Remove deprecated OC_Helper::linkTo function
|
2015-12-17 11:51:40 +01:00 |
Thomas Müller
|
3882cc8ef3
|
Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanup
Remove last occurences of OC_Helper::getMimeType()
|
2015-11-26 12:37:25 +01:00 |
Morris Jobke
|
4fcab98694
|
Remove unused internal methods
* removes OC_Helper::mb_substr_replace and OC_Helper::mb_str_replace
* keeps public interface wrapper working as expected
|
2015-11-26 10:25:43 +01:00 |
Morris Jobke
|
9318606faf
|
Remove last occurences of OC_Helper::getMimeType()
* ref #4774
|
2015-11-26 10:18:32 +01:00 |
Lukas Reschke
|
daa388ce8d
|
Move index.php from files to AppFramework
1. Allows it to use the more secure CSP rules of the AppFramework.
2. Adds some unit tests.
|
2015-11-16 21:10:11 +01:00 |
Joas Schilling
|
d3e3a84cae
|
Move the helpful method to the TestCase class
|
2015-06-03 12:33:29 +02:00 |
Jan-Christoph Borchardt
|
4e93d9e3a2
|
remove logo-wide from tests
|
2015-05-21 22:40:26 +02:00 |
Thomas Müller
|
15d134124b
|
Validate the quota value to be a correct value
|
2015-05-07 17:56:13 +02:00 |
Joas Schilling
|
cf4a6874fb
|
Allow setting protected properties
|
2015-04-30 12:04:02 +02:00 |
Joas Schilling
|
cb3a598cdb
|
Make root tests extend the \Test\TestCase
|
2014-11-19 14:53:51 +01:00 |
Joas Schilling
|
a3a064fe96
|
Skip some more tests on Windows which just can not work at all
|
2014-11-17 10:48:06 +01:00 |
Clark Tomlinson
|
2b209d27d0
|
Adding test helper to test private methods
|
2014-09-26 10:23:41 -04:00 |
kondou
|
ecc9b42e41
|
Match \OC_Helper::linkToPublic() to new links and fit unittests
|
2014-09-04 20:44:50 +02:00 |
Vincent Petry
|
0ab66d9b48
|
Added unit test for the helper's rmdirr
|
2014-06-23 16:48:25 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Lukas Reschke
|
fd5b2d11d6
|
Rename issubdirectory to isSubDirectory
|
2014-05-11 15:50:59 +02:00 |
Vincent Petry
|
75d81eefc1
|
Merge pull request #8223 from owncloud/fix_linkToPublic
Fix linkToPublic and linkToAbsolute.
|
2014-05-07 14:40:59 +02:00 |
Morris Jobke
|
623161b9a9
|
Merge pull request #8023 from flyser/master
Fix setting the max-upload-size for really large values.
|
2014-05-03 11:49:38 +02:00 |
Thomas Tanghus
|
dd36d4b894
|
Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase
|
2014-04-16 14:32:08 +02:00 |
Thomas Tanghus
|
51e47319ef
|
White-list known secure mime types. Refs. #8184
|
2014-04-14 17:17:50 +02:00 |
Fabian Henze
|
1245ff8f31
|
Add unit tests for OC_Helper::phpFileSize function
|
2014-04-07 15:31:34 +02:00 |
Vincent Petry
|
145db370d1
|
Correctly round bytes when converted from human readable format
Instead of leave two decimal places which is confusing, round the byte
values correctly to the closest byte.
|
2014-03-17 12:15:12 +01:00 |
Thomas Mueller
|
665b7571f4
|
adding test for binary file to test \OC_Helper::streamCopy()
|
2013-11-04 17:19:04 +01:00 |
Thomas Mueller
|
998211f7a3
|
WIN: fixing unit test for testStreamCopy()
|
2013-11-02 20:31:29 +01:00 |
Thomas Müller
|
6df5c7ebd5
|
streamCopy() should return proper structure.
Callers of streamCopy() expect an array to be returned containing count and result.
|
2013-10-14 21:33:23 +02:00 |
Thomas Müller
|
8c9add4d32
|
adding TB and GB to OC_Helper::humanFileSize
|
2013-09-13 17:22:45 +02:00 |
Bart Visscher
|
22c29eb64b
|
Fix renaming using parenthesis
|
2013-07-05 15:38:09 +02:00 |
Bart Visscher
|
424ec94680
|
Make buildNotExistingFileName testable and write unittests
|
2013-07-05 13:03:01 +02:00 |
Robin Appelman
|
d42f7b85f3
|
Basic tests for getFileNameMimeType
|
2013-06-16 20:19:37 +02:00 |
Thomas Mueller
|
ef88ceba8c
|
drop SimpleTest compatibility
|
2013-01-24 16:47:17 +01:00 |
Bart Visscher
|
5713dcfd11
|
Use $SERVERROOT/tests/data for testGetMimeType
|
2012-10-13 21:02:12 +02:00 |
Lukas Reschke
|
41d1494898
|
Remove not reliable test
|
2012-10-13 16:53:36 +03:00 |
Lukas Reschke
|
0f26228d99
|
Some tests
|
2012-10-13 15:51:40 +02:00 |