]>
source.dussan.org Git - nextcloud-server.git/log
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
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
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/
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
Thomas Müller [Wed, 2 Dec 2015 08:20:58 +0000 (09:20 +0100)]
Fix comments
Thomas Müller [Tue, 1 Dec 2015 13:50:13 +0000 (14:50 +0100)]
Fix getCloudId
Thomas Müller [Tue, 1 Dec 2015 11:48:23 +0000 (12:48 +0100)]
Proposal: add enumeration function to IUserManager which simply calls a callbask for each user in all backends
Thomas Müller [Tue, 1 Dec 2015 10:22:09 +0000 (11:22 +0100)]
Adding unit test for User::getCloudId()
Thomas Müller [Mon, 30 Nov 2015 21:28:36 +0000 (22:28 +0100)]
Specify the email type and set name properly
Thomas Müller [Mon, 30 Nov 2015 15:59:41 +0000 (16:59 +0100)]
Add converter to generate/update a vcard from a given user
Thomas Müller [Mon, 30 Nov 2015 14:10:06 +0000 (15:10 +0100)]
Add system principal to cal of each card
Thomas Müller [Mon, 30 Nov 2015 12:57:54 +0000 (13:57 +0100)]
Add the user's cloud id to the vCard
Thomas Müller [Mon, 30 Nov 2015 12:41:42 +0000 (13:41 +0100)]
Add user's email address to vCard
Thomas Müller [Mon, 30 Nov 2015 09:41:34 +0000 (10:41 +0100)]
Update addressbook home configuration for CalDAVTester
Thomas Müller [Fri, 27 Nov 2015 12:14:55 +0000 (13:14 +0100)]
user and system addressbooks are now living in sub folders
Thomas Müller [Thu, 26 Nov 2015 19:46:50 +0000 (20:46 +0100)]
Adding a second principal backend which holds system principals - as of now only one principals/system/system
Thomas Müller [Wed, 25 Nov 2015 20:44:36 +0000 (21:44 +0100)]
Add IUser::getAvatarImage() for easy access
Thomas Müller [Tue, 24 Nov 2015 22:53:27 +0000 (23:53 +0100)]
Adding system addressbook for users of this instance - a occ command is supplied for synchronizing
Roeland Jago Douma [Wed, 2 Dec 2015 08:00:21 +0000 (09:00 +0100)]
[Sharing] Respect disabled incoming federated shares
Only fetch the incoming federated shares if incoming shares are actually
enabled.
Fixes #20713
Jenkins for ownCloud [Wed, 2 Dec 2015 07:00:28 +0000 (02:00 -0500)]
[tx-robot] updated from transifex
Roeland Douma [Wed, 2 Dec 2015 06:48:35 +0000 (07:48 +0100)]
Merge pull request #20883 from owncloud/avatar_di
DI in avatar code
Roeland Jago Douma [Tue, 1 Dec 2015 21:08:42 +0000 (22:08 +0100)]
DI in avatar code
* DI in avatar code
* Use the node API
* More unit tests
* Unit tests no longer require DB
Lukas Reschke [Tue, 1 Dec 2015 21:03:25 +0000 (22:03 +0100)]
Set RewriteBase to / if OC::WEBROOT is not set
Lukas Reschke [Tue, 1 Dec 2015 19:08:07 +0000 (20:08 +0100)]
Append PATH_INFO to ensure that file can be loaded on update
Lukas Reschke [Tue, 1 Dec 2015 18:55:16 +0000 (19:55 +0100)]
Disable MultiView + DirectorySlash
Required for routes that might otherwise collide with existing folders on the system
Lukas Reschke [Tue, 1 Dec 2015 17:55:18 +0000 (18:55 +0100)]
Set "SetEnv" within base `.htaccess` file
mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
Morris Jobke [Tue, 1 Dec 2015 16:43:05 +0000 (17:43 +0100)]
Check the expiration date for null
* null is always less than any value -> expirationDate gets null
which is "no date set"
* ref https://github.com/owncloud/core/issues/20590#issuecomment-
158393075