Ignore:
Timestamp:
04/05/12 17:00:04 (12 years ago)
Author:
cristiano
Message:

Ticket #2598 - implementação base REST + oauth

Location:
sandbox/2.4-expresso-api
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sandbox/2.4-expresso-api

    • Property svn:ignore
      •  

        old new  
        22header.inc.php 
        33._header.inc.php 
         4.htaccess.swp 
  • sandbox/2.4-expresso-api/prototype/config/oauthCliente.ini

    r5514 r5888  
    1 ; [service] 
    2 ; OpenLDAP = '' 
    3 ; PostgreSQL = external 
    4 ;  
    5 ; [service.conflict] 
    6 ; checkExternal = modules/calendar/interceptors/DBMapping.php 
    7  
    8 service = OpenLDAP 
    9 PostgreSQL.concept = calendar_ex_participant 
    10  
    11 [model.hasMany] 
    12 participants = participant.user 
    13  
    14 [PostgreSQL.before.create] 
    15 insertOwnerLink = modules/calendar/interceptors/DBMapping.php 
    16  
    17 [OpenLDAP.before.create] 
    18 encodeURIUser = modules/calendar/interceptors/DBMapping.php 
    19 encodeCreateConcept = modules/calendar/interceptors/DBMapping.php 
    20  
    21 [OpenLDAP.before.find] 
    22 encodeFindUser = modules/calendar/interceptors/LDAPMapping.php 
    23  
    24 [OpenLDAP.after.find] 
    25 findExternalPaticipants = modules/calendar/interceptors/DBMapping.php 
    26  
    27 [before.update] 
    28 encodeServiceUser = modules/calendar/interceptors/DBMapping.php 
    29  
    30 [before.create] 
    31 encodeServiceUser = modules/calendar/interceptors/DBMapping.php 
     1service = PostgreSQL 
     2PostgreSQL.concept = clients 
    323 
    334[PostgreSQL.mapping] 
    34 id = id 
    35 name = name 
    36 mail = mail 
    37 owner = owner 
    38  
    39 [OpenLDAP.mapping] 
    40 id = uidNumber 
    41 name = cn 
    42 mail = mail 
    43 uid = uid 
    44 givenName = givenName 
    45 sn = sn 
    46 displayName = displayName 
    47 mailAlternateAddress = mailAlternateAddress 
    48 phpgwAccountStatus = phpgwAccountStatus 
    49 accountStatus = accountStatus 
    50 objectClass = objectClass 
    51 phpgwAccountType = phpgwAccountType 
    52 phpgwAccountVisible = phpgwAccountVisible 
     5client_id = client_id 
     6client_secret = client_secret 
     7redirect_uri = redirect_uri 
Note: See TracChangeset for help on using the changeset viewer.