]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoAllow apps to create custom session handlers.
ringmaster [Mon, 12 May 2014 15:08:28 +0000 (11:08 -0400)]
Allow apps to create custom session handlers.

10 years agoMerge pull request #8482 from owncloud/public-logger
Thomas Müller [Mon, 12 May 2014 14:40:58 +0000 (16:40 +0200)]
Merge pull request #8482 from owncloud/public-logger

Make logger available in the container

10 years agoadding unit test for message interpolation
Thomas Müller [Mon, 12 May 2014 12:16:54 +0000 (14:16 +0200)]
adding unit test for message interpolation

10 years agofix missing spaces
Morris Jobke [Mon, 12 May 2014 11:32:03 +0000 (13:32 +0200)]
fix missing spaces

10 years agoMerge pull request #8041 from owncloud/files-sortcolumns
Vincent Petry [Mon, 12 May 2014 10:50:27 +0000 (12:50 +0200)]
Merge pull request #8041 from owncloud/files-sortcolumns

File list sorting by clicking on column headers

10 years agoadding interpolation as requested by PSR-3
Thomas Müller [Mon, 12 May 2014 08:54:09 +0000 (10:54 +0200)]
adding interpolation as requested by PSR-3

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

10 years agoMerge pull request #8541 from owncloud/hardenIsSubDirectory
Morris Jobke [Sun, 11 May 2014 23:42:25 +0000 (01:42 +0200)]
Merge pull request #8541 from owncloud/hardenIsSubDirectory

Harden issubdirectory()

10 years agoMerge pull request #8540 from owncloud/fix-undefined
Morris Jobke [Sun, 11 May 2014 23:32:05 +0000 (01:32 +0200)]
Merge pull request #8540 from owncloud/fix-undefined

$owner is not defined here

10 years agoMerge pull request #8477 from owncloud/better-controllers
Morris Jobke [Sun, 11 May 2014 23:07:49 +0000 (01:07 +0200)]
Merge pull request #8477 from owncloud/better-controllers

Better appframework controllers

10 years agoMerge pull request #8274 from owncloud/appframework-db
Morris Jobke [Sun, 11 May 2014 22:12:19 +0000 (00:12 +0200)]
Merge pull request #8274 from owncloud/appframework-db

Port database layer from appframework to core

10 years agoMerge pull request #8518 from owncloud/multiselect-width-fix
Morris Jobke [Sun, 11 May 2014 21:41:35 +0000 (23:41 +0200)]
Merge pull request #8518 from owncloud/multiselect-width-fix

reduce multiselect max-width from 400 to 200px to not take too much space

10 years agouse new controllermethodreflector for corsmiddleware
Bernhard Posselt [Sun, 11 May 2014 15:55:59 +0000 (17:55 +0200)]
use new controllermethodreflector for corsmiddleware

10 years agoFix typo
Bernhard Posselt [Sun, 11 May 2014 12:00:10 +0000 (14:00 +0200)]
Fix typo

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 agoRename issubdirectory to isSubDirectory
Lukas Reschke [Sun, 11 May 2014 13:50:59 +0000 (15:50 +0200)]
Rename issubdirectory to isSubDirectory

10 years agoHarden issubdirectory()
Lukas Reschke [Sun, 11 May 2014 13:49:19 +0000 (15:49 +0200)]
Harden issubdirectory()

realpath() may return false in case the directory does not exist since we can not be sure how different PHP versions may behave here we do an additional check whether realpath returned false

10 years ago$owner is not defined here
Lukas Reschke [Sun, 11 May 2014 13:34:54 +0000 (15:34 +0200)]
$owner is not defined here

Fixes https://github.com/owncloud/core/issues/8539

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

10 years agoMake db connection protected
Bernhard Posselt [Sun, 11 May 2014 10:54:44 +0000 (12:54 +0200)]
Make db connection protected

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 ago- make logger available in the container
Bernhard Posselt [Tue, 6 May 2014 23:55:06 +0000 (01:55 +0200)]
- make logger available in the container
- inject logger class into log
- adding PHPDoc comments and fixing typos

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 agoreduce multiselect max-width from 400 to 200px to not take too much space
Jan-Christoph Borchardt [Fri, 9 May 2014 09:09:31 +0000 (11:09 +0200)]
reduce multiselect max-width from 400 to 200px to not take too much space

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