]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #24814 from owncloud/fix-psr4-external-maste
Vincent Petry [Wed, 25 May 2016 07:12:17 +0000 (09:12 +0200)]
Merge pull request #24814 from owncloud/fix-psr4-external-maste

Move Stuff to PSR-4 again

8 years agoMerge pull request #24811 from owncloud/client-login-token-2fa
Vincent Petry [Wed, 25 May 2016 07:07:39 +0000 (09:07 +0200)]
Merge pull request #24811 from owncloud/client-login-token-2fa

do not allow client password logins if token auth is enforced or 2FA …

8 years agoMerge pull request #24804 from owncloud/move-search-to-psr4
Vincent Petry [Wed, 25 May 2016 07:04:53 +0000 (09:04 +0200)]
Merge pull request #24804 from owncloud/move-search-to-psr4

Move public search namespace to PSR-4

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 May 2016 06:03:38 +0000 (02:03 -0400)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 24 May 2016 19:24:38 +0000 (15:24 -0400)]
[tx-robot] updated from transifex

8 years agoadd default token auth config on install, upgrade and add it to sample config
Christoph Wurst [Tue, 24 May 2016 14:18:27 +0000 (16:18 +0200)]
add default token auth config on install, upgrade and add it to sample config

8 years agodo not allow client password logins if token auth is enforced or 2FA is enabled
Christoph Wurst [Tue, 24 May 2016 12:08:42 +0000 (14:08 +0200)]
do not allow client password logins if token auth is enforced or 2FA is enabled

8 years agoMerge pull request #24748 from owncloud/login-explicitly
Vincent Petry [Tue, 24 May 2016 15:51:49 +0000 (17:51 +0200)]
Merge pull request #24748 from owncloud/login-explicitly

Log in explicitly, save login name when generating browser/device tokens

8 years agoMerge pull request #7897 from owncloud/ext-swiftcaching
Vincent Petry [Tue, 24 May 2016 14:21:30 +0000 (16:21 +0200)]
Merge pull request #7897 from owncloud/ext-swiftcaching

Added object cache for Swift ext storage

8 years agoMove Stuff to PSR-4 again
Joas Schilling [Tue, 24 May 2016 14:10:22 +0000 (16:10 +0200)]
Move Stuff to PSR-4 again

8 years agoMerge pull request #24760 from owncloud/objectstore_multibucket
Vincent Petry [Tue, 24 May 2016 13:15:59 +0000 (15:15 +0200)]
Merge pull request #24760 from owncloud/objectstore_multibucket

Objectstore multibucket

8 years agoMerge pull request #24799 from owncloud/altyr-117-upstream
Vincent Petry [Tue, 24 May 2016 12:46:10 +0000 (14:46 +0200)]
Merge pull request #24799 from owncloud/altyr-117-upstream

Update google-api-php-client to 1.1.7

8 years agoskip google map files (#24807)
Vincent Petry [Tue, 24 May 2016 12:45:29 +0000 (14:45 +0200)]
skip google map files (#24807)

8 years agoMy fix for #24272, #23613, File not found when single file in a folder (#24800)
Dmitry Popov [Tue, 24 May 2016 12:09:05 +0000 (15:09 +0300)]
My fix for #24272, #23613, File not found when single file in a folder (#24800)

* Fixed group share searching for members of
multiple group. Issue #11808.

* Fixed group share searching, continued.

Avoid searching for empty group list in getItemSharedWithUser().
Broke tests in previous commit, #12030.

* Simler check for group count.

* Fix for https://github.com/owncloud/core/issues/24783 , described there

* Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.

8 years agofix phpdoc
Robin Appelman [Tue, 24 May 2016 11:58:08 +0000 (13:58 +0200)]
fix phpdoc

8 years agoMerge pull request #24809 from owncloud/remove-console-log
Vincent Petry [Tue, 24 May 2016 11:58:03 +0000 (13:58 +0200)]
Merge pull request #24809 from owncloud/remove-console-log

remove debug console.log

8 years agoMerge pull request #24346 from lenz1111/fix_24331
Vincent Petry [Tue, 24 May 2016 11:49:02 +0000 (13:49 +0200)]
Merge pull request #24346 from lenz1111/fix_24331

Fix: Bugs in shared link with video #24331

8 years agoFix cert bundle path
Robin Appelman [Tue, 24 May 2016 11:44:43 +0000 (13:44 +0200)]
Fix cert bundle path

8 years agoremove debug console.log
Christoph Wurst [Tue, 24 May 2016 11:40:01 +0000 (13:40 +0200)]
remove debug console.log

8 years agoAdded object cache for Swift ext storage
Vincent Petry [Wed, 26 Mar 2014 16:17:06 +0000 (17:17 +0100)]
Added object cache for Swift ext storage

This avoid calling the remote API for repeated calls to is_dir,
filetype, etc

8 years agobug fix
Piotr Filiciak [Tue, 24 May 2016 10:43:43 +0000 (12:43 +0200)]
bug fix

8 years agovideo poster
Piotr Filiciak [Tue, 24 May 2016 10:34:37 +0000 (12:34 +0200)]
video poster

8 years agoFix autoloading for new google SDK lib
Vincent Petry [Tue, 24 May 2016 08:58:16 +0000 (10:58 +0200)]
Fix autoloading for new google SDK lib

8 years agoAdd new files
Francesco Rovelli [Tue, 10 May 2016 15:05:57 +0000 (17:05 +0200)]
Add new files

8 years agoenable autoload of lib in google storage
Francesco Rovelli [Tue, 26 Apr 2016 14:24:30 +0000 (16:24 +0200)]
enable autoload of lib in google storage

8 years agoUpdate google-api-php-client from 1.0.6-beta to 1.1.7
Francesco Rovelli [Tue, 26 Apr 2016 13:58:15 +0000 (15:58 +0200)]
Update google-api-php-client from 1.0.6-beta to 1.1.7

8 years agoMerge pull request #24806 from owncloud/fix-path-to-3rdparty-after-move-to-lib-Lib
Vincent Petry [Tue, 24 May 2016 10:21:55 +0000 (12:21 +0200)]
Merge pull request #24806 from owncloud/fix-path-to-3rdparty-after-move-to-lib-Lib

Fix import path for 3rdparty dropbox autoloader

8 years agoFix import path for 3rdparty dropbox autoloader
Joas Schilling [Tue, 24 May 2016 10:15:53 +0000 (12:15 +0200)]
Fix import path for 3rdparty dropbox autoloader

We moved the file by one level

8 years agoMerge pull request #22929 from owncloud/bugfix-removequota-subadmins
Vincent Petry [Tue, 24 May 2016 10:13:57 +0000 (12:13 +0200)]
Merge pull request #22929 from owncloud/bugfix-removequota-subadmins

Bugfix removequota subadmins

8 years agoMerge pull request #24619 from owncloud/files_external-psr4
Vincent Petry [Tue, 24 May 2016 09:54:12 +0000 (11:54 +0200)]
Merge pull request #24619 from owncloud/files_external-psr4

Move files_external to PSR-4

8 years agoMove public search namespace to PSR-4
Joas Schilling [Tue, 24 May 2016 09:52:44 +0000 (11:52 +0200)]
Move public search namespace to PSR-4

8 years agowhen generating browser/device token, save the login name for later password checks
Christoph Wurst [Tue, 24 May 2016 08:50:18 +0000 (10:50 +0200)]
when generating browser/device token, save the login name for later password checks

8 years agoMerge pull request #24682 from f4bsch/master
Vincent Petry [Tue, 24 May 2016 09:47:47 +0000 (11:47 +0200)]
Merge pull request #24682 from f4bsch/master

dont update search onResize

8 years agoMerge pull request #24788 from owncloud/config-filesystem_check_changes
Vincent Petry [Tue, 24 May 2016 08:31:20 +0000 (10:31 +0200)]
Merge pull request #24788 from owncloud/config-filesystem_check_changes

clarify filesystem_check_changes in config.sample.php

8 years agoMerge pull request #24787 from owncloud/fix-update-issue-on-master
Vincent Petry [Tue, 24 May 2016 08:14:00 +0000 (10:14 +0200)]
Merge pull request #24787 from owncloud/fix-update-issue-on-master

Add the background jobs after the table was updated

8 years agoMerge pull request #23395 from owncloud/mysql-check-speedup
Vincent Petry [Tue, 24 May 2016 08:00:38 +0000 (10:00 +0200)]
Merge pull request #23395 from owncloud/mysql-check-speedup

Speedup schema cloning for MySQL

8 years agogenerate device token for UID, not login name
Christoph Wurst [Tue, 24 May 2016 07:49:40 +0000 (09:49 +0200)]
generate device token for UID, not login name
fixes #24785

8 years agologin explicitly
Christoph Wurst [Fri, 20 May 2016 15:54:46 +0000 (17:54 +0200)]
login explicitly

8 years agoFix missing imports
Joas Schilling [Tue, 17 May 2016 14:02:40 +0000 (16:02 +0200)]
Fix missing imports

8 years agoMove remaining classes to PSR-4
Joas Schilling [Fri, 13 May 2016 09:56:47 +0000 (11:56 +0200)]
Move remaining classes to PSR-4

8 years agoMove Lib\Storage to PSR-4
Joas Schilling [Fri, 13 May 2016 09:46:36 +0000 (11:46 +0200)]
Move Lib\Storage to PSR-4

8 years agoMove Config to PSR-4
Joas Schilling [Fri, 13 May 2016 09:43:28 +0000 (11:43 +0200)]
Move Config to PSR-4

8 years agoMove Lib\Backend to PSR-4
Joas Schilling [Fri, 13 May 2016 09:42:01 +0000 (11:42 +0200)]
Move Lib\Backend to PSR-4

8 years agoMove Lib\Auth to PSR-4
Joas Schilling [Fri, 13 May 2016 09:38:52 +0000 (11:38 +0200)]
Move Lib\Auth to PSR-4

8 years agoMove stuff from outside lib/ to PSR-4
Joas Schilling [Fri, 13 May 2016 09:22:28 +0000 (11:22 +0200)]
Move stuff from outside lib/ to PSR-4

8 years agoStore user bucket in preferences
Roeland Jago Douma [Mon, 23 May 2016 19:03:25 +0000 (21:03 +0200)]
Store user bucket in preferences

8 years agoMerge pull request #24750 from owncloud/lenz1111-share_download_range_requests_support
Vincent Petry [Mon, 23 May 2016 19:01:26 +0000 (21:01 +0200)]
Merge pull request #24750 from owncloud/lenz1111-share_download_range_requests_support

Http Range requests support in downloads

8 years agoMerge pull request #24729 from owncloud/try-token-login-first
Vincent Petry [Mon, 23 May 2016 18:50:57 +0000 (20:50 +0200)]
Merge pull request #24729 from owncloud/try-token-login-first

try token login first

8 years agoMerge pull request #24658 from owncloud/invalidate-disabled-user-session
Vincent Petry [Mon, 23 May 2016 18:50:25 +0000 (20:50 +0200)]
Merge pull request #24658 from owncloud/invalidate-disabled-user-session

invalidate user session if the user was disabled

8 years agoMerge pull request #24559 from owncloud/2fa
Vincent Petry [Mon, 23 May 2016 18:50:03 +0000 (20:50 +0200)]
Merge pull request #24559 from owncloud/2fa

two factor auth

8 years agoFix Name
Roeland Jago Douma [Mon, 23 May 2016 18:41:51 +0000 (20:41 +0200)]
Fix Name

8 years agoAdd unit tests for ObjectHomeMountProvider
Roeland Jago Douma [Mon, 23 May 2016 08:59:10 +0000 (10:59 +0200)]
Add unit tests for ObjectHomeMountProvider

8 years agoAdd mapper unit tests
Roeland Jago Douma [Sun, 22 May 2016 19:14:28 +0000 (21:14 +0200)]
Add mapper unit tests

8 years agoAllow multibucket in objectstore
Roeland Jago Douma [Sun, 22 May 2016 18:44:06 +0000 (20:44 +0200)]
Allow multibucket in objectstore

8 years agoSpeedup schema cloning for MySQL
Victor Dubiniuk [Fri, 18 Mar 2016 14:41:00 +0000 (17:41 +0300)]
Speedup schema cloning for MySQL

8 years agoMerge pull request #24777 from owncloud/scanner-dont-propagate
Vincent Petry [Mon, 23 May 2016 17:05:20 +0000 (19:05 +0200)]
Merge pull request #24777 from owncloud/scanner-dont-propagate

dont needlessly triger the propgator in the scanner

8 years agoclarify filesystem_check_changes in config.sample.php
Carla Schroder [Mon, 23 May 2016 16:25:51 +0000 (09:25 -0700)]
clarify filesystem_check_changes in config.sample.php

8 years agoAdd the background jobs after the table was updated
Joas Schilling [Mon, 23 May 2016 15:58:46 +0000 (17:58 +0200)]
Add the background jobs after the table was updated

8 years agoMerge pull request #24699 from owncloud/background-scan-recursion
Vincent Petry [Mon, 23 May 2016 15:44:02 +0000 (17:44 +0200)]
Merge pull request #24699 from owncloud/background-scan-recursion

Only recurse into incomplete folders during background scans

8 years agoCode style and doc fix
Piotr Filiciak [Mon, 23 May 2016 13:17:00 +0000 (15:17 +0200)]
Code style and doc fix

8 years agoMerge pull request #22690 from owncloud/fix-comments-href-remote.php-files
Vincent Petry [Mon, 23 May 2016 12:47:03 +0000 (14:47 +0200)]
Merge pull request #22690 from owncloud/fix-comments-href-remote.php-files

ensure comments-href returns a value also when propfind is done again…

8 years agoOnly recurse into incomplete folders during background scans
Robin Appelman [Wed, 18 May 2016 13:06:15 +0000 (15:06 +0200)]
Only recurse into incomplete folders during background scans

8 years agoMerge pull request #24695 from owncloud/background-scan-propagate
Vincent Petry [Mon, 23 May 2016 12:32:28 +0000 (14:32 +0200)]
Merge pull request #24695 from owncloud/background-scan-propagate

Trigger propagation from the background scanner

8 years agoMerge pull request #24765 from owncloud/boolean-installed-config
Vincent Petry [Mon, 23 May 2016 12:32:10 +0000 (14:32 +0200)]
Merge pull request #24765 from owncloud/boolean-installed-config

  Make sure we evaluate installed everywhere as a boolean

8 years agoMerge pull request #24613 from owncloud/chunked-convert-database-queries
Vincent Petry [Mon, 23 May 2016 12:28:44 +0000 (14:28 +0200)]
Merge pull request #24613 from owncloud/chunked-convert-database-queries

Chunk the "db:convert-type" select queries, to not run out of memory …

8 years agoMerge pull request #24703 from owncloud/personal-settings-auth-tokens
Vincent Petry [Mon, 23 May 2016 12:17:01 +0000 (14:17 +0200)]
Merge pull request #24703 from owncloud/personal-settings-auth-tokens

Personal settings auth tokens

8 years agodont needlessly triger the propgator in the scanner
Robin Appelman [Mon, 23 May 2016 11:53:05 +0000 (13:53 +0200)]
dont needlessly triger the propgator in the scanner

8 years agoMerge pull request #24349 from owncloud/nfd-storagewrapper
Vincent Petry [Mon, 23 May 2016 11:45:33 +0000 (13:45 +0200)]
Merge pull request #24349 from owncloud/nfd-storagewrapper

Add wrapper for NFD encoding workaround

8 years agoMerge pull request #24766 from owncloud/mmccarn-patch-2
Vincent Petry [Mon, 23 May 2016 09:46:03 +0000 (11:46 +0200)]
Merge pull request #24766 from owncloud/mmccarn-patch-2

Update imagePath to prefer theme, then app, then core images

8 years agoadd OCC command to enable/disable 2FA for a user
Christoph Wurst [Tue, 17 May 2016 13:48:41 +0000 (15:48 +0200)]
add OCC command to enable/disable 2FA for a user

8 years agoAdd two factor auth to core
Christoph Wurst [Wed, 11 May 2016 09:23:25 +0000 (11:23 +0200)]
Add two factor auth to core

8 years agoinvalidate user session if the user is disabled
Christoph Wurst [Tue, 17 May 2016 08:07:58 +0000 (10:07 +0200)]
invalidate user session if the user is disabled

8 years agoUpdate imagePath to prefer theme, then app, then core images
mmccarn [Mon, 4 Apr 2016 10:57:52 +0000 (06:57 -0400)]
Update imagePath to prefer theme, then app, then core images

imagePath updated so that image searches follow this priority:

1) /themes/$theme/apps/$app/img
2) /themes/$theme/$app/img
3) /themes/$theme/core/img
4) $appPath/img
5) /$app/img
6) /core/img

For each folder:
- if the specified file exists, use it.
- otherwise, if $basename.svg does NOT exist, try $basename.png
(This might better be "if filename was an svg, try the png"...)

8 years agoMake sure we evaluate installed like we do it everywhere
Joas Schilling [Mon, 23 May 2016 08:09:36 +0000 (10:09 +0200)]
Make sure we evaluate installed like we do it everywhere

8 years agoMake sure that installed is a boolean
Joas Schilling [Mon, 23 May 2016 08:09:22 +0000 (10:09 +0200)]
Make sure that installed is a boolean

8 years agoMerge pull request #24726 from owncloud/tests-psr-4
Vincent Petry [Mon, 23 May 2016 07:54:29 +0000 (09:54 +0200)]
Merge pull request #24726 from owncloud/tests-psr-4

Tests outside of tests/lib/ to PSR-4

8 years agoMerge pull request #24514 from owncloud/federation-psr4
Vincent Petry [Mon, 23 May 2016 07:52:38 +0000 (09:52 +0200)]
Merge pull request #24514 from owncloud/federation-psr4

Move federation app to PSR-4

8 years agoMerge pull request #24603 from owncloud/federated_reshare
Vincent Petry [Mon, 23 May 2016 07:52:13 +0000 (09:52 +0200)]
Merge pull request #24603 from owncloud/federated_reshare

flat federated re-share

8 years agoMerge pull request #24356 from owncloud/scanner-recursion-memory
Vincent Petry [Mon, 23 May 2016 07:51:52 +0000 (09:51 +0200)]
Merge pull request #24356 from owncloud/scanner-recursion-memory

Free up folder content from memory before recursing in the file scanner

8 years agoMerge pull request #22620 from owncloud/comments-api
Vincent Petry [Mon, 23 May 2016 07:51:05 +0000 (09:51 +0200)]
Merge pull request #22620 from owncloud/comments-api

Comments API is missing hook/event to allow other apps to register valid entities

8 years agoadd button to invalidate browser sessions/device tokens
Christoph Wurst [Thu, 19 May 2016 09:20:22 +0000 (11:20 +0200)]
add button to invalidate browser sessions/device tokens

8 years agoadd button to add new device tokens
Christoph Wurst [Wed, 18 May 2016 16:25:05 +0000 (18:25 +0200)]
add button to add new device tokens

8 years agolist user's auth tokens on the personal settings page
Christoph Wurst [Wed, 18 May 2016 10:03:22 +0000 (12:03 +0200)]
list user's auth tokens on the personal settings page

8 years agoMove EntityEvent to PSR-4
Joas Schilling [Mon, 23 May 2016 07:06:02 +0000 (09:06 +0200)]
Move EntityEvent to PSR-4

8 years agoFix unit tests
Joas Schilling [Thu, 25 Feb 2016 08:08:12 +0000 (09:08 +0100)]
Fix unit tests

8 years agoMake the root collection neutral so it does not only work for files
Joas Schilling [Wed, 24 Feb 2016 12:23:44 +0000 (13:23 +0100)]
Make the root collection neutral so it does not only work for files

8 years agoRemove unused UserFolder
Joas Schilling [Wed, 24 Feb 2016 11:43:23 +0000 (12:43 +0100)]
Remove unused UserFolder

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

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 May 2016 05:56:56 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

8 years agoMerge pull request #24732 from owncloud/autoloader_fix
Vincent Petry [Sat, 21 May 2016 17:09:22 +0000 (19:09 +0200)]
Merge pull request #24732 from owncloud/autoloader_fix

Autoloader fix

8 years agoMerge pull request #24696 from owncloud/lock-jobs-while-executing
Vincent Petry [Sat, 21 May 2016 17:08:15 +0000 (19:08 +0200)]
Merge pull request #24696 from owncloud/lock-jobs-while-executing

Lock jobs while executing them, to allow multiple executors to run in…

8 years agoMerge pull request #24307 from owncloud/systemtags-perminterface
Vincent Petry [Sat, 21 May 2016 17:06:54 +0000 (19:06 +0200)]
Merge pull request #24307 from owncloud/systemtags-perminterface

Add interface methods for permission check for system tags

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 21 May 2016 05:55:53 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

8 years agoDo not lock the cron anymore so we can have multiple workers
Joas Schilling [Fri, 20 May 2016 09:14:47 +0000 (11:14 +0200)]
Do not lock the cron anymore so we can have multiple workers

8 years agoLock jobs while executing them, to allow multiple executors to run in parallel
Joas Schilling [Wed, 18 May 2016 12:27:48 +0000 (14:27 +0200)]
Lock jobs while executing them, to allow multiple executors to run in parallel

8 years agoAdd a method to lock a table
Joas Schilling [Thu, 19 May 2016 10:34:40 +0000 (12:34 +0200)]
Add a method to lock a table

8 years agoremove reshares and the mapping in the federated_reshares table on unshare from self
Björn Schießle [Thu, 19 May 2016 15:22:12 +0000 (17:22 +0200)]
remove reshares and the mapping in the federated_reshares table on unshare from self

8 years agoadd missung return value
Björn Schießle [Thu, 19 May 2016 14:19:13 +0000 (16:19 +0200)]
add missung return value

8 years agoimproved error messages
Björn Schießle [Thu, 19 May 2016 13:36:05 +0000 (15:36 +0200)]
improved error messages

8 years agomove motifier from the files_sharing app to the federatedfilessharing app
Björn Schießle [Wed, 18 May 2016 14:26:59 +0000 (16:26 +0200)]
move motifier from the files_sharing app to the federatedfilessharing app