Lukas Reschke
|
1d530192b9
|
Disable user enumeration
|
2012-08-24 15:00:53 +02:00 |
Lukas Reschke
|
9917c611d3
|
Disable listing of all users
|
2012-08-24 15:00:52 +02:00 |
Bart Visscher
|
646bc1fc24
|
Contacts: Fix no active Addressbooks
|
2012-08-24 14:54:16 +02:00 |
jfd
|
3aff7a298c
|
use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want)
|
2012-07-31 19:00:54 +02:00 |
jfd
|
ede464f058
|
escape all identifiers with backticks
|
2012-07-31 18:53:05 +02:00 |
Thomas Tanghus
|
f91783e9ab
|
Fix errors when no addressbook.
|
2012-07-30 12:28:10 +02:00 |
Thomas Tanghus
|
9326f4f535
|
Added hooks for postCreateUser to add default address book and calendar. Fixes oc-1265.
|
2012-07-17 10:45:15 +02:00 |
Thomas Tanghus
|
eb2a15d58f
|
Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.
|
2012-07-16 23:36:11 +02:00 |
Thomas Tanghus
|
d64300251b
|
Corrected javascript definition.
|
2012-07-16 21:21:37 +02:00 |
Thomas Tanghus
|
197086a952
|
Make it possible to import files using CR as eol.
|
2012-07-08 18:34:00 +02:00 |
Thomas Tanghus
|
747b7fbbfe
|
Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-)
|
2012-07-08 16:17:10 +02:00 |
Thomas Tanghus
|
d730d3edd4
|
Set the loading class on the property being changed, not on its container.
|
2012-07-08 16:10:12 +02:00 |
Thomas Tanghus
|
25b95a9ec7
|
Improve checking for active addressbooks and creating default addressbook.
|
2012-07-08 15:41:38 +02:00 |
Thomas Tanghus
|
554cb2d3ab
|
Add missing requesttoken.
|
2012-07-08 14:48:49 +02:00 |
Thomas Tanghus
|
47f96e2d5e
|
Missing semi-colon.
|
2012-07-08 14:42:33 +02:00 |
Thomas Tanghus
|
746eef0d5c
|
Format error response correctly.
|
2012-07-08 14:31:40 +02:00 |
Thomas Tanghus
|
b11b6afbb9
|
Hopefully fix for drag'n'drop import in oc-813.
|
2012-07-05 00:25:38 +02:00 |
Thomas Tanghus
|
5fb9b3e965
|
Disable expires header on thumbnail and photo.
|
2012-07-04 15:32:41 +02:00 |
Thomas Tanghus
|
f72a11f852
|
Moved action buttons down to the add field menu. Fixes oc-1155.
|
2012-07-04 13:49:39 +02:00 |
Bjoern Schiessle
|
7af76e36e1
|
enable highlighting of address in OSM.
|
2012-06-27 11:41:52 +02:00 |
Thomas Tanghus
|
2ad93849ab
|
Idiot proof dialog ;-)
|
2012-06-25 19:33:51 +02:00 |
Thomas Tanghus
|
ad5aa5ac15
|
Try to conserve some memory. Should fix oc-1106 for stable4.
|
2012-06-25 17:16:34 +02:00 |
Thomas Tanghus
|
42a5cd21b9
|
Missing requesttoken.
|
2012-06-25 17:15:33 +02:00 |
Thomas Tanghus
|
56ed8ba70b
|
Select which address book to add a contact to. Fixes oc-1071.
|
2012-06-25 16:21:29 +02:00 |
Thomas Tanghus
|
d8048414aa
|
Removed erroneous value attributes. Partial fix for oc-1029.
|
2012-06-18 00:39:38 +02:00 |
Thomas Tanghus
|
3b58c7a407
|
Remove debug statements.
|
2012-06-14 18:03:50 +02:00 |
Thomas Tanghus
|
5b1a14f9ea
|
Contacts: Implement CSRF prevention.
|
2012-06-14 18:00:13 +02:00 |
Thomas Tanghus
|
3e339f3d66
|
Remove check for encryption.
|
2012-06-13 19:04:47 +02:00 |
Thomas Tanghus
|
cee9d400c0
|
Contacts: Final (for now) fix to encoding probs on import.
|
2012-06-12 12:33:37 +02:00 |
Thomas Tanghus
|
210b71502b
|
Fix copy/paste error.
|
2012-06-11 22:18:14 +02:00 |
Thomas Tanghus
|
e0a5e3e992
|
Fix js for missing address fields.
|
2012-06-11 22:15:56 +02:00 |
Thomas Tanghus
|
c75a7966de
|
Contacts: Fix encoding errors, import errors, developer headache, paint cute kittens and pink clouds ;-)
|
2012-06-11 22:15:31 +02:00 |
Thomas Tanghus
|
74eece2620
|
Contacts: Fix NOTE also on add, not just save.
|
2012-06-11 12:56:41 +02:00 |
Thomas Tanghus
|
c898a8a6c9
|
Contacts: 11th hour fix for invalid VCARD from CardDAV.
|
2012-06-10 20:54:52 +02:00 |
Thomas Tanghus
|
746994c2be
|
Fixed merge conflict.
|
2012-06-10 12:59:36 +02:00 |
Thomas Tanghus
|
0f454215e7
|
Code cleanup.
|
2012-06-09 15:04:08 +02:00 |
Thomas Tanghus
|
59d16c5f9a
|
Contacts: Use POST instead of GET.
|
2012-06-09 15:02:23 +02:00 |
Thomas Tanghus
|
23533a763a
|
Don't fix bugs not present in this branch ;-)
|
2012-06-08 20:44:58 +02:00 |
Thomas Tanghus
|
5eb5d23ac1
|
Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
Conflicts:
apps/contacts/ajax/uploadphoto.php
|
2012-06-08 20:43:42 +02:00 |
Thomas Tanghus
|
3d48bf18d3
|
Contacts: Import upload button was obscured on Android browser.
|
2012-06-07 10:58:15 +02:00 |
Robin Appelman
|
f1b10fcc93
|
update translations
|
2012-06-06 00:29:44 +02:00 |
Thomas Tanghus
|
74ac2ac63a
|
Contacts: When editing photo on a newly created contact the name in the contact list was cleared.
|
2012-06-04 13:13:43 +02:00 |
Frank Karlitschek
|
4dc7ed139b
|
don´t hardcode /tmp
|
2012-05-30 14:18:47 +02:00 |
Thomas Tanghus
|
6515c5c1e7
|
Contacts: NOTE wasn't saved properly.
|
2012-05-29 16:45:52 +02:00 |
Thomas Tanghus
|
cf113409ad
|
Contacts: Fix XSS.
|
2012-05-28 14:41:48 +02:00 |
Thomas Tanghus
|
53da328aa1
|
Contacts: Double check XSS.
|
2012-05-28 12:56:56 +02:00 |
Thomas Tanghus
|
8bd6d862b8
|
Please don't tell me I did that :-P
|
2012-05-28 12:52:18 +02:00 |
Thomas Tanghus
|
54a3717005
|
Contacts: Backport XSS fix.
|
2012-05-21 21:49:35 +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 |