]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge pull request #8566 from owncloud/controller-defaults
Morris Jobke [Tue, 13 May 2014 12:32:07 +0000 (14:32 +0200)]
Merge pull request #8566 from owncloud/controller-defaults

Allow setting of controller default method values through normal PHP default values

10 years agoMerge pull request #8562 from owncloud/better-addmountpoint
Vincent Petry [Tue, 13 May 2014 10:19:41 +0000 (12:19 +0200)]
Merge pull request #8562 from owncloud/better-addmountpoint

Extract mount point merging logic into separate function

10 years agoMerge pull request #8550 from owncloud/fix-sticky-footer
Morris Jobke [Tue, 13 May 2014 09:02:14 +0000 (11:02 +0200)]
Merge pull request #8550 from owncloud/fix-sticky-footer

fix sticky footer on log in page

10 years agomake it possible to omit parameters and use the default parameters from the controlle...
Bernhard Posselt [Tue, 13 May 2014 08:40:49 +0000 (10:40 +0200)]
make it possible to omit parameters and use the default parameters from the controller method

10 years agoMerge pull request #8526 from owncloud/escape-share-emails-master
Vincent Petry [Tue, 13 May 2014 08:29:54 +0000 (10:29 +0200)]
Merge pull request #8526 from owncloud/escape-share-emails-master

escape display name and email

10 years agoMerge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master
Vincent Petry [Tue, 13 May 2014 08:27:41 +0000 (10:27 +0200)]
Merge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master

Rotate thumbnail when encryption is enabled

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

10 years agoExtract mount point merging logic into separate function
Robin McCorkell [Mon, 12 May 2014 23:14:30 +0000 (00:14 +0100)]
Extract mount point merging logic into separate function

10 years agoMerge pull request #8556 from owncloud/kill-legacy-code-master
Thomas Müller [Mon, 12 May 2014 18:55:24 +0000 (20:55 +0200)]
Merge pull request #8556 from owncloud/kill-legacy-code-master

Kill legacy code master

10 years agoMerge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap
Lukas Reschke [Mon, 12 May 2014 17:31:43 +0000 (19:31 +0200)]
Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap

Use proper PHPDoc and variable names in the LDAP lib

10 years agoUse array as type
Lukas Reschke [Mon, 12 May 2014 17:31:21 +0000 (19:31 +0200)]
Use array as type

10 years agoMerge pull request #8553 from owncloud/fix-8549-master
Thomas Müller [Mon, 12 May 2014 15:45:08 +0000 (17:45 +0200)]
Merge pull request #8553 from owncloud/fix-8549-master

adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeade...

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 agoremove legacy aka deprecated code: OC_Cache_FileGlobalGC
Thomas Müller [Mon, 12 May 2014 14:34:47 +0000 (16:34 +0200)]
remove legacy aka deprecated code: OC_Cache_FileGlobalGC

10 years agoremove legacy aka deprecated code: OC_FilesystemView
Thomas Müller [Mon, 12 May 2014 14:30:39 +0000 (16:30 +0200)]
remove legacy aka deprecated code: OC_FilesystemView

10 years agoremove legacy aka deprecated code: OC_Cache
Thomas Müller [Mon, 12 May 2014 14:23:33 +0000 (16:23 +0200)]
remove legacy aka deprecated code: OC_Cache

10 years agoremove legacy aka deprecated code: OC_Filesystem
Thomas Müller [Mon, 12 May 2014 14:20:07 +0000 (16:20 +0200)]
remove legacy aka deprecated code: OC_Filesystem

10 years agoadding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Re...
Thomas Müller [Mon, 12 May 2014 13:14:01 +0000 (15:14 +0200)]
adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place

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 sticky footer on log in page
Jan-Christoph Borchardt [Mon, 12 May 2014 11:40:04 +0000 (13:40 +0200)]
fix sticky footer on log in page

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 agofix style
Thomas Müller [Mon, 12 May 2014 09:30:47 +0000 (11:30 +0200)]
fix style

10 years ago Rotate thumbnail when encryption is enabled
Thomas Müller [Mon, 12 May 2014 09:27:39 +0000 (11:27 +0200)]
 Rotate thumbnail when encryption is enabled

When a picture is encrypted, save it to a temporary file first so that
the PHP function for rotation can access it as file.

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 agoThat's bool and not always true
Lukas Reschke [Sun, 11 May 2014 14:29:59 +0000 (16:29 +0200)]
That's bool and not always true

10 years agoUse WizardResult|false instead of mixed
Lukas Reschke [Sun, 11 May 2014 14:28:50 +0000 (16:28 +0200)]
Use WizardResult|false instead of mixed

10 years agoUse @return instead of @returns
Lukas Reschke [Sun, 11 May 2014 14:27:18 +0000 (16:27 +0200)]
Use @return instead of @returns

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 Typo
Lukas Reschke [Sun, 11 May 2014 13:24:42 +0000 (15:24 +0200)]
Fix Typo

I guess that should be `default` and not `defautl`, wondering how this ever worked.

10 years agoUse proper PHPDoc and variable names in the LDAP lib
Lukas Reschke [Sun, 11 May 2014 13:17:27 +0000 (15:17 +0200)]
Use proper PHPDoc and variable names in the LDAP lib

My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this.

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 agoescape display name and email
Thomas Müller [Fri, 9 May 2014 21:12:26 +0000 (23:12 +0200)]
escape display name and email

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.