]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #4271 from owncloud/plural_translations
Owen Winkler [Thu, 8 Aug 2013 17:34:28 +0000 (10:34 -0700)]
Merge pull request #4271 from owncloud/plural_translations

Plural translations

11 years agoMerge pull request #4151 from owncloud/doctrine-object
Jörn Friedrich Dreyer [Thu, 8 Aug 2013 15:46:30 +0000 (08:46 -0700)]
Merge pull request #4151 from owncloud/doctrine-object

Move dbtype depending logic into object per type

11 years agoMerge pull request #4349 from owncloud/oc_cache_fix
Björn Schießle [Thu, 8 Aug 2013 15:19:14 +0000 (08:19 -0700)]
Merge pull request #4349 from owncloud/oc_cache_fix

oc_cache needs to disable file proxys for read/write operation.

11 years agoRemove noisy Log/Debug message
Morris Jobke [Thu, 8 Aug 2013 14:39:33 +0000 (16:39 +0200)]
Remove noisy Log/Debug message

11 years agoMerge pull request #3912 from owncloud/css_cleanup_kondou
Jan-Christoph Borchardt [Thu, 8 Aug 2013 14:31:01 +0000 (07:31 -0700)]
Merge pull request #3912 from owncloud/css_cleanup_kondou

General CSS cleanup

11 years agoMerge pull request #4353 from owncloud/fix_search_user
icewind1991 [Thu, 8 Aug 2013 13:23:53 +0000 (06:23 -0700)]
Merge pull request #4353 from owncloud/fix_search_user

fix function call for searchUsers()

11 years agofix function call for searUsers()
Bjoern Schiessle [Thu, 8 Aug 2013 11:41:04 +0000 (13:41 +0200)]
fix function call for searUsers()

11 years agoMerge pull request #4243 from owncloud/no_empty_versions
Björn Schießle [Thu, 8 Aug 2013 10:57:43 +0000 (03:57 -0700)]
Merge pull request #4243 from owncloud/no_empty_versions

don't create empty versions

11 years agoMerge pull request #4328 from owncloud/cleanupdb_kondou
Morris Jobke [Thu, 8 Aug 2013 08:36:10 +0000 (01:36 -0700)]
Merge pull request #4328 from owncloud/cleanupdb_kondou

Clean up DB, after we're done with testing Preferences

11 years agooc_cache needs to disable file proxys for read/write operation. Otherwise the operati...
Bjoern Schiessle [Thu, 8 Aug 2013 07:44:19 +0000 (09:44 +0200)]
oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work.

11 years agoMerge pull request #4340 from owncloud/true-false-as-filename
Thomas Müller [Thu, 8 Aug 2013 07:03:50 +0000 (00:03 -0700)]
Merge pull request #4340 from owncloud/true-false-as-filename

Allow true and false as filenames.

11 years agomore error messages which might be useful for the user to debug his server config
Bjoern Schiessle [Thu, 1 Aug 2013 13:52:00 +0000 (15:52 +0200)]
more error messages which might be useful for the user to debug his server config

11 years agoimproved error message to refect openSSL PHP extension and stock openSSL configuratio...
Bjoern Schiessle [Thu, 1 Aug 2013 11:57:12 +0000 (13:57 +0200)]
improved error message to refect openSSL PHP extension and stock openSSL configuration issues

11 years agoalso write error message to the log
Bjoern Schiessle [Thu, 1 Aug 2013 11:51:33 +0000 (13:51 +0200)]
also write error message to the log

11 years agocatch broken server config and disable encryption app.
Bjoern Schiessle [Thu, 1 Aug 2013 09:50:56 +0000 (11:50 +0200)]
catch broken server config and disable encryption app.

11 years agoMore style fixes
Bart Visscher [Wed, 7 Aug 2013 20:22:33 +0000 (22:22 +0200)]
More style fixes

11 years agoFix stupid bug
Bart Visscher [Wed, 7 Aug 2013 19:01:31 +0000 (21:01 +0200)]
Fix stupid bug

11 years agoMove query processing after the check for prepared statement cache
Bart Visscher [Wed, 7 Aug 2013 16:21:49 +0000 (18:21 +0200)]
Move query processing after the check for prepared statement cache

11 years agoStyle fixes
Bart Visscher [Wed, 7 Aug 2013 16:16:34 +0000 (18:16 +0200)]
Style fixes

11 years agoCheck expected type after JSON decode instead of checking what is not expected.
Andreas Fischer [Wed, 7 Aug 2013 15:01:14 +0000 (17:01 +0200)]
Check expected type after JSON decode instead of checking what is not expected.

This will also allow "true" and "false" as filenames instead of only "null".

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 7 Aug 2013 13:04:32 +0000 (09:04 -0400)]
[tx-robot] updated from transifex

11 years agoProper WHERE – the table is called userid not user
kondou [Tue, 6 Aug 2013 15:31:50 +0000 (17:31 +0200)]
Proper WHERE – the table is called userid not user

11 years agoUse setUpBeforeClass() and tearDownAfterClass()
kondou [Tue, 6 Aug 2013 15:26:12 +0000 (17:26 +0200)]
Use setUpBeforeClass() and tearDownAfterClass()

11 years agoClean up DB, after we're done with testing
kondou [Tue, 6 Aug 2013 15:01:01 +0000 (17:01 +0200)]
Clean up DB, after we're done with testing

11 years agomerge master into doctrine-object
Robin Appelman [Tue, 6 Aug 2013 13:43:58 +0000 (15:43 +0200)]
merge master into doctrine-object

11 years agoMerge pull request #4321 from owncloud/add_unittests_kondou
Morris Jobke [Tue, 6 Aug 2013 11:39:20 +0000 (04:39 -0700)]
Merge pull request #4321 from owncloud/add_unittests_kondou

Add unittests

11 years agoMerge pull request #4291 from owncloud/schema
Bart Visscher [Mon, 5 Aug 2013 18:29:52 +0000 (11:29 -0700)]
Merge pull request #4291 from owncloud/schema

update DB Schema class

11 years agoRemove pointless unittest (search/result)
kondou [Mon, 5 Aug 2013 17:38:52 +0000 (19:38 +0200)]
Remove pointless unittest (search/result)

11 years agoMerge pull request #4319 from owncloud/fixing-undefined-index-mtime-cache-scanner...
Thomas Müller [Mon, 5 Aug 2013 14:47:29 +0000 (07:47 -0700)]
Merge pull request #4319 from owncloud/fixing-undefined-index-mtime-cache-scanner-master

use isset to prevent undefined index

11 years agoMerge pull request #4320 from owncloud/adding-executable-occ-master
Morris Jobke [Mon, 5 Aug 2013 13:07:27 +0000 (06:07 -0700)]
Merge pull request #4320 from owncloud/adding-executable-occ-master

adding executable script occ (ownCloud console)

11 years agoAdd unittests
kondou [Mon, 5 Aug 2013 12:47:14 +0000 (14:47 +0200)]
Add unittests

Unittests for:

- search/result

- util

- preferences

11 years agoadding executable script occ (ownCloud console)
Thomas Müller [Mon, 5 Aug 2013 12:03:11 +0000 (14:03 +0200)]
adding executable script occ (ownCloud console)

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 5 Aug 2013 11:54:38 +0000 (07:54 -0400)]
[tx-robot] updated from transifex

11 years agouse isset to prevent undefined index
Thomas Müller [Mon, 5 Aug 2013 11:51:45 +0000 (13:51 +0200)]
use isset to prevent undefined index

11 years agoremove unneeded vars from unit test
Thomas Müller [Mon, 5 Aug 2013 08:21:51 +0000 (10:21 +0200)]
remove unneeded vars from unit test

11 years agoMerge pull request #4285 from owncloud/scan-files-script-master
Thomas Müller [Mon, 5 Aug 2013 08:09:15 +0000 (01:09 -0700)]
Merge pull request #4285 from owncloud/scan-files-script-master

adding new cli script to rescan files

11 years agoMerge pull request #4293 from owncloud/config-date
Thomas Müller [Sun, 4 Aug 2013 22:18:05 +0000 (15:18 -0700)]
Merge pull request #4293 from owncloud/config-date

make log date configurable, default to iso 8601

11 years agoMerge pull request #4308 from owncloud/fix-4194
Thomas Müller [Sun, 4 Aug 2013 22:16:32 +0000 (15:16 -0700)]
Merge pull request #4308 from owncloud/fix-4194

Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.

11 years agoMerge pull request #4228 from owncloud/fix-3836
Thomas Müller [Sun, 4 Aug 2013 22:00:24 +0000 (15:00 -0700)]
Merge pull request #4228 from owncloud/fix-3836

app migrate: Use = instead of LIKE as described in the comment above.

11 years agofixing PHPDoc
Thomas Müller [Sun, 4 Aug 2013 21:13:34 +0000 (23:13 +0200)]
fixing PHPDoc

11 years agoadd 'logdateformat' to config.sample.php
Thomas Müller [Sun, 4 Aug 2013 21:13:19 +0000 (23:13 +0200)]
add 'logdateformat' to config.sample.php

11 years agofixing PHPDoc
Thomas Müller [Sun, 4 Aug 2013 20:58:40 +0000 (22:58 +0200)]
fixing PHPDoc

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 4 Aug 2013 06:01:28 +0000 (02:01 -0400)]
[tx-robot] updated from transifex

11 years agoPort log level filtering from OC_Log_Owncloud to OC_Log_Syslog.
Andreas Fischer [Sun, 4 Aug 2013 00:48:00 +0000 (02:48 +0200)]
Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.

11 years agoadding proper evaluation of plural form - uses LGPL licensed code of jsgettext
Thomas Müller [Sat, 3 Aug 2013 21:31:49 +0000 (23:31 +0200)]
adding proper evaluation of plural form - uses LGPL licensed code of jsgettext

11 years agoinitialize $plural_form_string with English default
Thomas Müller [Sat, 3 Aug 2013 21:29:31 +0000 (23:29 +0200)]
initialize $plural_form_string with English default

11 years agoreturn plural form in ajax translations
Thomas Müller [Sat, 3 Aug 2013 21:27:18 +0000 (23:27 +0200)]
return plural form in ajax translations

11 years agoadd reveal mimetype
Robin Appelman [Sat, 3 Aug 2013 19:59:32 +0000 (21:59 +0200)]
add reveal mimetype

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 3 Aug 2013 05:56:46 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

11 years agounit tests for plural translations added
Thomas Müller [Fri, 2 Aug 2013 21:08:41 +0000 (23:08 +0200)]
unit tests for plural translations added

11 years agoanother new line
Thomas Müller [Fri, 2 Aug 2013 21:07:53 +0000 (23:07 +0200)]
another new line

11 years agoPHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction
Thomas Müller [Fri, 2 Aug 2013 19:46:25 +0000 (21:46 +0200)]
PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction

11 years agoadd new line to generated php code
Thomas Müller [Fri, 2 Aug 2013 19:45:36 +0000 (21:45 +0200)]
add new line to generated php code

11 years agoMerge pull request #4299 from owncloud/simplify-db-transaction
Thomas Müller [Fri, 2 Aug 2013 19:32:41 +0000 (12:32 -0700)]
Merge pull request #4299 from owncloud/simplify-db-transaction

Simplify OC_DB transaction functions

11 years agoremove cli check
Thomas Müller [Fri, 2 Aug 2013 19:28:04 +0000 (21:28 +0200)]
remove cli check

11 years agomore verbose printouts - fixing execution
Thomas Müller [Fri, 2 Aug 2013 19:23:50 +0000 (21:23 +0200)]
more verbose printouts - fixing execution

11 years agoadjust usage text
Thomas Müller [Fri, 2 Aug 2013 19:23:26 +0000 (21:23 +0200)]
adjust usage text

11 years agoDB: remove invalid asserts
Robin Appelman [Fri, 2 Aug 2013 18:10:26 +0000 (20:10 +0200)]
DB: remove invalid asserts

11 years agomerge master into doctrine-object
Robin Appelman [Fri, 2 Aug 2013 17:53:04 +0000 (19:53 +0200)]
merge master into doctrine-object

11 years agoMerge pull request #4283 from owncloud/add_ocimage_unittest
Bart Visscher [Fri, 2 Aug 2013 15:27:24 +0000 (08:27 -0700)]
Merge pull request #4283 from owncloud/add_ocimage_unittest

Add ocimage unittest

11 years agoSimplify OC_DB transaction functions
Bart Visscher [Mon, 25 Feb 2013 21:59:06 +0000 (22:59 +0100)]
Simplify OC_DB transaction functions

11 years agoUse function to create schema manager
Bart Visscher [Fri, 2 Aug 2013 14:02:33 +0000 (16:02 +0200)]
Use function to create schema manager

11 years agoMerge pull request #4287 from Takuto88/language-config
Thomas Müller [Fri, 2 Aug 2013 13:49:54 +0000 (06:49 -0700)]
Merge pull request #4287 from Takuto88/language-config

Make default language configurable via config.php

11 years agoUse console.php entry point for file scanning from console
Bart Visscher [Fri, 2 Aug 2013 13:36:54 +0000 (15:36 +0200)]
Use console.php entry point for file scanning from console

11 years agoremove invalid type hinting and cleanup namespaces a bit
Robin Appelman [Fri, 2 Aug 2013 13:09:50 +0000 (15:09 +0200)]
remove invalid type hinting and cleanup namespaces a bit

11 years agoUpdate skipped tests messages
kondou [Fri, 2 Aug 2013 13:00:12 +0000 (15:00 +0200)]
Update skipped tests messages

11 years agoMerge pull request #4274 from owncloud/breadcrumbs_show
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 12:42:17 +0000 (05:42 -0700)]
Merge pull request #4274 from owncloud/breadcrumbs_show

add OC.Breadcrumb.show(dir, filename, link)

11 years agoMerge branch 'master' into add_ocimage_unittest
kondou [Fri, 2 Aug 2013 11:39:48 +0000 (13:39 +0200)]
Merge branch 'master' into add_ocimage_unittest

11 years agoMerge pull request #4284 from owncloud/dont_fatal_on_is_file
Thomas Tanghus [Fri, 2 Aug 2013 11:38:26 +0000 (04:38 -0700)]
Merge pull request #4284 from owncloud/dont_fatal_on_is_file

Don't throw a fatal, if is_file() parameter isn't a 'valid path', but only a data/base64-string.

11 years agomake log date configurable, default to iso 8601
Bernhard Posselt [Fri, 2 Aug 2013 11:34:20 +0000 (13:34 +0200)]
make log date configurable, default to iso 8601

11 years agoRename \OC\DB\Schema to \OC\DB\MDB2SchemaManager
Bart Visscher [Fri, 2 Aug 2013 11:19:27 +0000 (13:19 +0200)]
Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager

11 years agoChange OC_DB_Schema to use DI for db connection object
Bart Visscher [Mon, 29 Jul 2013 15:46:20 +0000 (17:46 +0200)]
Change OC_DB_Schema to use DI for db connection object

11 years agoMerge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-app
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 10:14:24 +0000 (03:14 -0700)]
Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-app

Use !== and === in files_trashbin app

11 years agouse fixed OC.Breadcrumb.push()
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:44:53 +0000 (11:44 +0200)]
use fixed OC.Breadcrumb.push()

11 years agoadd OC.Breadcrumb.show(dir, filename, link)
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 12:38:06 +0000 (14:38 +0200)]
add OC.Breadcrumb.show(dir, filename, link)

11 years agoMerge pull request #4278 from owncloud/breadcrumb-first
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:46:12 +0000 (02:46 -0700)]
Merge pull request #4278 from owncloud/breadcrumb-first

make sure the first breadcrumb item is inserted before any other elements in the topbar

11 years agousers's -> user's
Lennart Rosam [Fri, 2 Aug 2013 09:19:33 +0000 (11:19 +0200)]
users's -> user's

11 years agoFix typo (again >.<).. gnah
Lennart Rosam [Fri, 2 Aug 2013 08:01:34 +0000 (10:01 +0200)]
Fix typo (again >.<).. gnah

11 years agoMake default language configurable via config.php
Lennart Rosam [Fri, 2 Aug 2013 07:41:31 +0000 (09:41 +0200)]
Make default language configurable via config.php

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 2 Aug 2013 06:00:45 +0000 (02:00 -0400)]
[tx-robot] updated from transifex

11 years agoadding new cli script to rescan files
Thomas Müller [Thu, 1 Aug 2013 20:49:43 +0000 (22:49 +0200)]
adding new cli script to rescan files

11 years agoFix syntax error.
Jakob Sack [Thu, 1 Aug 2013 19:46:52 +0000 (21:46 +0200)]
Fix syntax error.

11 years agoFix copy and paste errors in l10n.php
Jakob Sack [Thu, 1 Aug 2013 19:36:33 +0000 (21:36 +0200)]
Fix copy and paste errors in l10n.php

11 years agoCreate plural functions on the fly
Jakob Sack [Thu, 1 Aug 2013 19:18:18 +0000 (21:18 +0200)]
Create plural functions on the fly

11 years agoDon't throw a fatal, if is_file() parameter isn't
kondou [Thu, 1 Aug 2013 19:01:26 +0000 (21:01 +0200)]
Don't throw a fatal, if is_file() parameter isn't

a 'valid path', but only a data/base64-string.

Related to #4283

11 years agoOptimize image and skip mimetype test
kondou [Thu, 1 Aug 2013 18:16:50 +0000 (20:16 +0200)]
Optimize image and skip mimetype test

11 years agoCover more cases
kondou [Thu, 1 Aug 2013 15:18:02 +0000 (17:18 +0200)]
Cover more cases

Use file_get_contents() and base64_encode(file_get_contents()),
to load from data and base64, to cover more cases

11 years agoAdd OC_Image Unit Test
kondou [Thu, 1 Aug 2013 14:24:29 +0000 (16:24 +0200)]
Add OC_Image Unit Test

data() somehow does not return, what file_get_contents() returns,
so I skipped related tests.

11 years agoUpdate l10n.php to read plural_forms string
Jakob Sack [Thu, 1 Aug 2013 17:54:51 +0000 (19:54 +0200)]
Update l10n.php to read plural_forms string

11 years agoSave the plural information given in po files
Jakob Sack [Thu, 1 Aug 2013 17:13:52 +0000 (19:13 +0200)]
Save the plural information given in po files

11 years agoSome styling to user list
Victor Dubiniuk [Fri, 12 Jul 2013 14:29:08 +0000 (17:29 +0300)]
Some styling to user list

11 years agoMerge pull request #4221 from owncloud/fix-3698
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 15:05:19 +0000 (08:05 -0700)]
Merge pull request #4221 from owncloud/fix-3698

Fix calculating size for empty folders

11 years agomake sure the first breadcrumb item is inserted before any other elements in the...
Robin Appelman [Thu, 1 Aug 2013 14:46:01 +0000 (16:46 +0200)]
make sure the first breadcrumb item is inserted before any other elements in the topbar

11 years agoMerge pull request #4270 from owncloud/fix_4253
Björn Schießle [Thu, 1 Aug 2013 14:43:50 +0000 (07:43 -0700)]
Merge pull request #4270 from owncloud/fix_4253

cancel sharing if some users doesn't have a working encryption set-up.

11 years agoMerge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 14:40:01 +0000 (07:40 -0700)]
Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc

added @var tags

11 years agoMerge pull request #4266 from berendt/OC_Files_Storage_AmazonS3_logging
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 14:38:45 +0000 (07:38 -0700)]
Merge pull request #4266 from berendt/OC_Files_Storage_AmazonS3_logging

write all catched exception messages to the log

11 years agofix test and make warning translatable
Bjoern Schiessle [Thu, 1 Aug 2013 12:19:33 +0000 (14:19 +0200)]
fix test and make warning translatable

11 years agocancel sharing if some users doesn't have a working encryption set-up.
Bjoern Schiessle [Thu, 1 Aug 2013 11:04:55 +0000 (13:04 +0200)]
cancel sharing if some users doesn't have a working encryption set-up.

11 years agoMerge pull request #4155 from owncloud/mdb2schemareader-booleans
Morris Jobke [Thu, 1 Aug 2013 09:09:01 +0000 (02:09 -0700)]
Merge pull request #4155 from owncloud/mdb2schemareader-booleans

Fix boolean support for xml schema definitions

11 years agowrite all catched exception messages to the log
Christian Berendt [Thu, 1 Aug 2013 08:08:41 +0000 (10:08 +0200)]
write all catched exception messages to the log