Nextcloud Server
Go to file
voxsim 7a14f94ae5 1. remove sizeof($filteredUsers) > 0 as condition
2. use count instead of sizeof. Latter is an alias to first one, practically we stick to count everywhere. Having it consistent helps with readability.
3. move whitespace so we have $groupUsers[] = $filteredUser; instead of $groupUsers []= $filteredUser;
2014-09-18 17:50:19 +02:00
.idea
3rdparty@045dde529e
apps Merge pull request #9193 from owncloud/sharing_etag_propagation 2014-06-26 10:26:24 +02:00
build
config if file doesn't exist, check parent folder 2014-06-14 10:14:07 +02:00
core [tx-robot] updated from transifex 2014-06-26 01:54:40 -04:00
l10n [tx-robot] updated from transifex 2014-06-26 01:54:40 -04:00
lib 1. remove sizeof($filteredUsers) > 0 as condition 2014-09-18 17:50:19 +02:00
ocs
search allow apps to add translation for search result typeid 2014-06-06 11:28:43 +02:00
settings [tx-robot] updated from transifex 2014-06-26 01:54:40 -04:00
tests add more logic in displayNamesInGroup for big user bases 2014-09-15 18:37:54 +02:00
themes
.gitignore
.gitmodules
.htaccess That file was accidentally commited. Partially revert f2fc214ce0 2014-06-16 20:38:21 +02:00
.jshintrc
.scrutinizer.yml
AUTHORS
autotest-js.sh
autotest.cmd
autotest.sh
console.php
CONTRIBUTING.md
COPYING-AGPL
COPYING-README
cron.php
db_structure.xml
index.html
index.php
issue_template.md
occ
public.php Move authentication to it's own call 2014-06-05 11:45:45 +02:00
README.md
remote.php Move authentication to it's own call 2014-06-05 11:45:45 +02:00
robots.txt
status.php
version.php 7.0 beta 1 2014-06-25 19:01:52 -04: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 Quality Score

Installation instructions

http://doc.owncloud.org/server/7.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/

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