]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agofixing PHPDoc
Thomas Müller [Sun, 4 Aug 2013 20:58:40 +0000 (22:58 +0200)]
fixing PHPDoc

11 years agoapp migrate: Use = instead of LIKE as described in the comment above.
Andreas Fischer [Mon, 29 Jul 2013 16:36:52 +0000 (18:36 +0200)]
app migrate: Use = instead of LIKE as described in the comment above.

The LIKE operator is not defined on integers (probably any non-text) columns
on PostgreSQL.

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 ago5.0.10 RC1
Frank Karlitschek [Sun, 4 Aug 2013 20:44:06 +0000 (22:44 +0200)]
5.0.10 RC1

11 years agoMerge pull request #4179 from owncloud/ldap_oracle_fixes
blizzz [Tue, 6 Aug 2013 09:41:05 +0000 (02:41 -0700)]
Merge pull request #4179 from owncloud/ldap_oracle_fixes

(not only) LDAP Oracle compatiblity

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 agoMerge pull request #4317 from owncloud/backport-cli-scanner-stable5
Thomas Müller [Mon, 5 Aug 2013 21:30:36 +0000 (14:30 -0700)]
Merge pull request #4317 from owncloud/backport-cli-scanner-stable5

Backport cli scanner to stable5

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 agoload authentication apps to get users from other backends like LDAP - THX @blizzz
Thomas Müller [Mon, 5 Aug 2013 10:37:26 +0000 (12:37 +0200)]
load authentication apps to get users from other backends like LDAP - THX @blizzz

11 years agoRemember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common
Bart Visscher [Fri, 5 Apr 2013 15:20:08 +0000 (17:20 +0200)]
Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common

11 years agomanual backporting of #4285
Thomas Müller [Mon, 5 Aug 2013 10:14:15 +0000 (12:14 +0200)]
manual backporting of #4285

11 years agomanual backporting of OC\Files\Utils\Scanner to stable5
Thomas Müller [Mon, 5 Aug 2013 10:13:34 +0000 (12:13 +0200)]
manual backporting of OC\Files\Utils\Scanner to stable5

11 years agoMake Cache\Scanner an emitter
Robin Appelman [Fri, 19 Jul 2013 14:32:43 +0000 (16:32 +0200)]
Make Cache\Scanner an emitter

11 years agoMerge branch 'stable5' of github.com:owncloud/core into stable5
Thomas Müller [Sun, 4 Aug 2013 22:25:22 +0000 (00:25 +0200)]
Merge branch 'stable5' of github.com:owncloud/core into stable5

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 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 agoMerge pull request #4290 from owncloud/oracle_current_timestamp
Thomas Müller [Sun, 4 Aug 2013 21:52:02 +0000 (14:52 -0700)]
Merge pull request #4290 from owncloud/oracle_current_timestamp

Oracle current timestamp

11 years agoMerge pull request #4240 from owncloud/backport-remember-checked
Thomas Müller [Sun, 4 Aug 2013 21:50:29 +0000 (14:50 -0700)]
Merge pull request #4240 from owncloud/backport-remember-checked

Backport remember checked

11 years agoMerge pull request #4164 from owncloud/fix_102
Morris Jobke [Sun, 4 Aug 2013 17:33:17 +0000 (10:33 -0700)]
Merge pull request #4164 from owncloud/fix_102

flicker-free versions drop-down

11 years agofix whitespacing
Thomas Müller [Fri, 2 Aug 2013 14:33:30 +0000 (16:33 +0200)]
fix whitespacing

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

Conflicts:
config/config.sample.php

11 years agoUse old database methods for caclulateFolderSize
Michael Gapczynski [Fri, 2 Aug 2013 14:02:47 +0000 (10:02 -0400)]
Use old database methods for caclulateFolderSize

11 years agoUse query to calculate folder size
Michael Gapczynski [Mon, 29 Jul 2013 14:22:44 +0000 (10:22 -0400)]
Use query to calculate folder size

11 years agoFix calculating size for empty folders
Michael Gapczynski [Sun, 28 Jul 2013 20:14:49 +0000 (16:14 -0400)]
Fix calculating size for empty folders

Conflicts:
lib/files/cache/cache.php

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()

Conflicts:
core/js/js.js

11 years agoconvert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracle
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 11:06:35 +0000 (13:06 +0200)]
convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracle

11 years agoMerge pull request #4260 from owncloud/stable5_search_result_scrollbar
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:55:43 +0000 (02:55 -0700)]
Merge pull request #4260 from owncloud/stable5_search_result_scrollbar

Stable5 search result scrollbar

11 years agoattach click handler after drop-down was created
Bjoern Schiessle [Fri, 2 Aug 2013 08:09:27 +0000 (10:09 +0200)]
attach click handler after drop-down was created

11 years agoMerge pull request #4276 from owncloud/Respect-table-prefixes
Thomas Müller [Fri, 2 Aug 2013 07:28:08 +0000 (00:28 -0700)]
Merge pull request #4276 from owncloud/Respect-table-prefixes

[stable5] Skip non-oc tables on upgrade

11 years agoAdd a CLI script for manually triggering checking a folder for updates
Robin Appelman [Sun, 23 Jun 2013 15:49:38 +0000 (17:49 +0200)]
Add a CLI script for manually triggering checking a folder for updates

11 years agoalso adjust template properly for log date fix
Bernhard Posselt [Wed, 17 Apr 2013 13:31:05 +0000 (15:31 +0200)]
also adjust template properly for log date fix

11 years agofix admin log display and use a more readable format
Bernhard Posselt [Wed, 17 Apr 2013 12:05:51 +0000 (14:05 +0200)]
fix admin log display and use a more readable format

11 years agouse date and time instead of timestamp
Bernhard Posselt [Wed, 17 Apr 2013 10:24:18 +0000 (12:24 +0200)]
use date and time instead of timestamp

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.

Conflicts:
lib/public/share.php

11 years agofix logical mistake in version comparison
Arthur Schiwon [Thu, 1 Aug 2013 14:45:14 +0000 (16:45 +0200)]
fix logical mistake in version comparison

11 years agoUse prefixes while reading old Db structure
Victor Dubiniuk [Thu, 1 Aug 2013 13:42:37 +0000 (16:42 +0300)]
Use prefixes while reading old Db structure

11 years agoupdate css properties with px based values
Jörn Friedrich Dreyer [Wed, 31 Jul 2013 15:05:24 +0000 (17:05 +0200)]
update css properties with px based values

11 years agoadd overflow-y scroll and clean up indents
Jörn Friedrich Dreyer [Wed, 31 Jul 2013 14:52:53 +0000 (16:52 +0200)]
add overflow-y scroll and clean up indents

11 years agofixes #4026
Thomas Müller [Tue, 30 Jul 2013 08:26:42 +0000 (10:26 +0200)]
fixes #4026

11 years agoMerge branch 'stable5' into backport-remember-checked
Thomas Müller [Tue, 30 Jul 2013 15:20:15 +0000 (17:20 +0200)]
Merge branch 'stable5' into backport-remember-checked

11 years agoMerge branch 'stable5' into ldap_oracle_fixes
Thomas Müller [Tue, 30 Jul 2013 13:06:00 +0000 (15:06 +0200)]
Merge branch 'stable5' into ldap_oracle_fixes

11 years agoScanner test: ensure mtime in the cache is the same as on the storage to prevent...
Robin Appelman [Fri, 5 Jul 2013 12:51:22 +0000 (14:51 +0200)]
Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures

11 years agoScanner test: ensure mtime in the cache is the same as on the storage to prevent...
Robin Appelman [Fri, 5 Jul 2013 12:51:22 +0000 (14:51 +0200)]
Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures

11 years agoreplace external storage status images with CSS, also use form to distinguish, fix...
Jan-Christoph Borchardt [Thu, 18 Jul 2013 21:00:04 +0000 (23:00 +0200)]
replace external storage status images with CSS, also use form to distinguish, fix #3910

11 years agocheck remember log in by default, manual backport of #4175
Jan-Christoph Borchardt [Tue, 30 Jul 2013 11:43:46 +0000 (13:43 +0200)]
check remember log in by default, manual backport of #4175

11 years agoMerge pull request #4222 from owncloud/backport-3459-stable5
Kondou [Mon, 29 Jul 2013 13:59:44 +0000 (06:59 -0700)]
Merge pull request #4222 from owncloud/backport-3459-stable5

Backport 3459 stable5

11 years agomanual backport of changes related to #3459
Thomas Müller [Mon, 29 Jul 2013 08:00:17 +0000 (10:00 +0200)]
manual backport of changes related to #3459

11 years agoMove check so the variable will never be undefined
Michael Gapczynski [Sun, 28 Jul 2013 19:32:48 +0000 (15:32 -0400)]
Move  check so the variable will never be undefined

11 years agouse output buffering when including the irods libraries
Robin Appelman [Wed, 24 Jul 2013 14:10:14 +0000 (16:10 +0200)]
use output buffering when including the irods libraries

11 years agoShow generic error when there is no error
Victor Dubiniuk [Mon, 22 Jul 2013 18:02:18 +0000 (21:02 +0300)]
Show generic error when there is no error

11 years agoCreate an array entry before filling it
Victor Dubiniuk [Mon, 22 Jul 2013 18:02:56 +0000 (21:02 +0300)]
Create an array entry before filling it

11 years agoLDAP / Oracle compatibility: sql for emptying tables
Arthur Schiwon [Wed, 24 Jul 2013 13:08:12 +0000 (15:08 +0200)]
LDAP / Oracle compatibility: sql for emptying tables

11 years agoLDAP / Oracle compatibility, make SQL syntax valid
Arthur Schiwon [Wed, 24 Jul 2013 12:55:25 +0000 (14:55 +0200)]
LDAP / Oracle compatibility, make SQL syntax valid

11 years agoMerge pull request #4166 from owncloud/ext-fs-irods-stable5
Thomas Müller [Wed, 24 Jul 2013 11:48:08 +0000 (04:48 -0700)]
Merge pull request #4166 from owncloud/ext-fs-irods-stable5

Ext fs irods stable5

11 years agomark test as incomplete because I can't reproduce jenkins failure
Morris Jobke [Sun, 21 Jul 2013 09:28:06 +0000 (11:28 +0200)]
mark test as incomplete because I can't reproduce jenkins failure

11 years agoFix Updater if used with MDB2
Arthur Schiwon [Tue, 23 Jul 2013 18:09:55 +0000 (20:09 +0200)]
Fix Updater if used with MDB2

11 years agoOracle compat: enable appconfig.configvalue to store empty strings (now working)
Arthur Schiwon [Tue, 23 Jul 2013 17:57:04 +0000 (19:57 +0200)]
Oracle compat: enable appconfig.configvalue to store empty strings (now working)

11 years agoRevert "Oracle compat: enable appconfig.configvalue to store empty strings"
Arthur Schiwon [Tue, 23 Jul 2013 17:55:47 +0000 (19:55 +0200)]
Revert "Oracle compat: enable appconfig.configvalue to store empty strings"

This reverts commit 6c1e68acd8fbb98f8fbd54a38860481b4971bc28.

11 years agoOracle compat: enable appconfig.configvalue to store empty strings
Arthur Schiwon [Tue, 23 Jul 2013 11:19:39 +0000 (13:19 +0200)]
Oracle compat: enable appconfig.configvalue to store empty strings

11 years agoupdate to latest master
Thomas Mueller [Thu, 6 Jun 2013 21:28:08 +0000 (23:28 +0200)]
update to latest master

11 years agoRead configuratons for external filesystem test from a private place.
Thomas Mueller [Thu, 6 Jun 2013 22:04:46 +0000 (00:04 +0200)]
Read configuratons for external filesystem test from a private place.

This will help not to accidentially push private data and enable testing on our ci server.

11 years agofixing / adding comments
Thomas Müller [Tue, 16 Jul 2013 09:35:48 +0000 (11:35 +0200)]
fixing / adding comments

11 years agoupdate copy right
Thomas Müller [Fri, 12 Jul 2013 13:28:01 +0000 (15:28 +0200)]
update copy right

11 years ago update .gitignore
Thomas Müller [Fri, 12 Jul 2013 13:16:30 +0000 (15:16 +0200)]
 update .gitignore

11 years agoincorporate development branch of ssh://irodsguest@code.renci.org/gitroot/irodsphp
Thomas Müller [Fri, 12 Jul 2013 13:08:13 +0000 (15:08 +0200)]
incorporate development branch of  ssh://irodsguest@code.renci.org/gitroot/irodsphp

Conflicts:
.gitignore

11 years ago- implement touch() to at least create a file which doesn't exist
Thomas Mueller [Thu, 6 Jun 2013 21:20:39 +0000 (23:20 +0200)]
- implement touch() to at least create a file which doesn't exist
- implement a work around for folder mtimes - irods doesn't provide updated mtimes

11 years agoadding auth mode to ui and the url
Thomas Mueller [Fri, 26 Apr 2013 15:37:41 +0000 (17:37 +0200)]
adding auth mode to ui and the url

11 years agoadding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS
Thomas Mueller [Fri, 26 Apr 2013 15:05:10 +0000 (17:05 +0200)]
adding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS

11 years agotest case for iRODS storage added
Thomas Mueller [Tue, 23 Apr 2013 21:19:11 +0000 (23:19 +0200)]
test case for iRODS storage added

11 years agocheckbox in settings ui
Thomas Mueller [Thu, 18 Apr 2013 20:20:52 +0000 (22:20 +0200)]
checkbox in settings ui

11 years agoin order to use the ownCloud login credentials we use a login hook to grab uid and...
Thomas Mueller [Thu, 18 Apr 2013 20:12:53 +0000 (22:12 +0200)]
in order to use the ownCloud login credentials we use a login hook to grab uid and password and store it in the session.
The stored credentials will be used for and interactions with the iRODS server.

Within the config UI a check box can be used to enable the credential reuse.

11 years agoinitial integration with iRODS www.irods.org
Thomas Mueller [Fri, 12 Apr 2013 13:51:58 +0000 (15:51 +0200)]
initial integration with iRODS www.irods.org
The used PHP API is hosted at https://code.renci.org/gf/project/irodsphp/

11 years agoonly add versions if the drop down was added
Björn Schießle [Tue, 23 Jul 2013 08:49:19 +0000 (10:49 +0200)]
only add versions if the drop down was added

11 years agoCreate directly the right version dialog to open the drop-down flicker-free if no...
Björn Schießle [Tue, 23 Jul 2013 08:23:45 +0000 (10:23 +0200)]
Create directly the right version dialog to open the drop-down flicker-free if no versions are available, issue #102

11 years agoreturn empty array instead of 0
Georg Ehrke [Mon, 15 Jul 2013 14:58:30 +0000 (16:58 +0200)]
return empty array instead of 0

11 years agoLDAP: avoid PHP Warnings cause by passing empty values to implode
Arthur Schiwon [Mon, 22 Jul 2013 11:57:58 +0000 (13:57 +0200)]
LDAP: avoid PHP Warnings cause by passing empty values to implode

11 years agoLDAP: Oracle compat. fix, closes #4064
Arthur Schiwon [Mon, 22 Jul 2013 11:47:25 +0000 (13:47 +0200)]
LDAP:  Oracle compat. fix, closes #4064

11 years agoSquashed commit of the following:
Thomas Müller [Mon, 22 Jul 2013 11:08:59 +0000 (13:08 +0200)]
Squashed commit of the following:

commit 7e875ff47ae1a3e546c74fb12895b2bfbeedabdf
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Sun Jul 14 21:58:08 2013 +0200

    No admin option to enable public upload in case encryption is enabled
    No upload on pubic page if public upload is disabled

commit 4939d9a668c13cdd74e8bb8e305bdd7a59661c4d
Author: Thomas Mueller <thomas.mueller@tmit.eu>
Date:   Fri Jul 12 21:34:38 2013 +0200

    change anonymous to public

commit c3bda8654d911383ae0acf9e41adda7117cb79f8
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Fri Jul 12 17:51:01 2013 +0200

    fixing Undefined index: publicUploadEnabled

commit 98861afde443c12a2ef5290c83c63fd12b7b196d
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Fri Jul 12 17:05:58 2013 +0200

    in case the encryption app is enabled we cannot yet allow anonymous upload

commit 974f09629d0e8bf5d90cf8546fa4a82738ebdebe
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Fri Jul 12 17:03:51 2013 +0200

    new admin setting added which allows to turn off anonymous uploads

11 years agoMerge pull request #4140 from sezuan/fix_wrong_found_http_code
Morris Jobke [Sun, 21 Jul 2013 08:33:47 +0000 (01:33 -0700)]
Merge pull request #4140 from sezuan/fix_wrong_found_http_code

changed HTTP FOUND code to the correct value 302

11 years agochanged HTTP FOUND code to the correct value 302
Matthias Rieber [Sat, 20 Jul 2013 17:08:51 +0000 (19:08 +0200)]
changed HTTP FOUND code to the correct value 302

11 years agodeactivate show password toggle for IE
Jan-Christoph Borchardt [Fri, 19 Jul 2013 13:17:28 +0000 (15:17 +0200)]
deactivate show password toggle for IE

Conflicts:

core/css/styles.css

11 years agoMerge pull request #3778 from owncloud/fix_3528
Bart Visscher [Fri, 19 Jul 2013 16:36:19 +0000 (09:36 -0700)]
Merge pull request #3778 from owncloud/fix_3528

LDAP: fix background job, resolves #3528

11 years agoBackport #3779, makes setuped backends are REALLY remembered and not instanciated...
shkdee [Tue, 18 Jun 2013 18:47:47 +0000 (21:47 +0300)]
Backport #3779, makes setuped backends are REALLY remembered and not instanciated many times

11 years agoMerge pull request #4072 from owncloud/non_ajax_upgrade_script
blizzz [Thu, 18 Jul 2013 20:31:57 +0000 (13:31 -0700)]
Merge pull request #4072 from owncloud/non_ajax_upgrade_script

non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 404...

11 years agoMerge pull request #4047 from owncloud/backport_3617
blizzz [Thu, 18 Jul 2013 20:30:07 +0000 (13:30 -0700)]
Merge pull request #4047 from owncloud/backport_3617

Backport 3963

11 years agofixing UNIX_TIMESTAMP() for mssql
Thomas Mueller [Wed, 17 Jul 2013 11:18:46 +0000 (13:18 +0200)]
fixing UNIX_TIMESTAMP() for mssql

Conflicts:
lib/db.php

11 years agoAdd message about completed update
Arthur Schiwon [Wed, 17 Jul 2013 15:32:43 +0000 (17:32 +0200)]
Add message about completed update

11 years agoAdjust to latest changes in PR #4047
Arthur Schiwon [Wed, 17 Jul 2013 15:30:47 +0000 (17:30 +0200)]
Adjust to latest changes in PR #4047

11 years agoRerename \OC\Updater to OC_Updater, fixes broken admin page
Arthur Schiwon [Wed, 17 Jul 2013 15:19:59 +0000 (17:19 +0200)]
Rerename \OC\Updater to OC_Updater, fixes broken admin page

11 years agoWebDAV Auth Connector: Check if already logged in
Markus Goetz [Fri, 12 Jul 2013 11:42:01 +0000 (13:42 +0200)]
WebDAV Auth Connector: Check if already logged in

11 years agoUse transifex.com on link to translations
rolandgeider [Sun, 14 Jul 2013 09:54:39 +0000 (11:54 +0200)]
Use transifex.com on link to translations
Conflicts:
settings/templates/personal.php

11 years agonon-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.
Arthur Schiwon [Mon, 15 Jul 2013 16:07:43 +0000 (18:07 +0200)]
non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.

11 years agoOnly emit permissions hook for files and and include path
Michael Gapczynski [Mon, 8 Jul 2013 21:28:18 +0000 (17:28 -0400)]
Only emit permissions hook for files and and include path

Conflicts:
lib/public/share.php

11 years ago5.0.9 v5.0.9
Frank Karlitschek [Sun, 14 Jul 2013 11:36:22 +0000 (13:36 +0200)]
5.0.9

11 years agoMerge pull request #4039 from owncloud/webdav_create_new_file
Thomas Müller [Sun, 14 Jul 2013 20:42:18 +0000 (13:42 -0700)]
Merge pull request #4039 from owncloud/webdav_create_new_file

[webdav client] if the file doesn't exists; create a new one

11 years agoMerge pull request #4044 from owncloud/more_ie8_fixes
Thomas Müller [Sun, 14 Jul 2013 20:10:46 +0000 (13:10 -0700)]
Merge pull request #4044 from owncloud/more_ie8_fixes

More ie8 fixes

11 years agoRemoved the preview warning. This is only a simple text change
Frank Karlitschek [Sat, 13 Jul 2013 11:28:22 +0000 (13:28 +0200)]
Removed the preview warning. This is only a simple text change

11 years agoStable5 adjustements (incl copy of lib/hooks/ from master) to make backport of #3963...
Arthur Schiwon [Fri, 12 Jul 2013 19:42:46 +0000 (21:42 +0200)]
Stable5 adjustements (incl copy of lib/hooks/ from master) to make backport of #3963 work