Nextcloud Server
Go to file
Lukas Reschke f0ac8a278a Use json_encode on string
It's better to encode the string to prevent possible (yet unknown) bugs in combination with PHP's type juggling.

Previously the boolean statements evaluated to either an empty string (false) or a not empty one (true, then it was 1). Not it always evaluates to false or true.

This also removes a stray - that was not intended there but shouldn't have produced any bugs. Just to increase readability.

Thanks @nickvergessen for spotting.

Addresses https://github.com/owncloud/core/pull/13235/files#r22852319
2015-01-13 11:08:18 +01:00
.idea
3rdparty@3c5c49860e update dbal to 2.5.0 2014-12-30 16:47:30 +01:00
apps Merge pull request #13268 from owncloud/dnd-files-container 2015-01-12 13:27:53 +01:00
build
config Merge pull request #12984 from owncloud/ldap-user-cleanup-master 2015-01-09 10:47:02 +01:00
core [tx-robot] updated from transifex 2015-01-12 01:55:52 -05:00
l10n
lib Use json_encode on string 2015-01-13 11:08:18 +01:00
ocs
search Add CSRF check to search 2015-01-10 00:30:14 +01:00
settings [tx-robot] updated from transifex 2015-01-12 01:55:52 -05:00
tests Simplify isValidPath and add unit tests 2015-01-10 00:40:21 +01:00
themes
.bowerrc
.gitignore Add provisioning_api app 2014-12-24 22:15:20 +01:00
.gitmodules
.htaccess Add version to .htaccess 2015-01-08 12:49:02 +01:00
.jshintrc
.scrutinizer.yml
.user.ini
AUTHORS
autotest-external.sh
autotest-hhvm.sh
autotest-js.sh
autotest.cmd
autotest.sh
bower.json bump jquery.strengthify to 0.4.1 2015-01-06 13:48:58 +01:00
buildjsdocs.sh
console.php
CONTRIBUTING.md Fix URL to developer manual 2015-01-10 00:54:38 +01:00
COPYING-AGPL
COPYING-README
cron.php
db_structure.xml
index.html
index.php
indie.json
issue_template.md
occ
public.php
README.md version up 2015-01-11 16:17:57 +01:00
remote.php
robots.txt
status.php
version.php 8.0.0 alpha 2 2015-01-11 04:37:15 +01:00

ownCloud

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

Build Status on Jenkins CI

Git master: Build Status

Quality:

  • Scrutinizer: Scrutinizer Quality Score
  • CodeClimate: Code Climate

Installation instructions

http://doc.owncloud.org/server/8.0/developer_manual/app/index.html

Contribution Guidelines

http://owncloud.org/contribute/

Get in touch

Important notice on translations

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

Transifex

For more detailed information about translations: http://doc.owncloud.org/server/8.0/developer_manual/core/translation.html