Thomas Tanghus
df1eca4fa2
Also load categories from VJOURNAL.
2012-06-24 22:25:32 +02:00
Brice Maron
61adae1e49
Use intervals for sessions deletion with postgres fix oc-492
2012-06-24 19:41:23 +00:00
Brice Maron
f56b3df0bc
Resolve scanning issue case comparison of songs
2012-06-24 16:03:25 +00:00
Brice Maron
c53a8fa541
Correct seq name in media songs fix oc-589
2012-06-24 16:02:41 +00:00
Thomas Tanghus
0f9b9fa111
Remove unneeded parameter.
2012-06-24 16:07:18 +02:00
Thomas Tanghus
5393c0cfed
Click to select which address book to add to.
2012-06-24 16:03:10 +02:00
Thomas Tanghus
9e6d2f2f82
Improve prev/next selection on delete.
2012-06-24 15:07:44 +02:00
Georg Ehrke
ca5de26bac
another fix for oc-1044
2012-06-24 09:41:37 +02:00
Tom Needham
6e5573acb5
Merge branch 'master' of gitorious.org:owncloud/owncloud
2012-06-23 14:42:54 +00:00
Tom Needham
5323983fc7
Text editor: Waste less space for line numbers
2012-06-23 14:42:37 +00:00
Brice Maron
d39d7fb9ff
Remove references to /apps/ and correct inclusion of settings
2012-06-22 22:05:39 +00:00
Brice Maron
b5e3e150eb
Correction of path looking for apps and css
2012-06-22 20:58:52 +00:00
Bart Visscher
ded9ea5ad3
Spelling fixes
2012-06-22 22:57:35 +02:00
Bart Visscher
ea3a6d9fcf
Merge resource error-suppressing fix
2012-06-22 22:54:25 +02:00
Bart Visscher
2e6e154475
Gallery: Fix opening folders with a ' in the name
2012-06-22 22:46:12 +02:00
Michael Gapczynski
618a3c1d94
Fix removing personal mounts
2012-06-22 12:22:42 -04:00
Michael Gapczynski
b650f46698
Fix variable checks for mounting Google Drive
2012-06-22 12:22:42 -04:00
Tom Needham
41cfd55f55
Merge branch 'master' of gitorious.org:owncloud/owncloud
2012-06-22 16:17:23 +00:00
Bart Visscher
96ec7a66bb
More session_write_close
2012-06-22 17:21:56 +02:00
Tom Needham
0aafc717ec
Text Editor: fix editor positioning
2012-06-22 15:02:03 +00:00
Thomas Mueller
aade44471d
pdf viewer no longer 'eats' keyboard input
2012-06-22 16:10:25 +02:00
Thomas Tanghus
1f06cdf81f
Small js fix.
2012-06-22 14:27:46 +02:00
Thomas Tanghus
07124ee38d
Cast translation to string.
2012-06-22 14:27:46 +02:00
Bjoern Schiessle
e1fa9c282b
xss vulnerabilities fixed
2012-06-22 14:11:57 +02:00
Bjoern Schiessle
5b46734a40
xss vulnerability fixed
2012-06-22 13:58:15 +02:00
Brice Maron
8c2803a7c1
Correct image path and apps path replacement
2012-06-22 13:12:03 +02:00
Arthur Schiwon
19931e2008
remove unnecessary closing PHP tag
2012-06-22 12:49:56 +02:00
Arthur Schiwon
bef9b671ee
LDAP: cheaper userExists() implementation
2012-06-22 12:42:07 +02:00
Bjoern Schiessle
8c28aec664
date don't change correctly in the view list (bug #973 ) fixed
2012-06-22 11:30:40 +02:00
Bart Visscher
82f39d3292
Contacts: Fix name and carddav-url encoding
2012-06-21 23:30:04 +02:00
Bart Visscher
fd23c286ef
Calendar: Fix caldav url encoding
2012-06-21 23:30:04 +02:00
Bart Visscher
4a22f4ca78
Calendar: convert choosecalendar.rowfields template from plain php to html+php
2012-06-21 23:30:04 +02:00
Bart Visscher
1d07b9e291
Calendar: Missing userid in allCalendars call
2012-06-21 23:30:04 +02:00
Bart Visscher
c047fdafdb
Calendar: Fix missing template parameter 'shared' for new and update calendar
2012-06-21 23:30:04 +02:00
Brice Maron
95b5202893
Correct usage of approot
2012-06-21 21:13:12 +00:00
Michael Gapczynski
bf6abdde2d
Add missing ')'
2012-06-21 12:26:06 -04:00
Brice Maron
a5938e4e37
Merge branch 'master' into multi_app_dir
2012-06-21 20:19:31 +00:00
Thomas Tanghus
37d12144c2
Fix URL delimiter.
2012-06-21 22:03:57 +02:00
Thomas Tanghus
ad7154b344
Fix being able to link directly to contact, that I broke in other commit.
2012-06-21 22:02:17 +02:00
Thomas Tanghus
b17bf59ced
Only search for VEVENTs.
2012-06-21 20:51:23 +02:00
Bart Visscher
b17e682609
Tasks: Add delete action
2012-06-21 19:49:28 +02:00
Bart Visscher
10351550cd
Tasks: Use list label for ordering by list
2012-06-21 19:49:28 +02:00
Bart Visscher
b9e3b0ddf9
Tasks: Fix position of the summary input
2012-06-21 19:49:28 +02:00
Brice Maron
e5c56b2433
Merge branch 'master' into multi_app_dir
...
Conflicts:
lib/app.php
lib/base.php
lib/minimizer/css.php
lib/minimizer/js.php
lib/template.php
lib/util.php
2012-06-21 17:15:35 +00:00
Sam Tuke
a9a913c273
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic)
...
Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common
Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared
Added class documentation to OC_Filestorage_Common
Cleaned up OCA_Versions::expireAll()
2012-06-21 18:15:22 +01:00
Robin Appelman
49033ff8e0
dont change the encryption key during the test case
2012-06-21 18:53:10 +02:00
Robin Appelman
6707e4187e
only use 1 fsview when initializing encryption
2012-06-21 18:35:12 +02:00
Robin Appelman
56de98ed8c
fix saved file size for uploaded files
2012-06-21 18:22:18 +02:00
Robin Appelman
d0455c5819
truncate decrypted files based on filelength
2012-06-21 17:38:00 +02:00
Bjoern Schiessle
1338279ca0
Merge branch 'master' of gitorious.org:owncloud/owncloud
2012-06-21 16:42:16 +02:00