nextcloud/tests/lib
Miquel Rodríguez Telep / Michael Rodríguez-Torrent 93a6ed3dab Ensure instanceid contains a letter
instanceid is generated by uniqid() and then used as the
session_name. Because session_name requires at least one letter
and uniqid() does not guarantee to provide that, in the case that
uniqid() generates a string of only digits, the user will be stuck
in an infinite login loop because every request will generate a
new PHP session.
2013-03-26 21:49:32 +00:00
..
archive skip archive tests for now 2013-03-12 10:33:40 +01:00
cache
files Fixing author and copyright 2013-03-20 11:28:18 +01:00
group
public
share Check resharing setting 2013-02-26 13:31:15 -05:00
user
app.php
archive.php
autoloader.php some basic unit test for loading classes 2013-03-19 18:00:15 +01:00
cache.php
db.php
dbschema.php
geo.php
group.php
helper.php
streamwrappers.php
template.php
util.php Ensure instanceid contains a letter 2013-03-26 21:49:32 +00:00
vcategories.php