# # ChangeLog for sandbox/2.4-expresso-api/prototype/me.php # # Generated by Trac 0.12.2 # 05/16/24 14:49:51 Thu, 05 Apr 2012 20:00:04 GMT cristiano [5888] * sandbox/2.4-expresso-api (modified) * sandbox/2.4-expresso-api/.htaccess (modified) * sandbox/2.4-expresso-api/home.php (modified) * sandbox/2.4-expresso-api/phpgwapi/templates/default/login_default.php (modified) * sandbox/2.4-expresso-api/prototype/api (modified) * sandbox/2.4-expresso-api/prototype/api/config.php (modified) * sandbox/2.4-expresso-api/prototype/api/datalayer.js (modified) * sandbox/2.4-expresso-api/prototype/config/Cyrus.srv (added) * sandbox/2.4-expresso-api/prototype/config/OpenLDAP.srv (modified) * sandbox/2.4-expresso-api/prototype/config/PostgreSQL.srv (modified) * sandbox/2.4-expresso-api/prototype/config/Tonic.srv (added) * sandbox/2.4-expresso-api/prototype/config/oauthCliente.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthCode.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthRefreshToken.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthToken.ini (copied) * sandbox/2.4-expresso-api/prototype/config/user.ini (modified) * sandbox/2.4-expresso-api/prototype/library/oauth2 (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/CHANGELOG.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/LICENSE.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/README.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/config.doxy (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantClient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantCode.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantExtension.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantImplicit.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantUser.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2RefreshTokens.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2Storage.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2AuthenticateException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2Client.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2Exception.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2RedirectException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2ServerException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/addclient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/authorize.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/lib/OAuth2StorageMongo.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/token.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/addclient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/authorize.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/hello.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib/OAuth2StoragePdo.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib/OAuth2StorageUserCredential.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/mysql_create_tables.sql (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/token.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/All_OAuth2_Tests.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/OAuth2OutputTest.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/OAuth2Test.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic (added) * sandbox/2.4-expresso-api/prototype/library/tonic/.travis.yml (added) * sandbox/2.4-expresso-api/prototype/library/tonic/LICENSE (added) * sandbox/2.4-expresso-api/prototype/library/tonic/README.markdown (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot/.htaccess (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot/dispatch.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/auth (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/auth/auth.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/examples.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/filesystem.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/filesystemcollection.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/one.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/one.txt (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/two.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/default.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/helloworld (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/helloworld/helloworld.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/htmlform (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/htmlform/htmlform.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/multirep (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/multirep/multirep.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations/default.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations/shell.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/smarty.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/request.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/resource.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/response.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/support (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/support/env.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/lib (added) * sandbox/2.4-expresso-api/prototype/library/tonic/lib/tonic.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/phpdoctor.ini (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/Autoload.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/filesystem.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/filesystemcollection.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/test.php (added) * sandbox/2.4-expresso-api/prototype/me.php (modified) * sandbox/2.4-expresso-api/prototype/modules/calendar/interceptors/DBMapping.php (modified) * sandbox/2.4-expresso-api/prototype/modules/home (added) * sandbox/2.4-expresso-api/prototype/modules/home/css (added) * sandbox/2.4-expresso-api/prototype/modules/home/css/home.css (added) * sandbox/2.4-expresso-api/prototype/modules/home/img (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/boletim.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/date-bg-red.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/mail_unread.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/js (added) * sandbox/2.4-expresso-api/prototype/modules/home/js/home.js (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/calendarlast.ejs (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/maillast.ejs (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/newslast.ejs (added) * sandbox/2.4-expresso-api/prototype/rest (added) * sandbox/2.4-expresso-api/prototype/rest/.htaccess (added) * sandbox/2.4-expresso-api/prototype/rest/arquivos (added) * sandbox/2.4-expresso-api/prototype/rest/calendar (added) * sandbox/2.4-expresso-api/prototype/rest/calendar/CalendarLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/dispatch.php (added) * sandbox/2.4-expresso-api/prototype/rest/mail (added) * sandbox/2.4-expresso-api/prototype/rest/mail/MailLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/news (added) * sandbox/2.4-expresso-api/prototype/rest/news/NewsLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/OAuth2StorageUserCredential.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/TokenResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/addclient.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/authorize.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/hello.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/mysql_create_tables.sql (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/services/OpenLDAP.php (modified) * sandbox/2.4-expresso-api/prototype/tests (added) * sandbox/2.4-expresso-api/prototype/tests/rest (added) * sandbox/2.4-expresso-api/prototype/tests/rest/calendar (added) * sandbox/2.4-expresso-api/prototype/tests/rest/calendar/CalendarLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/MailLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/MailLastResourceTest.php.bkp (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache_MemoryCache.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_config.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_controller.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_service.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/close12_1.gif (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/container-min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/container.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/directory.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/file.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/glass.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/highcharts.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/index.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/index.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/jquery.min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2AuthenticateException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2RedirectException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2ServerException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib_tonic.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail_MailLastResource.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth_OAuth2StorageUserCredential.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services_PostgreSQL.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/style.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/yahoo-dom-event.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/news (added) * sandbox/2.4-expresso-api/prototype/tests/rest/news/NewsLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/OAuth2StorageUserCredentialTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache_MemoryCache.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_config.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_controller.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_service.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/close12_1.gif (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/container-min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/container.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/directory.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/file.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/glass.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/highcharts.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/index.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/index.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/jquery.min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2AuthenticateException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2RedirectException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2ServerException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors_Helpers.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors_LDAPMapping.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth_OAuth2StorageUserCredential.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services_OpenLDAP.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services_PostgreSQL.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/style.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/yahoo-dom-event.js (added) Ticket #2598 - implementação base REST + oauth Tue, 20 Mar 2012 21:32:05 GMT douglas [5768] * sandbox/2.4-expresso-api (copied) Ticket #0000 - Criação do branch para desenvolvimento de camada REST na ... Wed, 18 Jan 2012 19:10:57 GMT cristiano [5399] * trunk/API (deleted) * trunk/calendar/inc/class.bocalendar.inc.php (modified) * trunk/calendar/inc/class.socalendar_sql.inc.php (modified) * trunk/contactcenter/inc/class.bo_global_ldap_catalog.inc.php (modified) * trunk/expressoAdmin1_2/controller.php (modified) * trunk/expressoCalendar/index.php (modified) * trunk/expressoMail1_2/controller.php (modified) * trunk/expressoMail1_2/inc/class.ScriptS.inc.php (modified) * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/inc/class.ldap_functions.inc.php (modified) * trunk/expressoMail1_2/index.php (modified) * trunk/expressoMail1_2/js/main.js (modified) * trunk/expressoMail1_2/templates/default/index.tpl (modified) * trunk/library/Zend (deleted) * trunk/login.php (modified) * trunk/prototype (modified) * trunk/prototype/REST.php (modified) * trunk/prototype/Sync.php (modified) * trunk/prototype/api (copied) * trunk/prototype/api/cache/MemoryCache.php (modified) * trunk/prototype/app/config (deleted) * trunk/prototype/api/config.php (modified) * trunk/prototype/api/controller.php (modified) * trunk/prototype/api/datalayer.js (modified) * trunk/prototype/api/parseTPL.php (copied) * trunk/prototype/app/plugins (deleted) * trunk/prototype/app/templates/notify_accept_body.tpl (deleted) * trunk/prototype/app/templates/notify_alarm_body.tpl (deleted) * trunk/prototype/app/templates/notify_attempt_body.tpl (deleted) * trunk/prototype/app/templates/notify_cancel_body.tpl (deleted) * trunk/prototype/app/templates/notify_create_body.tpl (deleted) * trunk/prototype/app/templates/notify_modify_body.tpl (deleted) * trunk/prototype/app/templates/notify_reject_body.tpl (deleted) * trunk/prototype/app/templates/notify_subject.tpl (deleted) * trunk/prototype/app/templates/notify_suggest_body.tpl (deleted) * trunk/prototype/app/templates/parseTPL.php (deleted) * trunk/prototype/config/CalDAV.srv (added) * trunk/prototype/config/OpenLDAP.srv (modified) * trunk/prototype/config/PostgreSQL.srv (modified) * trunk/prototype/config/SMTP.srv (modified) * trunk/prototype/config/alarm.ini (added) * trunk/prototype/config/attachment.ini (added) * trunk/prototype/config/calendar.ini (added) * trunk/prototype/config/calendarSignature.ini (added) * trunk/prototype/config/calendarSignatureAlarm.ini (added) * trunk/prototype/config/calendarToSchedulable.ini (added) * trunk/prototype/config/expressoCalendar.ini (added) * trunk/prototype/config/participant.ini (added) * trunk/prototype/config/repeat.ini (added) * trunk/prototype/config/schedulable.ini (added) * trunk/prototype/config/user.ini (added) * trunk/prototype/converter.php (modified) * trunk/prototype/import.php (deleted) * trunk/prototype/links.php (modified) * trunk/prototype/me.php (modified) * trunk/prototype/modules/add_event (deleted) * trunk/prototype/modules/attach_message/attach_message.js (modified) * trunk/prototype/modules/calendar/alarms.php (modified) * trunk/prototype/modules/calendar/config (added) * trunk/prototype/modules/calendar/css/images (deleted) * trunk/prototype/modules/calendar/css/layout.css (modified) * trunk/prototype/modules/calendar/css/style.css (modified) * trunk/prototype/modules/calendar/export.php (modified) * trunk/prototype/modules/calendar/img/cog.png (copied) * trunk/prototype/modules/calendar/img/trash-empty.png (added) * trunk/prototype/modules/calendar/img/trash-empty.svg (added) * trunk/prototype/modules/calendar/img/trash-full.png (added) * trunk/prototype/modules/calendar/img/trash-full.svg (added) * trunk/prototype/modules/calendar/index.php (modified) * trunk/prototype/modules/calendar/interceptors/DAViCalAdapter.php (modified) * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) * trunk/prototype/modules/calendar/interceptors/Notifications.php (modified) * trunk/prototype/modules/calendar/js/debug.js (added) * trunk/prototype/modules/calendar/js/init.js (added) * trunk/prototype/modules/calendar/templates/calendar_list.ejs (modified) * trunk/prototype/modules/calendar/templates/calendarlist.ejs (modified) * trunk/prototype/modules/calendar/templates/index.ejs (added) * trunk/prototype/modules/calendar/templates/notify_accept_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_alarm_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_attempt_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_cancel_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_create_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_modify_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_reject_body.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_subject.tpl (copied) * trunk/prototype/modules/calendar/templates/notify_suggest_body.tpl (copied) * trunk/prototype/modules/filters/filters.js (modified) * trunk/prototype/modules/mail (added) * trunk/prototype/modules/mail/css (added) * trunk/prototype/modules/mail/img (added) * trunk/prototype/modules/mail/interceptors (added) * trunk/prototype/modules/mail/js (added) * trunk/prototype/modules/mail/templates (added) * trunk/prototype/plugins (copied) * trunk/prototype/plugins/davicalCliente/AWLUtilities.php (modified) * trunk/prototype/plugins/davicalCliente/XMLDocument.php (modified) * trunk/prototype/plugins/davicalCliente/XMLElement.php (modified) * trunk/prototype/plugins/davicalCliente/caldav-client-v2.php (modified) * trunk/prototype/plugins/icalcreator/iCalcreator.class.php (modified) * trunk/prototype/post.php (modified) * trunk/prototype/presentation.html (deleted) * trunk/prototype/request.php (modified) * trunk/prototype/services/PostgreSQL.php (modified) * trunk/prototype/services/iCal.php (modified) * trunk/prototype/upload.php (modified) * trunk/services/class.servicelocator.php (copied) Ticket #2434 - Alteração da estrutura de diretórios da nova API