Nextcloud Server
Go to file
herbrechtsmeier ecb9d37b55 request.php: add type check to the not empty check of a string
The not equal comparison (<>) of a variable with an empty string
could lead to false positive results as the compare do not check
the type and thereby could not make sure that the checked variable
is a string. The usage of the not identical comparison operator
(!==) make sure that the variable is a string and not empty.
2013-03-09 11:53:15 +01:00
apps [tx-robot] updated from transifex 2013-03-09 00:06:34 +01:00
build
config Remove uneeded \ since we're using " 2013-03-02 00:04:44 +01:00
core [tx-robot] updated from transifex 2013-03-09 00:06:34 +01:00
files
l10n [tx-robot] updated from transifex 2013-03-09 00:06:34 +01:00
lib request.php: add type check to the not empty check of a string 2013-03-09 11:53:15 +01:00
ocs
search IE8 does not support window.onclick 2013-02-21 17:38:25 +01:00
settings [tx-robot] updated from transifex 2013-03-09 00:06:34 +01:00
tests Change findById to findByStorageId in mount test 2013-03-07 11:47:24 -05:00
themes
.gitignore
.htaccess Refix #1931 2013-02-27 17:51:28 +01:00
AUTHORS
autotest.cmd
autotest.sh
CONTRIBUTING.md
COPYING-AGPL
COPYING-README
cron.php
db_structure.xml
index.html
index.php
issue_template.md
public.php
README Add link to installation instructions 2013-03-02 22:25:24 +01:00
remote.php
robots.txt
status.php

ownCloud gives you freedom and control over your own data.
A personal cloud which runs on your own server.

http://ownCloud.org

Installation instructions: http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
Contribution Guidelines: http://owncloud.org/dev/contribute/

Source code: https://github.com/owncloud
Mailing list: https://mail.kde.org/mailman/listinfo/owncloud
IRC channel: https://webchat.freenode.net/?channels=owncloud
Diaspora: https://joindiaspora.com/u/owncloud
Identi.ca: https://identi.ca/owncloud

Important notice on translations:
Please submit translations via Transifex:
https://www.transifex.com/projects/p/owncloud/

For more detailed information about translations:
http://owncloud.org/dev/translation/