Thomas Tanghus
|
cb736b42e3
|
Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/owncloud/2012-August/004649.html
|
2012-08-24 14:58:47 +02:00 |
|
Bjoern Schiessle
|
0ac8434670
|
fix for bug 879 - add parent directory to file cache if it does not exist yet.
For example this can happen if the sync client is used before the user created the root directory (e.g. through web login).
|
2012-08-24 14:58:47 +02:00 |
|
Georg Ehrke
|
2832311640
|
fix label for versioning in admin settings
|
2012-08-24 14:54:17 +02:00 |
|
Bart Visscher
|
5e9f92e5dd
|
Calendar: remove double html encoding
|
2012-08-24 14:54:17 +02:00 |
|
Bart Visscher
|
646bc1fc24
|
Contacts: Fix no active Addressbooks
|
2012-08-24 14:54:16 +02:00 |
|
Arthur Schiwon
|
2af7473651
|
LDAP: sanitize base, user and group trees. fixes oc-1302
|
2012-08-24 14:54:16 +02:00 |
|
Arthur Schiwon
|
a3b4cb205c
|
Show Login-Button when user+pw are autocompleted, fixes oc-1068
|
2012-08-24 14:54:16 +02:00 |
|
Jörn Friedrich Dreyer
|
14c5d08a3f
|
reorder code for readability
|
2012-08-01 22:38:27 +02:00 |
|
Jörn Friedrich Dreyer
|
417bebd9b7
|
dix php strict warnings in mdb2 oci8
|
2012-08-01 22:37:57 +02:00 |
|
Jörn Friedrich Dreyer
|
c7be0db853
|
use dbname for non privileged user
|
2012-08-01 15:00:54 +02:00 |
|
Jörn Friedrich Dreyer
|
ab976863ae
|
fix sql
|
2012-08-01 15:00:07 +02:00 |
|
Jörn Friedrich Dreyer
|
e13f381189
|
add limit support to OC_DB & OCP/DB
|
2012-08-01 14:59:08 +02:00 |
|
Jörn Friedrich Dreyer
|
795e78809f
|
add oracle to install & setup
|
2012-07-31 19:34:30 +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
|
727f4357fb
|
remove superflous index (already indexed with primary key derived from <autoincrement> by MDB2), oracle will bark on this
|
2012-07-31 18:54:24 +02:00 |
|
jfd
|
ede464f058
|
escape all identifiers with backticks
|
2012-07-31 18:53:05 +02:00 |
|
Jörn Friedrich Dreyer
|
3c5670b662
|
comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well
|
2012-07-31 17:49:49 +02:00 |
|
Jörn Friedrich Dreyer
|
c03daca712
|
add oci8 to MDB2
|
2012-07-31 17:42:36 +02:00 |
|
Frank Karlitschek
|
aa60771736
|
4.0.6
|
2012-07-31 10:13:10 +02:00 |
|
Arthur Schiwon
|
b523366acd
|
LDAP: don't die on unexpected collisions, handle empty display-name attributes properly
|
2012-07-30 17:30:11 +02:00 |
|
Michael Gapczynski
|
b9bd54bd98
|
Add additional error handling for emailing private links
|
2012-07-30 10:07:20 -04:00 |
|
Michael Gapczynski
|
dab708b625
|
Correction for 'Fix group detection for sharing in case username contains '@', fix for oc-1270'
|
2012-07-30 10:07:20 -04:00 |
|
Michael Gapczynski
|
519eb39422
|
Remove delete tipsy if file is deleted, fixes bug oc-958
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
3e183b2eea
|
Set filter to empty if not set by Ampache client
Conflicts:
apps/media/lib_ampache.php
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
d07b8448d1
|
Set the user id when authenticating user for Ampache, fixes bug oc-219
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
7d17c59a51
|
Fix group detection for sharing in case username contains '@', fix for oc-1270
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
f378415377
|
Only call mkdir() if the root folder does not exist for FTP external storage
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
6b83470c96
|
Fix incorrect copy/paste for file_put_contents()
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
93c75f46e5
|
Forgot data parameter for file_put_contents() streams pre proxies
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
ea18d70c60
|
Run pre and post proxies for file_put_contents() streams
Conflicts:
lib/filesystemview.php
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
41a74e3dd2
|
Check if size isset, try to fix used space calculation again, fixs bug oc-1331
Conflicts:
settings/personal.php
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
164fc1c981
|
Fix used space calculation if shared folder does not exist, fixes bug oc-1331
Conflicts:
settings/personal.php
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
f328f53ec1
|
Fix filesystem hash, no longer using basicOperation()
Conflicts:
lib/filesystemview.php
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
099b16350f
|
Delete old session files, suggested by Torben Nehmer, see bug oc-736
|
2012-07-30 10:07:19 -04:00 |
|
Michael Gapczynski
|
89027545a0
|
Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request
|
2012-07-30 10:07:18 -04:00 |
|
Thomas Tanghus
|
01f25119d5
|
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
|
2012-07-30 12:28:40 +02:00 |
|
Thomas Tanghus
|
f91783e9ab
|
Fix errors when no addressbook.
|
2012-07-30 12:28:10 +02:00 |
|
Georg Ehrke
|
d8aca0c78e
|
apply fix suggested in oc-1132 - bugfix for oc-1132
|
2012-07-26 18:40:12 +02:00 |
|
Georg Ehrke
|
4e62e121a6
|
mark OCP\App::register as deprecated
|
2012-07-26 15:12:57 +02:00 |
|
Georg Ehrke
|
8cff0d997f
|
convert through caldav transmitted rgba calendarcolor to rgb
|
2012-07-26 14:48:00 +02:00 |
|
Lukas Reschke
|
12dfe5868a
|
Updated style
|
2012-07-26 01:38:46 +02:00 |
|
Lukas Reschke
|
95936024bc
|
Updated packages
|
2012-07-26 01:12:58 +02:00 |
|
Lukas Reschke
|
9605e1926c
|
Check for admin user
|
2012-07-26 00:06:51 +02:00 |
|
Lukas Reschke
|
85a410d7a3
|
Remove unused files
|
2012-07-26 00:04:12 +02:00 |
|
Arthur Schiwon
|
3c9919e475
|
LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed.
|
2012-07-25 18:21:16 +02:00 |
|
Georg Ehrke
|
9b0870bb91
|
add some calendar sharing hooks in stable4 - bugfix for oc-1325
|
2012-07-25 17:02:24 +02:00 |
|
Bjoern Schiessle
|
73734c98e0
|
- remove namespace from file property name (webdav)
- update script to fix broken properties in the database
|
2012-07-23 11:00:37 +02:00 |
|
Lukas Reschke
|
93579d88dc
|
CSRF checks
|
2012-07-20 20:39:20 +02:00 |
|
Lukas Reschke
|
38271ded75
|
Added CSRF checks
|
2012-07-20 20:12:36 +02:00 |
|
Robin Appelman
|
e52ab59b40
|
Revert "use readfile() instead iof fopen() for file download over webdav."
This reverts commit 9af74a9c80 .
|
2012-07-19 18:13:10 +02:00 |
|