]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoDelete target file for unsuccessful copy/rename
Vincent Petry [Wed, 25 Feb 2015 11:44:44 +0000 (12:44 +0100)]
Delete target file for unsuccessful copy/rename

9 years agoProperly detect streamCopy errors
Vincent Petry [Mon, 23 Feb 2015 11:31:22 +0000 (12:31 +0100)]
Properly detect streamCopy errors

Now checking whether the written bytes match the number of read bytes.

9 years agoMerge pull request #14500 from owncloud/fileglobalgc-cleanup
Thomas Müller [Wed, 25 Feb 2015 14:41:57 +0000 (06:41 -0800)]
Merge pull request #14500 from owncloud/fileglobalgc-cleanup

Cleanup garbage collection for global file cache

9 years agoMerge pull request #10735 from owncloud/use_remote_addr
Robin McCorkell [Wed, 25 Feb 2015 13:24:39 +0000 (13:24 +0000)]
Merge pull request #10735 from owncloud/use_remote_addr

Use getRemoteAddress which supports reverse proxies

9 years agoCleanup garbage collection for global file cache
Robin Appelman [Wed, 25 Feb 2015 13:13:58 +0000 (14:13 +0100)]
Cleanup garbage collection for global file cache

9 years agoMerge pull request #14462 from owncloud/add-some-php-docs
Thomas Müller [Wed, 25 Feb 2015 10:53:22 +0000 (02:53 -0800)]
Merge pull request #14462 from owncloud/add-some-php-docs

Add some PHPDocs

9 years agoMerge pull request #14460 from owncloud/revive/12971
Thomas Müller [Wed, 25 Feb 2015 10:52:25 +0000 (02:52 -0800)]
Merge pull request #14460 from owncloud/revive/12971

Add support for sftp custom port

9 years agoMerge pull request #14458 from owncloud/revive/11157
Thomas Müller [Wed, 25 Feb 2015 10:51:46 +0000 (02:51 -0800)]
Merge pull request #14458 from owncloud/revive/11157

Get the real protocol behind several proxies

9 years agoMerge pull request #14475 from owncloud/fix-ext-owncloud
Robin McCorkell [Wed, 25 Feb 2015 10:39:25 +0000 (10:39 +0000)]
Merge pull request #14475 from owncloud/fix-ext-owncloud

Fix bugs in ownCloud external storage

9 years agoMerge pull request #13741 from owncloud/autotest_improvements
Thomas Müller [Wed, 25 Feb 2015 10:31:14 +0000 (02:31 -0800)]
Merge pull request #13741 from owncloud/autotest_improvements

Better config cleanup in autotest.sh

9 years agoMerge pull request #14151 from owncloud/update-sabre2.1
Thomas Müller [Wed, 25 Feb 2015 10:21:55 +0000 (02:21 -0800)]
Merge pull request #14151 from owncloud/update-sabre2.1

Sabre Update to 2.1

9 years agoFix bugs in ownCloud external storage
Robin McCorkell [Tue, 24 Feb 2015 23:06:47 +0000 (23:06 +0000)]
Fix bugs in ownCloud external storage

9 years agoRemove locks plugin.
Thomas Müller [Mon, 23 Feb 2015 12:49:23 +0000 (13:49 +0100)]
Remove locks plugin.
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)

9 years agoMerge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-sorting
Vincent Petry [Wed, 25 Feb 2015 09:30:14 +0000 (10:30 +0100)]
Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-sorting

Update naturalsort_defaultcollator.php. Fixes #13982

9 years agoMerge pull request #14471 from owncloud/always-load-authentication-apps
Thomas Müller [Wed, 25 Feb 2015 07:31:40 +0000 (23:31 -0800)]
Merge pull request #14471 from owncloud/always-load-authentication-apps

Always load authentication apps

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 Feb 2015 06:55:51 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoAdd PHPunit test for DefaultCollator
AW-UC [Tue, 24 Feb 2015 22:51:08 +0000 (23:51 +0100)]
Add PHPunit test for DefaultCollator

This extends Test_NaturalSort to include a basic test for
\OC\NaturalSort_DefaultCollator()

9 years agoFix sorting for files that only differ in case.
AW-UC [Tue, 24 Feb 2015 22:50:38 +0000 (23:50 +0100)]
Fix sorting for files that only differ in case.

9 years agoAlways load authentication apps
Lukas Reschke [Tue, 24 Feb 2015 17:00:26 +0000 (18:00 +0100)]
Always load authentication apps

The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared.

In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7)

Backport to 8 might be something to consider.

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

9 years agoMerge pull request #14068 from owncloud/autotest-external-sftp
Thomas Müller [Tue, 24 Feb 2015 16:06:27 +0000 (08:06 -0800)]
Merge pull request #14068 from owncloud/autotest-external-sftp

[files_external] sftp tests

9 years agoMerge pull request #13740 from owncloud/fix-12190-2
Lukas Reschke [Tue, 24 Feb 2015 15:37:49 +0000 (16:37 +0100)]
Merge pull request #13740 from owncloud/fix-12190-2

Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups

9 years agoMerge pull request #14400 from owncloud/fix-cron-deadlock
Lukas Reschke [Tue, 24 Feb 2015 15:16:48 +0000 (16:16 +0100)]
Merge pull request #14400 from owncloud/fix-cron-deadlock

Use flock instead of just checking if there is a file to prevent deadloc...

9 years agouse flock instead of just checking if there is a file to prevent deadlocks when the...
Bernhard Posselt [Fri, 20 Feb 2015 12:10:16 +0000 (13:10 +0100)]
use flock instead of just checking if there is a file to prevent deadlocks when the process crashed or the unlink wasnt done

move cron.lock into top directory to prevent external storage issues

use tmp directory lock file

use new config interface

incorporate #13770

add dots

9 years agoMerge pull request #14195 from owncloud/activity-manager-performance-improvements
Lukas Reschke [Tue, 24 Feb 2015 14:19:15 +0000 (15:19 +0100)]
Merge pull request #14195 from owncloud/activity-manager-performance-improvements

Activity manager performance improvements

9 years agoMerge pull request #14282 from owncloud/disable-non-shipped-apps-master
Thomas Müller [Tue, 24 Feb 2015 13:39:45 +0000 (14:39 +0100)]
Merge pull request #14282 from owncloud/disable-non-shipped-apps-master

3rd-party apps are disabled on upgrade

9 years agoMerge pull request #14461 from owncloud/fix-code-that-never-worked
Thomas Müller [Tue, 24 Feb 2015 13:00:43 +0000 (14:00 +0100)]
Merge pull request #14461 from owncloud/fix-code-that-never-worked

Fix code that never worked

9 years agoMerge pull request #11555 from goodkiller/patch-1
Joas Schilling [Tue, 24 Feb 2015 12:58:41 +0000 (13:58 +0100)]
Merge pull request #11555 from goodkiller/patch-1

Update group.php

9 years agoMerge pull request #13340 from owncloud/use-http-only
Lukas Reschke [Tue, 24 Feb 2015 12:50:49 +0000 (13:50 +0100)]
Merge pull request #13340 from owncloud/use-http-only

Use "HTTPOnly" for cookies when logging out

9 years agoAdd some PHPDocs
Lukas Reschke [Tue, 24 Feb 2015 12:30:28 +0000 (13:30 +0100)]
Add some PHPDocs

My IDE was crying...

9 years agoUse [0] instead of current as HHVM might have problems with that
Lukas Reschke [Tue, 24 Feb 2015 12:37:34 +0000 (13:37 +0100)]
Use [0] instead of current as HHVM might have problems with that

9 years agoMerge pull request #14459 from owncloud/fix-oracle
Lukas Reschke [Tue, 24 Feb 2015 12:35:07 +0000 (13:35 +0100)]
Merge pull request #14459 from owncloud/fix-oracle

Dont break code which relies on the cursor being open after insert/updat...

9 years agoFix code that never worked
Lukas Reschke [Tue, 24 Feb 2015 12:26:23 +0000 (13:26 +0100)]
Fix code that never worked

Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013…

9 years agoFix code style as per review
Lukas Reschke [Tue, 24 Feb 2015 12:22:12 +0000 (13:22 +0100)]
Fix code style as per review

9 years agoAdd support for sftp custom port
SA [Fri, 19 Dec 2014 13:19:51 +0000 (08:19 -0500)]
Add support for sftp custom port

9 years agoDont break code which relies on the cursor being open after insert/update/delete
Bernhard Posselt [Tue, 24 Feb 2015 11:58:36 +0000 (12:58 +0100)]
Dont break code which relies on the cursor being open after insert/update/delete

9 years agoprint app upgrade information to console as well
Thomas Müller [Tue, 24 Feb 2015 11:52:16 +0000 (12:52 +0100)]
print app upgrade information to console as well

9 years ago3rd-party apps are only disabled in case core is upgraded
Thomas Müller [Tue, 24 Feb 2015 11:51:55 +0000 (12:51 +0100)]
3rd-party apps are only disabled in case core is upgraded

9 years agoGet the real protocol behind several proxies
Lukas Reschke [Tue, 24 Feb 2015 11:24:55 +0000 (12:24 +0100)]
Get the real protocol behind several proxies

X-Forwarded-Proto contains a list of protocols if ownCloud is behind multiple reverse proxies.

This is a revival of https://github.com/owncloud/core/pull/11157 using the new IRequest public API.

9 years agoMerge pull request #10830 from Finkregh/patch-1
Lukas Reschke [Tue, 24 Feb 2015 11:13:55 +0000 (12:13 +0100)]
Merge pull request #10830 from Finkregh/patch-1

add question about user-backend

9 years agoshipped and 3rd-party apps of type authentication and session will remain enabled...
Thomas Müller [Thu, 19 Feb 2015 14:59:20 +0000 (15:59 +0100)]
shipped and 3rd-party apps of type authentication and session will remain enabled during update

9 years ago3rd-party apps are disabled on upgrade - refs #14026
Thomas Müller [Tue, 17 Feb 2015 11:00:39 +0000 (12:00 +0100)]
3rd-party apps are disabled on upgrade - refs #14026

9 years agoMerge pull request #10599 from owncloud/move_passwordchange_text
Lukas Reschke [Tue, 24 Feb 2015 10:54:17 +0000 (11:54 +0100)]
Merge pull request #10599 from owncloud/move_passwordchange_text

Make the password changed msg inline to fix #10242

9 years agoUse getRemoteAddress which supports reverse proxies
Lukas Reschke [Tue, 24 Feb 2015 10:49:40 +0000 (11:49 +0100)]
Use getRemoteAddress which supports reverse proxies

Breaking change for 8.1 wiki (Security > Administrators):

The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.

9 years agoMerge pull request #14009 from owncloud/installing-installed-apps-is-stupid
Thomas Müller [Tue, 24 Feb 2015 09:34:06 +0000 (10:34 +0100)]
Merge pull request #14009 from owncloud/installing-installed-apps-is-stupid

don't allow installation of already installed apps - fixes #14004

9 years agoMerge pull request #14419 from owncloud/preview_apostrophe_fix
Joas Schilling [Tue, 24 Feb 2015 08:58:53 +0000 (09:58 +0100)]
Merge pull request #14419 from owncloud/preview_apostrophe_fix

fix issue with previews not being displayed if filename contains apostrophe

9 years agoMerge pull request #14442 from owncloud/fix-oracle-ci-master
Lukas Reschke [Tue, 24 Feb 2015 08:20:59 +0000 (09:20 +0100)]
Merge pull request #14442 from owncloud/fix-oracle-ci-master

Close the cursor after the affected count has been extracted.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 24 Feb 2015 06:54:58 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoapp store can be used with any edition
Thomas Müller [Wed, 18 Feb 2015 22:51:18 +0000 (23:51 +0100)]
app store can be used with any edition

9 years agodon't allow installation of already installed apps - fixes #14004
Thomas Müller [Mon, 9 Feb 2015 21:48:27 +0000 (22:48 +0100)]
don't allow installation of already installed apps - fixes #14004

9 years agoMerge pull request #14433 from owncloud/fix-public-php
Thomas Müller [Mon, 23 Feb 2015 21:43:51 +0000 (22:43 +0100)]
Merge pull request #14433 from owncloud/fix-public-php

Use `getParam` instead of `server`

9 years agoMerge pull request #14416 from owncloud/setup-command
Thomas Müller [Mon, 23 Feb 2015 21:41:10 +0000 (22:41 +0100)]
Merge pull request #14416 from owncloud/setup-command

Setup command

9 years agoShow a empty response for GET on non-files instead of the Browser Plugin
Lukas Reschke [Wed, 18 Feb 2015 12:41:42 +0000 (13:41 +0100)]
Show a empty response for GET on non-files instead of the Browser Plugin

9 years agoRemoved broken webdav tests
Vincent Petry [Thu, 19 Feb 2015 15:10:38 +0000 (16:10 +0100)]
Removed broken webdav tests

The encryption webdav tests are too broad and do not qualify as unit
test. Also, since the sabre upgrade they are not fixable.
The matching functionality is already tested in other classes on a
smaller scale.

9 years agoSabre Update to 2.1
Vincent Petry [Thu, 12 Feb 2015 11:29:01 +0000 (12:29 +0100)]
Sabre Update to 2.1

- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
  (less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
  httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity

9 years agoMerge pull request #13439 from owncloud/app-filter
Thomas Müller [Mon, 23 Feb 2015 20:51:53 +0000 (21:51 +0100)]
Merge pull request #13439 from owncloud/app-filter

Make the search box filter apps

9 years agoproperly initialize OC::$WEBROOT and host name
Thomas Müller [Mon, 23 Feb 2015 20:49:35 +0000 (21:49 +0100)]
properly initialize OC::$WEBROOT and host name

9 years agoMerge pull request #14119 from owncloud/dbal251
Thomas Müller [Mon, 23 Feb 2015 19:59:51 +0000 (20:59 +0100)]
Merge pull request #14119 from owncloud/dbal251

Update doctrine/dbal to 2.5.1 #13537

9 years agoFix error handling
Thomas Müller [Mon, 23 Feb 2015 16:46:08 +0000 (17:46 +0100)]
Fix error handling

9 years agoClose the cursor after the affected count has been extracted.
Thomas Müller [Mon, 23 Feb 2015 16:17:20 +0000 (17:17 +0100)]
Close the cursor after the affected count has been extracted.

9 years agoimplement command maintenance:install
Thomas Müller [Sat, 21 Feb 2015 19:52:32 +0000 (20:52 +0100)]
implement command maintenance:install

9 years agoFix namespace of OC_Setup -> \OC\Setup
Thomas Müller [Sat, 21 Feb 2015 19:51:50 +0000 (20:51 +0100)]
Fix namespace of OC_Setup -> \OC\Setup

9 years agoMerge pull request #14439 from owncloud/fix-ajax-files-external
Lukas Reschke [Mon, 23 Feb 2015 15:29:45 +0000 (16:29 +0100)]
Merge pull request #14439 from owncloud/fix-ajax-files-external

Fix Ajax type casting for files_external

9 years agoMerge pull request #13829 from owncloud/appmanager-list
Vincent Petry [Mon, 23 Feb 2015 15:03:32 +0000 (16:03 +0100)]
Merge pull request #13829 from owncloud/appmanager-list

Better caching for enabled apps

9 years agoFix Ajax type casting for files_external
Robin McCorkell [Mon, 23 Feb 2015 14:57:37 +0000 (14:57 +0000)]
Fix Ajax type casting for files_external

9 years agoAdded unit test for app filter
Vincent Petry [Mon, 23 Feb 2015 14:29:25 +0000 (15:29 +0100)]
Added unit test for app filter

9 years agoUse `getParam` instead of `server`
Lukas Reschke [Mon, 23 Feb 2015 13:07:42 +0000 (14:07 +0100)]
Use `getParam` instead of `server`

`server` is completely wrong here and this will not work on master. With `getParam` it will work fine though.

Testplan:
- [ ] Without patch: Share a file and try to access `http://localhost/public.php?service=files&t=THESHAREDTOKEN` => Fails
- [ ] With patch: Try the same => Works

Master only.

9 years agoMerge pull request #14427 from owncloud/fix-some-php-docs
Bernhard Posselt [Mon, 23 Feb 2015 13:04:35 +0000 (14:04 +0100)]
Merge pull request #14427 from owncloud/fix-some-php-docs

Fix some PHPDocs

9 years agoMerge pull request #14403 from owncloud/update-license-headers
Thomas Müller [Mon, 23 Feb 2015 12:53:16 +0000 (13:53 +0100)]
Merge pull request #14403 from owncloud/update-license-headers

Update license headers

9 years agoFix some PHPDocs
Lukas Reschke [Mon, 23 Feb 2015 11:19:52 +0000 (12:19 +0100)]
Fix some PHPDocs

9 years agoUpdating license headers
Jenkins for ownCloud [Mon, 23 Feb 2015 10:28:53 +0000 (05:28 -0500)]
Updating license headers

9 years agoMerge pull request #14422 from owncloud/use-off-and-off
Thomas Müller [Mon, 23 Feb 2015 10:12:53 +0000 (11:12 +0100)]
Merge pull request #14422 from owncloud/use-off-and-off

Use "off" and "off" instead of true booleans

9 years agoMerge pull request #14275 from chris-se/master
Lukas Reschke [Mon, 23 Feb 2015 09:25:13 +0000 (10:25 +0100)]
Merge pull request #14275 from chris-se/master

DAV authentication: use Owncloud's internal user instead of HTTP auth one

9 years agoUse "off" and "off" instead of true booleans
Lukas Reschke [Mon, 23 Feb 2015 08:40:15 +0000 (09:40 +0100)]
Use "off" and "off" instead of true booleans

Apparently a boolean in php.ini is according to the documentation "on" or "off"…

Fixes itself.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 23 Feb 2015 06:55:10 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoAdding .mailmap - helps to add unified authors to the license header
Thomas Müller [Fri, 20 Feb 2015 14:08:46 +0000 (15:08 +0100)]
Adding .mailmap - helps to add unified authors to the license header

9 years agophp script which updates the license header in all php file in the repo
Thomas Müller [Fri, 20 Feb 2015 11:16:23 +0000 (12:16 +0100)]
php script which updates the license header in all php file in the repo

9 years agoMerge pull request #14414 from owncloud/add-ini-helper
Thomas Müller [Sun, 22 Feb 2015 19:44:02 +0000 (20:44 +0100)]
Merge pull request #14414 from owncloud/add-ini-helper

Add helper to check for `ini` values in `OC_Util::checkServer`

9 years agoMerge pull request #14413 from owncloud/verify-php-before-running-tests-2
Thomas Müller [Sun, 22 Feb 2015 19:36:07 +0000 (20:36 +0100)]
Merge pull request #14413 from owncloud/verify-php-before-running-tests-2

Check for PHP configuration before executing unit tests

9 years agofix issue with previews not being displayed if filename contains apostrophe
Georg Ehrke [Sun, 22 Feb 2015 15:51:16 +0000 (16:51 +0100)]
fix issue with previews not being displayed if filename contains apostrophe

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 Feb 2015 06:54:42 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoAdd expected values to default config as well
Lukas Reschke [Sat, 21 Feb 2015 11:17:59 +0000 (12:17 +0100)]
Add expected values to default config as well

9 years agoAdd helper to check for `ini` values in `OC_Util::checkServer`
Lukas Reschke [Sat, 21 Feb 2015 11:12:34 +0000 (12:12 +0100)]
Add helper to check for `ini` values in `OC_Util::checkServer`

This allows to check for specific values in the PHP.ini that ownCloud requires for full compatibility.

`mbstring.func_overload`: https://github.com/owncloud/core/issues/14372
`output_buffering`: http://doc.owncloud.org/server/8.0/admin_manual/configuration/big_file_upload_configuration.html#configuring-php

Fixes https://github.com/owncloud/core/issues/14372 and https://github.com/owncloud/core/issues/14412

9 years agoCheck for PHP configuration before executing unit tests
Thomas Müller [Sat, 21 Feb 2015 10:51:52 +0000 (11:51 +0100)]
Check for PHP configuration before executing unit tests

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 21 Feb 2015 06:54:38 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13777 from owncloud/close-cursor
Lukas Reschke [Fri, 20 Feb 2015 19:15:22 +0000 (20:15 +0100)]
Merge pull request #13777 from owncloud/close-cursor

Close cursor for appframework and manipulation queries if applicable

9 years agoMerge pull request #13767 from owncloud/issue/13764-mimetype-racecondition
Thomas Müller [Fri, 20 Feb 2015 16:39:17 +0000 (17:39 +0100)]
Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition

Use insertIfNotExists() and reload mimetypes after inserting one

9 years agoMerge pull request #14325 from owncloud/fix-plurals-with-quotes
Lukas Reschke [Fri, 20 Feb 2015 15:35:53 +0000 (16:35 +0100)]
Merge pull request #14325 from owncloud/fix-plurals-with-quotes

Correctly create the expected key for plurals with quotes

9 years agoMerge pull request #14278 from owncloud/fix-index
Lukas Reschke [Fri, 20 Feb 2015 13:56:13 +0000 (14:56 +0100)]
Merge pull request #14278 from owncloud/fix-index

Check if the offset exists before accessing

9 years agoMerge pull request #14359 from owncloud/add-satisfy-all
Lukas Reschke [Fri, 20 Feb 2015 13:55:43 +0000 (14:55 +0100)]
Merge pull request #14359 from owncloud/add-satisfy-all

Add `Satisfy All`

9 years agoAdd constructor to inject collator
AW-UC [Fri, 20 Feb 2015 13:03:34 +0000 (14:03 +0100)]
Add constructor to inject collator

Adding the possibility for instantiating \OC\NaturalSort with an
injected collator. This makes the use of a specific collator enforcable.

9 years agoMerge pull request #13645 from owncloud/fix-breadcrumb-backslash
Morris Jobke [Fri, 20 Feb 2015 12:36:38 +0000 (13:36 +0100)]
Merge pull request #13645 from owncloud/fix-breadcrumb-backslash

Parse backslash as directory separator in breadcrumb

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 20 Feb 2015 06:55:01 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14366 from owncloud/remove-old-l10n-files
Lukas Reschke [Thu, 19 Feb 2015 22:31:21 +0000 (23:31 +0100)]
Merge pull request #14366 from owncloud/remove-old-l10n-files

Remove some old l10n files they arent loaded anymore

9 years agoapply backslash fix to _setCurrentDir
Thomas Müller [Thu, 19 Feb 2015 16:12:29 +0000 (17:12 +0100)]
apply backslash fix to _setCurrentDir

9 years agoMerge pull request #14199 from owncloud/cast-type-manually
Morris Jobke [Thu, 19 Feb 2015 16:19:54 +0000 (17:19 +0100)]
Merge pull request #14199 from owncloud/cast-type-manually

Manually type-cast all AJAX files

9 years agoMerge pull request #13505 from owncloud/streamline-scanning-code
Thomas Müller [Thu, 19 Feb 2015 15:35:05 +0000 (16:35 +0100)]
Merge pull request #13505 from owncloud/streamline-scanning-code

Streamline auth and CSRF check in scan.php

9 years agoMerge pull request #14267 from owncloud/encode-eventsource
Thomas Müller [Thu, 19 Feb 2015 15:21:12 +0000 (16:21 +0100)]
Merge pull request #14267 from owncloud/encode-eventsource

Encode requesttoken

9 years agoMerge pull request #14295 from owncloud/encode-request-token-for-avatars
Thomas Müller [Thu, 19 Feb 2015 15:20:41 +0000 (16:20 +0100)]
Merge pull request #14295 from owncloud/encode-request-token-for-avatars

Encode Requesttoken for avatars

9 years agoMerge pull request #14311 from raimund-schluessler/Fix#14310
Thomas Müller [Thu, 19 Feb 2015 15:17:19 +0000 (16:17 +0100)]
Merge pull request #14311 from raimund-schluessler/Fix#14310

Fix #14310

9 years agoMerge pull request #14377 from owncloud/port-14041
Thomas Müller [Thu, 19 Feb 2015 14:49:30 +0000 (15:49 +0100)]
Merge pull request #14377 from owncloud/port-14041

Port of #14041 to master