nextcloud-server/lib/private
Roeland Jago Douma 8213d5df4f Do not allow sharing of the root folder
Sharing of the users root folder should not be allowed as it is very
weird UX. Also many of our clients have no proper way of displaying
this.

Added unit test

Also added intergration tests to make sure we won't allow it in the
future.
2016-02-25 20:40:30 +07:00
..
activity Happy new year! 2016-01-12 15:02:18 +07:00
app Merge pull request #22315 from owncloud/update-info-checker-requirements 2016-02-11 14:31:47 +07:00
appframework Add activities for comments 2016-02-05 11:30:53 +07:00
archive Happy new year! 2016-01-12 15:02:18 +07:00
backgroundjob Deprecate the method and warn against using it 2016-01-28 15:40:23 +07:00
cache Allow indirect set in CappedMemoryCache 2016-01-14 15:00:41 +07:00
command Happy new year! 2016-01-12 15:02:18 +07:00
comments Limit comment message to 1k chars 2016-02-09 03:14:30 +07:00
console Add global --no-warning option to occ in order not to pollute output with warnings 2016-02-19 00:33:48 +07:00
db Make sure we don't quote column names twice 2016-02-23 08:50:52 +07:00
diagnostics Scrutinizer Auto-Fixes 2016-02-05 09:38:43 +07:00
encryption Happy new year! 2016-01-12 15:02:18 +07:00
files Merge pull request #22636 from owncloud/fix-ssl-on-external-storages 2016-02-25 14:36:00 +07:00
group Fix even more 2016-02-19 09:43:20 +07:00
hooks Happy new year! 2016-01-12 15:02:18 +07:00
http/client Merge pull request #21671 from owncloud/fix-setup-on-master 2016-01-13 10:29:36 +07:00
integritycheck Add note if integrity check is disabled 2016-02-12 11:11:39 +07:00
l10n Check whether ownCloud is installed 2016-01-27 18:30:18 +07:00
legacy Move class to legacy folder 2016-01-26 14:10:05 +07:00
lock Happy new year! 2016-01-12 15:02:18 +07:00
log Fix errors after install 2016-01-26 17:06:23 +07:00
mail Happy new year! 2016-01-12 15:02:18 +07:00
memcache Scrutinizer Auto-Fixes 2016-02-19 09:43:11 +07:00
notification Fix typo in PHPDoc 2016-02-14 21:34:40 +07:00
ocs Happy new year! 2016-01-12 15:02:18 +07:00
preview Move `-an` after the input arg because it is an output option 2016-02-22 09:40:46 +07:00
repair Chunk the queries to make sure they don't time out 2016-02-10 13:04:37 +07:00
route Happy new year! 2016-01-12 15:02:18 +07:00
search Happy new year! 2016-01-12 15:02:18 +07:00
security Add public API to give developers the possibility to adjust the global CSP defaults 2016-01-28 18:36:46 +07:00
session Happy new year! 2016-01-12 15:02:18 +07:00
setup Scrutinizer Auto-Fixes 2016-02-08 15:43:39 +07:00
share Merge pull request #21854 from owncloud/fix-share-hook-group-add 2016-02-25 16:56:19 +07:00
share20 Do not allow sharing of the root folder 2016-02-25 20:40:30 +07:00
systemtag Merge pull request #22573 from owncloud/issue-22568-allow-string-object-ids 2016-02-24 12:15:23 +07:00
tagging Happy new year! 2016-01-12 15:02:18 +07:00
template Merge pull request #21894 from owncloud/refactor-csrf 2016-01-26 11:36:56 +07:00
user Fix typo in PHPDoc 2016-02-14 21:34:40 +07:00
activitymanager.php Fix IManager::isFormattingFilteredObject() 2016-02-02 10:11:58 +07:00
allconfig.php Introduce IDBConnection::setValues() 2016-01-18 11:10:41 +07:00
api.php Fix PHPDoc 2016-02-19 09:43:11 +07:00
app.php Merge pull request #22376 from owncloud/fix-return-code-getAppPath 2016-02-15 16:58:37 +07:00
appconfig.php Merge pull request #21424 from owncloud/appversions 2016-01-25 10:02:02 +07:00
apphelper.php Happy new year! 2016-01-12 15:02:18 +07:00
archive.php Happy new year! 2016-01-12 15:02:18 +07:00
avatar.php Avatar should also claim its change 2016-02-09 17:44:49 +07:00
avatarmanager.php We should check for exceptions when trying to get the avatar 2016-02-22 10:14:14 +07:00
capabilitiesmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
config.php Fix errors after install 2016-01-26 17:06:23 +07:00
contactsmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
databaseexception.php Happy new year! 2016-01-12 15:02:18 +07:00
databasesetupexception.php Happy new year! 2016-01-12 15:02:18 +07:00
datetimeformatter.php Happy new year! 2016-01-12 15:02:18 +07:00
datetimezone.php Happy new year! 2016-01-12 15:02:18 +07:00
db.php Happy new year! 2016-01-12 15:02:18 +07:00
defaults.php Scrutinizer Auto-Fixes 2016-01-15 12:54:26 +07:00
eventsource.php Happy new year! 2016-01-12 15:02:18 +07:00
filechunking.php Happy new year! 2016-01-12 15:02:18 +07:00
files.php Scrutinizer Auto-Fixes 2016-02-05 09:38:43 +07:00
forbiddenexception.php Happy new year! 2016-01-12 15:02:18 +07:00
group.php Happy new year! 2016-01-12 15:02:18 +07:00
helper.php Fixes #13658 2016-02-11 10:53:18 +07:00
hintexception.php In case the hint of the HintException is empty we better use the exception message 2016-01-27 10:08:21 +07:00
hook.php Simply use logException() to log the exception - no need for custom code 2016-01-13 15:52:18 +07:00
httphelper.php Happy new year! 2016-01-12 15:02:18 +07:00
image.php Fix BMP support 2016-02-14 09:30:27 +07:00
installer.php No longer evaluate appinfo/version 2016-02-10 17:24:14 +07:00
json.php Send 401 header for OC_JSON::checkLoggedIn() 2016-02-16 09:48:40 +07:00
largefilehelper.php Happy new year! 2016-01-12 15:02:18 +07:00
log.php Add message key to context of logException 2016-01-15 14:55:30 +07:00
naturalsort.php Happy new year! 2016-01-12 15:02:18 +07:00
naturalsort_defaultcollator.php Happy new year! 2016-01-12 15:02:18 +07:00
navigationmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
needsupdateexception.php Happy new year! 2016-01-12 15:02:18 +07:00
notsquareexception.php Happy new year! 2016-01-12 15:02:18 +07:00
ocs.php Happy new year! 2016-01-12 15:02:18 +07:00
ocsclient.php Merge pull request #21591 from owncloud/add-code-checking-for-apps 2016-01-13 10:35:00 +07:00
preview.php Fix more things 2016-02-19 09:43:11 +07:00
previewmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
repair.php Happy new year! 2016-01-12 15:02:18 +07:00
repairexception.php Happy new year! 2016-01-12 15:02:18 +07:00
repairstep.php Happy new year! 2016-01-12 15:02:18 +07:00
response.php Merge pull request #21630 from owncloud/add-some-security-headers-as-hardening 2016-01-13 10:33:58 +07:00
search.php Happy new year! 2016-01-12 15:02:18 +07:00
server.php Make scrutinizer happy 2016-02-18 14:25:18 +07:00
servercontainer.php Happy new year! 2016-01-12 15:02:18 +07:00
servernotavailableexception.php Happy new year! 2016-01-12 15:02:18 +07:00
serviceunavailableexception.php Happy new year! 2016-01-12 15:02:18 +07:00
setup.php Avoid error message in log during setup because of existing data dir 2016-01-26 18:50:41 +07:00
streamer.php Happy new year! 2016-01-12 15:02:18 +07:00
subadmin.php Happy new year! 2016-01-12 15:02:18 +07:00
systemconfig.php Hide updater.secret from occ output by default 2016-02-09 20:41:55 +07:00
tagmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
tags.php Replace other usages 2016-01-25 17:17:36 +07:00
template.php More fixes 2016-02-09 10:40:00 +07:00
templatelayout.php Check if admin user 2016-02-12 14:37:50 +07:00
tempmanager.php Merge pull request #21543 from owncloud/Larzenegger-master 2016-01-15 13:29:57 +07:00
updater.php More fixes 2016-02-09 10:40:00 +07:00
urlgenerator.php Happy new year! 2016-01-12 15:02:18 +07:00
user.php Scrutinizer Auto-Fixes 2016-02-08 15:43:39 +07:00
util.php getRootFolder should not setup the FS for any user 2016-02-18 13:55:54 +07:00