Thomas Tanghus
219ce43fb2
Contacts: Read and echo image instead of redirect. Fewer request == faster.
2013-03-05 02:31:13 +01:00
Stefan Herbrechtsmeier
5dc1c806d9
add multiple domains reverse SSL proxy support
...
Add support for a reverse proxy that handles multiple domains via different
web roots (https://proxy.tld/domain.tld/owncloud ) and only forwards SSL
connections unencrypted to the web server.
As the reverse proxy web root is transparent for the web server the
REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace
the direct use of this _SERVER variables with function calls. Additionally
it adds a Sabre request backend that extends the Sabre_HTTP_Request to use
the same functions.
2013-01-31 18:47:37 +01:00
Thomas Tanghus
69cdc09d93
Use OCA namespace.
2012-10-25 03:34:12 +02:00
Thomas Tanghus
48f4cab791
Cache thumbnails and use remote.php service to avoid loading all apps for each thumbnail.
2012-10-24 21:35:51 +02:00
Thomas Tanghus
6b77479899
First work on new Contacts js and group based UI.
2012-09-17 16:15:31 +02:00
Thomas Tanghus
696a330c37
Another take at profile photo/thumbnail caching. oc-839.
2012-08-09 16:32:05 +02:00
Thomas Tanghus
61ec1d43ea
Code style.
2012-07-20 17:11:13 +02:00
Thomas Tanghus
3a750f47d6
Fixed function name.
2012-06-24 22:25:32 +02:00
Bart Visscher
c814efa164
More session_write_close
2012-06-22 17:21:56 +02:00
Thomas Tanghus
3877f9ff70
Less aggressive caching on thumbnails too.
2012-06-06 01:06:13 +02:00
Thomas Mueller
39f99602bf
removing executable bit - again
2012-05-15 00:52:00 +02:00
Thomas Tanghus
b9b103f692
Contacts: Better checks for GD library.
2012-05-04 23:53:29 +02:00
Frank Karlitschek
0343af38fd
ported oc_json
2012-05-03 12:23:29 +02:00
Frank Karlitschek
0b43e94733
port oc_response
2012-05-03 10:46:27 +02:00
Frank Karlitschek
9d7b02c9dc
port checkAppEnabled
2012-05-02 19:08:37 +02:00
Frank Karlitschek
fe55806527
ported the rest of the OC_Helper calls
2012-05-02 00:20:45 +02:00
Frank Karlitschek
9b66378e3e
ported checkLoggedIn and checkAdmin
2012-05-01 22:59:38 +02:00
Frank Karlitschek
26930d0d83
finish porting of the LOG calls or the apps to the public api
2012-05-01 17:38:27 +02:00
Georg Ehrke
c6a0be939b
Merge branch 'master' into movable_apps
2012-04-23 13:03:50 +02:00
Thomas Tanghus
3f932e2a26
Contacts: Clear cache for contact photo and thumbnail when it has been changed.
2012-04-22 20:47:24 +02:00
Georg Ehrke
3863a44589
remove the require_once lib base from all (or nearly all) files
2012-04-17 19:31:29 +02:00
Thomas Tanghus
2b7cee1411
Don't try to load a profile picture for contacts the doesn't have any.
2012-02-14 01:11:21 +01:00
Bart Visscher
19a63d1f9d
Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModifiedHeader
2012-02-13 22:47:31 +01:00
Bart Visscher
774eb66110
Contacts: Optimize thumbnail cache handling a bit
2012-02-12 20:40:52 +01:00
Bart Visscher
96ee0ceca3
OC_Response: add setExpiresHeader function
2012-02-12 20:40:52 +01:00
Bart Visscher
76b1f19e88
OC_Response: add redirect function
2012-02-12 20:40:52 +01:00
Bart Visscher
1813bb6bd0
Contacts: Move response caching to OC_Response
2012-02-12 17:21:33 +01:00
Bart Visscher
0b0782697a
Contacts: cleanup OC_L10N usage
2012-02-12 16:11:41 +01:00
Bart Visscher
5cb5cf0ae4
Contacts: Cleanup photo and thumbnail code
2012-02-12 15:14:24 +01:00
Bart Visscher
c3e143d700
Cleanup OC_Contacts_Addressbook::find usage
...
Use OC_Contacts_App::getAddressbook($id) instead of OC_Contacts_Addressbook::find($id), it contains access checks.
2012-02-12 15:14:23 +01:00
Thomas Tanghus
3ef2e51e6b
- Added fix for empty 'FN' field on import via CardDAV clients.
...
- Make sure that the contact in the list has a display name.
- More tweaks on thumbnail caching.
2012-01-19 19:47:09 +01:00
Thomas Tanghus
276f45de4d
Optimizations and more aggressive caching.
2012-01-19 18:28:17 +01:00
Thomas Tanghus
cba9e075b3
Added redirecting to static image file and caching for contacts with no photo embedded.
2012-01-19 16:07:17 +01:00
Thomas Tanghus
24e48ac2d9
Return standard thumbnail even if contact couldn't be found as it could be because it was just added,
2012-01-09 23:16:07 +01:00
Thomas Tanghus
c76097f7fe
Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-)
2012-01-09 20:38:05 +01:00
Thomas Tanghus
8d6713e238
Added missing files and tried to revert the wrong commit of app/contacts/js/interfaces.js
2011-12-17 20:38:52 +01:00