]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge pull request #11507 from owncloud/versioning_expire
Björn Schießle [Fri, 10 Oct 2014 15:31:26 +0000 (17:31 +0200)]
Merge pull request #11507 from owncloud/versioning_expire

make sure that we always delete oldest first

10 years agoMerge pull request #11380 from owncloud/fix_performance_issue_sharing
Björn Schießle [Fri, 10 Oct 2014 13:56:30 +0000 (15:56 +0200)]
Merge pull request #11380 from owncloud/fix_performance_issue_sharing

[sharing] fix performance issues

10 years agotry to get path from filesystem
Bjoern Schiessle [Thu, 9 Oct 2014 13:38:40 +0000 (15:38 +0200)]
try to get path from filesystem

10 years agoMerge pull request #11499 from owncloud/ldap-warningwhenuidismissing
Lukas Reschke [Fri, 10 Oct 2014 10:42:31 +0000 (12:42 +0200)]
Merge pull request #11499 from owncloud/ldap-warningwhenuidismissing

Log warning when no uid was found for user

10 years agoMerge pull request #11480 from owncloud/ldap-enterkey-deletefix
Jan-Christoph Borchardt [Fri, 10 Oct 2014 10:37:44 +0000 (12:37 +0200)]
Merge pull request #11480 from owncloud/ldap-enterkey-deletefix

Prevent button click when enter key is pressed in LDAP wizard

10 years agofix performance issues
Bjoern Schiessle [Wed, 1 Oct 2014 13:13:10 +0000 (15:13 +0200)]
fix performance issues

10 years agoMerge pull request #11501 from Ansud/master
Vincent Petry [Fri, 10 Oct 2014 08:57:59 +0000 (10:57 +0200)]
Merge pull request #11501 from Ansud/master

Urlencode file name before passing it to cURL

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 10 Oct 2014 05:55:10 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11486 from owncloud/config-update
Morris Jobke [Thu, 9 Oct 2014 23:47:04 +0000 (01:47 +0200)]
Merge pull request #11486 from owncloud/config-update

Config update

10 years agoAdditional changes to config.sample.php and typo fixes
Morris Jobke [Wed, 8 Oct 2014 21:02:20 +0000 (23:02 +0200)]
Additional changes to config.sample.php and typo fixes

10 years agoapply @carlaschroder's changes from owncloud/documentation#594
Morris Jobke [Wed, 8 Oct 2014 21:01:46 +0000 (23:01 +0200)]
apply @carlaschroder's changes from owncloud/documentation#594

10 years agomake sure that we always delete oldest first
Bjoern Schiessle [Thu, 9 Oct 2014 17:15:58 +0000 (19:15 +0200)]
make sure that we always delete oldest first

10 years agoMerge pull request #11305 from owncloud/ext-updateetagonmount
Vincent Petry [Thu, 9 Oct 2014 16:18:36 +0000 (18:18 +0200)]
Merge pull request #11305 from owncloud/ext-updateetagonmount

Update etag of parent dir when adding/removing ext storage mount points

10 years agoMerge pull request #11495 from owncloud/apps-clearenableappscacheafterloadingauthapp
Vincent Petry [Thu, 9 Oct 2014 15:20:05 +0000 (17:20 +0200)]
Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloadingauthapp

Clear enabled apps cache after loading authentication app

10 years agoMerge pull request #11498 from owncloud/detectDomainForDocumentation
Morris Jobke [Thu, 9 Oct 2014 14:57:15 +0000 (16:57 +0200)]
Merge pull request #11498 from owncloud/detectDomainForDocumentation

Add support for keys in the info.xml

10 years agoAdd support for keys in the info.xml
Lukas Reschke [Thu, 9 Oct 2014 13:00:36 +0000 (15:00 +0200)]
Add support for keys in the info.xml

This allows to have links to different doc base URLs

a.

10 years agoUrlencode file name before passing it to cURL
Tony Zelenoff [Thu, 9 Oct 2014 13:15:12 +0000 (17:15 +0400)]
Urlencode file name before passing it to cURL

Large file helper use cURL to determine file sizes. Thus filenames must be
urlencoded in case special symbols like '#' can cause BadRequest errors.

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
10 years agoLog warning when no uid was found for user
Vincent Petry [Thu, 9 Oct 2014 12:58:53 +0000 (14:58 +0200)]
Log warning when no uid was found for user

In some incomplete setups (like mine) it can happen that the uid
attribute of users is missing.

To be able to find out that something is wrong, a debug message is now
logged when it has not been found.

10 years agoClear enabled apps cache after loading authentication app
Vincent Petry [Thu, 9 Oct 2014 11:22:14 +0000 (13:22 +0200)]
Clear enabled apps cache after loading authentication app

Since getEnabledApps() depends on an authentication app to be loaded,
especially in the case of LDAP, the cache from getEnabledApps() is now
cleared to make sure that subsequent calls will properly return apps
that were enabled for groups.
This is because getEnabledApps() uses the inGroups() function from the
group manager provided by LDAP or any other authentication app.

10 years agoMerge pull request #10527 from owncloud/fix-10526
blizzz [Thu, 9 Oct 2014 10:40:13 +0000 (12:40 +0200)]
Merge pull request #10527 from owncloud/fix-10526

properly cancel a Paginated Results operation in order to avoid protocol...

10 years agoMerge pull request #11493 from owncloud/revert-11161-fix-ldap-ingroup-for-9225
Vincent Petry [Thu, 9 Oct 2014 09:07:18 +0000 (11:07 +0200)]
Merge pull request #11493 from owncloud/revert-11161-fix-ldap-ingroup-for-9225

Revert "[WIP] fix retrieval of group members and cache group members"

10 years agoRevert "[WIP] fix retrieval of group members and cache group members"
Vincent Petry [Thu, 9 Oct 2014 09:06:48 +0000 (11:06 +0200)]
Revert "[WIP] fix retrieval of group members and cache group members"

10 years agoMerge pull request #11161 from owncloud/fix-ldap-ingroup-for-9225
Vincent Petry [Thu, 9 Oct 2014 08:19:58 +0000 (10:19 +0200)]
Merge pull request #11161 from owncloud/fix-ldap-ingroup-for-9225

fix retrieval of group members and cache group members

10 years agoMerge pull request #11474 from owncloud/fix_trash_permission_check
Morris Jobke [Thu, 9 Oct 2014 06:59:48 +0000 (08:59 +0200)]
Merge pull request #11474 from owncloud/fix_trash_permission_check

check if I can create a file at the location

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 9 Oct 2014 05:55:33 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoUpdated info.xml with
MTRichards [Thu, 9 Oct 2014 01:27:40 +0000 (21:27 -0400)]
Updated info.xml with

Added description in line with other apps.

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 01:24:54 +0000 (21:24 -0400)]
Updated info.xml app description

Added updates description

10 years agoForgot a '.'
MTRichards [Thu, 9 Oct 2014 01:08:20 +0000 (21:08 -0400)]
Forgot a '.'

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 01:07:12 +0000 (21:07 -0400)]
Updated info.xml app description

Made app description paralell in structure to other app descriptions

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 00:49:22 +0000 (20:49 -0400)]
Updated info.xml app description

Added larger app description

10 years agoUpdated info.xml app description
MTRichards [Thu, 9 Oct 2014 00:48:00 +0000 (20:48 -0400)]
Updated info.xml app description

Added new app description
Removed links to CE documentation

10 years agoUpdated info.xml with description
MTRichards [Thu, 9 Oct 2014 00:44:09 +0000 (20:44 -0400)]
Updated info.xml with description

Updated the description of the app for the app panel.

10 years agoMerge pull request #11455 from owncloud/config-sample-cleanup
Morris Jobke [Wed, 8 Oct 2014 19:37:30 +0000 (21:37 +0200)]
Merge pull request #11455 from owncloud/config-sample-cleanup

Config sample cleanup

10 years agoFixes in config.sample.php
Morris Jobke [Tue, 7 Oct 2014 12:14:19 +0000 (14:14 +0200)]
Fixes in config.sample.php

* owncloud -> ownCloud
* add default value
* proper comment style
* fix line wrapping and minor typo
* remove duplication
* add Vincents proposals

10 years agore-arrange the config options and sort them in a semantical way
Morris Jobke [Tue, 7 Oct 2014 08:04:54 +0000 (10:04 +0200)]
re-arrange the config options and sort them in a semantical way

10 years agounify style of config.sample.php
Morris Jobke [Tue, 7 Oct 2014 07:35:21 +0000 (09:35 +0200)]
unify style of config.sample.php

* use ' instead of " for config option
* place default parameters where useful into sample
* use proper comment block
* limit line size to 80 characters

10 years agoMerge pull request #11471 from brumsoel/master
Morris Jobke [Wed, 8 Oct 2014 18:39:13 +0000 (20:39 +0200)]
Merge pull request #11471 from brumsoel/master

Fix file size comparator return value

10 years agoextract batchDelete(), better comments
Jörn Friedrich Dreyer [Mon, 6 Oct 2014 09:08:21 +0000 (11:08 +0200)]
extract batchDelete(), better comments

10 years agofiles_extern: remove empty Body and ContentLength in Amazon S3 mount
André Gaul [Mon, 18 Aug 2014 23:14:58 +0000 (01:14 +0200)]
files_extern: remove empty Body and ContentLength in Amazon S3 mount

fixes #10501

Conflicts:
apps/files_external/lib/amazons3.php

10 years agostrict comparison
Jörn Friedrich Dreyer [Wed, 1 Oct 2014 11:14:08 +0000 (13:14 +0200)]
strict comparison

10 years agomake some storage tests explain what went wrong
Jörn Friedrich Dreyer [Wed, 1 Oct 2014 11:12:41 +0000 (13:12 +0200)]
make some storage tests explain what went wrong

10 years agofix amazon s3 issues
Jörn Friedrich Dreyer [Mon, 29 Sep 2014 19:42:03 +0000 (21:42 +0200)]
fix amazon s3 issues

folder size and mtime is always unknown in s3

more s3 fixes

make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings

reduce number of http calls on remove and rmdir

fix typo

10 years agolog exceptions when listing files
Jörn Friedrich Dreyer [Mon, 29 Sep 2014 19:40:32 +0000 (21:40 +0200)]
log exceptions when listing files

10 years agoPrevent button click when enter key is pressed in LDAP wizard
Vincent Petry [Wed, 8 Oct 2014 13:09:02 +0000 (15:09 +0200)]
Prevent button click when enter key is pressed in LDAP wizard

Pressing enter in the LDAP wizard will trigger a click on the first
button. In the main page it would trigger the delete dialog, which is
quite inconvenient.

Added a type attribute to suppress this behavior.

10 years agoMerge pull request #11453 from owncloud/enc_visual_improvements
Morris Jobke [Wed, 8 Oct 2014 12:36:24 +0000 (14:36 +0200)]
Merge pull request #11453 from owncloud/enc_visual_improvements

[encryption] some visual improvements

10 years agoAdded PHP docs for etag propagator
Vincent Petry [Tue, 7 Oct 2014 14:41:37 +0000 (16:41 +0200)]
Added PHP docs for etag propagator

10 years agoMore phpdoc
Robin Appelman [Tue, 30 Sep 2014 10:28:44 +0000 (12:28 +0200)]
More phpdoc

10 years agoHookup the etag propagator
Robin Appelman [Mon, 29 Sep 2014 11:46:27 +0000 (13:46 +0200)]
Hookup the etag propagator

10 years agoAdd EtagPropagator to handle etag changes when external storages are changed
Robin Appelman [Sun, 28 Sep 2014 15:09:07 +0000 (17:09 +0200)]
Add EtagPropagator to handle etag changes when external storages are changed

10 years agoFix add/remove mountpoint hooks
Robin Appelman [Sun, 28 Sep 2014 14:32:27 +0000 (16:32 +0200)]
Fix add/remove mountpoint hooks

10 years agoExpose getAppKeys trough \OCP\IConfig
Robin Appelman [Sun, 28 Sep 2014 14:13:52 +0000 (16:13 +0200)]
Expose getAppKeys trough \OCP\IConfig

10 years agoAdded failing unit tests for mount config hooks
Vincent Petry [Fri, 26 Sep 2014 10:51:25 +0000 (12:51 +0200)]
Added failing unit tests for mount config hooks

10 years agoAdded filesystem hooks for mount/unmount ext storage
Vincent Petry [Thu, 25 Sep 2014 18:17:52 +0000 (20:17 +0200)]
Added filesystem hooks for mount/unmount ext storage

10 years agoMerge pull request #11460 from owncloud/fix-10880
Morris Jobke [Wed, 8 Oct 2014 12:08:06 +0000 (14:08 +0200)]
Merge pull request #11460 from owncloud/fix-10880

implement case-insensitive search for groups in sharing dialog

10 years agoMerge pull request #11477 from owncloud/improve-heading-whitespace
Morris Jobke [Wed, 8 Oct 2014 11:48:25 +0000 (13:48 +0200)]
Merge pull request #11477 from owncloud/improve-heading-whitespace

increase whitespace below headings in settings

10 years agoincrease whitespace below headings in settings
Jan-Christoph Borchardt [Wed, 8 Oct 2014 10:46:24 +0000 (12:46 +0200)]
increase whitespace below headings in settings

10 years agocheck if I can create a file at the location
Bjoern Schiessle [Wed, 8 Oct 2014 08:56:06 +0000 (10:56 +0200)]
check if I can create a file at the location

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 8 Oct 2014 05:54:49 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoFix file size comparator return value
brumsoel [Tue, 7 Oct 2014 23:17:45 +0000 (01:17 +0200)]
Fix file size comparator return value

10 years agofix for issue #10880
michag86 [Tue, 7 Oct 2014 14:07:48 +0000 (16:07 +0200)]
fix for issue #10880

10 years agoRevert "fix for issue #10880"
Vincent Petry [Tue, 7 Oct 2014 13:54:25 +0000 (15:54 +0200)]
Revert "fix for issue #10880"

This reverts commit 0df070a8e4f6718e3cd86aa4d5a5fc62c53f6eee.

10 years agoMerge pull request #11428 from michag86/patch-1
Morris Jobke [Tue, 7 Oct 2014 13:00:31 +0000 (15:00 +0200)]
Merge pull request #11428 from michag86/patch-1

fix for issue #10483

10 years agoMerge pull request #11451 from owncloud/reduce-bottom-padding
Morris Jobke [Tue, 7 Oct 2014 12:45:21 +0000 (14:45 +0200)]
Merge pull request #11451 from owncloud/reduce-bottom-padding

reduce bottom padding in filelist, fix perceived glitching, fix #11213

10 years agofix for issue #10880
michag86 [Tue, 7 Oct 2014 12:30:14 +0000 (14:30 +0200)]
fix for issue #10880

10 years agoimproved visual feedback if user enabled recovery key
Bjoern Schiessle [Tue, 7 Oct 2014 10:52:01 +0000 (12:52 +0200)]
improved visual feedback if user enabled recovery key

10 years agoimproved visual feedback if recovery key password gets changed
Bjoern Schiessle [Tue, 7 Oct 2014 10:30:50 +0000 (12:30 +0200)]
improved visual feedback if recovery key password gets changed

10 years agoimproved visual feedback if recovery key gets enabled/disabled
Bjoern Schiessle [Tue, 7 Oct 2014 10:06:46 +0000 (12:06 +0200)]
improved visual feedback if recovery key gets enabled/disabled

10 years agomake sure that the notification gets shown again after a second try
Bjoern Schiessle [Tue, 7 Oct 2014 10:02:58 +0000 (12:02 +0200)]
make sure that the notification gets shown again after a second try

10 years agorestrict $div to local scope
michag86 [Tue, 7 Oct 2014 09:09:07 +0000 (11:09 +0200)]
restrict $div to local scope

10 years agoMerge pull request #11378 from owncloud/sort-indicator-style
Vincent Petry [Tue, 7 Oct 2014 09:06:37 +0000 (11:06 +0200)]
Merge pull request #11378 from owncloud/sort-indicator-style

fix position and style of sort indicator

10 years agovariable for found avatar div
michag86 [Tue, 7 Oct 2014 08:44:36 +0000 (10:44 +0200)]
variable for found avatar div

10 years agoreduce bottom padding in filelist, fix perceived glitching, fix #11213
Jan-Christoph Borchardt [Tue, 7 Oct 2014 08:44:01 +0000 (10:44 +0200)]
reduce bottom padding in filelist, fix perceived glitching, fix #11213

10 years agoMerge pull request #11437 from owncloud/add-import-filter
Morris Jobke [Tue, 7 Oct 2014 06:28:08 +0000 (08:28 +0200)]
Merge pull request #11437 from owncloud/add-import-filter

Add CssImportFilter. More elegant fix for documents#348

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 7 Oct 2014 05:54:46 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoAdd CssImportFilter. More elegant fix for documents#348
Victor Dubiniuk [Mon, 6 Oct 2014 16:39:02 +0000 (19:39 +0300)]
Add CssImportFilter. More elegant fix for documents#348

10 years agoMerge pull request #11390 from Nemesiz/master
Morris Jobke [Mon, 6 Oct 2014 12:25:27 +0000 (14:25 +0200)]
Merge pull request #11390 from Nemesiz/master

Preview large TXT files fix

10 years agoMerge pull request #11392 from owncloud/fix_version_previews
Morris Jobke [Mon, 6 Oct 2014 11:03:48 +0000 (13:03 +0200)]
Merge pull request #11392 from owncloud/fix_version_previews

we also encrypt/decrypt files in the versions folder

10 years agowe also encrypt/decrypt files in the versions folder for previews and if encryption...
Bjoern Schiessle [Thu, 2 Oct 2014 10:55:46 +0000 (12:55 +0200)]
we also encrypt/decrypt files in the versions folder for previews and if encryption is enabled/disabled

10 years agofix for issue #10483
michag86 [Mon, 6 Oct 2014 06:53:12 +0000 (08:53 +0200)]
fix for issue #10483

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 6 Oct 2014 05:54:57 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11424 from owncloud/add-assets-to-gitignore
Morris Jobke [Sun, 5 Oct 2014 20:18:54 +0000 (22:18 +0200)]
Merge pull request #11424 from owncloud/add-assets-to-gitignore

add /assets to gitignore

10 years agoadd /assets to gitignore
Morris Jobke [Sun, 5 Oct 2014 19:19:25 +0000 (21:19 +0200)]
add /assets to gitignore

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 5 Oct 2014 05:54:50 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11411 from oparoz/imagick-bitmap-previews
Morris Jobke [Sat, 4 Oct 2014 16:26:59 +0000 (18:26 +0200)]
Merge pull request #11411 from oparoz/imagick-bitmap-previews

Bitmap class to handle all Imagick conversions to bitmap

10 years agoNew generic class for Imagemagick conversions
Olivier Paroz [Sat, 4 Oct 2014 15:50:12 +0000 (17:50 +0200)]
New generic class for Imagemagick conversions

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 4 Oct 2014 05:54:35 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 3 Oct 2014 05:54:35 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoPreview large TXT files fix
Nmz [Thu, 2 Oct 2014 09:47:39 +0000 (12:47 +0300)]
Preview large TXT files fix

Limit the size of the string generating the preview image for TXT files

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 2 Oct 2014 05:54:48 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agofix changed variable name
Arthur Schiwon [Wed, 1 Oct 2014 19:44:36 +0000 (21:44 +0200)]
fix changed variable name

10 years agofix position and style of sort indicator
Jan-Christoph Borchardt [Wed, 1 Oct 2014 13:21:28 +0000 (15:21 +0200)]
fix position and style of sort indicator

10 years agoMerge pull request #10104 from owncloud/s3-overwrite
Lukas Reschke [Wed, 1 Oct 2014 11:07:28 +0000 (13:07 +0200)]
Merge pull request #10104 from owncloud/s3-overwrite

Fix S3 copy and rename overwriting target directory

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 1 Oct 2014 10:56:17 +0000 (06:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11356 from owncloud/redirect-only-to-the-same-domain
Lukas Reschke [Wed, 1 Oct 2014 10:47:43 +0000 (12:47 +0200)]
Merge pull request #11356 from owncloud/redirect-only-to-the-same-domain

Redirect only to absolute URL

10 years agomake scrutinizer happy, very minor changes
Arthur Schiwon [Wed, 1 Oct 2014 09:55:53 +0000 (11:55 +0200)]
make scrutinizer happy, very minor changes

10 years agoMerge pull request #11368 from owncloud/use-svg-previews
Lukas Reschke [Wed, 1 Oct 2014 09:15:50 +0000 (11:15 +0200)]
Merge pull request #11368 from owncloud/use-svg-previews

Use SVG previews for public sharing

10 years agoMerge pull request #11303 from owncloud/addFilelockToConfig
Lukas Reschke [Wed, 1 Oct 2014 08:43:18 +0000 (10:43 +0200)]
Merge pull request #11303 from owncloud/addFilelockToConfig

Add flock to config

10 years agoinit a new paged search on read operations to satisfy OpenLDAP
Arthur Schiwon [Tue, 30 Sep 2014 15:00:25 +0000 (17:00 +0200)]
init a new paged search on read operations to satisfy OpenLDAP

10 years agoMerge pull request #11365 from owncloud/fix-phpdoc
Morris Jobke [Tue, 30 Sep 2014 14:15:37 +0000 (16:15 +0200)]
Merge pull request #11365 from owncloud/fix-phpdoc

Fix PHPDoc

10 years agoMerge pull request #11366 from owncloud/invalid-doc
Morris Jobke [Tue, 30 Sep 2014 14:12:58 +0000 (16:12 +0200)]
Merge pull request #11366 from owncloud/invalid-doc

Remove invalid PHPDoc