]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agotruncate decrypted files based on size
Robin Appelman [Thu, 21 Jun 2012 15:37:53 +0000 (17:37 +0200)]
truncate decrypted files based on size

12 years agofix calendar
Georg Ehrke [Thu, 21 Jun 2012 14:23:13 +0000 (16:23 +0200)]
fix calendar

12 years agofix a PHP Notice
Georg Ehrke [Thu, 21 Jun 2012 13:19:49 +0000 (15:19 +0200)]
fix a PHP Notice

12 years agocheck if the data directory is accessible via http. Show a big security warning if yes
Frank Karlitschek [Thu, 21 Jun 2012 12:18:43 +0000 (14:18 +0200)]
check if the data directory is accessible via http. Show a big security warning if yes

12 years agocheck if user is allowed to edit bookmarks
Bjoern Schiessle [Thu, 21 Jun 2012 09:50:51 +0000 (11:50 +0200)]
check if user is allowed to edit bookmarks

12 years agomake edit event form work with DateTime Property UTC
Georg Ehrke [Thu, 21 Jun 2012 09:35:20 +0000 (11:35 +0200)]
make edit event form work with DateTime Property UTC

12 years agofix mimetype for cdr files - bugfix for oc 559
Georg Ehrke [Thu, 21 Jun 2012 07:58:04 +0000 (09:58 +0200)]
fix mimetype for cdr files - bugfix for oc 559

12 years agoOnly call OC_FileCache::get('/Shared') if it exists in the file cache, prevents prema...
Michael Gapczynski [Wed, 20 Jun 2012 23:24:07 +0000 (19:24 -0400)]
Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache

12 years agofix encrypted flags not being saved correctly
Robin Appelman [Wed, 20 Jun 2012 18:18:26 +0000 (20:18 +0200)]
fix encrypted flags not being saved correctly

12 years agofix encryption for binary files
Robin Appelman [Fri, 15 Jun 2012 21:48:39 +0000 (23:48 +0200)]
fix encryption for binary files

12 years agoadd binary test case for encryption
Robin Appelman [Fri, 15 Jun 2012 21:11:33 +0000 (23:11 +0200)]
add binary test case for encryption

12 years agouse absolute path for file proxies
Robin Appelman [Sat, 9 Jun 2012 15:33:57 +0000 (17:33 +0200)]
use absolute path for file proxies

12 years agomake bookmarks bookmarklet work again, kudos to Victor Dubiniuk
Arthur Schiwon [Wed, 20 Jun 2012 18:03:25 +0000 (20:03 +0200)]
make bookmarks bookmarklet work again, kudos to Victor Dubiniuk

12 years agoMerge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
Bjoern Schiessle [Wed, 20 Jun 2012 15:08:48 +0000 (17:08 +0200)]
Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4

12 years agono need to escape the title
Bjoern Schiessle [Wed, 20 Jun 2012 13:41:05 +0000 (15:41 +0200)]
no need to escape the title

12 years agouse sanitizeHTML() function
Bjoern Schiessle [Wed, 20 Jun 2012 13:11:14 +0000 (15:11 +0200)]
use sanitizeHTML() function

12 years agouse new sanitizeHTML() function
Bjoern Schiessle [Wed, 20 Jun 2012 10:23:26 +0000 (12:23 +0200)]
use new sanitizeHTML() function

12 years agouse new sanitize HTML function backported
Bjoern Schiessle [Tue, 19 Jun 2012 15:24:55 +0000 (17:24 +0200)]
use new sanitize HTML function backported

Conflicts:

lib/template.php

12 years agobackport of sanitizeHTML() function
Bjoern Schiessle [Wed, 20 Jun 2012 14:43:31 +0000 (16:43 +0200)]
backport of sanitizeHTML() function

12 years agobookmarks: make read later-button draggable again, fixes oc-944
Arthur Schiwon [Wed, 20 Jun 2012 14:31:22 +0000 (16:31 +0200)]
bookmarks: make read later-button draggable again, fixes oc-944

12 years agoforgotten $, incorrect subtract
Arthur Schiwon [Wed, 20 Jun 2012 10:41:30 +0000 (12:41 +0200)]
forgotten $, incorrect  subtract

12 years agodon't show other users file if the filesystem is not index already
Robin Appelman [Wed, 20 Jun 2012 09:35:45 +0000 (11:35 +0200)]
don't show other users file if the filesystem is not index already

12 years agoCalendar: Write-close session to enable parallel events.php requests
Bart Visscher [Fri, 15 Jun 2012 22:44:23 +0000 (00:44 +0200)]
Calendar: Write-close session to enable parallel events.php requests

12 years agoFix webdav property name compare
Bart Visscher [Fri, 15 Jun 2012 15:05:10 +0000 (17:05 +0200)]
Fix webdav property name compare

12 years agoLoad app before running update script
Bart Visscher [Fri, 15 Jun 2012 09:18:38 +0000 (11:18 +0200)]
Load app before running update script

12 years agoTasks: Fix resizing of the content part
Bart Visscher [Mon, 11 Jun 2012 15:38:40 +0000 (17:38 +0200)]
Tasks: Fix resizing of the content part

12 years agoTasks: Use POST for ajax calls that change data
Bart Visscher [Sat, 9 Jun 2012 12:32:51 +0000 (14:32 +0200)]
Tasks: Use POST for ajax calls that change data

12 years agoDon't use substr to get first char of string
Bart Visscher [Fri, 8 Jun 2012 19:23:25 +0000 (21:23 +0200)]
Don't use substr to get first char of string

12 years agoSmarter code for OC_FileProxy
Bart Visscher [Fri, 8 Jun 2012 19:08:38 +0000 (21:08 +0200)]
Smarter code for OC_FileProxy

Conflicts:

lib/fileproxy.php

12 years agoAdd cache for getStorage and getInternalPath functions.
Bart Visscher [Fri, 8 Jun 2012 18:47:11 +0000 (20:47 +0200)]
Add cache for getStorage and getInternalPath functions.

These are called for almost every file operation.

12 years agoAdd stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
Bart Visscher [Fri, 8 Jun 2012 18:26:08 +0000 (20:26 +0200)]
Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File

Speeds up access of directories with large number of files.

12 years agoAdd help texts to config options in config.sample.php
Bart Visscher [Thu, 7 Jun 2012 20:47:18 +0000 (22:47 +0200)]
Add help texts to config options in config.sample.php

12 years agoMake check for writable apps dir configurable
Bart Visscher [Tue, 5 Jun 2012 15:51:41 +0000 (17:51 +0200)]
Make check for writable apps dir configurable

Conflicts:

config/config.sample.php

12 years agofixes oc-668
Thomas Mueller [Mon, 18 Jun 2012 21:33:02 +0000 (23:33 +0200)]
fixes oc-668

12 years agoquota calculation fixed
Bjoern Schiessle [Tue, 19 Jun 2012 07:35:13 +0000 (09:35 +0200)]
quota calculation fixed

12 years agoLDAP: only map users within the User Base Tree
Arthur Schiwon [Mon, 18 Jun 2012 23:15:58 +0000 (01:15 +0200)]
LDAP: only map users within the User Base Tree

12 years agoReverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in master
Victor Dubiniuk [Mon, 18 Jun 2012 21:56:48 +0000 (00:56 +0300)]
Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in master

12 years agoFix mime-type detection
Victor Dubiniuk [Mon, 18 Jun 2012 21:19:57 +0000 (00:19 +0300)]
Fix mime-type detection

12 years agoHide image with no source (avoid placeholder img)
Brice Maron [Mon, 18 Jun 2012 20:15:20 +0000 (20:15 +0000)]
Hide image with no source (avoid placeholder img)

12 years agofixed broken function call
Bjoern Schiessle [Mon, 18 Jun 2012 15:30:21 +0000 (17:30 +0200)]
fixed broken function call

12 years agoignore "Shared"-directory when calculating free space
Bjoern Schiessle [Mon, 18 Jun 2012 15:23:54 +0000 (17:23 +0200)]
ignore "Shared"-directory when calculating free space

Conflicts:

lib/fileproxy/quota.php

12 years agodon't add the "Shared"-directory size to users quota
Bjoern Schiessle [Mon, 18 Jun 2012 13:35:22 +0000 (15:35 +0200)]
don't add the "Shared"-directory size to users quota

12 years agoescape log messages to avoid possible js execution
Bjoern Schiessle [Mon, 18 Jun 2012 07:42:31 +0000 (09:42 +0200)]
escape log messages to avoid possible js execution

12 years agoRemoved erroneous value attributes. Partial fix for oc-1029.
Thomas Tanghus [Sun, 17 Jun 2012 22:39:38 +0000 (00:39 +0200)]
Removed erroneous value attributes. Partial fix for oc-1029.

12 years agouser_migrate: remove old code
Tom Needham [Sun, 17 Jun 2012 12:06:40 +0000 (12:06 +0000)]
user_migrate: remove old code

12 years agoPDF Viewer: Double encode link.
Thomas Tanghus [Sat, 16 Jun 2012 17:48:33 +0000 (19:48 +0200)]
PDF Viewer: Double encode link.

12 years agofiles_imageviewer: Double encode paths. Fixes oc-1016.
Thomas Tanghus [Sat, 16 Jun 2012 16:54:55 +0000 (18:54 +0200)]
files_imageviewer: Double encode paths. Fixes oc-1016.

12 years agofix merge conflicts
Georg Ehrke [Sat, 16 Jun 2012 07:48:07 +0000 (09:48 +0200)]
fix merge conflicts

12 years agoremove a closing php tag in calendar
Georg Ehrke [Sat, 16 Jun 2012 07:40:03 +0000 (09:40 +0200)]
remove a closing php tag in calendar

12 years agoCheck for '\' as well when searching for parent folders, because Windows returns...
Michael Gapczynski [Thu, 14 Jun 2012 16:27:30 +0000 (12:27 -0400)]
Check for '\' as well when searching for parent folders, because Windows returns '\' for dirname()

12 years agoMove user import to personal settings. Fix user migration between servers.
Tom Needham [Fri, 15 Jun 2012 23:14:40 +0000 (23:14 +0000)]
Move user import to personal settings. Fix user migration between servers.

12 years agofixed xss vulnerability
Bjoern Schiessle [Fri, 15 Jun 2012 13:51:06 +0000 (15:51 +0200)]
fixed xss vulnerability

12 years agoFiles: Double encode download links. Fix for oc-1016.
Thomas Tanghus [Fri, 15 Jun 2012 13:55:46 +0000 (15:55 +0200)]
Files: Double encode download links. Fix for oc-1016.

12 years agoapplied merge request #128: fixed some sorting and display issues with gallery app.
Bjoern Schiessle [Fri, 15 Jun 2012 08:46:29 +0000 (10:46 +0200)]
applied merge request #128: fixed some sorting and display issues with gallery app.
This also fix bug #872 for the new gallery

12 years agoreverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4
Arthur Schiwon [Thu, 14 Jun 2012 16:31:38 +0000 (18:31 +0200)]
reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4

12 years agoRemove debug statements.
Thomas Tanghus [Thu, 14 Jun 2012 16:03:50 +0000 (18:03 +0200)]
Remove debug statements.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Thomas Tanghus [Thu, 14 Jun 2012 16:00:45 +0000 (18:00 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agoContacts: Implement CSRF prevention.
Thomas Tanghus [Thu, 14 Jun 2012 16:00:13 +0000 (18:00 +0200)]
Contacts: Implement CSRF prevention.

12 years agofixed bug #996: first picture in folder is repeated in the last position behaving...
Bjoern Schiessle [Thu, 14 Jun 2012 13:14:36 +0000 (15:14 +0200)]
fixed bug #996: first picture in folder is repeated in the last position behaving like a directory

12 years agoprevent xss attacks also if some javascript ends up in the alt-tag
Bjoern Schiessle [Thu, 14 Jun 2012 12:17:30 +0000 (14:17 +0200)]
prevent xss attacks also if some javascript ends up in the alt-tag

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Thomas Tanghus [Thu, 14 Jun 2012 11:53:05 +0000 (13:53 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agoBackport CSRF prevention.
Thomas Tanghus [Thu, 14 Jun 2012 11:52:22 +0000 (13:52 +0200)]
Backport CSRF prevention.

12 years agofixed xss vulnerability in un-packed version of jquery.fancybox and repack it
Bjoern Schiessle [Thu, 14 Jun 2012 11:41:39 +0000 (13:41 +0200)]
fixed xss vulnerability in un-packed version of jquery.fancybox and repack it

12 years agodebugging output removed
Bjoern Schiessle [Thu, 14 Jun 2012 11:17:06 +0000 (13:17 +0200)]
debugging output removed

12 years agoxss vulnerability fixed for fancybox image viewer
Bjoern Schiessle [Thu, 14 Jun 2012 11:13:17 +0000 (13:13 +0200)]
xss vulnerability fixed for fancybox image viewer

12 years agosuppress warning if /dev/urandom is not readable (bug #997)
Bjoern Schiessle [Thu, 14 Jun 2012 10:01:16 +0000 (12:01 +0200)]
suppress warning if /dev/urandom is not readable (bug #997)

12 years agofix another ui bug of calendar
Georg Ehrke [Wed, 13 Jun 2012 20:20:43 +0000 (22:20 +0200)]
fix another ui bug of calendar

12 years agoanother ui fix
Georg Ehrke [Wed, 13 Jun 2012 20:14:40 +0000 (22:14 +0200)]
another ui fix

12 years agofix a ui bug for calendar sharing
Georg Ehrke [Wed, 13 Jun 2012 20:12:54 +0000 (22:12 +0200)]
fix a ui bug for calendar sharing

12 years agoshow username of the body who shares in the summary
Georg Ehrke [Wed, 13 Jun 2012 20:06:22 +0000 (22:06 +0200)]
show username of the body who shares in the summary

12 years agoRemove check for encryption.
Thomas Tanghus [Wed, 13 Jun 2012 17:03:34 +0000 (19:03 +0200)]
Remove check for encryption.

12 years agoAllow same host redirects (/somepath).
Thomas Tanghus [Mon, 11 Jun 2012 13:21:37 +0000 (15:21 +0200)]
Allow same host redirects (/somepath).

12 years agoRedirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncloud...
Thomas Tanghus [Mon, 11 Jun 2012 13:22:58 +0000 (15:22 +0200)]
Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874

12 years agourlencode link fort password reset (bug #970)
Bjoern Schiessle [Wed, 13 Jun 2012 15:22:28 +0000 (17:22 +0200)]
urlencode link fort password reset (bug #970)

12 years agoFix incorrect creation of filesystem for user@group in data folder during shares
Michael Gapczynski [Wed, 13 Jun 2012 01:33:05 +0000 (21:33 -0400)]
Fix incorrect creation of filesystem for user@group in data folder during shares

12 years agoincrease version of calendar app to force db upgrade
Georg Ehrke [Tue, 12 Jun 2012 17:53:26 +0000 (19:53 +0200)]
increase version of calendar app to force db upgrade

12 years agoincrease possible size of uri in database - fix oc-140
Georg Ehrke [Tue, 12 Jun 2012 17:52:25 +0000 (19:52 +0200)]
increase possible size of uri in database - fix oc-140

12 years agoLabel the delete operation "unshare" for files in the "Shared" folder to reduce
Bjoern Schiessle [Tue, 12 Jun 2012 14:27:24 +0000 (16:27 +0200)]
Label the delete operation "unshare" for files in the "Shared" folder to reduce
confusion about the operation.

12 years agoblock slashes only for new files and new folders but not for file upload from url...
Bjoern Schiessle [Tue, 12 Jun 2012 12:11:28 +0000 (14:11 +0200)]
block slashes only for new files and new folders but not for file upload from url (bug #964)

12 years agoContacts: Final (for now) fix to encoding probs on import.
Thomas Tanghus [Tue, 12 Jun 2012 10:31:28 +0000 (12:31 +0200)]
Contacts: Final (for now) fix to encoding probs on import.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Arthur Schiwon [Tue, 12 Jun 2012 09:57:36 +0000 (11:57 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agocommitted patch (bug #967) to add missing translations for file actions
Bjoern Schiessle [Tue, 12 Jun 2012 09:39:03 +0000 (11:39 +0200)]
committed patch (bug #967) to add missing translations for file actions

12 years agoapplied patch provided by bug #966 to fix broken user specific quota settings
Bjoern Schiessle [Tue, 12 Jun 2012 09:22:25 +0000 (11:22 +0200)]
applied patch provided by bug #966 to fix broken user specific quota settings

12 years agoAdd .vimrc to .gitignore.
Thomas Tanghus [Mon, 11 Jun 2012 20:53:20 +0000 (22:53 +0200)]
Add .vimrc to .gitignore.

12 years agoFix copy/paste error.
Thomas Tanghus [Mon, 11 Jun 2012 20:18:14 +0000 (22:18 +0200)]
Fix copy/paste error.

12 years agoFix js for missing address fields.
Thomas Tanghus [Mon, 11 Jun 2012 20:13:45 +0000 (22:13 +0200)]
Fix js for missing address fields.

12 years agoContacts: Fix encoding errors, import errors, developer headache, paint cute kittens...
Thomas Tanghus [Mon, 11 Jun 2012 20:00:06 +0000 (22:00 +0200)]
Contacts: Fix encoding errors, import errors, developer headache, paint cute kittens and pink clouds ;-)

12 years agoLDAP: offer config option for Group Display Name attribute
Arthur Schiwon [Mon, 11 Jun 2012 14:48:43 +0000 (16:48 +0200)]
LDAP: offer config option for Group Display Name attribute

12 years agoContacts: Fix NOTE also on add, not just save.
Thomas Tanghus [Mon, 11 Jun 2012 10:55:01 +0000 (12:55 +0200)]
Contacts: Fix NOTE also on add, not just save.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Arthur Schiwon [Mon, 11 Jun 2012 10:14:10 +0000 (12:14 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agoldap: check array for emptiness, not nullness
Arthur Schiwon [Mon, 11 Jun 2012 10:13:55 +0000 (12:13 +0200)]
ldap: check array for emptiness, not nullness

12 years agoMerge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
Lukas Reschke [Mon, 11 Jun 2012 09:57:36 +0000 (11:57 +0200)]
Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4

Backport for sanitized user data.

12 years agoSanitzing user input
Lukas Reschke [Sun, 10 Jun 2012 21:16:59 +0000 (23:16 +0200)]
Sanitzing user input

12 years agoUsing POST instead of GET.
Lukas Reschke [Sun, 10 Jun 2012 21:38:26 +0000 (23:38 +0200)]
Using POST instead of GET.

12 years agoSanitize user input
Lukas Reschke [Sun, 10 Jun 2012 22:23:35 +0000 (00:23 +0200)]
Sanitize user input

12 years agoSanitizing user input
Lukas Reschke [Sun, 10 Jun 2012 22:36:58 +0000 (00:36 +0200)]
Sanitizing user input

12 years agoGallery: Fix database creation on update, also only from version less then 0.5
Bart Visscher [Thu, 7 Jun 2012 21:38:50 +0000 (23:38 +0200)]
Gallery: Fix database creation on update, also only from version less then 0.5

12 years agoCategories: Turned the debugging down a bit.
Thomas Tanghus [Mon, 11 Jun 2012 01:05:33 +0000 (03:05 +0200)]
Categories: Turned the debugging down a bit.

12 years agoContacts: 11th hour fix for invalid VCARD from CardDAV.
Thomas Tanghus [Sun, 10 Jun 2012 18:54:52 +0000 (20:54 +0200)]
Contacts: 11th hour fix for invalid VCARD from CardDAV.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Thomas Tanghus [Sun, 10 Jun 2012 18:47:35 +0000 (20:47 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4