server/tests/lib
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server)

Get final redirect manually using get_headers()

Migrate to HTTPHelper class and add unit tests
2014-09-22 20:02:32 +02:00
..
appframework Allow default values for route parameters. 2014-09-09 23:00:29 +02:00
archive Fix windows tests skipping 2014-08-21 08:50:39 +02:00
backgroundjob
cache
connector/sabre content size checks are not valid for LOCK 2014-09-12 22:02:42 +02:00
contacts function declaration did not match 2014-07-29 00:34:02 +02:00
db Fix unit test messing up the transaction on Oracle 2014-08-20 23:14:06 +02:00
files Resolves cache tests failing if the directory length is longer than 64 2014-09-17 16:24:43 -04:00
group Merge pull request #9225 from voxsim/fix_displayNamesInGroup 2014-09-22 12:13:15 +02:00
hooks
memcache
ocs kill OC::$session 2014-08-29 10:22:21 +02:00
public class Test_Config is already declared 2014-04-08 14:15:33 +02:00
repair Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
security Remove unused and overflowing function 2014-09-18 10:21:28 +02:00
session
share kill OC::$session 2014-08-29 10:22:21 +02:00
template
user add tests 2014-06-23 18:33:13 +02:00
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 2014-07-08 09:04:37 +02:00
api.php Fix test case for api response code 2014-04-03 14:47:55 +00:00
app.php Added unit tests for cache of enabled apps 2014-09-03 11:01:59 +02:00
appconfig.php port of #9500 2014-07-08 16:32:01 +02:00
archive.php
autoloader.php
avatar.php
cache.php
config.php
db.php Fix ILIKE without wildcards for oracle 2014-09-18 15:09:57 +02:00
dbschema.php - fix dropTable() and introduce tableExists() 2014-05-30 23:34:42 +02:00
errorHandler.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
geo.php
group.php adjust license headers to new mail address 2014-05-11 17:54:08 +02:00
helper.php Match \OC_Helper::linkToPublic() to new links and fit unittests 2014-09-04 20:44:50 +02:00
helperstorage.php Added experimental switch to count external storage data in quota 2014-06-04 16:08:59 +02:00
httphelper.php Do only follow HTTP and HTTPS redirects 2014-09-22 20:02:32 +02:00
image.php Preserve transparency when loading from a file 2014-09-10 23:49:21 +02:00
installer.php fix unit tests 2014-06-05 16:32:12 +02:00
l10n.php
largefilehelper.php Add helper method for turning int|float into base-10 unsigned integer string. 2014-05-29 16:26:01 +02:00
largefilehelpergetfilesize.php Typo: getFileSizeViaDOM -> getFileSizeViaCOM 2014-05-29 16:26:02 +02:00
logger.php fix logger implementation and test 2014-07-15 10:10:16 +02:00
mail.php idn_to_ascii is only used if available 2014-03-26 11:17:23 +01:00
migrate.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
naturalsort.php Fixed sort algo for additional cases 2014-08-11 13:28:53 +02:00
preferences-singleton.php Minor fixes 2014-08-05 16:53:28 +02:00
preferences.php Minor fixes 2014-08-05 16:53:28 +02:00
preview.php adding unit test for cache mechanism 2014-04-04 16:21:50 +02:00
repair.php Added RepairStep interface and default repair step lists 2014-06-12 17:38:26 +02:00
request.php Add support for getting the real client IP behind proxies 2014-08-27 00:05:04 +02:00
streamwrappers.php add seek and tell to streamwrapper test 2014-09-21 22:47:40 +02:00
tags.php
template.php adjust license headers to new mail address 2014-05-11 17:54:08 +02:00
updater.php Prevent updates between multiple major versions 2014-09-18 17:56:06 +02:00
urlgenerator.php Add unit test 2014-09-08 17:12:44 +02:00
user.php
util.php requesttoken has now a length of 30 chars 2014-09-10 15:35:21 +02:00
utilcheckserver.php
vobject.php