]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoset password field placeholder back if passward was disabled
Bjoern Schiessle [Wed, 15 Oct 2014 10:30:31 +0000 (12:30 +0200)]
set password field placeholder back if passward was disabled

10 years agoMerge pull request #11590 from owncloud/publiclinkscrollanimatefix
Vincent Petry [Wed, 15 Oct 2014 08:52:29 +0000 (10:52 +0200)]
Merge pull request #11590 from owncloud/publiclinkscrollanimatefix

Use body element when animating scroll in public page

10 years agoUse body element when animating scroll in public page
Vincent Petry [Wed, 15 Oct 2014 08:14:20 +0000 (10:14 +0200)]
Use body element when animating scroll in public page

In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.

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

10 years agoMerge pull request #11556 from owncloud/cache-js-and-css
Jörn Friedrich Dreyer [Tue, 14 Oct 2014 08:41:10 +0000 (10:41 +0200)]
Merge pull request #11556 from owncloud/cache-js-and-css

adding cache control headers for css and js - fixes #11496

10 years agoMerge pull request #11534 from owncloud/issue/11500
Vincent Petry [Tue, 14 Oct 2014 07:16:31 +0000 (09:16 +0200)]
Merge pull request #11534 from owncloud/issue/11500

Issue/11500 Do not set overwrite* settings by default

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

10 years agoadding cache control headers for css and js - fixes #11496
Thomas Müller [Tue, 14 Oct 2014 04:36:53 +0000 (06:36 +0200)]
adding cache control headers for css and js - fixes #11496

10 years agoSet overwritemailurl* configs on setup
Joas Schilling [Mon, 13 Oct 2014 09:18:24 +0000 (11:18 +0200)]
Set overwritemailurl* configs on setup

Correctly use overwritemailurl value when generating absolute urls in CLI

Fix #11500

Rename the config to *cli

Add overwrite.cli.url to the sample config

Revert separator fix, fixes unit test

10 years agoMerge pull request #11543 from owncloud/closeSessionForAppsLoading
Thomas Müller [Mon, 13 Oct 2014 15:59:12 +0000 (17:59 +0200)]
Merge pull request #11543 from owncloud/closeSessionForAppsLoading

Close session when loading apps

10 years agoMerge pull request #11546 from owncloud/users-deletewithfilecache
Vincent Petry [Mon, 13 Oct 2014 15:27:13 +0000 (17:27 +0200)]
Merge pull request #11546 from owncloud/users-deletewithfilecache

Retrieve storage numeric id earlier when still available

10 years agoMerge pull request #11542 from owncloud/fix_failing_unit_tests
Björn Schießle [Mon, 13 Oct 2014 15:01:13 +0000 (17:01 +0200)]
Merge pull request #11542 from owncloud/fix_failing_unit_tests

distinguish between file dependent shares and other shares

10 years agoMerge pull request #11537 from owncloud/filenamewithzeroes
Vincent Petry [Mon, 13 Oct 2014 14:56:11 +0000 (16:56 +0200)]
Merge pull request #11537 from owncloud/filenamewithzeroes

Fixed array detection on public download

10 years agoRetrieve storage numeric id earlier when still available
Vincent Petry [Mon, 13 Oct 2014 13:52:48 +0000 (15:52 +0200)]
Retrieve storage numeric id earlier when still available

The numeric id is only available before the storage entry is deleted, so
get it at that time.

10 years agodistinguish between file dependent shares and other shares
Bjoern Schiessle [Mon, 13 Oct 2014 12:49:16 +0000 (14:49 +0200)]
distinguish between file dependent shares and other shares

10 years agoClose session when loading apps
Lukas Reschke [Mon, 13 Oct 2014 13:03:44 +0000 (15:03 +0200)]
Close session when loading apps

Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.

10 years agoFixed array detection on public download
Vincent Petry [Mon, 13 Oct 2014 10:54:21 +0000 (12:54 +0200)]
Fixed array detection on public download

When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.

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

10 years agoMerge pull request #11367 from owncloud/removeIsMimeSupported
Lukas Reschke [Sun, 12 Oct 2014 17:45:00 +0000 (19:45 +0200)]
Merge pull request #11367 from owncloud/removeIsMimeSupported

Remove uneeded slicing of element

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

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

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