]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFix method signature
Bernhard Posselt [Sun, 11 May 2014 11:59:48 +0000 (13:59 +0200)]
Fix method signature

10 years agodefault to null to not fail if type is not annotated via phpdoc
Bernhard Posselt [Wed, 7 May 2014 18:07:52 +0000 (20:07 +0200)]
default to null to not fail if type is not annotated via phpdoc

10 years agoadjust license headers to new mail address
Bernhard Posselt [Tue, 6 May 2014 20:25:05 +0000 (22:25 +0200)]
adjust license headers to new mail address

10 years agorename formatter to responder, formatResponse to buildResponse
Bernhard Posselt [Tue, 6 May 2014 18:25:41 +0000 (20:25 +0200)]
rename formatter to responder, formatResponse to buildResponse

10 years agoadd private property for reflector in security middleware
Bernhard Posselt [Tue, 6 May 2014 17:13:59 +0000 (19:13 +0200)]
add private property for reflector in security middleware

10 years agofix broken if
Bernhard Posselt [Tue, 6 May 2014 17:09:03 +0000 (19:09 +0200)]
fix broken if

10 years agoadd test for not failing when adding more comments after type parameters, do not...
Bernhard Posselt [Tue, 6 May 2014 14:58:39 +0000 (16:58 +0200)]
add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST

10 years agoadd request to dispatcher class
Bernhard Posselt [Tue, 6 May 2014 14:31:08 +0000 (16:31 +0200)]
add request to dispatcher class

10 years agoimplement most of the basic stuff that was suggested in #8290
Bernhard Posselt [Tue, 6 May 2014 14:29:19 +0000 (16:29 +0200)]
implement most of the basic stuff that was suggested in #8290

10 years agoMerge pull request #8504 from owncloud/cors-middleware
Bernhard Posselt [Sun, 11 May 2014 14:54:34 +0000 (16:54 +0200)]
Merge pull request #8504 from owncloud/cors-middleware

Add cors middleware

10 years agoFix method signature
Bernhard Posselt [Sun, 11 May 2014 12:03:58 +0000 (14:03 +0200)]
Fix method signature

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 11 May 2014 05:57:00 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8520 from owncloud/jslint_polishing_in_file_upload
Lukas Reschke [Sat, 10 May 2014 20:43:50 +0000 (22:43 +0200)]
Merge pull request #8520 from owncloud/jslint_polishing_in_file_upload

polish jslint for files-upload.js

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

10 years agoadd cors middleware
Bernhard Posselt [Thu, 8 May 2014 09:47:18 +0000 (11:47 +0200)]
add cors middleware

remove methodannotationreader namespace

fix namespace for server container

fix tests

fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request

remove uneeded  local in cors middleware registratio

dont uppercase cors to easily use it from routes

fix indention

comment fixes

explicitely set allow credentials header to false

dont depend on better controllers PR, fix that stuff later

split cors methods to be in a seperate controller for exposing apis

remove protected definitions from apicontroller since controller has it

10 years agoMerge pull request #7546 from owncloud/no_freaking_tag_dupes
Lukas Reschke [Fri, 9 May 2014 20:10:45 +0000 (22:10 +0200)]
Merge pull request #7546 from owncloud/no_freaking_tag_dupes

Tags cleanup

10 years agopolish jslint for files-upload.js
Jörn Friedrich Dreyer [Fri, 9 May 2014 12:06:59 +0000 (14:06 +0200)]
polish jslint for files-upload.js

10 years agoMerge pull request #8496 from owncloud/fix-folder-icon
Jan-Christoph Borchardt [Fri, 9 May 2014 12:19:26 +0000 (14:19 +0200)]
Merge pull request #8496 from owncloud/fix-folder-icon

fix folder icon (file had a big background rectangle before)

10 years agoMerge pull request #8512 from owncloud/fix-memcached-hasKey
Andreas Fischer [Fri, 9 May 2014 10:41:46 +0000 (12:41 +0200)]
Merge pull request #8512 from owncloud/fix-memcached-hasKey

Be more strict in checking the resultCode of memcached hasKey function

* owncloud/fix-memcached-hasKey:
  Memcached hasKey should test for success, the get can fail for other reasons.

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

10 years agoMerge pull request #8499 from owncloud/shareextstoragemountpointfix
Vincent Petry [Thu, 8 May 2014 20:35:01 +0000 (22:35 +0200)]
Merge pull request #8499 from owncloud/shareextstoragemountpointfix

Fix sharing of ext storage mount points

10 years agoMemcached hasKey should test for success, the get can fail for other reasons.
Bart Visscher [Thu, 8 May 2014 16:11:29 +0000 (18:11 +0200)]
Memcached hasKey should test for success, the get can fail for other reasons.

One of the other failures is no running server.

10 years agoFix getPathById for Oracle
Vincent Petry [Thu, 8 May 2014 11:33:55 +0000 (13:33 +0200)]
Fix getPathById for Oracle

Added extra code to handle the case of Oracle which saves empty strings
as null values.

10 years agoMerge pull request #8493 from owncloud/we-certainly-don't-want-type-juggling-on-that
Andreas Fischer [Thu, 8 May 2014 11:02:48 +0000 (13:02 +0200)]
Merge pull request #8493 from owncloud/we-certainly-don't-want-type-juggling-on-that

Use strict type comparison

* owncloud/we-certainly-don't-want-type-juggling-on-that:
  Use strict type comparison

10 years agoMerge pull request #8293 from owncloud/files_external_fix_readData
Vincent Petry [Thu, 8 May 2014 09:01:54 +0000 (11:01 +0200)]
Merge pull request #8293 from owncloud/files_external_fix_readData

Fix issue with personal mount points and sharing

10 years agoAdded unit test for sharing ext storage mount points
Vincent Petry [Thu, 8 May 2014 09:00:19 +0000 (11:00 +0200)]
Added unit test for sharing ext storage mount points

10 years agoFix sharing of ext storage mount points
Vincent Petry [Wed, 7 May 2014 16:23:00 +0000 (18:23 +0200)]
Fix sharing of ext storage mount points

When sharing an ext storage mount point, it will now use the name of the
mount point instead of an empty string for the target path.

10 years agoMerge pull request #8221 from owncloud/type-hinting-sharing
Vincent Petry [Thu, 8 May 2014 07:30:50 +0000 (09:30 +0200)]
Merge pull request #8221 from owncloud/type-hinting-sharing

Type hinting fixes for sharing

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

10 years agoUse 'boolean' as type instead of 'bool'
Bart Visscher [Wed, 7 May 2014 18:46:08 +0000 (20:46 +0200)]
Use 'boolean' as type instead of 'bool'

10 years agoMerge pull request #8497 from owncloud/sharing_cleanup
Björn Schießle [Wed, 7 May 2014 18:18:41 +0000 (14:18 -0400)]
Merge pull request #8497 from owncloud/sharing_cleanup

[sharing] some small clean ups and bug fixes

10 years agoMerge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanup
Bjoern Schiessle [Wed, 7 May 2014 15:57:32 +0000 (17:57 +0200)]
Merge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanup

10 years agoremove error_log output
Bjoern Schiessle [Wed, 7 May 2014 15:56:52 +0000 (17:56 +0200)]
remove error_log output

10 years agoFix endless loop on windows servers
Joas Schilling [Wed, 7 May 2014 15:37:49 +0000 (17:37 +0200)]
Fix endless loop on windows servers

Directory seperator is \ on windows
However we can just check for path != dirname(path) because that is
the same for '' (empty string), '.' and DIRECTORY_SEPARATOR on all OS

10 years agowe can take the permission directly from the share, no need to call the share api...
Bjoern Schiessle [Wed, 7 May 2014 14:49:07 +0000 (16:49 +0200)]
we can take the permission directly from the share, no need to call the share api first

10 years agoUse strict type comparison
Lukas Reschke [Wed, 7 May 2014 13:11:42 +0000 (15:11 +0200)]
Use strict type comparison

We certainly don't want to have type juggling on that.

10 years agoMerge pull request #8488 from owncloud/sabre-notfoundloglevel
Lukas Reschke [Wed, 7 May 2014 13:05:17 +0000 (15:05 +0200)]
Merge pull request #8488 from owncloud/sabre-notfoundloglevel

Some expected Sabre exceptions are now logged with DEBUG level

10 years agoMerge pull request #8223 from owncloud/fix_linkToPublic
Vincent Petry [Wed, 7 May 2014 12:40:59 +0000 (14:40 +0200)]
Merge pull request #8223 from owncloud/fix_linkToPublic

Fix linkToPublic and linkToAbsolute.

10 years agoMerge pull request #8489 from owncloud/share_updater_ignore_part_files
Vincent Petry [Wed, 7 May 2014 12:31:28 +0000 (14:31 +0200)]
Merge pull request #8489 from owncloud/share_updater_ignore_part_files

[sharing] share updater ignore part files

10 years agocheck if we have a fileinfo
Bjoern Schiessle [Wed, 7 May 2014 09:47:52 +0000 (11:47 +0200)]
check if we have a fileinfo

10 years agoignore part files
Bjoern Schiessle [Wed, 7 May 2014 09:47:27 +0000 (11:47 +0200)]
ignore part files

10 years agoSome expected Sabre exceptions are now logged with DEBUG level
Vincent Petry [Mon, 5 May 2014 09:31:25 +0000 (11:31 +0200)]
Some expected Sabre exceptions are now logged with DEBUG level

10 years agofix folder icon (file had a big background rectangle before)
Jan-Christoph Borchardt [Wed, 7 May 2014 09:13:52 +0000 (11:13 +0200)]
fix folder icon (file had a big background rectangle before)

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

10 years agoMerge pull request #8045 from josh4trunks/nginx_x-accel_send_uri
Vincent Petry [Tue, 6 May 2014 16:41:06 +0000 (18:41 +0200)]
Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uri

Send URI instead of filepath to NGINX for X-Accel

10 years agoTypo
Bart Visscher [Tue, 6 May 2014 16:05:06 +0000 (18:05 +0200)]
Typo

10 years agoMerge pull request #8466 from owncloud/fix-installation-caret
Morris Jobke [Tue, 6 May 2014 12:55:16 +0000 (14:55 +0200)]
Merge pull request #8466 from owncloud/fix-installation-caret

fix enlarged caret on installation page

10 years agofix enlarged caret on installation page
Jan-Christoph Borchardt [Tue, 6 May 2014 10:17:13 +0000 (12:17 +0200)]
fix enlarged caret on installation page

10 years agoMerge pull request #8459 from owncloud/fix-getUserFolder
Morris Jobke [Mon, 5 May 2014 21:08:42 +0000 (23:08 +0200)]
Merge pull request #8459 from owncloud/fix-getUserFolder

fix getUserFolder() of server container

10 years agoMerge pull request #8456 from owncloud/extstorage-unittestssuite
Thomas Müller [Mon, 5 May 2014 17:48:35 +0000 (19:48 +0200)]
Merge pull request #8456 from owncloud/extstorage-unittestssuite

Added ext storage app in autotest unit test run

10 years agoMerge pull request #8458 from snai/master
Vincent Petry [Mon, 5 May 2014 17:45:30 +0000 (19:45 +0200)]
Merge pull request #8458 from snai/master

Updated Owncloud Mailinglist URL

10 years agoMerge pull request #8455 from owncloud/preview-scaleup
icewind1991 [Mon, 5 May 2014 16:24:20 +0000 (18:24 +0200)]
Merge pull request #8455 from owncloud/preview-scaleup

Dont create borders around previews when scaling up is disabled

10 years agofix getUserFolder() of server container
Morris Jobke [Mon, 5 May 2014 16:15:48 +0000 (18:15 +0200)]
fix getUserFolder() of server container

10 years agoUpdated Owncloud Mailinglist URL
Martin Grohmann [Mon, 5 May 2014 15:03:09 +0000 (17:03 +0200)]
Updated Owncloud Mailinglist URL

10 years agoAdded ext storage app in autotest unit test run
Vincent Petry [Mon, 5 May 2014 13:03:10 +0000 (15:03 +0200)]
Added ext storage app in autotest unit test run

To make sure that the dynamic mount config and config classes from
external storages are tested, these are now added into the autotest.sh
test run by enabling the app.

10 years agoDont create borders around previews when scaling up is disabled
Robin Appelman [Mon, 5 May 2014 12:54:34 +0000 (14:54 +0200)]
Dont create borders around previews when scaling up is disabled

10 years agoMerge pull request #8386 from owncloud/fix_6946_master
Vincent Petry [Mon, 5 May 2014 12:08:45 +0000 (14:08 +0200)]
Merge pull request #8386 from owncloud/fix_6946_master

Fix 6946 master

10 years agoMerge pull request #8407 from owncloud/scale-pics-on-public-sharing-master
Thomas Müller [Mon, 5 May 2014 08:12:40 +0000 (10:12 +0200)]
Merge pull request #8407 from owncloud/scale-pics-on-public-sharing-master

Images on public sharing get downscaled to increase use experience - thi...

10 years agoMerge pull request #8442 from owncloud/fix-typo
Thomas Müller [Mon, 5 May 2014 08:03:47 +0000 (10:03 +0200)]
Merge pull request #8442 from owncloud/fix-typo

Fix typo and PHPDoc

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

10 years agoFix PHP Doc and use readable variable name
Lukas Reschke [Sun, 4 May 2014 11:02:58 +0000 (13:02 +0200)]
Fix PHP Doc and use readable variable name

10 years agoDoes also take int or string
Lukas Reschke [Sun, 4 May 2014 11:01:57 +0000 (13:01 +0200)]
Does also take int or string

10 years agoFix typo
Lukas Reschke [Sun, 4 May 2014 10:53:06 +0000 (12:53 +0200)]
Fix typo

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 4 May 2014 05:56:15 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8440 from wakeup/master
Andreas Fischer [Sat, 3 May 2014 21:39:10 +0000 (23:39 +0200)]
Merge pull request #8440 from wakeup/master

Minor changes in config.sample

* wakeup/master:
  Update config.sample.php
  Minor changes in config.sample

10 years agoUpdate config.sample.php
Volkan Gezer [Sat, 3 May 2014 13:38:44 +0000 (15:38 +0200)]
Update config.sample.php

10 years agoMinor changes in config.sample
Volkan Gezer [Sat, 3 May 2014 12:41:36 +0000 (14:41 +0200)]
Minor changes in config.sample

* appcodechecker accepts boolean.
* using different ports in trusted domains

Partially fixes #330

10 years agoMerge pull request #8023 from flyser/master
Morris Jobke [Sat, 3 May 2014 09:49:38 +0000 (11:49 +0200)]
Merge pull request #8023 from flyser/master

Fix setting the max-upload-size for really large values.

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

10 years agoMerge pull request #8171 from owncloud/fix-import
Bernhard Posselt [Fri, 2 May 2014 20:43:19 +0000 (22:43 +0200)]
Merge pull request #8171 from owncloud/fix-import

be nice and use a relative import so people can use the class without fi...

10 years agoMerge pull request #8377 from youngguns-nl/issue_8376
Vincent Petry [Fri, 2 May 2014 16:45:09 +0000 (18:45 +0200)]
Merge pull request #8377 from youngguns-nl/issue_8376

RecursiveDirectoryIterator does not work on NFS

10 years agoload image via javascript and use $(document).width() to determine the proper side...
Thomas Müller [Fri, 2 May 2014 16:36:58 +0000 (18:36 +0200)]
load image via javascript and use $(document).width() to determine the proper side of the image to be returned

10 years agoImages on public sharing get downscaled to increase use experience - this will speed...
Thomas Müller [Tue, 29 Apr 2014 15:07:10 +0000 (17:07 +0200)]
Images on public sharing get downscaled to increase use experience - this will speed up loading time

- adding keep aspect to core/ajax/preview.php
- remove duplicate method Preview::show()
- no more hard coded mimetype of preview
- remove .png from the preview urls
- keep old route preview.png for backwards compatibility
- aspect preserving previews are now cached

10 years agoMerge pull request #8400 from owncloud/download-button-public-folder
Thomas Müller [Fri, 2 May 2014 14:59:09 +0000 (16:59 +0200)]
Merge pull request #8400 from owncloud/download-button-public-folder

reintroduce download button on public shares

10 years agodisable download button if zip download is disabled
Thomas Müller [Fri, 2 May 2014 13:51:41 +0000 (15:51 +0200)]
disable download button if zip download is disabled

10 years agofix position and look of public download button
Jan-Christoph Borchardt [Fri, 2 May 2014 13:24:23 +0000 (15:24 +0200)]
fix position and look of public download button

10 years agoremove unneeded header-right details styles
Jan-Christoph Borchardt [Fri, 2 May 2014 13:14:41 +0000 (15:14 +0200)]
remove unneeded header-right details styles

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

10 years agoMerge pull request #8415 from owncloud/sharing_fix_rename
Björn Schießle [Thu, 1 May 2014 18:58:29 +0000 (14:58 -0400)]
Merge pull request #8415 from owncloud/sharing_fix_rename

[sharing] return the new name if a mount point was renamed

10 years agoCorrect return type for getFilePath
Bart Visscher [Thu, 1 May 2014 16:12:17 +0000 (18:12 +0200)]
Correct return type for getFilePath

10 years agoBetter documentation for isValidSource function
Bart Visscher [Thu, 1 May 2014 16:11:55 +0000 (18:11 +0200)]
Better documentation for isValidSource function

10 years agoSome more params are optional
Bart Visscher [Thu, 1 May 2014 16:11:30 +0000 (18:11 +0200)]
Some more params are optional

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 1 May 2014 05:56:01 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoreturn the new name if a mount point was renamed
Bjoern Schiessle [Wed, 30 Apr 2014 15:30:22 +0000 (17:30 +0200)]
return the new name if a mount point was renamed

10 years agoMerge pull request #8412 from owncloud/sharing_fix_part_file_rename
Lukas Reschke [Wed, 30 Apr 2014 15:52:29 +0000 (17:52 +0200)]
Merge pull request #8412 from owncloud/sharing_fix_part_file_rename

[sharing] fix rename of part files

10 years agoMerge pull request #8391 from owncloud/router-parameter-sorting
Thomas Müller [Wed, 30 Apr 2014 13:10:36 +0000 (15:10 +0200)]
Merge pull request #8391 from owncloud/router-parameter-sorting

Preserve keys when sorting parameters when generatings urls

10 years agoMerge pull request #8404 from owncloud/fix-checkboxes
Thomas Müller [Wed, 30 Apr 2014 12:51:29 +0000 (14:51 +0200)]
Merge pull request #8404 from owncloud/fix-checkboxes

Fixed too generic checkbox and link selectors

10 years agoMerge pull request #8408 from owncloud/delete-spinner
Morris Jobke [Wed, 30 Apr 2014 12:51:02 +0000 (14:51 +0200)]
Merge pull request #8408 from owncloud/delete-spinner

Show spinner for all files when deleting all

10 years agoMerge pull request #8405 from owncloud/remove-leftcontent-rightcontent
Morris Jobke [Wed, 30 Apr 2014 12:28:33 +0000 (14:28 +0200)]
Merge pull request #8405 from owncloud/remove-leftcontent-rightcontent

remove leftcontent and rightcontent CSS, no longer needed

10 years agoMerge pull request #8132 from owncloud/issue/8131
Thomas Müller [Wed, 30 Apr 2014 11:57:44 +0000 (13:57 +0200)]
Merge pull request #8132 from owncloud/issue/8131

Issue/8131 Fix emitting of filesystem related hooks

10 years agoget the correct owner path for part files
Bjoern Schiessle [Wed, 30 Apr 2014 10:49:16 +0000 (12:49 +0200)]
get the correct owner path for part files

10 years agoonly update the values which really changed
Bjoern Schiessle [Wed, 30 Apr 2014 10:48:16 +0000 (12:48 +0200)]
only update the values which really changed

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 30 Apr 2014 05:57:53 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoShow spinner for all files when deleting all
Vincent Petry [Tue, 29 Apr 2014 15:59:30 +0000 (17:59 +0200)]
Show spinner for all files when deleting all

10 years agoremove file name from upper right button
Thomas Müller [Tue, 29 Apr 2014 15:16:14 +0000 (17:16 +0200)]
remove file name from upper right button

10 years agoremove leftcontent and rightcontent CSS, no longer needed
Jan-Christoph Borchardt [Tue, 29 Apr 2014 14:55:35 +0000 (16:55 +0200)]
remove leftcontent and rightcontent CSS, no longer needed

10 years agoFixed too generic checkbox and link selectors
Vincent Petry [Tue, 29 Apr 2014 14:28:43 +0000 (16:28 +0200)]
Fixed too generic checkbox and link selectors

It turns out that the sharing dropdown is embedded into the table row
for some reason.

This fix makes use of a more specific selector for the checkboxes and
file name links to make sure it doesn't spill into any other potential
elements like the sharing dialog.

10 years agoreintroduce download button on public shares
Thomas Müller [Tue, 29 Apr 2014 13:28:35 +0000 (15:28 +0200)]
reintroduce download button on public shares

10 years agorefs #8376; spaces=>tabs
Sjors van der Pluijm [Tue, 29 Apr 2014 12:59:47 +0000 (14:59 +0200)]
refs #8376; spaces=>tabs

10 years agoMerge pull request #8382 from owncloud/enc_fix_decrypt_all
Vincent Petry [Tue, 29 Apr 2014 10:15:11 +0000 (12:15 +0200)]
Merge pull request #8382 from owncloud/enc_fix_decrypt_all

fix shouldEncrypt() method and improved decryptAll() unit tests