]>
source.dussan.org Git - nextcloud-server.git/log
Owen Winkler [Thu, 8 Aug 2013 17:34:28 +0000 (10:34 -0700)]
Merge pull request #4271 from owncloud/plural_translations
Plural translations
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
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.
Morris Jobke [Thu, 8 Aug 2013 14:39:33 +0000 (16:39 +0200)]
Remove noisy Log/Debug message
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
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()
Bjoern Schiessle [Thu, 8 Aug 2013 11:41:04 +0000 (13:41 +0200)]
fix function call for searUsers()
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
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
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.
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.
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
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
Bjoern Schiessle [Thu, 1 Aug 2013 11:51:33 +0000 (13:51 +0200)]
also write error message to the log
Bjoern Schiessle [Thu, 1 Aug 2013 09:50:56 +0000 (11:50 +0200)]
catch broken server config and disable encryption app.
Bart Visscher [Wed, 7 Aug 2013 20:22:33 +0000 (22:22 +0200)]
More style fixes
Bart Visscher [Wed, 7 Aug 2013 19:01:31 +0000 (21:01 +0200)]
Fix stupid bug
Bart Visscher [Wed, 7 Aug 2013 16:21:49 +0000 (18:21 +0200)]
Move query processing after the check for prepared statement cache
Bart Visscher [Wed, 7 Aug 2013 16:16:34 +0000 (18:16 +0200)]
Style fixes
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".
Jenkins for ownCloud [Wed, 7 Aug 2013 13:04:32 +0000 (09:04 -0400)]
[tx-robot] updated from transifex
kondou [Tue, 6 Aug 2013 15:31:50 +0000 (17:31 +0200)]
Proper WHERE – the table is called userid not user
kondou [Tue, 6 Aug 2013 15:26:12 +0000 (17:26 +0200)]
Use setUpBeforeClass() and tearDownAfterClass()
kondou [Tue, 6 Aug 2013 15:01:01 +0000 (17:01 +0200)]
Clean up DB, after we're done with testing
Robin Appelman [Tue, 6 Aug 2013 13:43:58 +0000 (15:43 +0200)]
merge master into doctrine-object
Morris Jobke [Tue, 6 Aug 2013 11:39:20 +0000 (04:39 -0700)]
Merge pull request #4321 from owncloud/add_unittests_kondou
Add unittests
Bart Visscher [Mon, 5 Aug 2013 18:29:52 +0000 (11:29 -0700)]
Merge pull request #4291 from owncloud/schema
update DB Schema class
kondou [Mon, 5 Aug 2013 17:38:52 +0000 (19:38 +0200)]
Remove pointless unittest (search/result)
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
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)
kondou [Mon, 5 Aug 2013 12:47:14 +0000 (14:47 +0200)]
Add unittests
Unittests for:
- search/result
- util
- preferences
Thomas Müller [Mon, 5 Aug 2013 12:03:11 +0000 (14:03 +0200)]
adding executable script occ (ownCloud console)
Jenkins for ownCloud [Mon, 5 Aug 2013 11:54:38 +0000 (07:54 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Mon, 5 Aug 2013 11:51:45 +0000 (13:51 +0200)]
use isset to prevent undefined index
Thomas Müller [Mon, 5 Aug 2013 08:21:51 +0000 (10:21 +0200)]
remove unneeded vars from unit test
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
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
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.
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.
Thomas Müller [Sun, 4 Aug 2013 21:13:34 +0000 (23:13 +0200)]
fixing PHPDoc
Thomas Müller [Sun, 4 Aug 2013 21:13:19 +0000 (23:13 +0200)]
add 'logdateformat' to config.sample.php
Thomas Müller [Sun, 4 Aug 2013 20:58:40 +0000 (22:58 +0200)]
fixing PHPDoc
Jenkins for ownCloud [Sun, 4 Aug 2013 06:01:28 +0000 (02:01 -0400)]
[tx-robot] updated from transifex
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.
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
Thomas Müller [Sat, 3 Aug 2013 21:29:31 +0000 (23:29 +0200)]
initialize $plural_form_string with English default
Thomas Müller [Sat, 3 Aug 2013 21:27:18 +0000 (23:27 +0200)]
return plural form in ajax translations
Robin Appelman [Sat, 3 Aug 2013 19:59:32 +0000 (21:59 +0200)]
add reveal mimetype
Jenkins for ownCloud [Sat, 3 Aug 2013 05:56:46 +0000 (01:56 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Fri, 2 Aug 2013 21:08:41 +0000 (23:08 +0200)]
unit tests for plural translations added
Thomas Müller [Fri, 2 Aug 2013 21:07:53 +0000 (23:07 +0200)]
another new line
Thomas Müller [Fri, 2 Aug 2013 19:46:25 +0000 (21:46 +0200)]
PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction
Thomas Müller [Fri, 2 Aug 2013 19:45:36 +0000 (21:45 +0200)]
add new line to generated php code
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
Thomas Müller [Fri, 2 Aug 2013 19:28:04 +0000 (21:28 +0200)]
remove cli check
Thomas Müller [Fri, 2 Aug 2013 19:23:50 +0000 (21:23 +0200)]
more verbose printouts - fixing execution
Thomas Müller [Fri, 2 Aug 2013 19:23:26 +0000 (21:23 +0200)]
adjust usage text
Robin Appelman [Fri, 2 Aug 2013 18:10:26 +0000 (20:10 +0200)]
DB: remove invalid asserts
Robin Appelman [Fri, 2 Aug 2013 17:53:04 +0000 (19:53 +0200)]
merge master into doctrine-object
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
Bart Visscher [Mon, 25 Feb 2013 21:59:06 +0000 (22:59 +0100)]
Simplify OC_DB transaction functions
Bart Visscher [Fri, 2 Aug 2013 14:02:33 +0000 (16:02 +0200)]
Use function to create schema manager
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
Bart Visscher [Fri, 2 Aug 2013 13:36:54 +0000 (15:36 +0200)]
Use console.php entry point for file scanning from console
Robin Appelman [Fri, 2 Aug 2013 13:09:50 +0000 (15:09 +0200)]
remove invalid type hinting and cleanup namespaces a bit
kondou [Fri, 2 Aug 2013 13:00:12 +0000 (15:00 +0200)]
Update skipped tests messages
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)
kondou [Fri, 2 Aug 2013 11:39:48 +0000 (13:39 +0200)]
Merge branch 'master' into add_ocimage_unittest
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.
Bernhard Posselt [Fri, 2 Aug 2013 11:34:20 +0000 (13:34 +0200)]
make log date configurable, default to iso 8601
Bart Visscher [Fri, 2 Aug 2013 11:19:27 +0000 (13:19 +0200)]
Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager
Bart Visscher [Mon, 29 Jul 2013 15:46:20 +0000 (17:46 +0200)]
Change OC_DB_Schema to use DI for db connection object
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
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:44:53 +0000 (11:44 +0200)]
use fixed OC.Breadcrumb.push()
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 12:38:06 +0000 (14:38 +0200)]
add OC.Breadcrumb.show(dir, filename, link)
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
Lennart Rosam [Fri, 2 Aug 2013 09:19:33 +0000 (11:19 +0200)]
users's -> user's
Lennart Rosam [Fri, 2 Aug 2013 08:01:34 +0000 (10:01 +0200)]
Fix typo (again >.<).. gnah
Lennart Rosam [Fri, 2 Aug 2013 07:41:31 +0000 (09:41 +0200)]
Make default language configurable via config.php
Jenkins for ownCloud [Fri, 2 Aug 2013 06:00:45 +0000 (02:00 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Thu, 1 Aug 2013 20:49:43 +0000 (22:49 +0200)]
adding new cli script to rescan files
Jakob Sack [Thu, 1 Aug 2013 19:46:52 +0000 (21:46 +0200)]
Fix syntax error.
Jakob Sack [Thu, 1 Aug 2013 19:36:33 +0000 (21:36 +0200)]
Fix copy and paste errors in l10n.php
Jakob Sack [Thu, 1 Aug 2013 19:18:18 +0000 (21:18 +0200)]
Create plural functions on the fly
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
kondou [Thu, 1 Aug 2013 18:16:50 +0000 (20:16 +0200)]
Optimize image and skip mimetype test
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
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.
Jakob Sack [Thu, 1 Aug 2013 17:54:51 +0000 (19:54 +0200)]
Update l10n.php to read plural_forms string
Jakob Sack [Thu, 1 Aug 2013 17:13:52 +0000 (19:13 +0200)]
Save the plural information given in po files
Victor Dubiniuk [Fri, 12 Jul 2013 14:29:08 +0000 (17:29 +0300)]
Some styling to user list
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
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
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.
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
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
Bjoern Schiessle [Thu, 1 Aug 2013 12:19:33 +0000 (14:19 +0200)]
fix test and make warning translatable
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.
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
Christian Berendt [Thu, 1 Aug 2013 08:08:41 +0000 (10:08 +0200)]
write all catched exception messages to the log