]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Wed, 9 Dec 2015 11:09:45 +0000 (12:09 +0100)]
script shall exit with error in case the start file has issues - fixes #20798
Thomas Müller [Wed, 9 Dec 2015 10:12:53 +0000 (11:12 +0100)]
Merge pull request #21064 from owncloud/fix-occ-install-on-os-x
Allow occ install on OS X - same behaviour as web setup
Morris Jobke [Wed, 9 Dec 2015 09:49:54 +0000 (10:49 +0100)]
Allow occ install on OS X - same behaviour as web setup
Thomas Müller [Wed, 9 Dec 2015 09:05:36 +0000 (10:05 +0100)]
Merge pull request #21003 from owncloud/personal-mount-mountid
Dont set the string storage id to the numeric storage id for personal mounts
Thomas Müller [Wed, 9 Dec 2015 09:05:20 +0000 (10:05 +0100)]
Merge pull request #21005 from owncloud/verify_password_before_unshare
The ajax code path unshares a link share when updating the password
Thomas Müller [Wed, 9 Dec 2015 09:04:56 +0000 (10:04 +0100)]
Merge pull request #21038 from owncloud/share-computesharepermissions-notstore
Fix (re)share permission checks in a few code paths
Thomas Müller [Wed, 9 Dec 2015 09:04:30 +0000 (10:04 +0100)]
Merge pull request #21043 from owncloud/add-php-doc
Add type description
Jenkins for ownCloud [Wed, 9 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Robin Appelman [Tue, 8 Dec 2015 17:01:44 +0000 (18:01 +0100)]
Add tests
Vincent Petry [Tue, 8 Dec 2015 15:48:33 +0000 (16:48 +0100)]
Add explicit check for groups excluded from sharing
Since isSharable() doesn't do the check for groups excluded from
sharing, adding an explicit check in the sharing code.
Vincent Petry [Tue, 8 Dec 2015 15:33:39 +0000 (16:33 +0100)]
Fix more unit tests to pass a mock storage instead of null to FileInfo
Thomas Müller [Tue, 8 Dec 2015 15:24:50 +0000 (16:24 +0100)]
Merge pull request #21037 from owncloud/fix-irritating-ldap-log-entry
passing an empty base in this diagnosis call will not result in LDAP…
Lukas Reschke [Wed, 2 Sep 2015 14:49:34 +0000 (16:49 +0200)]
Add type description
Allows IDEs and static code analyzers. Would have saved me some minutes today :)
Thomas Müller [Tue, 8 Dec 2015 13:51:57 +0000 (14:51 +0100)]
Merge pull request #21018 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Thomas Müller [Tue, 8 Dec 2015 12:52:04 +0000 (13:52 +0100)]
Merge pull request #21031 from owncloud/sanitize-findAppInDirectories
Sanitize the appId passed to `findAppInDirectories`
Thomas Müller [Tue, 8 Dec 2015 12:51:45 +0000 (13:51 +0100)]
Merge pull request #21030 from owncloud/querybuilder-new-features
Querybuilder new features
Thomas Müller [Tue, 8 Dec 2015 12:51:25 +0000 (13:51 +0100)]
Merge pull request #20786 from owncloud/systemtags-dav
DAV endpoint for system tags
Vincent Petry [Tue, 8 Dec 2015 12:02:57 +0000 (13:02 +0100)]
Add reshare permission checks
Added in isSharable() in incoming remote share.
Added in isSharable() in regular incoming share.
Added in FileInfo to make sure the proper attributes are returned to the
clients.
Vincent Petry [Tue, 8 Dec 2015 10:32:18 +0000 (11:32 +0100)]
Compute share permissions in the view
The share permissions are now computed in the View/FileInfo instead of
storing them directly/permanently on the storage
Arthur Schiwon [Tue, 8 Dec 2015 11:31:58 +0000 (12:31 +0100)]
passing an empty base in this diagnosis call will not result in LDAP errors
Neither in "Invalid DN syntax" nor in "Object not found"
Joas Schilling [Tue, 8 Dec 2015 08:57:38 +0000 (09:57 +0100)]
Add a method to the get "to use" table and column name
Thomas Müller [Tue, 8 Dec 2015 10:04:25 +0000 (11:04 +0100)]
Merge pull request #21022 from owncloud/get-rid-of-by-reference
Get rid of by reference
Thomas Müller [Tue, 8 Dec 2015 10:04:09 +0000 (11:04 +0100)]
Merge pull request #20979 from owncloud/settings-groups-entry
Add 'my groups' anchor to the personal page sidebar
Thomas Müller [Tue, 8 Dec 2015 10:03:33 +0000 (11:03 +0100)]
Merge pull request #21025 from owncloud/remove-legacy-trusted-domain-support
Remove legacy repair steps + do not cast trusted domains
Thomas Müller [Tue, 8 Dec 2015 09:15:28 +0000 (10:15 +0100)]
Merge pull request #20951 from owncloud/Make_showing_logs_optional
Controlled arguments for run script
Thomas Müller [Tue, 8 Dec 2015 09:04:41 +0000 (10:04 +0100)]
Merge pull request #21028 from owncloud/fix-php-doc-for-storage-config
Use proper PHPDoc reference
Lukas Reschke [Tue, 8 Dec 2015 09:01:09 +0000 (10:01 +0100)]
Sanitize the appId passed to `findAppInDirectories`
Would have prevented quite some security bugs in the past. Nice hardening for now.
Joas Schilling [Tue, 8 Dec 2015 08:49:21 +0000 (09:49 +0100)]
Add select distinct to the query builder
Lukas Reschke [Tue, 8 Dec 2015 08:45:20 +0000 (09:45 +0100)]
Use proper PHPDoc reference
Joas Schilling [Tue, 8 Dec 2015 08:40:20 +0000 (09:40 +0100)]
Allow getting the last insert id without much hassle
Joas Schilling [Tue, 8 Dec 2015 08:11:50 +0000 (09:11 +0100)]
More fixes to the docs
Lukas Reschke [Tue, 8 Dec 2015 08:07:38 +0000 (09:07 +0100)]
Add unit test for nested arrays
Lukas Reschke [Tue, 8 Dec 2015 07:28:15 +0000 (08:28 +0100)]
Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML
Lukas Reschke [Tue, 8 Dec 2015 07:27:52 +0000 (08:27 +0100)]
Get rid of passing a reference
Fixes https://github.com/owncloud/core/issues/14643
Lukas Reschke [Tue, 8 Dec 2015 07:50:00 +0000 (08:50 +0100)]
Do not trust casting
Lukas Reschke [Tue, 8 Dec 2015 07:46:41 +0000 (08:46 +0100)]
Remove unused repair steps
These ones are not necessary anymore for the new major release.
Lukas Reschke [Tue, 8 Dec 2015 07:44:42 +0000 (08:44 +0100)]
Remove legacy check
This one is not required anymore as we have the RepairConfig repair step since November 2014.
Thomas Müller [Tue, 8 Dec 2015 07:39:33 +0000 (08:39 +0100)]
Merge pull request #21014 from owncloud/share-unsharelinkpapercut
Fix unshare link click element
Jenkins for ownCloud [Tue, 8 Dec 2015 06:56:19 +0000 (01:56 -0500)]
[tx-robot] updated from transifex
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 20:08:20 +0000 (20:08 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Thomas Müller [Mon, 7 Dec 2015 18:55:45 +0000 (19:55 +0100)]
Merge pull request #21015 from owncloud/update-redirecttocorrectpage
Redirect to correct URL after updating
Thomas Müller [Mon, 7 Dec 2015 18:55:26 +0000 (19:55 +0100)]
Merge pull request #20996 from owncloud/issue-12215-remove-password-reset-when-not-possible
Issue 12215 remove password reset when not possible
Vincent Petry [Mon, 7 Dec 2015 17:08:00 +0000 (18:08 +0100)]
Redirect to correct URL after updating
Now requires a trailing slash to make sure we don't land on the
forbidden page.
Vincent Petry [Mon, 7 Dec 2015 16:58:17 +0000 (17:58 +0100)]
Fix unshare link click element
When clicking on the unshare link (trash icon), the correct link element
needs to be used instead of whatever child was clicked. Then, that
element might contain a visible loading icon.
This fixes the spinner detection and also prevents a full page reload in
case the spinner was visible.
Thomas Müller [Mon, 7 Dec 2015 16:49:43 +0000 (17:49 +0100)]
Merge pull request #21006 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Thomas Müller [Mon, 7 Dec 2015 16:49:24 +0000 (17:49 +0100)]
Merge pull request #21009 from owncloud/share-forbidlinkshare-duplicatefield
Fix duplicate bogus share field when link sharing is not allowed
Thomas Müller [Mon, 7 Dec 2015 16:49:03 +0000 (17:49 +0100)]
Merge pull request #21011 from owncloud/allow-ico
Allow .ico files
Thomas Müller [Mon, 7 Dec 2015 16:47:10 +0000 (17:47 +0100)]
Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_filter_as_deleted
treat LDAP users not available by user filter as deleted
Lukas Reschke [Mon, 7 Dec 2015 16:15:04 +0000 (17:15 +0100)]
Allow .ico files
Makes `/core/img/favicon.ico` accessible again via web.
Thomas Müller [Mon, 7 Dec 2015 16:11:26 +0000 (17:11 +0100)]
Merge pull request #20991 from owncloud/disabled-checked-checkbox-css-rules
Disabled checked checkbox css rules
Thomas Müller [Mon, 7 Dec 2015 16:11:01 +0000 (17:11 +0100)]
Merge pull request #21004 from owncloud/adding-mention-bot
Adding a basic configuration for the mention bot
Vincent Petry [Mon, 7 Dec 2015 15:53:56 +0000 (16:53 +0100)]
Fix duplicate bogus share field when link sharing is not allowed
Whenever link share is not allowed, it was outputting a bogus sharing
field which name would conflict with the regular sharing field.
This fix makes sure that the bogus sharing field with "Resharing not
allowed" message only appears when triggered by removed share
permissions.
Thomas Müller [Mon, 7 Dec 2015 15:50:07 +0000 (16:50 +0100)]
Merge pull request #20980 from owncloud/UoM-ResPlat-DevOps-swift-improved-fopen
Improving fopen behaviour for Swift backend
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 15:43:36 +0000 (15:43 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Roeland Jago Douma [Mon, 7 Dec 2015 15:38:49 +0000 (16:38 +0100)]
The ajax code path unshares a link share when updating the password
In order to not mess up existing shares if the password gets verified we
should first fire this validation.
Thomas Müller [Mon, 7 Dec 2015 15:35:20 +0000 (16:35 +0100)]
Adding a basic configuration for the mention bot
Thomas Müller [Mon, 7 Dec 2015 15:25:53 +0000 (16:25 +0100)]
Merge pull request #20987 from owncloud/dont-deprecate-OC.filePath-master
OC.FilePath has still a valid use case when generating paths to stati…
Thomas Müller [Mon, 7 Dec 2015 15:23:38 +0000 (16:23 +0100)]
Merge pull request #20998 from owncloud/add-csp-header-to-static-resources
Add CSP header to static resources
Thomas Müller [Mon, 7 Dec 2015 15:19:21 +0000 (16:19 +0100)]
Merge pull request #20993 from owncloud/issue-20666-language-always-overwritten
Do not overwrite the language when it's just missing for one app
Patrick Robertson [Wed, 4 Nov 2015 08:04:51 +0000 (16:04 +0800)]
Add 'my groups' anchor to the personal page sidebar
Robin Appelman [Mon, 7 Dec 2015 15:15:37 +0000 (16:15 +0100)]
Dont set the string storage id to the numeric storage id for personal mounts
Lukas Reschke [Mon, 7 Dec 2015 14:47:05 +0000 (15:47 +0100)]
Add CSP header to static resources
Fixes https://github.com/owncloud/core/issues/16164
Joas Schilling [Mon, 7 Dec 2015 14:37:26 +0000 (15:37 +0100)]
Allow specifying a custom reset-password-url
Thomas Müller [Mon, 7 Dec 2015 14:17:38 +0000 (15:17 +0100)]
Merge pull request #20988 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Thomas Müller [Mon, 7 Dec 2015 14:17:19 +0000 (15:17 +0100)]
Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-sharelink
Allow sending a share email to multiple users
Joas Schilling [Mon, 7 Dec 2015 14:14:19 +0000 (15:14 +0100)]
Remove password reset when the user can not change the password
Joas Schilling [Mon, 7 Dec 2015 13:07:14 +0000 (14:07 +0100)]
Add rules for checked+disabled and disabled checkbox style
Joas Schilling [Mon, 7 Dec 2015 13:34:15 +0000 (14:34 +0100)]
Do not overwrite the language when it's just missing for one app
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 12:05:27 +0000 (12:05 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Thomas Müller [Mon, 7 Dec 2015 11:23:42 +0000 (12:23 +0100)]
OC.FilePath has still a valid use case when generating paths to static files what for generateUrl cannot be used for - closes #15604
Joas Schilling [Mon, 7 Dec 2015 11:01:02 +0000 (12:01 +0100)]
Add a unit test for single user case as well
Joas Schilling [Mon, 7 Dec 2015 09:49:34 +0000 (10:49 +0100)]
Allow sending a share email to multiple users
Thomas Müller [Mon, 7 Dec 2015 09:27:35 +0000 (10:27 +0100)]
Merge pull request #20569 from owncloud/issue_20427
Show external storage status in file list + prompt credentials if different
Thomas Müller [Mon, 7 Dec 2015 09:24:09 +0000 (10:24 +0100)]
Merge pull request #20796 from owncloud/cleanup-trashbin-code
Cleanup trashbin expire code
Thomas Müller [Mon, 7 Dec 2015 09:23:58 +0000 (10:23 +0100)]
Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale
Fix hidpi previews on public page
Thomas Müller [Mon, 7 Dec 2015 09:22:49 +0000 (10:22 +0100)]
Merge pull request #20530 from owncloud/icons-more
add icons for disabled checkbox, radio button, error and colored checkmark
Thomas Müller [Mon, 7 Dec 2015 09:21:35 +0000 (10:21 +0100)]
Merge pull request #20480 from owncloud/css-prefixes
CSS prefixes
Thomas Müller [Mon, 7 Dec 2015 09:21:16 +0000 (10:21 +0100)]
Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContent
Remove OC_Util::getUrlContent and replace by proper usage of public i…
Thomas Müller [Mon, 7 Dec 2015 09:20:59 +0000 (10:20 +0100)]
Merge pull request #11131 from owncloud/use-phpini-wrapper
Replacing ini_get instances with inigetwrapper usages
Thomas Müller [Mon, 7 Dec 2015 09:20:43 +0000 (10:20 +0100)]
Merge pull request #20904 from owncloud/view-mime-filter
Fix mimetype filter in getDirectoryContent
Tim Dettrick [Mon, 10 Aug 2015 01:06:45 +0000 (11:06 +1000)]
Improving fopen behaviour for Swift backend
Thomas Müller [Mon, 7 Dec 2015 09:20:05 +0000 (10:20 +0100)]
Merge pull request #20949 from owncloud/fix_20892
[Sharing] Properly check if a group already has access
Thomas Müller [Mon, 7 Dec 2015 09:19:38 +0000 (10:19 +0100)]
Merge pull request #20954 from owncloud/settings_user_only_load_avatar_if_available
Settings user only load avatar if available
Thomas Müller [Mon, 7 Dec 2015 09:18:03 +0000 (10:18 +0100)]
Merge pull request #20957 from owncloud/use-correct-method-signature
Use correct method signature
Thomas Müller [Mon, 7 Dec 2015 09:17:44 +0000 (10:17 +0100)]
Merge pull request #20959 from owncloud/drop-OC_App-setActiveNavigationEntry
Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App
Jenkins for ownCloud [Mon, 7 Dec 2015 06:54:35 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 6 Dec 2015 06:54:33 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 5 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 4 Dec 2015 17:02:47 +0000 (18:02 +0100)]
Remove OC_Util::getUrlContent and replace by proper usage of public interfaces
Vincent Petry [Fri, 4 Dec 2015 16:30:22 +0000 (17:30 +0100)]
Fixed system tags DAV and API and docs
Morris Jobke [Fri, 4 Dec 2015 16:26:28 +0000 (17:26 +0100)]
remove OC_App::getActiveNavigationEntry - not unsed anymore
Morris Jobke [Fri, 4 Dec 2015 16:23:51 +0000 (17:23 +0100)]
Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App
Lukas Reschke [Fri, 4 Dec 2015 14:52:42 +0000 (15:52 +0100)]
Use correct method signature
This function takes only one parameter
Roeland Jago Douma [Fri, 4 Dec 2015 13:35:48 +0000 (14:35 +0100)]
Do not request an avatar if there is none
Roeland Jago Douma [Fri, 4 Dec 2015 13:30:12 +0000 (14:30 +0100)]
Only try to load avatars in the user list if there is any
Vincent Petry [Fri, 4 Dec 2015 13:42:50 +0000 (14:42 +0100)]
Merge pull request #20370 from owncloud/external-db-config
Move files_external mount config to the database
Sergio Bertolin [Fri, 4 Dec 2015 12:53:11 +0000 (12:53 +0000)]
forgotten variable
Robin Appelman [Mon, 2 Nov 2015 12:13:06 +0000 (13:13 +0100)]
db config backend for files_external
Thomas Müller [Fri, 4 Dec 2015 12:44:40 +0000 (13:44 +0100)]
Merge pull request #20947 from owncloud/delete-users-from-system-addressbook
Delete no longer existing users from system addressbook
Sergio Bertolin [Fri, 4 Dec 2015 12:43:08 +0000 (12:43 +0000)]
Controlled arguments for run script