1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
Thomas Tanghus
318180f9a0 Contacts: Use new backend for photo.php 2013-03-23 02:02:21 +01:00
Thomas Tanghus
4a0302f362 Contacts: Reduce contact photo to 170px. 2012-12-10 00:10:39 +01:00
Thomas Tanghus
1e50b086e4 Contacts: Avoid error msg from missing photo on new contact. 2012-11-22 00:29:37 +01:00
Thomas Tanghus
3a25cc050e Contacts: Use Sabre\VObject 2012-11-22 00:14:03 +01:00
Thomas Tanghus
69cdc09d93 Use OCA namespace. 2012-10-25 03:34:12 +02:00
Thomas Tanghus
096a45b393 Also show standard image if id is not set, for example when rendering not saved contact. 2012-09-30 06:40:57 +02:00
Bart Visscher
0986558df2 Remove empty lines at end of file 2012-09-07 14:25:28 +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
db5ee44b18 Contacts: Cache standard photo less aggressively 2012-06-05 10:32:26 +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
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
be2ecb63f3 Avoid errors from missing GD library. 2012-02-18 11:49:31 +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
1813bb6bd0 Contacts: Move response caching to OC_Response 2012-02-12 17:21:33 +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
2cff89ab85 Resize profile picture if bigger than 200px on either x or y.
Bolded text on message box.
2012-01-31 19:32:24 +01:00
Thomas Tanghus
10235f28a2 UI fixes in contact editor and address book dialog.
Error checking in ajax methods.
Localize menu entry.
2012-01-19 16:07:17 +01:00
Bart Visscher
9ab66b5e9b Use a proxy class to interface with Sabre_VObject classes 2011-12-07 20:40:58 +01:00
Bart Visscher
12486c5b6c Add more checks for admin user 2011-09-30 23:17:30 +02:00
Bart Visscher
5866296bce Check if the application is actually enabled 2011-09-30 23:17:18 +02:00
Jan-Christoph Borchardt
a6b67b5053 fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation 2011-09-23 20:13:27 +02:00
Jakob Sack
6b6a0021fc fix small bugs 2011-09-17 00:46:04 +02:00
Jakob Sack
e916f7eeeb Split OC_Contacts_Addressbook in _Addressbook and _VCard 2011-09-17 00:26:57 +02:00
Jakob Sack
f23b4b9ae0 New app: contacts 2011-08-06 22:32:06 +02:00