]>
source.dussan.org Git - nextcloud-server.git/log
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
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
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
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
Thomas Müller [Fri, 4 Dec 2015 11:26:19 +0000 (12:26 +0100)]
Merge pull request #20946 from robinkanters/patch-1
Fixed small typo in README
Roeland Jago Douma [Fri, 4 Dec 2015 11:10:08 +0000 (12:10 +0100)]
[Sharing] Properly check if a group already has access
The old code check was to liberal resulting in wrong matches if a user
with the same name as the group already had access.
Fixes 20892
Thomas Müller [Fri, 4 Dec 2015 10:50:11 +0000 (11:50 +0100)]
Delete no longer existing users from system addressbook
Vincent Petry [Fri, 4 Dec 2015 10:24:44 +0000 (11:24 +0100)]
Merge pull request #20943 from owncloud/load_avatar_once
[Avatars] JS should not load same avatar twice
Robin Kanters [Fri, 4 Dec 2015 10:14:24 +0000 (11:14 +0100)]
Fixed small typo in 'Access'
Roeland Jago Douma [Fri, 4 Dec 2015 09:42:11 +0000 (10:42 +0100)]
[Avatars] JS should not load same avatar twice
Old code first dit an ajax request to the avatar. Then a new image
object with the same src was created and since we do not cache avatars
yet :( this resulted in 2 sequential requests to the exact same URL
Now if you set the displayname it will first set the placeholder and
then load the avatar in the background. Only once this time!
Thomas Müller [Fri, 4 Dec 2015 08:06:47 +0000 (09:06 +0100)]
Merge pull request #20933 from owncloud/more-OC_Config-cleanups
More cleanups of OC_Config usage
Thomas Müller [Fri, 4 Dec 2015 07:31:21 +0000 (08:31 +0100)]
Merge pull request #20931 from owncloud/dav-fixnamespaceoutput
Fix namespace XML output of files and tags dav
Jenkins for ownCloud [Fri, 4 Dec 2015 06:56:31 +0000 (01:56 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Thu, 3 Dec 2015 15:54:36 +0000 (16:54 +0100)]
Merge pull request #20907 from owncloud/integration_tests_for_capabilities
Added capabilities context and tests
Thomas Müller [Thu, 3 Dec 2015 15:53:59 +0000 (16:53 +0100)]
Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-already-logged-in
Don't append redirect URL if user is logged-in
Thomas Müller [Thu, 3 Dec 2015 15:53:46 +0000 (16:53 +0100)]
Merge pull request #20545 from owncloud/scan-storage-in-background-job
Move files/ajax/scan.php to background job
Morris Jobke [Thu, 3 Dec 2015 15:41:23 +0000 (16:41 +0100)]
More cleanups of OC_Config usage
Vincent Petry [Thu, 3 Dec 2015 14:55:10 +0000 (15:55 +0100)]
Fix namespace XML output of files and tags dav
Thomas Müller [Thu, 3 Dec 2015 14:26:14 +0000 (15:26 +0100)]
Merge pull request #20924 from owncloud/use-url-generator-to-generate-link
Use URLGenerator instead of hard-coded WEBROOT
Thomas Müller [Thu, 3 Dec 2015 14:24:58 +0000 (15:24 +0100)]
Merge pull request #20923 from owncloud/OC_Config-in-setup
Replace OC_Config in setup
Thomas Müller [Thu, 3 Dec 2015 14:24:41 +0000 (15:24 +0100)]
Merge pull request #20921 from owncloud/last-OC_Config-removals-in-tests
Reduce OC_Config usage in tests/
Lukas Reschke [Thu, 3 Dec 2015 13:42:14 +0000 (14:42 +0100)]
Use URLGenerator instead of hard-coded WEBROOT
Fixes https://github.com/owncloud/core/issues/20922
Morris Jobke [Thu, 3 Dec 2015 13:35:15 +0000 (14:35 +0100)]
Replace OC_Config in setup
Morris Jobke [Thu, 3 Dec 2015 13:03:05 +0000 (14:03 +0100)]
last change of OC_Config to the proper interface in tests/
Thomas Müller [Thu, 3 Dec 2015 12:55:50 +0000 (13:55 +0100)]
Merge pull request #19461 from owncloud/reuse_code
reuse code
Sergio Bertolin [Thu, 3 Dec 2015 12:54:44 +0000 (12:54 +0000)]
Changed fail for assertEquals and removed fields which weren't checked
Morris Jobke [Thu, 3 Dec 2015 12:48:19 +0000 (13:48 +0100)]
Reduce OC_Config usage in tests/
Robin Appelman [Wed, 2 Dec 2015 15:48:15 +0000 (16:48 +0100)]
Fix mimetype filter in getDirectoryContent
Jesus Macias Portela [Thu, 3 Dec 2015 11:35:49 +0000 (12:35 +0100)]
Merge branch 'master' into issue_20427
Thomas Müller [Thu, 3 Dec 2015 11:30:38 +0000 (12:30 +0100)]
Merge pull request #20729 from owncloud/issue_20599
Add different storage status error codes managed by StoragedNotAvailableExc…
Thomas Müller [Thu, 3 Dec 2015 11:30:10 +0000 (12:30 +0100)]
Merge pull request #20916 from owncloud/integration_test_download_public_share_by_range
Added test case about downloading by range a public shared file
Sergio Bertolin [Thu, 3 Dec 2015 09:46:00 +0000 (09:46 +0000)]
Added test case about downloading by range a public shared file
Lukas Reschke [Thu, 3 Dec 2015 09:49:12 +0000 (10:49 +0100)]
Merge pull request #20914 from owncloud/drop-more-OC_Config-from-tests
Replace more of OC_Config in tests with IConfig calls
Jesús Macias [Tue, 1 Dec 2015 16:27:06 +0000 (17:27 +0100)]
Fix code from comments
Jesús Macias [Tue, 1 Dec 2015 11:54:32 +0000 (12:54 +0100)]
Fix duplicate use in storage controller
Jesús Macias [Thu, 26 Nov 2015 16:51:47 +0000 (17:51 +0100)]
Migrate storate status code to storagenotavailablexception
Jesús Macias [Thu, 26 Nov 2015 07:26:07 +0000 (08:26 +0100)]
Fix code from PR comments
Jesús Macias [Wed, 25 Nov 2015 17:04:31 +0000 (18:04 +0100)]
Change exception catch order
Jesús Macias [Wed, 25 Nov 2015 16:55:40 +0000 (17:55 +0100)]
Delete unnecessary storage status constans
Jesús Macias [Wed, 25 Nov 2015 16:52:58 +0000 (17:52 +0100)]
Add new external storage exceptions for different errors
Jesús Macias [Wed, 25 Nov 2015 10:58:54 +0000 (11:58 +0100)]
Add different storage status codes managed by StoragedNotAvailableException
Morris Jobke [Thu, 3 Dec 2015 08:11:21 +0000 (09:11 +0100)]
Replace OC_Config in tests with IConfig calls
Thomas Müller [Thu, 3 Dec 2015 08:30:47 +0000 (09:30 +0100)]
Merge pull request #20902 from owncloud/drop-OC_Config-from-tests
Replace OC_Config in tests with IConfig calls
Thomas Müller [Thu, 3 Dec 2015 08:28:30 +0000 (09:28 +0100)]
Merge pull request #20871 from owncloud/bump_doctrine_deps
[3rdparty] Bump doctrine/dbal deps
Thomas Müller [Thu, 3 Dec 2015 08:26:05 +0000 (09:26 +0100)]
Merge pull request #20872 from owncloud/systemtags-better-not-found-exception
Systemtags better not found exception
Thomas Müller [Thu, 3 Dec 2015 08:24:54 +0000 (09:24 +0100)]
Merge pull request #20894 from owncloud/post-delete-meta-view
Also add metadata for postDelete hooks triggered from the view
Thomas Müller [Thu, 3 Dec 2015 08:21:53 +0000 (09:21 +0100)]
Merge pull request #20860 from owncloud/use-user-getEMailAddress-all-over-the-place
User IUser::getEMailAddress() all over the place
Thomas Müller [Thu, 3 Dec 2015 08:21:29 +0000 (09:21 +0100)]
Merge pull request #20900 from owncloud/share-group-only-with-exact-match
Only return the exact match, when it's allowed
Roeland Jago Douma [Tue, 1 Dec 2015 13:51:29 +0000 (14:51 +0100)]
[3rdparty] Bump doctrine/dbal deps
Jenkins for ownCloud [Thu, 3 Dec 2015 06:55:12 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 2 Dec 2015 15:11:38 +0000 (16:11 +0100)]
Replace OC_Config in tests with IConfig calls
Thomas Müller [Wed, 2 Dec 2015 20:55:12 +0000 (21:55 +0100)]
Merge pull request #20905 from owncloud/allow-framing-itself
Allow framing 'self'
Thomas Müller [Wed, 2 Dec 2015 20:54:42 +0000 (21:54 +0100)]
Merge pull request #20901 from owncloud/get-rid-of-more-legacy-config-stuff
Replace old config code with usage of proper APIs
Thomas Müller [Wed, 2 Dec 2015 13:04:27 +0000 (14:04 +0100)]
Adding unit test for MailNotifications::sendInternalShareMail()
Thomas Müller [Tue, 1 Dec 2015 11:05:40 +0000 (12:05 +0100)]
User IUser::getEMailAddress() all over the place
Sergio Bertolin [Wed, 2 Dec 2015 17:29:42 +0000 (17:29 +0000)]
Added capabilities context and tests
Lukas Reschke [Wed, 2 Dec 2015 16:30:40 +0000 (17:30 +0100)]
Allow framing 'self'
This is required by the pdf viewer, since the files app on master uses the AppFramework it had applied the more strict defaults which made it not work on master.
Thomas Müller [Wed, 2 Dec 2015 15:17:58 +0000 (16:17 +0100)]
Merge pull request #20719 from owncloud/adding-system-addressbook-of-users
Adding system addressbook for users of this instance - a occ command …
Joas Schilling [Wed, 2 Dec 2015 15:01:01 +0000 (16:01 +0100)]
Only return the exact match, when it's allowed
Morris Jobke [Wed, 2 Dec 2015 14:56:59 +0000 (15:56 +0100)]
Replace old config code with usage of proper APIs
Thomas Müller [Wed, 2 Dec 2015 14:44:25 +0000 (15:44 +0100)]
Merge pull request #20896 from owncloud/reduce-oc_config-usage
Reduce OC_Config usage in lib/
Morris Jobke [Wed, 2 Dec 2015 13:49:40 +0000 (14:49 +0100)]
Reduce OC_Config usage in lib/
* replaced by proper public interfaces
Thomas Müller [Wed, 2 Dec 2015 13:49:20 +0000 (14:49 +0100)]
Merge pull request #20895 from owncloud/reduce-legacy-footprint-apps-management
Remove OC_Config from app management template
Thomas Müller [Wed, 2 Dec 2015 13:25:07 +0000 (14:25 +0100)]
Fix endless recursion
Morris Jobke [Wed, 2 Dec 2015 13:35:38 +0000 (14:35 +0100)]
Remove OC_Config from app management template
* add unit test for this case
Robin Appelman [Wed, 2 Dec 2015 12:19:19 +0000 (13:19 +0100)]
Also add metadata for postDelete hooks triggered from the view
Thomas Müller [Wed, 2 Dec 2015 12:03:31 +0000 (13:03 +0100)]
Merge pull request #20875 from owncloud/remove-changepropagator
remove old propagation logic
Morris Jobke [Wed, 2 Dec 2015 11:56:15 +0000 (12:56 +0100)]
Merge pull request #20891 from owncloud/check-for-cli
Execute only for web and not for CLI
Lukas Reschke [Wed, 2 Dec 2015 10:49:33 +0000 (11:49 +0100)]
Execute only for web and not for CLI
Lukas Reschke [Wed, 2 Dec 2015 10:41:00 +0000 (11:41 +0100)]
Merge pull request #20889 from owncloud/fix-logout-for-bjoern
Ensure trailing slash in URIs
Lukas Reschke [Wed, 2 Dec 2015 10:27:07 +0000 (11:27 +0100)]
Add a trailing slash to generated URLs
Lukas Reschke [Wed, 2 Dec 2015 10:26:41 +0000 (11:26 +0100)]
Ensure that ownCloud is always accessed with a trailing slash
Thomas Müller [Wed, 2 Dec 2015 10:09:15 +0000 (11:09 +0100)]
Fix update of avatar image
Thomas Müller [Wed, 2 Dec 2015 09:56:59 +0000 (10:56 +0100)]
Merge pull request #20884 from owncloud/fix_20713
Respect disabled incoming federated shares
Thomas Müller [Wed, 2 Dec 2015 09:56:44 +0000 (10:56 +0100)]
Merge pull request #20879 from owncloud/check-if-rewrite-base-is-set-if-rewrite-is-active
Check if rewrite base is set if rewrite is active
Morris Jobke [Wed, 2 Dec 2015 09:51:52 +0000 (10:51 +0100)]
fix indentation
Thomas Müller [Wed, 2 Dec 2015 09:13:15 +0000 (10:13 +0100)]
Merge pull request #20867 from owncloud/add-quota-behat-test
Add quota behat test
Thomas Müller [Wed, 2 Dec 2015 09:12:54 +0000 (10:12 +0100)]
Merge pull request #20865 from owncloud/post-delete-meta
Add metadata to post delete hooks
Thomas Müller [Wed, 2 Dec 2015 09:12:35 +0000 (10:12 +0100)]
Merge pull request #20874 from owncloud/allow-di-mimetypedetector
Allow DI for OCP\Files\IMimeTypeDetector
Thomas Müller [Wed, 2 Dec 2015 09:12:16 +0000 (10:12 +0100)]
Merge pull request #20877 from owncloud/fix-empty-expirationDate
Check the expiration date for null