Thomas Tanghus
dade89d400
Select which address book to add a contact to. Fixes oc-1071.
2012-06-25 16:21:29 +02:00
Thomas Tanghus
d575d12c24
Remove debug statements.
2012-06-14 18:03:50 +02:00
Thomas Tanghus
160d641dc3
Contacts: Implement CSRF prevention.
2012-06-14 18:00:13 +02:00
Thomas Tanghus
e80c624817
Contacts: Fix NOTE also on add, not just save.
2012-06-11 12:56:41 +02:00
Thomas Tanghus
8bcb231022
Code cleanup.
2012-06-09 15:04:08 +02:00
Thomas Tanghus
3c07de4db6
Contacts: Use POST instead of GET.
2012-06-09 15:02:23 +02:00
Thomas Tanghus
b6127898de
Don't fix bugs not present in this branch ;-)
2012-06-08 20:44:58 +02:00
Thomas Tanghus
b1dfc19797
Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
...
Conflicts:
apps/contacts/ajax/uploadphoto.php
2012-06-08 20:43:42 +02:00
Frank Karlitschek
674c908860
don´t hardcode /tmp
2012-05-30 14:18:47 +02:00
Thomas Tanghus
f45cccfc0a
Contacts: NOTE wasn't saved properly.
2012-05-29 16:45:52 +02:00
Georg Ehrke
c2a1821393
some fixes for contacts, gallery and openid
2012-05-19 15:22:21 +02:00
Frank Karlitschek
a729320f3c
getStorage belongs to files not to apps.
2012-05-19 10:44:08 +02:00
Thomas Mueller
39f99602bf
removing executable bit - again
2012-05-15 00:52:00 +02:00
Thomas Tanghus
ac84d328e5
Contacts: Also strip parameters.
2012-05-11 18:21:55 +02:00
Thomas Tanghus
f9aa628ecd
Contacts: Fix some regressions from last commit.
2012-05-10 20:44:12 +02:00
Thomas Tanghus
bbb3cd0d18
Some UI and code restructering according to usability tests: https://mail.kde.org/pipermail/owncloud/2012-May/003194.html
2012-05-10 16:53:25 +02:00
Frank Karlitschek
68d86fadc7
ported the oc_template class
2012-05-06 23:00:36 +02:00
Thomas Tanghus
e914a14f1d
Contacts: Fixed paths in import.
2012-05-03 16:01:40 +02:00
Frank Karlitschek
0343af38fd
ported oc_json
2012-05-03 12:23:29 +02:00
Thomas Tanghus
07820c10ba
Contacts: Don't resize profile picture if it's not too big.
2012-05-03 11:15:44 +02:00
Frank Karlitschek
9d7b02c9dc
port checkAppEnabled
2012-05-02 19:08:37 +02:00
Thomas Tanghus
f508ad3d9d
Contacts: Removed styling and (most) js from template. Started making app more keyboard/screenreader friendly. General cleanup in code and markup.
2012-05-02 12:10:44 +02:00
Frank Karlitschek
b2f19f3a7f
ported the oc_app calls
2012-05-02 00:50:26 +02:00
Frank Karlitschek
fe55806527
ported the rest of the OC_Helper calls
2012-05-02 00:20:45 +02:00
Frank Karlitschek
a3dc9e8b2a
ported getUser
2012-05-01 18:50:31 +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
Thomas Tanghus
97e65da810
Various file path fixes.
2012-04-30 01:48:01 +02:00
Thomas Tanghus
82a2011dc2
Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are still not shown in the UI.
...
Remove an obsolute file and did some cleanup.
2012-04-29 22:12:27 +02:00
Thomas Tanghus
20734b60a9
Contacts: removed unused method and ajax file.
2012-04-29 22:12:27 +02:00
Georg Ehrke
849099d724
fix merge conflicts
2012-04-26 18:08:49 +02:00
Thomas Tanghus
f01fc2e855
Contacts: Added import with with file picker.
2012-04-26 03:21:52 +02:00
Georg Ehrke
bb9a090659
fix merge conflicts
2012-04-24 21:59:56 +02:00
Thomas Tanghus
e4eef8a698
Contacts: In app import (for Chrome and Firefox only)
2012-04-24 01:44:07 +02:00
Thomas Tanghus
b543d03321
Contacts: In app import. Cleanup still needed.
2012-04-24 01:44:07 +02:00
Georg Ehrke
c6a0be939b
Merge branch 'master' into movable_apps
2012-04-23 13:03:50 +02:00
Thomas Tanghus
4f5f6aff6a
Contacts:
...
- Added overlay toolbar to contact photo with 'Delete current', 'Edit current', 'Load from OC_Filesystem' and 'Upload' options.
- Made action icons translucent instead of hiding them.
2012-04-22 20:47:24 +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
9e345d3bfc
fix merge conflicts
2012-04-22 13:19:12 +02:00
Thomas Tanghus
db23d88dfd
Contacts: Fix error on photo crop.
2012-04-22 01:50:46 +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
Jakob Sack
be2524b353
Display correct URL in caldav and carddav paths
2012-04-15 16:50:45 +02:00
Bart Visscher
b354c4c77e
Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App
...
This is in preparation of making $categories protected and initialized
with default categories.
2012-04-12 23:10:49 +02:00
Bart Visscher
221c1fd5e8
Contacts: Don't lowercase categories value when saving
2012-04-10 21:19:39 +02:00
Thomas Tanghus
29a4ffb730
Contacts: Fix for not being able to add contact to empty/non-existant address book.
2012-04-09 16:30:58 +02:00
Thomas Tanghus
84c0d5bea6
Contacts: Misc. cleanup tweaks.
2012-04-07 16:03:43 +02:00
Thomas Tanghus
53161bdb77
Contacts: First work on cleaner design.
2012-04-03 03:29:12 +02:00
Thomas Tanghus
1542d6c318
Improve actions on delete.
2012-03-29 15:25:24 +02:00
Thomas Tanghus
adb118a3a2
Small change and muting debug.
2012-03-26 22:26:06 +02:00
Thomas Tanghus
7221ff525b
Check for empty value.
...
Added missing classes on action icons.
2012-03-26 22:08:03 +02:00
Bart Visscher
035e128bd2
Contacts: Fix saveproperty for categories
2012-03-26 21:47:37 +02:00