Thomas Tanghus
|
052bd8efbb
|
Drag'n'Drop contacts between addressbook. Still needs some css magic.
|
2012-06-25 03:42:27 +02:00 |
Thomas Tanghus
|
e845e56749
|
Remove excessive debugging.
|
2012-06-24 22:25:32 +02:00 |
Thomas Tanghus
|
3afbc3d2dc
|
Add some DRYness to logging.
|
2012-06-24 22:25:32 +02:00 |
Thomas Tanghus
|
10a0d5a46c
|
More changes for updating the contacts list.
|
2012-06-20 21:00:49 +02:00 |
Thomas Tanghus
|
426ed27be2
|
Make sure address books are shown even if empty.
|
2012-06-20 21:00:49 +02:00 |
Thomas Tanghus
|
7d84c4741c
|
Use uasort instead of usort.
|
2012-06-17 21:50:49 +02:00 |
Thomas Tanghus
|
46a771d2e6
|
Sort addressbooks.
|
2012-06-17 21:47:15 +02:00 |
Thomas Tanghus
|
56d25d4d1b
|
Make the parsing in the controller, not in the template. Assign only relevant entries to the template.
|
2012-06-17 20:25:32 +02:00 |
Stephan Bergemann
|
92e35bd843
|
now a little less in template - more in ajax controller
|
2012-06-17 20:25:32 +02:00 |
Thomas Tanghus
|
4cbdd59859
|
Fix char encoding.
|
2012-06-16 18:38:20 +02:00 |
Thomas Tanghus
|
6642ef6a50
|
Fix string encoding probs.
|
2012-06-16 18:06:47 +02:00 |
Thomas Tanghus
|
d33d599b1b
|
Remove debug statements.
|
2012-06-13 18:57:12 +02:00 |
Thomas Tanghus
|
bc1e8cb0a2
|
Contacts: implemented CSRF prevention.
|
2012-06-13 17:35:42 +02:00 |
Thomas Tanghus
|
6d9947b3ff
|
Contacts: Fix NOTE also on add, not just save.
|
2012-06-11 12:55:54 +02:00 |
Thomas Tanghus
|
081e1874cb
|
Contacts: Use POST instead of GET.
|
2012-06-09 15:00:44 +02:00 |
Thomas Tanghus
|
88341e5797
|
Code cleanup.
|
2012-06-09 15:00:44 +02:00 |
Thomas Tanghus
|
0a49bae87a
|
Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
|
2012-06-08 20:39:54 +02:00 |
Thomas Tanghus
|
5c17338ac7
|
Contacts: Make js a tad DRYer. Added URL property.
|
2012-06-06 15:29:33 +02:00 |
Thomas Tanghus
|
68670bcc66
|
Cleanup.
|
2012-06-06 01:06:13 +02:00 |
Thomas Tanghus
|
624f8ae36d
|
Also use OC_Cache here.
|
2012-06-06 01:06:13 +02:00 |
Thomas Tanghus
|
80de23d08b
|
Contacts: Removed temp dir cleanup after using OC_Cache.
|
2012-06-06 01:06:12 +02:00 |
Thomas Tanghus
|
20aee83d07
|
Use UID for cache key.
|
2012-06-05 21:20:10 +02:00 |
Thomas Tanghus
|
cb941996c0
|
Contacts: Use OC_Cache for contact photo handling instead of temp dir.
|
2012-06-05 20:34:12 +02:00 |
Thomas Tanghus
|
3b9bf83fe7
|
Contacts: Make tmp file cleaup a bit safer.
|
2012-06-04 13:38:37 +02:00 |
Thomas Tanghus
|
855f404e5c
|
Contacts: Temporary files weren't deleted if crop window was closed without saving.
|
2012-06-04 13:14:31 +02:00 |
Frank Karlitschek
|
22a04d8e93
|
don´t hardcode /tmp
|
2012-05-30 14:14:32 +02:00 |
Thomas Tanghus
|
c9df18ed8c
|
Forgot a break.
|
2012-05-29 16:46:54 +02:00 |
Thomas Tanghus
|
51aa84e70a
|
Contacts: NOTE wasn't saved properly.
|
2012-05-29 16:43:59 +02:00 |
Thomas Tanghus
|
dff16e70a9
|
Contacts: Improve loading and cleanup of dialogs.
|
2012-05-29 16:43:59 +02:00 |
Georg Ehrke
|
d4072c82dd
|
some fixes for contacts, gallery and openid
|
2012-05-19 15:22:21 +02:00 |
Frank Karlitschek
|
7e49a33d64
|
getStorage belongs to files not to apps.
|
2012-05-19 10:44:08 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Thomas Tanghus
|
08e0b6cf5e
|
Contacts: Also strip parameters.
|
2012-05-11 18:21:55 +02:00 |
Thomas Tanghus
|
7bc6e86969
|
Contacts: Fix some regressions from last commit.
|
2012-05-10 20:44:12 +02:00 |
Thomas Tanghus
|
2c6740b0c7
|
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
|
1945cd6946
|
ported the oc_template class
|
2012-05-06 23:00:36 +02:00 |
Thomas Tanghus
|
5be9084c73
|
Contacts: Fixed paths in import.
|
2012-05-03 16:01:40 +02:00 |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
2012-05-03 12:23:29 +02:00 |
Thomas Tanghus
|
6cc9f600d2
|
Contacts: Don't resize profile picture if it's not too big.
|
2012-05-03 11:15:44 +02:00 |
Frank Karlitschek
|
4fe90f62f4
|
port checkAppEnabled
|
2012-05-02 19:08:37 +02:00 |
Thomas Tanghus
|
f1830866a3
|
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
|
2fe646dcec
|
ported the oc_app calls
|
2012-05-02 00:50:26 +02:00 |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
2012-05-02 00:20:45 +02:00 |
Frank Karlitschek
|
70cea18cce
|
ported getUser
|
2012-05-01 18:50:31 +02:00 |
Frank Karlitschek
|
d0554bef06
|
finish porting of the LOG calls or the apps to the public api
|
2012-05-01 17:38:27 +02:00 |
Thomas Tanghus
|
9c520c70a8
|
Various file path fixes.
|
2012-04-30 01:48:01 +02:00 |
Thomas Tanghus
|
f6fefe9a36
|
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
|
023479b1e2
|
Contacts: removed unused method and ajax file.
|
2012-04-29 22:12:27 +02:00 |
Georg Ehrke
|
2b10371bde
|
fix merge conflicts
|
2012-04-26 18:08:49 +02:00 |
Thomas Tanghus
|
5dbf362623
|
Contacts: Added import with with file picker.
|
2012-04-26 03:21:52 +02:00 |