]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoCall exit() to prevent further code execution if directory does not exist
Michael Gapczynski [Tue, 10 Jul 2012 22:59:42 +0000 (18:59 -0400)]
Call exit() to prevent further code execution if directory does not exist

12 years agouse readfile() instead iof fopen() for file download over webdav.
Bjoern Schiessle [Tue, 10 Jul 2012 14:41:20 +0000 (16:41 +0200)]
use readfile() instead iof fopen() for file download over webdav.
fopen() didn't work for large files on some servers while readfile()
seems to work for all files on all configurations.

12 years agoadd OCP\Files to access files
Bjoern Schiessle [Tue, 10 Jul 2012 09:54:41 +0000 (11:54 +0200)]
add OCP\Files to access files

12 years agoshrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail...
Jörn Friedrich Dreyer [Tue, 10 Jul 2012 14:57:31 +0000 (16:57 +0200)]
shrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail height

12 years agofix thumbnail size calculation, use const for THUMBNAIL_HEIGHT
Jörn Friedrich Dreyer [Tue, 10 Jul 2012 14:53:09 +0000 (16:53 +0200)]
fix thumbnail size calculation, use const for THUMBNAIL_HEIGHT

12 years agoMissing dir added.
Johannes Willnecker [Thu, 5 Jul 2012 19:42:39 +0000 (21:42 +0200)]
Missing dir added.

12 years agofixed typo
Johannes Willnecker [Thu, 5 Jul 2012 19:35:36 +0000 (21:35 +0200)]
fixed typo

12 years agoFix for oc-972, oc-1144 and oc-1191
Johannes Willnecker [Thu, 5 Jul 2012 19:09:48 +0000 (21:09 +0200)]
Fix for oc-972, oc-1144 and oc-1191

12 years agofixed typos
Sam Tuke [Tue, 10 Jul 2012 14:51:57 +0000 (15:51 +0100)]
fixed typos

12 years agogitignore phpStorm .idea metadata folder
Jörn Friedrich Dreyer [Tue, 10 Jul 2012 10:27:12 +0000 (12:27 +0200)]
gitignore phpStorm .idea metadata folder

12 years agoRevert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-P
Thomas Tanghus [Mon, 9 Jul 2012 23:23:29 +0000 (01:23 +0200)]
Revert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-P

12 years agoDon't escape assigned values.
Thomas Tanghus [Mon, 9 Jul 2012 17:34:10 +0000 (19:34 +0200)]
Don't escape assigned values.

12 years agoMake sure the proper DOM is loaded and the right address book gets expanded.
Thomas Tanghus [Mon, 9 Jul 2012 17:32:37 +0000 (19:32 +0200)]
Make sure the proper DOM is loaded and the right address book gets expanded.

12 years agoLook for the right field :-P
Thomas Tanghus [Mon, 9 Jul 2012 17:10:34 +0000 (19:10 +0200)]
Look for the right field :-P

12 years agoReduce variables assigned.
Thomas Tanghus [Mon, 9 Jul 2012 17:09:46 +0000 (19:09 +0200)]
Reduce variables assigned.

12 years agoRevert "Delay fetching of carddata and set ETag and size instead."
Thomas Tanghus [Mon, 9 Jul 2012 11:05:53 +0000 (13:05 +0200)]
Revert "Delay fetching of carddata and set ETag and size instead."

This reverts commit f5c329af981f59f78c12648ea41c258f477f3e82.

12 years agofixing oc-1198
Thomas Mueller [Mon, 9 Jul 2012 21:48:06 +0000 (23:48 +0200)]
fixing oc-1198

12 years agocreate uploads directory for ssl certificates if it didn't exists
Bjoern Schiessle [Mon, 9 Jul 2012 16:11:29 +0000 (18:11 +0200)]
create uploads directory for ssl certificates if it didn't exists

12 years agoremove superfluous ?> at the end of .php files (left out apps/*/templates)
Jörn Friedrich Dreyer [Mon, 9 Jul 2012 14:51:16 +0000 (16:51 +0200)]
remove superfluous ?> at the end of .php files (left out apps/*/templates)

12 years agoadd css id attribute, minor fixes
jfd [Mon, 9 Jul 2012 14:04:46 +0000 (16:04 +0200)]
add css id attribute, minor fixes

12 years agoadd supersized slideshow
Jörn Friedrich Dreyer [Wed, 4 Jul 2012 21:36:49 +0000 (23:36 +0200)]
add supersized slideshow

12 years agoremove hard coded path
Bjoern Schiessle [Mon, 9 Jul 2012 10:49:04 +0000 (12:49 +0200)]
remove hard coded path

12 years agoreplace urlencoded slash
Bjoern Schiessle [Mon, 9 Jul 2012 09:58:16 +0000 (11:58 +0200)]
replace urlencoded slash

12 years agorevert performance improvements in userExists() because it breaks new user creation
Bjoern Schiessle [Mon, 9 Jul 2012 08:31:50 +0000 (10:31 +0200)]
revert performance improvements in userExists() because it breaks new user creation

12 years agoremove comments around code block
Bjoern Schiessle [Mon, 9 Jul 2012 08:19:19 +0000 (10:19 +0200)]
remove comments around code block

12 years agowebdav ssl cleanup
Bjoern Schiessle [Mon, 9 Jul 2012 07:40:33 +0000 (09:40 +0200)]
webdav ssl cleanup

12 years agoDelay fetching of carddata and set ETag and size instead.
Thomas Tanghus [Sun, 8 Jul 2012 23:48:42 +0000 (01:48 +0200)]
Delay fetching of carddata and set ETag and size instead.

12 years agoRescan categories in small batches to reduce memory usage.
Thomas Tanghus [Sun, 8 Jul 2012 22:16:14 +0000 (00:16 +0200)]
Rescan categories in small batches to reduce memory usage.

12 years agoMove code to OC_Contacts_App::scanCategories().
Thomas Tanghus [Sun, 8 Jul 2012 22:15:37 +0000 (00:15 +0200)]
Move code to OC_Contacts_App::scanCategories().

12 years agoAdded default parameter $reset to allow for incremental rescan.
Thomas Tanghus [Sun, 8 Jul 2012 22:14:42 +0000 (00:14 +0200)]
Added default parameter $reset to allow for incremental rescan.

12 years agoRemove deleted address book from list.
Thomas Tanghus [Sun, 8 Jul 2012 21:38:03 +0000 (23:38 +0200)]
Remove deleted address book from list.

12 years agoSimplify VCF generation.
Thomas Tanghus [Sun, 8 Jul 2012 21:36:52 +0000 (23:36 +0200)]
Simplify VCF generation.

12 years agoMake it possible to import files using CR as eol.
Thomas Tanghus [Sun, 8 Jul 2012 16:28:55 +0000 (18:28 +0200)]
Make it possible to import files using CR as eol.

12 years agoImplemented VCFExportPlugin.
Thomas Tanghus [Sun, 8 Jul 2012 15:52:57 +0000 (17:52 +0200)]
Implemented VCFExportPlugin.

12 years agoImplemented Sabre iCalendar Export Plugin.
Thomas Tanghus [Sun, 8 Jul 2012 14:58:17 +0000 (16:58 +0200)]
Implemented Sabre iCalendar Export Plugin.

12 years agoSet the loading class on the property being changed, not on its container. Now on...
Thomas Tanghus [Sun, 8 Jul 2012 14:15:52 +0000 (16:15 +0200)]
Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-)

12 years agoSet the loading class on the property being changed, not on its container.
Thomas Tanghus [Sun, 8 Jul 2012 14:10:12 +0000 (16:10 +0200)]
Set the loading class on the property being changed, not on its container.

12 years agoReturn error messages in correct format.
Thomas Tanghus [Sun, 8 Jul 2012 12:11:48 +0000 (14:11 +0200)]
Return error messages in correct format.

12 years agoAdd missing requesttoken.
Thomas Tanghus [Sun, 8 Jul 2012 11:28:12 +0000 (13:28 +0200)]
Add missing requesttoken.

12 years agoCSRF checks
Lukas Reschke [Sat, 7 Jul 2012 14:12:21 +0000 (16:12 +0200)]
CSRF checks

12 years agoCSRF checks
Lukas Reschke [Sat, 7 Jul 2012 14:08:27 +0000 (16:08 +0200)]
CSRF checks

12 years agoCSRF checks
Lukas Reschke [Sat, 7 Jul 2012 14:03:21 +0000 (16:03 +0200)]
CSRF checks

12 years agoCSRF checks
Lukas Reschke [Sat, 7 Jul 2012 14:02:33 +0000 (16:02 +0200)]
CSRF checks

12 years agoCSRF checks
Lukas Reschke [Sat, 7 Jul 2012 13:58:11 +0000 (15:58 +0200)]
CSRF checks

12 years agoCSRF check
Lukas Reschke [Sat, 7 Jul 2012 13:54:52 +0000 (15:54 +0200)]
CSRF check

12 years agoUninitialized variable
Lukas Reschke [Sat, 7 Jul 2012 13:52:49 +0000 (15:52 +0200)]
Uninitialized variable

12 years agoCSRF check in the settings
Lukas Reschke [Sat, 7 Jul 2012 13:27:04 +0000 (15:27 +0200)]
CSRF check in the settings

12 years agoFixes a problem with the user creation ("User already existed" even if the user don...
Lukas Reschke [Sat, 7 Jul 2012 13:00:02 +0000 (15:00 +0200)]
Fixes a problem with the user creation ("User already existed" even if the user don't exists.) Thanks to Phil Reinhardt for pointing this out.

12 years agoMove line counter so we only count lines towards the offset that are equal or above...
Michael Gapczynski [Fri, 6 Jul 2012 21:29:45 +0000 (17:29 -0400)]
Move line counter so we only count lines towards the offset that are equal or above the log level

12 years agoFix time formatting for minutes, prepend 0 if minutes is less than 10
Michael Gapczynski [Fri, 6 Jul 2012 20:38:54 +0000 (16:38 -0400)]
Fix time formatting for minutes, prepend 0 if minutes is less than 10

12 years agoImprovements and bug fix for log reading, fixes bug oc-982
Michael Gapczynski [Fri, 6 Jul 2012 19:51:01 +0000 (15:51 -0400)]
Improvements and bug fix for log reading, fixes bug oc-982

12 years agoincrease the time limit again to a sensible granularity of 1 min.
Frank Karlitschek [Fri, 6 Jul 2012 16:42:41 +0000 (18:42 +0200)]
increase the time limit again to a sensible granularity of 1 min.
Please talk to me before changing this.

12 years agoclose file after write process
Bjoern Schiessle [Fri, 6 Jul 2012 15:09:20 +0000 (17:09 +0200)]
close file after write process

12 years agoallow user to upload his own root certificate for secure webdav mount
Bjoern Schiessle [Fri, 6 Jul 2012 13:58:38 +0000 (15:58 +0200)]
allow user to upload his own root certificate for secure webdav mount

12 years agoMake export batch size configurable.
Thomas Tanghus [Fri, 6 Jul 2012 11:49:04 +0000 (13:49 +0200)]
Make export batch size configurable.

12 years agoFix endless loop when no addressbooks.
Thomas Tanghus [Fri, 6 Jul 2012 11:24:56 +0000 (13:24 +0200)]
Fix endless loop when no addressbooks.

12 years agoCorrect hack ;)
Thomas Tanghus [Fri, 6 Jul 2012 10:07:02 +0000 (12:07 +0200)]
Correct hack ;)

12 years agoFugly fixed include.
Thomas Tanghus [Fri, 6 Jul 2012 10:05:43 +0000 (12:05 +0200)]
Fugly fixed include.

12 years agoCURLOPT_SSL_VERIFYPEER=false shouldn't be in master
Bjoern Schiessle [Fri, 6 Jul 2012 10:35:29 +0000 (12:35 +0200)]
CURLOPT_SSL_VERIFYPEER=false shouldn't be in master

12 years agointroduce subclassed client.php and revert changes to 3rdparty
Bjoern Schiessle [Fri, 6 Jul 2012 10:26:54 +0000 (12:26 +0200)]
introduce subclassed client.php and revert changes to 3rdparty

12 years agouse OC_Connector_Sabre_Client
Bjoern Schiessle [Fri, 6 Jul 2012 10:24:03 +0000 (12:24 +0200)]
use OC_Connector_Sabre_Client

12 years agoNo need for being protected.
Thomas Tanghus [Fri, 6 Jul 2012 01:22:02 +0000 (03:22 +0200)]
No need for being protected.

12 years agoMissing requesttoken
Thomas Tanghus [Fri, 6 Jul 2012 00:46:43 +0000 (02:46 +0200)]
Missing requesttoken

12 years agoContacts: Fix copy&paste error
Bart Visscher [Thu, 5 Jul 2012 15:12:52 +0000 (17:12 +0200)]
Contacts: Fix copy&paste error

12 years agomoved performance improvement from isLoggedIn() to userExists() to avoid webdav problems
Bjoern Schiessle [Thu, 5 Jul 2012 13:55:46 +0000 (15:55 +0200)]
moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems

12 years agofixed faulty commit
Bjoern Schiessle [Thu, 5 Jul 2012 13:03:14 +0000 (15:03 +0200)]
fixed faulty commit

12 years agouse OC_Filesystem for rollback
Bjoern Schiessle [Thu, 5 Jul 2012 12:20:40 +0000 (14:20 +0200)]
use OC_Filesystem for rollback

12 years agocheck if caview really exists
Bjoern Schiessle [Thu, 5 Jul 2012 10:17:33 +0000 (12:17 +0200)]
check if caview really exists

12 years agomoved remove and rename hook to libs/hooks.php
Bjoern Schiessle [Thu, 5 Jul 2012 09:35:08 +0000 (11:35 +0200)]
moved remove and rename hook to libs/hooks.php

12 years agodisabled user upload of root certificates until sabredav client can handle them
Bjoern Schiessle [Thu, 5 Jul 2012 09:31:30 +0000 (11:31 +0200)]
disabled user upload of root certificates until sabredav client can handle them

12 years agosend ca cert path to sabredav client
Bjoern Schiessle [Thu, 5 Jul 2012 09:28:32 +0000 (11:28 +0200)]
send ca cert path to sabredav client

12 years agoCorrect db default value.
Thomas Tanghus [Wed, 4 Jul 2012 22:40:11 +0000 (00:40 +0200)]
Correct db default value.

12 years agoAdd missing CSRF check.
Thomas Tanghus [Wed, 4 Jul 2012 22:37:08 +0000 (00:37 +0200)]
Add missing CSRF check.

12 years agoMissing update script.
Thomas Tanghus [Wed, 4 Jul 2012 20:58:31 +0000 (22:58 +0200)]
Missing update script.

12 years agoRemove ugly activation hack.
Thomas Tanghus [Wed, 4 Jul 2012 20:12:56 +0000 (22:12 +0200)]
Remove ugly activation hack.

12 years agoMore helpfull debug msg for redirectToDefaultPage
Bart Visscher [Tue, 3 Jul 2012 15:54:12 +0000 (17:54 +0200)]
More helpfull debug msg for redirectToDefaultPage

12 years agoRemove referer check, this is unreliable. The header doesnt need te exist, or can...
Bart Visscher [Tue, 3 Jul 2012 15:53:09 +0000 (17:53 +0200)]
Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong

12 years agoSimplified remote.php file loading
Bart Visscher [Fri, 29 Jun 2012 20:12:39 +0000 (22:12 +0200)]
Simplified remote.php file loading

12 years agocertificate should be only visible for users
Bjoern Schiessle [Wed, 4 Jul 2012 15:22:04 +0000 (17:22 +0200)]
certificate should be only visible for users

12 years agoallow users to upload ssl root certificates for the webdav client
Bjoern Schiessle [Wed, 4 Jul 2012 15:16:02 +0000 (17:16 +0200)]
allow users to upload ssl root certificates for the webdav client

12 years agoQuery contacts in batches of 20. Possible fix for oc-1126.
Thomas Tanghus [Wed, 4 Jul 2012 14:54:00 +0000 (16:54 +0200)]
Query contacts in batches of 20. Possible fix for oc-1126.

12 years agoAdded undo functionality to delete user procedure on user settings page
Sam Tuke [Wed, 4 Jul 2012 13:28:08 +0000 (14:28 +0100)]
Added undo functionality to delete user procedure on user settings page

12 years agoMoved action buttons down to the add field menu. Fixes oc-1155.
Thomas Tanghus [Wed, 4 Jul 2012 11:49:39 +0000 (13:49 +0200)]
Moved action buttons down to the add field menu. Fixes oc-1155.

12 years agoCorrect Postgresql connection with space in password. Work around php bug
Brice Maron [Wed, 4 Jul 2012 10:13:00 +0000 (10:13 +0000)]
Correct Postgresql connection with space in password. Work around php bug

12 years agoAdd slash to app url if not set fix oc-1169
Brice Maron [Tue, 3 Jul 2012 21:58:08 +0000 (21:58 +0000)]
Add slash to app url if not set fix oc-1169

12 years agoreplace some direct links with OC.imagePath
Georg Ehrke [Tue, 3 Jul 2012 21:44:47 +0000 (23:44 +0200)]
replace some direct links with OC.imagePath

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Sam Tuke [Tue, 3 Jul 2012 17:17:32 +0000 (18:17 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

Conflicts:
apps/files_versions/lib/versions.php

12 years agoMoved hooks and versions.php into new lib directory
Sam Tuke [Tue, 3 Jul 2012 16:42:51 +0000 (17:42 +0100)]
Moved hooks and versions.php into new lib directory
Part-ported filesystem operations to OC_FilesystemView
Refactored Storage class to depend on an OC_FsV object and have fewer static classes

12 years agouse filesystem abstraction layer to copy file versions
Bjoern Schiessle [Tue, 3 Jul 2012 16:01:05 +0000 (18:01 +0200)]
use filesystem abstraction layer to copy file versions

12 years agowrong var name fixed
Bjoern Schiessle [Tue, 3 Jul 2012 14:43:57 +0000 (16:43 +0200)]
wrong var name fixed

12 years agofix encoding fail in calendar app - bugfix for oc-1194
Georg Ehrke [Tue, 3 Jul 2012 11:55:48 +0000 (13:55 +0200)]
fix encoding fail in calendar app - bugfix for oc-1194

12 years agoEscape pg connection string on setup
Brice Maron [Tue, 3 Jul 2012 07:20:42 +0000 (09:20 +0200)]
Escape pg connection string on setup

12 years agoText editor: Always use UTF-8 to keep Ace happy.
Tom Needham [Mon, 2 Jul 2012 19:06:40 +0000 (19:06 +0000)]
Text editor: Always use UTF-8 to keep Ace happy.

12 years agoLDAP: make it UTF-8 save
Arthur Schiwon [Mon, 2 Jul 2012 18:31:07 +0000 (20:31 +0200)]
LDAP: make it UTF-8 save

12 years agoprovide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_arr...
Arthur Schiwon [Mon, 2 Jul 2012 18:24:26 +0000 (20:24 +0200)]
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8

12 years agowebdav client crashes for secure connections if he doesn't have the right root certif...
Bjoern Schiessle [Mon, 2 Jul 2012 15:52:51 +0000 (17:52 +0200)]
webdav client crashes for secure connections if he doesn't have the right root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log

12 years agoLDAP: reset resource on failed bind
Arthur Schiwon [Mon, 2 Jul 2012 12:03:16 +0000 (14:03 +0200)]
LDAP: reset resource on failed bind

check for resource

12 years agoRemove forced download
Lukas Reschke [Mon, 2 Jul 2012 10:20:43 +0000 (12:20 +0200)]
Remove forced download

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Lukas Reschke [Mon, 2 Jul 2012 08:25:53 +0000 (10:25 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoDon't display error messages
Lukas Reschke [Mon, 2 Jul 2012 08:21:38 +0000 (10:21 +0200)]
Don't display error messages