Hi,
I'm new at Owncloud here is my configuration :
Apache 2 , MySQL ,Ubuntu , Owncloud 8.0
The problem is that i want to build a web application
in PHP that interacts with owncloud services ,
i'v been looking for Owncloud api and the problem is that
i only found User provisionning API , so i lo
and for uploading and upgrading files ?
2016-03-09 12:12 GMT+01:00 Joas Schilling :
> For file sharing "REST" api see:
>
> https://doc.owncloud.org/server/8.2/developer_manual/core/ocs-share-api.html
>
>
>
> Am 09.03.2016 um 11:29 schrieb Mohammed Amine Saidi:
Thank you very much !!
2016-03-09 11:33 GMT+01:00 Chris :
> For uploading files plain WebDAV is used. Non API needed here
>
>
>
> --
> View this message in context:
> http://owncloud.10557.n7.nabble.com/Help-please-tp16835p16838.html
> Sent from the Developers mailing list archive at Nabble.com.
hello guys i'v been trying to create a new share using Google chrome
Advanced rest client and with no luck i'v tried something like this and i
have this error message could any one help me with this , thank you.
URL :
Result :
failure
400
please specify a file or folder path
___
Hi chris .
It is already attached in the mail
Mohammed Amine Saidi
élève ingénieur à l'ENSIAS
On Mar 9, 2016 6:24 PM, "Chris" wrote:
> > could any one help me with this , thank you.
>
> It might be useful if you post the initial request. No one can guess
Hello ,guys
I'v been looking through the webdav i have a question , to upload files in
my owncloud server from a web application should i set up the owncloud
server to support DAV protocole ??
Thank's
___
Devel mailing list
Devel@owncloud.org
http://mai
thank you Arthur
2016-03-11 11:27 GMT+01:00 Arthur Schiwon :
> On Fri, 11 Mar 2016 10:58:10 +0100
> Mohammed Amine Saidi wrote:
>
> > Hello ,guys
> >
> > I'v been looking through the webdav i have a question , to upload
> > files in my owncloud server
Hello,
i'm trying to call OwnCloud user provisioning APi from a web application
and i get this xml as a result when i execute my code "failure 997
Unauthorised"
the problem is when i do want to sent the request to the server i need
first to authenticate the user so that we can retrieve data from
e password via the
> Provisioning
> API?
>
> That is not possible. Also ownCloud does not store the passwords but only
> a hash.
> (And even if we did returning the password would not be something we would
> do ;) )
>
> Cheers,
> --Roeland
>
> * From: * Moha
hello guys
I'v been working on user Creation and authentication (PHP) , however the
creation part work fine, but i have a problem when i want to check if the
password of a user is valid or not i cannot find in the User provisioning
api documentation a get request for getting user informations . ca
hello guys,
is there any method to set the email of a user before the creation in the
POST method??
"http://admin:sec...@example.com/ocs/v1.php/cloud/users -d userid="Frank"
-dpassword="frankspassword"
thank's a lot
___
Devel mailing list
Devel@owncloud
Hello guys.
I want to access files to a specified client using webdav api call . how
can i do that
thank you
___
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel
Good morning Chris,
can you please show me a basic URL call for getting a specified user files
?
Thank's a lot for your help .
2016-03-22 19:19 GMT+01:00 Chris :
> Hi,
>
> there isno "real" API available. You can do plain WebDAV calls (like
> PROPFIND) to the WebDAV interface of ownCloud avail
thank's Chris i just figured it out how to get files :D
2016-03-23 10:40 GMT+01:00 Chris :
> Hi,
>
> as advised first have a look how WebDAV is working in general.
>
> Then you can access a users file at e.g.:
>
> http://example.com/remote.php/webdav/filename.txt
>
> by using the users credentia
Hello guys is there a way to set my openLdap users quota ?
___
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel
i want the first one please
2016-04-19 12:39 GMT+02:00 Christian Rost :
> On 04/19/2016 12:04 PM, Mohammed Amine Saidi wrote:
> > Hello guys is there a way to set my openLdap users quota ?
>
> Hi,
>
> what exactly do you want to do?
>
> Set the user quouta in openLDAP
;;
$rp = @ldap_add($ds,
"cn=".$login.",dc=powerm,dc=com", $info);
if(!$rp)
{
throw new \Exception('User Already Exist!');
Yes i'm sure when i add a user without the attribute ownCloudQuota it work
fine but when i add this attribute it doesn't work .
i have modified the configuration in the owncloud interface in advanced tab
2016-04-19 13:44 GMT+02:00 Christian Rost :
> Did you modified the user_ldap code?
>
> You j
i don't really know if you understand me well because my level in english
is not very good , but i understand that if i add the OwncloudQuota
attribute in the Advanced tab in owncloud it take 24hours to get recognized
by the LDAP Server as an attribute is that what you want to say ??
Cheers
2016-0
Hi,
when i modify this i should restart the apache server or just change it ??
because i'v changed that also but with no chance :(
if((time() - intval($lastChecked)) < 86400 ) {
return false;
}
___
Devel mailing list
Devel@owncloud.org
http://mai
Yes i have configured the connection there is no doubt that the connection
does not work because i can add and remove users from my application and
these users are added in both the openldap and owncloud i'm sure of that .
2016-04-19 15:15 GMT+02:00 Christian Rost :
> Hi this should be active r
ok i will test that and let you know
2016-04-19 15:18 GMT+02:00 Christian Rost :
> Maybe you can do a manual ldapsearch.
>
> ldapsearch -x -W -D -H ldap:// -b -LLL
> '(uid=)''+' '*'
>
> just change the settings to your environment
>
> You can now search for all attributes belong to
dn: cn=admin,dc=powerm,dc=com
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
description: LDAP administrator
userPassword:: e1NTSEF9enRqbmN4L3p0eWROcE9wODNsMm5yOElUMzNxSUhHREo=
this is the result
2016-04-19 15:18 GMT+02:00 Mohammed Amine Saidi
:
> ok i will t
the email attribute works just fine when i add a user and it does not show
up when i run the commande how could it be
the mail is also set in the advanced tab
2016-04-19 15:30 GMT+02:00 Christian Rost :
> There should be the Quota Attribute - but this is missing.
>
> You have to extend your LDAP
$info["cn"] = $login;
$info["sn"] = $login;
$info['mail'] = $email;
$info['userPassword']=$password;
$info['ownCloudQuota']="1 GB";
$info["obje
Hello,
I want to map my LDAP Organizational Units to groups in OC ,when i try to
add a user to an Organizational Unit it work fine ! but when i go to OC to
check wheather the user is added to the following group , i have the user
group set as default
i'v followed this tutorial for configuring the
Thanks for your help christian
Mohammed Amine Saidi
élève ingénieur à l'ENSIAS
On Apr 19, 2016 2:59 PM, "Christian Rost" wrote:
> What's the result of this?
>
> ldapsearch -x -W -D -H ldap:// -b -LLL
> '(uid=
Hello,
I want to map my LDAP Organizational Units to groups in OC ,when i try to
add a user to an Organizational Unit it work fine ! but when i go to OC to
check wheather the user is added to the following group , i have the user
group set as default
i'v followed this tutorial for configuring the
g the OC with LDAP it works fine
but i still have this problem of affecting my users into groups . please
Help
https://doc.owncloud.org/server/8.0/admin_manual/configuration_user/user_auth_ldap.html
Cheers .
2016-04-19 21:49 GMT+02:00 Mohammed Amine Saidi
:
> Thanks for your help c
GMT+02:00 Arthur Schiwon :
> Hey,
>
> On Mittwoch, 20. April 2016 10:37:55 CEST, Mohammed Amine Saidi wrote:
>
>> Hello,
>>
>> I want to map my LDAP Organizational Units to groups in OC ,when i try to
>> add a user to an Organizational Unit it work fine ! but when
p
2016-04-20 13:23 GMT+02:00 Mohammed Amine Saidi
:
> here is my ldap configuration :
> # extended LDIF
> #
> # LDAPv3
> # base (default) with scope subtree
> # filter: (objectclass=*)
> # requesting: ALL
> #
>
> # powerm.com
> dn: dc=powerm,dc=com
> objectCl
not part of the admingroup on ldap side
>
> On 04/20/2016 01:28 PM, Mohammed Amine Saidi wrote:
> > my problem is how can i affect the user "adam" into the group
> "adminusers"
> > in my owncloud configuration here is my config
> > userfiltre : (|(objec
did you figured the problem ??
2016-04-20 13:44 GMT+02:00 Mohammed Amine Saidi
:
> dn: uid=adam,ou=people,dc=powerm,dc=com
> objectClass: top
> objectClass: account
> objectClass: posixAccount
> objectClass: shadowAccount
> cn: adam
> uid: adam
> uidNumber
Hello guys ,
I want to know how can i put some files in the owncloud server is there any
webservice for that ? like Webdav Methods ? !
Thank's
Cheers
___
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel
wser.
>
> Cheers,
> Mark
>
> Zitat von Mohammed Amine Saidi :
>
>
> Hello guys ,
>>
>> I want to know how can i put some files in the owncloud server is there
>> any
>> webservice for that ? like Webdav Methods ? !
>>
>> Thank's
&
Ok thank's Klaus and Mark
cheers.
2016-04-25 13:26 GMT+02:00 Klaus Herberth :
> Owncloud supports WebDav [1]. Just use one of your favoured PHP WebDav
> clients.
>
> [1] https://owncloud.org/features/
>
>
> On 04/25/2016 01:23 PM, Mohammed Amine Saidi wrote:
> &
Hello ,
How can i change the user Profile Picture within Openldap i've tried
something like this in my php code :
$ldaprecord['jpegPhoto']=
'C:\Users\hp\Desktop\SNAPSFORPRESENTATION\Update.jpeg';
the attribute jpegPhoto is set in the Openldap Server but not setted in the
Owncloud Account . can an
i'm under OC 8
2016-04-27 18:34 GMT+02:00 Arthur Schiwon :
> On Mittwoch, 27. April 2016 12:04:41 CEST, Mohammed Amine Saidi wrote:
>
>> Hello ,
>>
>> How can i change the user Profile Picture within Openldap i've tried
>> something like this in my php c
i've also tried to set it manually in my openldap server it is setted but
nothing is shown in the OC server , but the OC server shows me the
following : Your avatar is provided by your original account.
2016-04-27 18:36 GMT+02:00 Mohammed Amine Saidi
:
> i'm under OC 8
>
> 2
Okey Arthur seems like i'm gonna wait until tomorrow because i'm out of
work now ! Thank's a lot for your help !
2016-04-27 18:44 GMT+02:00 Arthur Schiwon :
> On Mittwoch, 27. April 2016 18:36:03 CEST, Mohammed Amine Saidi wrote:
>
>> i'm under OC 8
>&
Hello guys ,
when i try to set the user Quota to something like 5GB it work's but when i
log as the user in the personnal Tab i see that the user free space is only
2.5GB , the problem that i have is that when i set the quota for a user
to a value upper to 2GB it is not really setted
i think t
Hello guys ,
What i want to do is when a user Authenticate to my php application will be
automatically authenticated to owncloud with his credentials : to focus on
my configuration here is the deal
i have users in my LDAP Server i've done the configuration between the
owncloud and the ldap , add
42 matches
Mail list logo