Thomas Tanghus
|
ae426ad115
|
Added some check for when addinf deleting contacts.
|
2012-02-14 10:36:22 +01:00 |
Thomas Tanghus
|
f7161bb48b
|
Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227
|
2012-02-14 02:15:21 +01:00 |
Thomas Tanghus
|
dc20900e10
|
Modify check for missing UID.
|
2012-02-14 01:56:38 +01:00 |
Thomas Tanghus
|
53503148f3
|
Use proper index file.
|
2012-02-14 01:47:18 +01:00 |
Thomas Tanghus
|
4446854f75
|
Don't try to load a profile picture for contacts the doesn't have any.
|
2012-02-14 01:11:21 +01:00 |
Thomas Tanghus
|
07c422d81d
|
Removed superfluous debug.
|
2012-02-14 01:02:01 +01:00 |
Thomas Tanghus
|
3adaacc0ce
|
Added OC_Contacts_VCard::moveToAddressBook
|
2012-02-14 01:00:41 +01:00 |
Thomas Tanghus
|
024405e4f1
|
Added function for later testing.
|
2012-02-14 01:00:41 +01:00 |
Bart Visscher
|
a37bd93222
|
External: Use OC_Util::checkLoggedIn
|
2012-02-14 00:13:04 +01:00 |
Bart Visscher
|
777804fac2
|
Gallery: remove unused cover.php
|
2012-02-14 00:12:22 +01:00 |
Bart Visscher
|
525306c1e2
|
Replace Expires and caching headers by OC_Response functions
|
2012-02-13 23:48:05 +01:00 |
Bart Visscher
|
29fc82c364
|
Send gallery album thumbnail with OC_Response::sendFile
|
2012-02-13 23:35:37 +01:00 |
Bart Visscher
|
594dcf13f2
|
Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModifiedHeader
|
2012-02-13 22:47:31 +01:00 |
Bart Visscher
|
169ddc5b0b
|
Gallery: Only get local file when generating photo thumbnail
|
2012-02-13 22:39:30 +01:00 |
Bart Visscher
|
e137020f67
|
Gallery: Use OC_Respone::enableCaching for (album)thumbnails
|
2012-02-13 22:38:34 +01:00 |
Bart Visscher
|
e084386770
|
Gallery: Move login check to beginning of galleryOp.php
|
2012-02-13 22:33:52 +01:00 |
Bart Visscher
|
e402896001
|
Gallery: Remove autoloaded includes from galleryOp.php
|
2012-02-13 22:33:48 +01:00 |
Georg Ehrke
|
40d343e2af
|
fix oc-bug 239 - & => &
|
2012-02-12 22:34:10 +01:00 |
Bart Visscher
|
5c816c0cc9
|
Contacts: Optimize thumbnail cache handling a bit
|
2012-02-12 20:40:52 +01:00 |
Bart Visscher
|
125cf79a37
|
OC_Response: add setExpiresHeader function
|
2012-02-12 20:40:52 +01:00 |
Bart Visscher
|
45bb6f5fd4
|
OC_Response: add redirect function
|
2012-02-12 20:40:52 +01:00 |
Bart Visscher
|
ee7931f457
|
Contacts: Add missing parameter
|
2012-02-12 20:40:52 +01:00 |
Bart Visscher
|
0917bdecdd
|
Contacts: Move response caching to OC_Response
|
2012-02-12 17:21:33 +01:00 |
Tom Needham
|
a0bb6079c5
|
Add description to texteditor info.xml -fix oc-234
|
2012-02-12 15:42:05 +00:00 |
Bart Visscher
|
f5385e4a63
|
Contacts: Add id to vars with id in them
|
2012-02-12 16:12:46 +01:00 |
Bart Visscher
|
623afb69b6
|
Contacts: cleanup OC_L10N usage
|
2012-02-12 16:11:41 +01:00 |
Bart Visscher
|
39f342d595
|
Contacts: Move debug logging of $_POST to after access checks
|
2012-02-12 15:58:55 +01:00 |
Bart Visscher
|
6eb1427ac0
|
Contacts: Document usage of OC_Contacts_App::getAddressbook
Remove redundant access checks and add comments to the calls to
OC_Contacts_App::getAddressbook that are access checks
|
2012-02-12 15:55:36 +01:00 |
Bart Visscher
|
b77132edbe
|
Contacts: Save last-modified time in REV property if not set
|
2012-02-12 15:14:25 +01:00 |
Bart Visscher
|
6bd0aad117
|
Contacts: Fix adding N property in getContactVCard
|
2012-02-12 15:14:24 +01:00 |
Bart Visscher
|
facd4cbe17
|
Contacts: Cleanup photo and thumbnail code
|
2012-02-12 15:14:24 +01:00 |
Bart Visscher
|
90d189a8b3
|
Access check fix in contacts/ajax/activation.php
plus small cleanup
|
2012-02-12 15:14:24 +01:00 |
Bart Visscher
|
8f3da6ee9b
|
Small coding style update
Fixup OC_Contacts_App
|
2012-02-12 15:14:23 +01:00 |
Bart Visscher
|
1a74f0a18c
|
Improve logging in OC_Contacts_App
Add logging to errors paths in getAddressbook and getContactObject.
|
2012-02-12 15:14:23 +01:00 |
Bart Visscher
|
c4ee924869
|
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 |
Bart Visscher
|
b5418173e5
|
Derive the user principles from the owncloud users
The code for updating the principles table is still there. To make it easier to
revert this commit if that is necessary.
|
2012-02-11 21:09:51 +01:00 |
Thomas Tanghus
|
1d6b4f8f3c
|
Merge branch 'tanghus_contacts'
|
2012-02-10 16:44:06 +01:00 |
Thomas Tanghus
|
b4924ed1e5
|
Variable wasn't reset.
|
2012-02-10 16:43:40 +01:00 |
Thomas Tanghus
|
fd9ce6da35
|
Merge gitorious.org:owncloud/owncloud into tanghus_contacts
|
2012-02-10 16:42:45 +01:00 |
Thomas Tanghus
|
c95e8a1fc5
|
Added custom combobox widget.
|
2012-02-10 16:40:40 +01:00 |
Bart Visscher
|
9379c3e128
|
Gallery: remove unset call, not needed anymore
|
2012-02-09 22:47:05 +01:00 |
Thomas Tanghus
|
25f1263c11
|
Merge gitorious.org:owncloud/owncloud into tanghus_contacts
|
2012-02-09 19:07:54 +01:00 |
Thomas Tanghus
|
ff53b0c209
|
Keep js data structure in sync on changes.
More checks for missing properties.
|
2012-02-09 19:04:07 +01:00 |
Bart Visscher
|
88b2391d2b
|
Fix wrong var name in sharedstorage.php
|
2012-02-08 21:12:31 +01:00 |
Bart Visscher
|
7cd1a302d3
|
Gallery: Add caching headers to album thumbnail sending
|
2012-02-08 21:12:31 +01:00 |
Bart Visscher
|
158360c09b
|
Gallery: use thumbnails of images for the album thumbnail
The thumbnails were already generated in this function, but now we save them
for displaying of the album.
|
2012-02-08 21:12:31 +01:00 |
Bart Visscher
|
43d2266f5c
|
Add caching to gallery thumbnail generation
|
2012-02-08 21:12:30 +01:00 |
Bart Visscher
|
eb5de4d4f7
|
Change gallery thumbnail generation to OC_Image
|
2012-02-08 21:12:30 +01:00 |
Bart Visscher
|
7c03b612d2
|
OC-41: [Calendar] Date format not translatable
|
2012-02-08 21:12:30 +01:00 |
Robin Appelman
|
c4a6b99814
|
use oc_filecache and oc_eventsource for music scanning
|
2012-02-08 17:30:16 +01:00 |