Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lexoyo

Pages: [1] 2
1
Development / Re: Feng Office 2 - New documentation for Development
« on: January 12, 2013, 05:08:32 am »
@franponce87

I am still willing to finish this first draft of mobile app (web and native)
github.com/lexoyo/FOMobile

But I need help on the server side. I need an API to query workspaces, mails, tasks, messages, documents, contacts, webpages, calendar..

And I am ok to let FO add proprietary functionality and sell it as you wish.
I just need to access my FO community edition from mobile...

2
Development / Re: Feng Office 2 - New documentation for Development
« on: December 18, 2012, 06:20:12 am »
Thank you Potion
Any chance to see the API working?

PS: Are you working at FO or a contributor?

3
Development / Re: Feng Office 2 - New documentation for Development
« on: August 21, 2012, 04:30:56 am »
Ah ok
What you want to do is possible, even if this looks more like a hack to me
Did you manage installing the plugin manager, like explained here?
fengoffice.com/web/wiki/doku.php/migration#plugins_installation

4
Development / Re: Feng Office 2 - New documentation for Development
« on: August 20, 2012, 04:24:04 am »
Am I missing something?

I'm afraid you're not :(
I could activate plugins but that is all...

Did you look into this in order to develop a plugin?

5
Development / Re: Feng Office 2 - New documentation for Development
« on: June 29, 2012, 10:07:30 am »
Ok, I took some time to give it a try

So the api is not available yet as a web service (the "powerful and simple Web Service interface to interact with your Feng Office installation")

Do I understand well?

And so, if I want to interact by web services, I should expose the methods of the ApiController class defined in the file application/controllers/ApiController.class.php

Is this the way to go?

6
Development / Re: Feng Office 2 - New documentation for Development
« on: June 27, 2012, 06:56:03 am »
Thank you Francisco
I'll let you know when my mobile version of Feng Office plugin will be ready
And you can follow silexlabs on twitter
Regards
Alex

7
Feng Office 2 / Re: API v1
« on: June 14, 2012, 02:56:55 pm »
Bump...

8
Development / Re: Feng Office 2 - New documentation for Development
« on: June 14, 2012, 02:55:13 pm »
Bump... API v2 somewhere?
I am stuck with my mobile version only because of this...

9
Announcements / Re: Feng Office Mobile!
« on: April 24, 2012, 07:56:12 pm »
Hello
I have found this thread from last year
I wanted to tell you that I have a very simple web app which displays the content of feng office
Next step is to add edit capabilities
And to release it as open source of course :) At least if some people are interested in it
Let me know if you want to help for some tests

10
Feng Office 2 / Re: API v1
« on: April 24, 2012, 06:06:50 am »
Nobody qualified to answer this?

11
Development / Re: Feng Office 2 - New documentation for Development
« on: April 24, 2012, 06:05:12 am »
I am sorry to insist, but is there a problem with FO forums?

12
Feng Office 2 / Re: Plugin, select all workspaces
« on: April 21, 2012, 04:26:50 pm »
Thanks, it works
Here is how my request looks like :)

SELECT * FROM fo_objects WHERE fo_objects.`id` in (SELECT fo_workspaces.`object_id` FROM fo_workspaces) AND fo_objects.`id` in (SELECT id FROM fo_members WHERE `parent_member_id`="3")

13
Development / Re: Feng Office 2 - New documentation for Development
« on: April 21, 2012, 06:20:31 am »
Hello
Can you please confirm that the API is not included in the current release of FO 2 ?
I have no api/ folder

14
Feng Office 2 / Plugin, select all workspaces
« on: April 20, 2012, 11:01:50 am »
Hi
To select all workspace i use this request

"SELECT * FROM `"+Config.TABLE_PREFIX+"objects`
  WHERE "+Config.TABLE_PREFIX+"objects.id in (SELECT "+Config.TABLE_PREFIX+"workspaces.object_id
  FROM "+Config.TABLE_PREFIX+"workspaces)"

I would like to select workspaces which are the children of a given parent  workspace.... But I could not find the table with this info

15
Français / Des dev FO en France?
« on: April 20, 2012, 07:17:18 am »
Bonjour

J'ai monté une boite avec 3 collègues, et nous vendons des contributions à des softs open source. Cela permet de contribuer positivement à des logiciels comme FO que nous utilisons depuis de nombreuses années.

Je me pose donc la question de savoir si il y a d'autres développeurs en France qui pratiquent FO,? D'autant que dans la dernière version, le système de plugin s'est nettement amélioré, même si ça reste un peu de la bricole...

A+
Alex Hoyau

Pages: [1] 2