]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoFix loading previous or next contact after deleting one.
Thomas Tanghus [Sat, 14 Jul 2012 12:25:25 +0000 (14:25 +0200)]
Fix loading previous or next contact after deleting one.

12 years agoFix undo delete user
Michael Gapczynski [Sat, 14 Jul 2012 20:56:17 +0000 (16:56 -0400)]
Fix undo delete user

12 years agoGive default address book a more intuitive name and replace spaces with underscores...
Thomas Tanghus [Tue, 10 Jul 2012 12:55:03 +0000 (14:55 +0200)]
Give default address book a more intuitive name and replace spaces with underscores in uri.

12 years agoTry to avoid occasional error messages.
Thomas Tanghus [Tue, 10 Jul 2012 11:16:26 +0000 (13:16 +0200)]
Try to avoid occasional error messages.

12 years agofix minified js and css
Robin Appelman [Fri, 13 Jul 2012 22:10:17 +0000 (00:10 +0200)]
fix minified js and css

12 years agouse new way to register remote/public.php entries in user_webfinger
Robin Appelman [Fri, 13 Jul 2012 21:24:22 +0000 (23:24 +0200)]
use new way to register remote/public.php entries in user_webfinger

12 years agofix remote and public.php
Robin Appelman [Fri, 13 Jul 2012 20:44:35 +0000 (22:44 +0200)]
fix remote and public.php

12 years agorediect test results to autotest-results-sqlite.xml
Thomas Mueller [Fri, 13 Jul 2012 13:10:30 +0000 (15:10 +0200)]
rediect test results to autotest-results-sqlite.xml

12 years agoautotest.sh added: create an fresh environment using sqlite (mysql anf pg will follow...
Thomas Mueller [Fri, 13 Jul 2012 11:55:15 +0000 (13:55 +0200)]
autotest.sh added: create an fresh environment using sqlite (mysql anf pg will follow) and executes the test suite

12 years agorestructuring test suite invocation - now we load all test cases into one suite and...
Thomas Mueller [Fri, 13 Jul 2012 11:41:13 +0000 (13:41 +0200)]
restructuring test suite invocation - now we load all test cases into one suite and execute this single suite. this is necessary to be able to generate one xml report and is also a precondition for code coverage analysis(which will follow soon)

12 years agoallow command line based installation/setup
Thomas Mueller [Fri, 13 Jul 2012 11:25:43 +0000 (13:25 +0200)]
allow command line based installation/setup

12 years agoRename $contacts to $has_contacts, it missed this commit: 7cb74a0
Michael Gapczynski [Thu, 12 Jul 2012 00:28:29 +0000 (20:28 -0400)]
Rename $contacts to $has_contacts, it missed this commit: 7cb74a0

12 years agoFix setting custom quota size for users, bug fix for oc-1128
Michael Gapczynski [Fri, 29 Jun 2012 01:26:39 +0000 (21:26 -0400)]
Fix setting custom quota size for users, bug fix for oc-1128

12 years agoRevert santizing toaddress, because PHPMailer now throws exceptions
Michael Gapczynski [Wed, 11 Jul 2012 20:02:43 +0000 (16:02 -0400)]
Revert santizing toaddress, because PHPMailer now throws exceptions

12 years agoFix log write() parameters in wrong order
Michael Gapczynski [Wed, 11 Jul 2012 19:41:59 +0000 (15:41 -0400)]
Fix log write() parameters in wrong order

12 years agoHandling exceptions
Lukas Reschke [Wed, 11 Jul 2012 19:52:51 +0000 (21:52 +0200)]
Handling exceptions

12 years agoCatch exceptions from PHPMailer
Michael Gapczynski [Wed, 11 Jul 2012 19:36:27 +0000 (15:36 -0400)]
Catch exceptions from PHPMailer

12 years agoSanitize toaddress for emailing private links
Michael Gapczynski [Wed, 11 Jul 2012 19:26:22 +0000 (15:26 -0400)]
Sanitize toaddress for emailing private links

12 years agoSanitizing file names
Lukas Reschke [Wed, 11 Jul 2012 17:14:04 +0000 (19:14 +0200)]
Sanitizing file names

12 years agoprevent script execution during slideshow
Bjoern Schiessle [Wed, 11 Jul 2012 13:44:39 +0000 (15:44 +0200)]
prevent script execution during slideshow

12 years agouse getStorage() to get versions location
Bjoern Schiessle [Mon, 9 Jul 2012 14:07:26 +0000 (16:07 +0200)]
use getStorage() to get versions location

update routine implemented
version number of files_versions increased

Conflicts:

apps/files_versions/lib/hooks.php

12 years agoMerge branch 'master' of gitorious.org:/owncloud/owncloud
Jörn Friedrich Dreyer [Wed, 11 Jul 2012 00:34:28 +0000 (02:34 +0200)]
Merge branch 'master' of gitorious.org:/owncloud/owncloud

12 years agosmall fixes in merge request 104, use OCP\Files::getStorage
Jörn Friedrich Dreyer [Wed, 11 Jul 2012 00:32:17 +0000 (02:32 +0200)]
small fixes in merge request 104, use OCP\Files::getStorage

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 agogallery :: display big picture according to exif
BlackEagle [Fri, 25 May 2012 20:07:36 +0000 (22:07 +0200)]
gallery :: display big picture according to exif

- fixes oc-314
- caching of the 'big' images in subfolder view
  next to the tumbnails
- now choosen to use max 1200px for viewing
  this helps speeding up the viewing process

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
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.