Commit graph

1103 commits

Author SHA1 Message Date
Robin Appelman
2528778651 add touch() to all storage backands, and make parameter optional
Conflicts:

	lib/filestorage.php
	lib/filestorage/common.php
	lib/filestorage/commontest.php
	lib/filestorage/local.php
	lib/filesystemview.php
2012-03-13 13:03:14 +01:00
Tom Needham
86f2f841bf update file extensions in editor 2012-03-12 20:44:29 +00:00
Tom Needham
098f6655c8 Text editor will now wrap text based on window size 2012-03-12 20:44:18 +00:00
Tom Needham
bb2cba13ce Update breadcrumb css on close 2012-03-12 20:44:05 +00:00
Tom Needham
e6a8e8f65a Add description to texteditor info.xml -fix oc-234 2012-03-12 20:42:11 +00:00
Tom Needham
b6ba0f547e fix character encoding bug oc-278 2012-03-12 20:41:30 +00:00
Thomas Tanghus
8991600303 Check input on adding/editing addressbook. 2012-03-12 20:39:33 +01:00
Thomas Tanghus
beaa76feb2 Strip tags 2012-03-12 20:17:19 +01:00
Thomas Tanghus
f6718dd889 Update ctag in deleteFromDAVData. 2012-03-12 19:56:11 +01:00
Thomas Tanghus
2ac20337fa Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227 2012-03-12 19:43:53 +01:00
Thomas Tanghus
a62ac84220 Modify check for missing UID.
Conflicts:

	apps/contacts/lib/vcard.php
2012-03-12 19:41:25 +01:00
Thomas Tanghus
a7d7525645 - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93
Property was added multiple times.
- Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-8
  "Missing "N" field: Contacts app not compatible with vcard 3.0 format"
- Almost sure I've fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-27
  "Full name in Contacts app doesn't sync to iOS 5 contacts" because it is caused by oc-8

Conflicts:

	apps/contacts/lib/app.php
2012-03-12 19:33:12 +01:00
Thomas Tanghus
e0161826d8 Resize profile picture if bigger than 200px on either x or y.
Bolded text on message box.
2012-03-12 19:22:48 +01:00
Arthur Schiwon
cc07d9fd9c LDPA: fix setting variables and add missing ones to the array 2012-03-12 16:53:26 +01:00
Arthur Schiwon
838dfe14e5 LDAP: set also quota, when there is no explicit default value 2012-03-12 16:53:15 +01:00
Arthur Schiwon
2ca1ba0384 LDAP fix: set user quota, if attribute is provided 2012-03-12 16:53:04 +01:00
Arthur Schiwon
d81a7787b0 make ldap settings a little bit less ugly 2012-03-12 16:52:53 +01:00
Arthur Schiwon
54f6db9a2a consider changed/new setting variables for user_ldap 2012-03-12 16:52:41 +01:00
Arthur Schiwon
afbb5cb459 typo in function call 2012-03-12 16:52:26 +01:00
Arthur Schiwon
25d0c05d56 make LDAP filter for user list configurable 2012-03-12 16:51:55 +01:00
Arthur Schiwon
376c830319 Combing LDAP backend with LDAP extended backend 2012-03-12 16:51:06 +01:00
Tom Needham
b8f3629783 Fix editing shared files and file opening bug. Fixes oc-209 and oc-195 2012-03-12 16:21:24 +01:00
Robin Appelman
686590bd3a merge master into stable 2012-01-30 13:39:51 +01:00
Georg Ehrke
30f1de71a6 remove debug file 2012-01-29 16:08:09 +01:00
Georg Ehrke
928e9b121b fix version-compare in calendars app.php 2012-01-29 10:59:15 +01:00
Robin Appelman
ad4e305c96 update translations 2012-01-27 00:59:24 +01:00
Robin Appelman
830cf87697 use the correct hooks to remove contact/calendars of remvoed users 2012-01-26 19:05:46 +01:00
Robin Appelman
266fbb442e use oc_filesystem::getlocalfile instead of manually trying to get the correct local file when creating album covers
fixes broken album covers on shared files
2012-01-26 18:12:59 +01:00
Bartek Przybylski
63ae4b3dfc db cleanup after gallery remove 2012-01-25 21:15:27 +01:00
Bartek Przybylski
5172e0a7a3 creating thumbnails on upload, recursive remove 2012-01-25 21:07:43 +01:00
Thomas Tanghus
e6298325f6 Removed debug output 2012-01-24 23:08:40 +01:00
Thomas Tanghus
5458e52935 Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-92
"Character '&' in address data causes wrong data".
This was also the case for the 'N' property.
2012-01-24 23:08:40 +01:00
Robin Appelman
a77f3a07a1 Fix some issues in ampache resonponse
Patch by Markus Germeier
2012-01-24 02:56:57 +01:00
Robin Appelman
6fccf12299 update translations 2012-01-24 00:42:08 +01:00
Robin Appelman
cdfb252ced Merge branch 'master' of gitorious.org:owncloud/owncloud 2012-01-24 00:24:09 +01:00
Bartek Przybylski
456394d3ec oc-89 handling no photos in collection alert 2012-01-23 23:25:36 +01:00
Tom Needham
e1a499f65d disable keyboard shortcuts as temp fix 2012-01-23 20:59:37 +00:00
Georg Ehrke
b8e01939e9 fix undefined indices - bugfix for oc-99 2012-01-23 15:05:53 +01:00
Georg Ehrke
66f8a0e1a3 validate the calendar name 2012-01-21 17:42:52 +01:00
Georg Ehrke
78c5c2e7d5 fix Undefined variable - bugfix for oc-69 2012-01-21 17:42:52 +01:00
Robin Appelman
01ebb74a33 some gallery css fixes 2012-01-21 00:54:02 +01:00
Bartek Przybylski
437d50c6f6 recognizing img basing on extension 2012-01-20 23:28:40 +01:00
Robin Appelman
97901391f4 make media detection based on extention case insensitive 2012-01-20 19:34:34 +01:00
Robin Appelman
415e968612 fix renaming albums 2012-01-20 19:32:08 +01:00
Robin Appelman
b5ae924031 dont show errors when not renaming an album 2012-01-20 19:28:57 +01:00
Robin Appelman
9dcdf517f5 fix deleting/renaming albums with a ' in the name 2012-01-20 19:26:09 +01:00
Robin Appelman
7ea2923fa8 translation updates 2012-01-20 18:53:45 +01:00
Robin Appelman
735fcf8bd2 only double quoted string seems to be detected in js 2012-01-20 17:47:55 +01:00
Robin Appelman
1c311c36bf add translation wrappers to gallery strings in js 2012-01-20 17:09:31 +01:00
Robin Appelman
42ef44e1b4 show proper feedback that collection scanning is done and show the collection afterwards 2012-01-20 01:41:37 +01:00