You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private
Bjoern Schiessle aeefe48cba Revert "use relative paths to create images from a file. This way it also works if" 13 years ago
..
appframework Merge pull request #5458 from owncloud/fixing-5222-master 13 years ago
archive move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
backgroundjob decode arguments as array 13 years ago
cache Merge branch 'master' into fixing-4546-master 13 years ago
connector/sabre always get the right node for the given file path 13 years ago
db Merge pull request #5789 from ogasser/db_fix_default_for_numeric 13 years ago
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
files Now using the "Home" storage detection approach for quota 13 years ago
group move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
hooks move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
l10n Merge branch 'master' into fixing-appframework-master 13 years ago
legacy Merge pull request #4796 from owncloud/config-no-catch 13 years ago
log Try to create custom log file before falling back to default. 13 years ago
memcache move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
migration move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
minimizer move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
ocs Get rid of the SELECT query. Try UPDATE, on failure INSERT. 13 years ago
preview we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. 13 years ago
search move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
session fixing php 5.3 compatibility 13 years ago
setup move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
template introduce OC_Helper::linkToDocs() 13 years ago
user Now removing stray old cookies from 5.0.12 13 years ago
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
activitymanager.php adding OC6 public API for activities 13 years ago
allconfig.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
api.php Merge multiple failed third party responses when returning the result 13 years ago
app.php add post_enable hook if a app gets enabled 13 years ago
appconfig.php Remove "link" shares right after disabling the "allow_link_share" setting 13 years ago
apphelper.php moving file to the right location 13 years ago
archive.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
arrayparser.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
avatar.php fixing PHPDoc comments and syntax 13 years ago
avatarmanager.php Round out Avatar Public API 13 years ago
backgroundjob.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
cache.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
config.php use OC_Helper::linkToDocs() in lib/private/config.php 13 years ago
contactsmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
davclient.php Fixed spaces 13 years ago
db.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
defaults.php Merge branch 'master' into sharing_mail_notification_master 13 years ago
eventsource.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
filechunking.php fixes #5367 13 years ago
fileproxy.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
files.php fixing spelling and restructure sentence 13 years ago
geo.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
group.php dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 13 years ago
helper.php External storage space is now not counted in total space 13 years ago
hintexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
hook.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
image.php Revert "use relative paths to create images from a file. This way it also works if" 13 years ago
installer.php one tab less 13 years ago
json.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
l10n.php fixing PHPDoc & grammar 13 years ago
log.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
mail.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
migrate.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
mimetypes.list.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
minimizer.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
navigationmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
ocs.php fix the privatedata key value store 13 years ago
ocsclient.php Merge branch 'master' into lib-private-master-2 13 years ago
preferences.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
preview.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
previewmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
request.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
response.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
route.php Add patch method to OC_Route 13 years ago
router.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
search.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
server.php fixing PHPDoc comments and syntax 13 years ago
setup.php implementing solution using <ifModule mod_authz_core> 13 years ago
subadmin.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
tagmanager.php reorganize file in lib 13 years ago
tags.php reorganize file in lib 13 years ago
template.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
templatelayout.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
updater.php Merge branch 'master' into lib-private-master-2 13 years ago
urlgenerator.php use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 13 years ago
user.php add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in 13 years ago
util.php Merge pull request #5773 from owncloud/fix-2152-master 13 years ago
vobject.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago