nextcloud-server/lib/private
Morris Jobke a81909097c Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
fix appframework routing
2013-11-27 01:55:52 +07:00
..
appframework add PHPDoc for urlParams 2013-11-27 10:55:06 +07:00
archive move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
backgroundjob decode arguments as array 2013-11-05 10:30:18 +07:00
cache Merge branch 'master' into fixing-4546-master 2013-10-07 17:47:54 +07:00
connector/sabre adding chunked upload handling 2013-11-25 15:35:26 +07:00
db Merge pull request #5789 from ogasser/db_fix_default_for_numeric 2013-11-15 04:19:33 +07:00
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
files Merge pull request #5874 from owncloud/fix-5845 2013-11-24 14:15:17 +07:00
group move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
hooks move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
l10n Merge branch 'master' into fixing-appframework-master 2013-10-08 12:13:24 +07:00
legacy Merge pull request #4796 from owncloud/config-no-catch 2013-10-07 11:45:13 +07:00
log remove passwords from logfile 2013-11-26 12:26:32 +07:00
memcache move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
migration move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
minimizer move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
ocs Get rid of the SELECT query. Try UPDATE, on failure INSERT. 2013-10-31 16:04:18 +07:00
preview we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. 2013-11-22 12:23:22 +07:00
search move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
session fixing php 5.3 compatibility 2013-10-08 21:52:54 +07:00
setup move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
template introduce OC_Helper::linkToDocs() 2013-10-21 22:01:27 +07:00
user Enable user backends to provide avatar images 2013-11-22 13:25:20 +07:00
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
activitymanager.php adding OC6 public API for activities 2013-10-09 18:06:21 +07:00
allconfig.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
api.php Merge multiple failed third party responses when returning the result 2013-11-14 01:21:54 +07:00
app.php add post_enable hook if a app gets enabled 2013-10-22 16:15:19 +07:00
appconfig.php Remove "link" shares right after disabling the "allow_link_share" setting 2013-10-18 11:37:13 +07:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +07:00
archive.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
arrayparser.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
avatar.php Avatar: accept OC_Image as in setParameter 2013-11-22 23:57:23 +07:00
avatarmanager.php Round out Avatar Public API 2013-11-21 23:40:25 +07:00
backgroundjob.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
cache.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
config.php use OC_Helper::linkToDocs() in lib/private/config.php 2013-10-21 23:08:09 +07:00
contactsmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
davclient.php Fixed spaces 2013-10-17 23:22:19 +07:00
db.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
defaults.php fix defaults.php doc 2013-11-25 14:13:58 +07:00
eventsource.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
filechunking.php fixes #5367 2013-10-17 20:20:13 +07:00
fileproxy.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
files.php fixing spelling and restructure sentence 2013-11-21 09:59:21 +07:00
geo.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
group.php dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 2013-10-20 20:55:27 +07:00
helper.php External storage space is now not counted in total space 2013-11-18 18:09:01 +07:00
hintexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
hook.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
image.php Revert "use relative paths to create images from a file. This way it also works if" 2013-11-22 18:01:44 +07:00
installer.php one tab less 2013-11-18 12:19:16 +07:00
json.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
l10n.php fixing PHPDoc & grammar 2013-10-23 19:06:36 +07:00
log.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
mail.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
migrate.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
mimetypes.list.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
minimizer.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
navigationmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
ocs.php fix the privatedata key value store 2013-10-30 19:36:29 +07:00
ocsclient.php Merge branch 'master' into lib-private-master-2 2013-10-01 16:11:59 +07:00
preferences.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
preview.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
previewmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
repair.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +07:00
request.php fixing failing unit test 2013-11-26 16:52:33 +07:00
response.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
route.php Add patch method to OC_Route 2013-10-01 20:13:13 +07:00
router.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
search.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
server.php fixing PHPDoc comments and syntax 2013-11-22 12:34:37 +07:00
setup.php implementing solution using <ifModule mod_authz_core> 2013-11-08 17:29:14 +07:00
subadmin.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
tagmanager.php reorganize file in lib 2013-09-30 16:39:03 +07:00
tags.php reorganize file in lib 2013-09-30 16:39:03 +07:00
template.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
templatelayout.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00
updater.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +07:00
urlgenerator.php use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 2013-10-28 14:18:20 +07:00
user.php Merge pull request #6058 from owncloud/ldap2avatar 2013-11-26 12:05:32 +07:00
util.php add new function to generate the human readable version string based on version, channel and build number 2013-11-24 21:26:34 +07:00
vobject.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +07:00