Commit graph

979 commits

Author SHA1 Message Date
Tom Needham
ffd47ef4d7 Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor 2012-01-13 16:55:55 +00:00
Thomas Tanghus
0ba472c18a Too quick on the copy/paste trigger... 2012-01-12 23:43:00 +01:00
Thomas Tanghus
1697347045 Oops. Missing ')' :-P 2012-01-12 22:55:43 +01:00
Thomas Tanghus
e60860148c Don't chunk_split encoded image string.
Don't return json error but null if card can't be parsed.
Small check for non-parsable card in index.php.
2012-01-12 22:50:12 +01:00
Thomas Tanghus
22356533a0 Added search. Thanks to icewind it was mostly copy/paste :-) 2012-01-12 22:50:12 +01:00
Thomas Tanghus
0d120efda5 Add PRODID to vcards created by ownCloud. 2012-01-12 22:50:12 +01:00
Georg Ehrke
28e15fd487 Merge branch 'calendar' 2012-01-12 22:07:23 +01:00
Georg Ehrke
cd8f54ade2 update js of calendar import 2012-01-12 22:06:53 +01:00
Georg Ehrke
9bcd367873 Merge branch 'master' into calendar 2012-01-12 21:44:56 +01:00
Georg Ehrke
0b45d19ea0 change app icon 2012-01-12 16:50:49 +01:00
Thomas Tanghus
c6eeb4a808 Don't add address if none of the fields are filled out. 2012-01-12 02:39:33 +01:00
Robin Appelman
b71ea287aa reimplement auto playing music from location hash (like from search results) 2012-01-12 02:02:45 +01:00
Robin Appelman
8de4163ba2 fix searching artists and albums 2012-01-12 02:01:59 +01:00
Robin Appelman
25213a790d fix event handler after re-expanding an artist in collection view 2012-01-12 01:18:27 +01:00
Robin Appelman
1b5d206ca7 fix expending artists and albums in collection view 2012-01-12 01:14:16 +01:00
Robin Appelman
f4338f631b fix searching music 2012-01-12 00:54:35 +01:00
Bartek Przybylski
118cbf8400 user suggested style change 2012-01-11 23:54:02 +01:00
Bartek Przybylski
afa07beda0 resolving depricated script opening 2012-01-11 23:42:13 +01:00
Thomas Tanghus
24dc1aec8e Tweaked some tipsys. 2012-01-11 23:05:34 +01:00
Bartek Przybylski
dddcd66ead using new image backend, moving ajax calls to one file, using generated thumnails to speedup covers loading 2012-01-11 22:06:54 +01:00
Thomas Tanghus
237ba65a20 Localizin strings and adding error checking. 2012-01-11 20:07:15 +01:00
Thomas Tanghus
eae3e134ff Make sure VERSION is set.
Set REV for each edit.
Download single VCard.
2012-01-11 06:20:06 +01:00
Thomas Tanghus
d93a5a0774 Added files for error messages, removed old syle sheet. 2012-01-11 04:05:30 +01:00
Thomas Tanghus
1a6ad816a3 CSS cleanup, more error checking, better error messages, general cleanup. 2012-01-11 04:05:30 +01:00
Thomas Tanghus
5500041cca Added missing } 2012-01-11 04:05:29 +01:00
Robin Appelman
d92b083c1d fix old calendar name and color not being preserved when editing a calendar 2012-01-11 01:53:25 +01:00
Robin Appelman
3c910b812b also use translated string for music navigation entry when showing inline controls 2012-01-11 01:26:27 +01:00
Robin Appelman
f67e5d18e7 update translations 2012-01-11 01:06:59 +01:00
Thomas Tanghus
e316cddf65 More fixes on saving TYPE parameters.
Use jQuery Dialog for error messages instead of alert()
2012-01-10 14:59:31 +01:00
Tom Needham
2a0ed930ef improved ui for go to line button 2012-01-09 22:42:28 +00:00
Tom Needham
66020c5d44 update page title 2012-01-09 22:38:19 +00:00
Tom Needham
6d37c7d351 Added live search 2012-01-09 22:22:12 +00:00
Thomas Tanghus
60653c0544 Return standard thumbnail even if contact couldn't be found as it could be because it was just added, 2012-01-09 23:16:07 +01:00
Thomas Tanghus
aadb81a32a OC_DB::insertid was being called too late to get the correct result. 2012-01-09 23:14:11 +01:00
Tom Needham
3f67918522 Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor 2012-01-09 21:17:41 +00:00
Tom Needham
27d9cbd8c0 Added 'Go to line' functionality 2012-01-09 21:16:41 +00:00
Thomas Tanghus
ac63afbd95 Insert new contacts alphabetically correct in the list.
Added some tipsys to the editor.
2012-01-09 22:05:28 +01:00
Thomas Tanghus
978a08ab1c Fixed Phone types not being saved correctly when adding them. 2012-01-09 20:38:06 +01:00
Thomas Tanghus
604ca61d78 Some cleanup, better error messages and such. 2012-01-09 20:38:06 +01:00
Thomas Tanghus
47548fb8c6 Fixed showing first contact if non is selected. 2012-01-09 20:38:05 +01:00
Thomas Tanghus
85ab3b3924 Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-) 2012-01-09 20:38:05 +01:00
Thomas Tanghus
d91a4fcaf3 Changed SQL queries for looking up contacts to only query once and sort at the same time. 2012-01-09 20:38:05 +01:00
Tom Needham
6c78cd2765 Moved .separator to core css 2012-01-09 18:39:09 +00:00
Tom Needham
3be0564040 improved ui and save button action 2012-01-09 18:17:26 +00:00
Tom Needham
19186bf37b hide save button for read-only files 2012-01-09 17:22:51 +00:00
Tom Needham
18b8dc1c21 fixed saving bug 2012-01-09 17:03:19 +00:00
Tom Needham
f7f19af816 Handles file permissions. Protect against overwriting changes. 2012-01-08 23:30:50 +00:00
Robin Appelman
ed5fb902bd remove mp3info from dependency check 2012-01-08 17:35:41 +01:00
Robin Appelman
13784bee18 mp3info is giving to much trouble, get rid of it 2012-01-08 17:35:40 +01:00
Kshitij Parajuli
041e3575d1 When a music file is playing, the page title gets modified. 2012-01-08 17:35:40 +01:00