]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFix merging of external storage configurations
Vincent Petry [Wed, 26 Mar 2014 11:10:17 +0000 (12:10 +0100)]
Fix merging of external storage configurations

Merging of configurations is whenever the same config is available for
multiple users/groups, in which case the config is considered as a
single one by the UI, and shows multiple users/groups selected.

Fixed merging logic to make sure that class, mount point and options are
the same before merging them.

Fixed merging to work correctly when the same mount point path is used
for separate users and configs. These are now correctly shows in the UI
as separate entries.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 26 Mar 2014 05:56:21 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7748 from owncloud/postgresversionwarning
Thomas Müller [Tue, 25 Mar 2014 22:17:18 +0000 (23:17 +0100)]
Merge pull request #7748 from owncloud/postgresversionwarning

Added PostgreSQL version warning on upgrade

10 years agofixing code style
Thomas Müller [Tue, 25 Mar 2014 22:17:00 +0000 (23:17 +0100)]
fixing code style

10 years agoMerge pull request #7864 from owncloud/routing-performance
Thomas Müller [Tue, 25 Mar 2014 22:00:36 +0000 (23:00 +0100)]
Merge pull request #7864 from owncloud/routing-performance

Routing performance

10 years agoupdate type hint in PHPDoc
Thomas Müller [Tue, 25 Mar 2014 21:59:42 +0000 (22:59 +0100)]
update type hint in PHPDoc

10 years agoMerge pull request #7325 from owncloud/recursive-mkdir-local
Thomas Müller [Tue, 25 Mar 2014 21:45:14 +0000 (22:45 +0100)]
Merge pull request #7325 from owncloud/recursive-mkdir-local

Recursive mkdir fixes #7047

10 years agoMerge pull request #7420 from owncloud/cachehooks-first
Thomas Müller [Tue, 25 Mar 2014 21:41:09 +0000 (22:41 +0100)]
Merge pull request #7420 from owncloud/cachehooks-first

Manually triger the filecache update hooks before any other hook

10 years agoMerge pull request #7477 from owncloud/foldersize-reuse
Thomas Müller [Tue, 25 Mar 2014 21:33:24 +0000 (22:33 +0100)]
Merge pull request #7477 from owncloud/foldersize-reuse

Allow re-using already known fileinfo when calculating folder sizes

10 years agoMerge pull request #7772 from owncloud/filter_more_jsconsole
VicDeo [Tue, 25 Mar 2014 18:29:26 +0000 (20:29 +0200)]
Merge pull request #7772 from owncloud/filter_more_jsconsole

Also replace console.time/timeEnd when not in DEBUG mode

10 years agoMerge pull request #7689 from owncloud/last_cron_log
Vincent Petry [Tue, 25 Mar 2014 18:17:36 +0000 (19:17 +0100)]
Merge pull request #7689 from owncloud/last_cron_log

Log last cron execution

10 years agoFix routes getting lost when loading app routes twice
Robin Appelman [Tue, 25 Mar 2014 13:28:30 +0000 (14:28 +0100)]
Fix routes getting lost when loading app routes twice

10 years agofix incorect array
Robin Appelman [Tue, 25 Mar 2014 13:04:18 +0000 (14:04 +0100)]
fix incorect array

10 years agoOnly load core routes for ocs and settings
Robin Appelman [Tue, 25 Mar 2014 12:42:47 +0000 (13:42 +0100)]
Only load core routes for ocs and settings

10 years agoMerge pull request #7867 from owncloud/upload-dontclosesessionforencryption
Thomas Müller [Tue, 25 Mar 2014 11:43:26 +0000 (12:43 +0100)]
Merge pull request #7867 from owncloud/upload-dontclosesessionforencryption

Fix public upload to not close session when encryption is on

10 years agoMerge pull request #7861 from owncloud/idn-domains-support-on-emails-master
Thomas Müller [Tue, 25 Mar 2014 11:38:32 +0000 (12:38 +0100)]
Merge pull request #7861 from owncloud/idn-domains-support-on-emails-master

idn have to be converted before being used

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 25 Mar 2014 05:55:34 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoFix public upload to not close session when encryption is on
Vincent Petry [Mon, 24 Mar 2014 16:34:37 +0000 (17:34 +0100)]
Fix public upload to not close session when encryption is on

The encryption app needs to create keys when uploading files, so the
session needs to be kept open in such case.

10 years agoOnly load core routes when matching a core route
Robin Appelman [Mon, 24 Mar 2014 15:20:53 +0000 (16:20 +0100)]
Only load core routes when matching a core route

10 years agoCache generated urls for routes
Robin Appelman [Mon, 24 Mar 2014 14:42:21 +0000 (15:42 +0100)]
Cache generated urls for routes

10 years agoOnly load routes from the apps we need
Robin Appelman [Mon, 24 Mar 2014 14:41:46 +0000 (15:41 +0100)]
Only load routes from the apps we need

10 years agouse \OC_Mail::validateAddress() to validate the email address - fixes #7862
Thomas Müller [Mon, 24 Mar 2014 14:35:07 +0000 (15:35 +0100)]
use \OC_Mail::validateAddress() to validate the email address - fixes #7862

10 years agoLoad the routes when matching or generating a route instead of when creating the...
Robin Appelman [Mon, 24 Mar 2014 13:55:03 +0000 (14:55 +0100)]
Load the routes when matching or generating a route instead of when creating the router

10 years agoidn have to be converted before being used
Thomas Müller [Mon, 24 Mar 2014 12:46:31 +0000 (13:46 +0100)]
idn have to be converted before being used

10 years agoMerge pull request #7768 from owncloud/trashempty-nocache
icewind1991 [Mon, 24 Mar 2014 12:34:30 +0000 (13:34 +0100)]
Merge pull request #7768 from owncloud/trashempty-nocache

Use a more efficient way to determine that the trashbin is empty that doesn't rely on the cache

10 years agoMerge pull request #7714 from owncloud/phpunit-config
icewind1991 [Mon, 24 Mar 2014 12:01:37 +0000 (13:01 +0100)]
Merge pull request #7714 from owncloud/phpunit-config

Allow setting the config dir to use as enviroment variable for phpunit

10 years agocatch the case where files_trashbin/files doesn't exist
Robin Appelman [Mon, 24 Mar 2014 11:33:44 +0000 (12:33 +0100)]
catch the case where files_trashbin/files doesn't exist

10 years agoLog exception when PostgreSQL version check failed
Vincent Petry [Mon, 24 Mar 2014 10:54:44 +0000 (11:54 +0100)]
Log exception when PostgreSQL version check failed

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 24 Mar 2014 05:55:51 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 23 Mar 2014 05:55:34 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 22 Mar 2014 05:56:09 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMove success/error squircles to settings
kondou [Fri, 21 Mar 2014 19:27:22 +0000 (20:27 +0100)]
Move success/error squircles to settings

10 years agoMerge branch 'master' of https://github.com/owncloud/core into last_cron_log
kondou [Fri, 21 Mar 2014 19:23:31 +0000 (20:23 +0100)]
Merge branch 'master' of https://github.com/owncloud/core into last_cron_log

10 years agoMerge pull request #7844 from owncloud/fix_7803_blizzz
blizzz [Fri, 21 Mar 2014 17:02:10 +0000 (18:02 +0100)]
Merge pull request #7844 from owncloud/fix_7803_blizzz

LDAP: create a new instance of Configuration on clone, fixes #7803

10 years agoadd test for cloning and keeping configuration seperate
Arthur Schiwon [Fri, 21 Mar 2014 14:31:30 +0000 (15:31 +0100)]
add test for cloning and keeping configuration seperate

10 years agoUse array_key_exists instead of isset, because the latter returns false if the assign...
Arthur Schiwon [Fri, 21 Mar 2014 14:29:49 +0000 (15:29 +0100)]
Use array_key_exists instead of isset, because the latter returns false if the assigned value is null

10 years agoOn clone create a new instance of the Configuration
Arthur Schiwon [Fri, 21 Mar 2014 14:27:51 +0000 (15:27 +0100)]
On clone create a new instance of the Configuration

To avide effects on the original instance of Connection when the clone
is modified, for instance on authentication checks.

10 years agoMerge pull request #7820 from owncloud/core-macwarning
Morris Jobke [Fri, 21 Mar 2014 14:06:11 +0000 (15:06 +0100)]
Merge pull request #7820 from owncloud/core-macwarning

Added warning for Mac OS on setup page

10 years agoMerge pull request #7655 from owncloud/shared-unencryptedsize
Vincent Petry [Fri, 21 Mar 2014 11:28:27 +0000 (12:28 +0100)]
Merge pull request #7655 from owncloud/shared-unencryptedsize

Fixed warning when browsing Shared folder

10 years agoMerge pull request #7611 from owncloud/fix-updater
Vincent Petry [Fri, 21 Mar 2014 11:16:51 +0000 (12:16 +0100)]
Merge pull request #7611 from owncloud/fix-updater

Use $installedVersion instead of $currentVersion

10 years agoMerge pull request #7823 from owncloud/fix_7796
blizzz [Fri, 21 Mar 2014 10:27:18 +0000 (11:27 +0100)]
Merge pull request #7823 from owncloud/fix_7796

Add FreeIPA UUID compatibility, fixes #7796

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 21 Mar 2014 05:55:35 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoFix duplicate ipauniqueid
Robin McCorkell [Thu, 20 Mar 2014 20:38:06 +0000 (20:38 +0000)]
Fix duplicate ipauniqueid

10 years agoMerge pull request #7794 from owncloud/extstorage-obfuscatepasswords
Lukas Reschke [Thu, 20 Mar 2014 15:31:12 +0000 (16:31 +0100)]
Merge pull request #7794 from owncloud/extstorage-obfuscatepasswords

Obfuscate passwords in ext storage config

10 years agoMerge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknown
Vincent Petry [Thu, 20 Mar 2014 14:29:14 +0000 (15:29 +0100)]
Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknown

Still return quota value when free space is unknown

10 years agoRemoved comment
Vincent Petry [Thu, 20 Mar 2014 14:24:05 +0000 (15:24 +0100)]
Removed comment

10 years agoremove executable flag for file-upload.js
Morris Jobke [Thu, 20 Mar 2014 12:26:21 +0000 (13:26 +0100)]
remove executable flag for file-upload.js

10 years agoMerge pull request #7814 from oskholl/master
Morris Jobke [Thu, 20 Mar 2014 12:25:21 +0000 (13:25 +0100)]
Merge pull request #7814 from oskholl/master

Fix: 'Upload button tooltip doesn't disappear'

10 years agoLazy load phpseclib in ext storage config
Vincent Petry [Thu, 20 Mar 2014 12:21:34 +0000 (13:21 +0100)]
Lazy load phpseclib in ext storage config

10 years agoAdded warning for Mac OS on setup page
Vincent Petry [Thu, 20 Mar 2014 11:31:36 +0000 (12:31 +0100)]
Added warning for Mac OS on setup page

10 years agoFix typo in mount loading
Robin Appelman [Thu, 20 Mar 2014 11:52:09 +0000 (12:52 +0100)]
Fix typo in mount loading

10 years agoMerge pull request #7732 from owncloud/datafolderexistence
Vincent Petry [Thu, 20 Mar 2014 10:31:28 +0000 (11:31 +0100)]
Merge pull request #7732 from owncloud/datafolderexistence

Added .ocdata file to check for data folder validity

10 years agoMerge pull request #7818 from owncloud/logException_undefined_variable
Morris Jobke [Thu, 20 Mar 2014 10:14:30 +0000 (11:14 +0100)]
Merge pull request #7818 from owncloud/logException_undefined_variable

Fix 'Undefined variable: message' in OCP\Util::logException

10 years agoMerge pull request #7651 from owncloud/close-session-faster-master
Thomas Müller [Thu, 20 Mar 2014 10:07:21 +0000 (11:07 +0100)]
Merge pull request #7651 from owncloud/close-session-faster-master

Close session faster

10 years agoFix 'Undefined variable: message' in OCP\Util::logException
Thomas Tanghus [Thu, 20 Mar 2014 09:23:40 +0000 (10:23 +0100)]
Fix 'Undefined variable: message' in OCP\Util::logException

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 20 Mar 2014 05:56:42 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7804 from jbtbnl/master
Morris Jobke [Wed, 19 Mar 2014 22:56:58 +0000 (23:56 +0100)]
Merge pull request #7804 from jbtbnl/master

Remove cursor:pointer CSS from li element

10 years agoComment moved to prevent 'Line is too long' warning.
Oskar Hollmann [Wed, 19 Mar 2014 22:05:03 +0000 (23:05 +0100)]
Comment moved to prevent 'Line is too long' warning.

10 years agoFix: 'Upload button tooltip doesn't disappear'
Oskar Hollmann [Wed, 19 Mar 2014 21:09:09 +0000 (22:09 +0100)]
Fix: 'Upload button tooltip doesn't disappear'
Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM.

10 years agoAdd FreeIPA UUID compatibility, fixes #7796
Robin McCorkell [Wed, 19 Mar 2014 20:30:24 +0000 (20:30 +0000)]
Add FreeIPA UUID compatibility, fixes #7796

Ability to use ipauniqueid for the UUID of a user

10 years agoStill return quota value when free space is unknown
Vincent Petry [Wed, 19 Mar 2014 18:07:11 +0000 (19:07 +0100)]
Still return quota value when free space is unknown

Fixed the quota storage wrapper to correctly return the quota value when
the free space is not known (which usually happens when the disk_free_space
function is disabled)

10 years agoMerge pull request #7806 from owncloud/add-matroska-video
Lukas Reschke [Wed, 19 Mar 2014 17:32:53 +0000 (18:32 +0100)]
Merge pull request #7806 from owncloud/add-matroska-video

Add mimetype for MKV videos

10 years agoFixed ext storage password field order issue
Vincent Petry [Wed, 19 Mar 2014 16:56:36 +0000 (17:56 +0100)]
Fixed ext storage password field order issue

The old password field is now preserved in the JSON structure to make
sure that the order is preserved.
This is a quick fix until the UI is fixed to not rely on the PHP array
key order.

10 years agoFixed ext storage unit test for groups
Vincent Petry [Wed, 19 Mar 2014 16:55:34 +0000 (17:55 +0100)]
Fixed ext storage unit test for groups

Now creating real users and groups for testing external storage mounts

10 years agoAdd mimetype for MKV videos
Lukas Reschke [Wed, 19 Mar 2014 16:45:20 +0000 (17:45 +0100)]
Add mimetype for MKV videos

This will make oC create previews for MKVs.

Test file: http://www.auby.no/files/video_tests/h264_720p_hp_5.1_3mbps_vorbis_styled_and_unstyled_subs_suzumiya.mkv

To test this just apply this change and upload the test file, if an preview is generated this change is most likely working as expecting.

10 years agoFix #7758
jbtbnl [Wed, 19 Mar 2014 15:45:10 +0000 (16:45 +0100)]
Fix #7758

10 years agoMerge pull request #7557 from owncloud/issue/7297
Vincent Petry [Wed, 19 Mar 2014 14:53:08 +0000 (15:53 +0100)]
Merge pull request #7557 from owncloud/issue/7297

Do not allow setting an expiration date in the past

10 years agoMerge pull request #7800 from owncloud/filesort-performance
icewind1991 [Wed, 19 Mar 2014 14:38:15 +0000 (15:38 +0100)]
Merge pull request #7800 from owncloud/filesort-performance

Improve sorting performance of large lists of files

10 years agoAdded tests to check mount point list for a target user
Vincent Petry [Wed, 19 Mar 2014 13:23:36 +0000 (14:23 +0100)]
Added tests to check mount point list for a target user

10 years agoImprove sorting performance of large lists of files
Robin Appelman [Wed, 19 Mar 2014 12:53:59 +0000 (13:53 +0100)]
Improve sorting performance of large lists of files

10 years agoMoved external storage mounting code to files_external app
Vincent Petry [Wed, 19 Mar 2014 11:20:48 +0000 (12:20 +0100)]
Moved external storage mounting code to files_external app

Moved the mounting code for external storage from
OC\Filesystem::initMountPoint to files_external using the
post_initMountPoints hook

10 years agoUse tipsy to display error when selecting a date in the past
Joas Schilling [Wed, 19 Mar 2014 11:11:14 +0000 (12:11 +0100)]
Use tipsy to display error when selecting a date in the past

10 years agoMerge branch 'master' into close-session-faster-master
Thomas Müller [Wed, 19 Mar 2014 10:44:21 +0000 (11:44 +0100)]
Merge branch 'master' into close-session-faster-master

Conflicts:
apps/files/ajax/upgrade.php

10 years agoAdded IV for ext storage password encryption
Vincent Petry [Wed, 19 Mar 2014 10:42:22 +0000 (11:42 +0100)]
Added IV for ext storage password encryption

10 years agoMerge pull request #7777 from owncloud/fix/7776
Thomas Müller [Wed, 19 Mar 2014 10:36:00 +0000 (11:36 +0100)]
Merge pull request #7777 from owncloud/fix/7776

updating 3rdparty submodule

10 years agoMerge pull request #7790 from owncloud/fix/7788
Thomas Müller [Wed, 19 Mar 2014 10:29:50 +0000 (11:29 +0100)]
Merge pull request #7790 from owncloud/fix/7788

drop file cache migration OC5 -> OC6

10 years agoAdded password obfuscation for external storage config
Vincent Petry [Tue, 18 Mar 2014 20:15:11 +0000 (21:15 +0100)]
Added password obfuscation for external storage config

Added obfuscation for all "password" options from external storages.
Added unit tests for reading/writing the configuration.

10 years agoAdded ext storage unit tests for writing then reload the mount config
Vincent Petry [Tue, 18 Mar 2014 18:37:02 +0000 (19:37 +0100)]
Added ext storage unit tests for writing then reload the mount config

10 years agoMerge pull request #7792 from owncloud/extstorage-fixpersonalstorage
Vincent Petry [Wed, 19 Mar 2014 09:00:12 +0000 (10:00 +0100)]
Merge pull request #7792 from owncloud/extstorage-fixpersonalstorage

Fix validation of allowed personal backend

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 19 Mar 2014 05:55:39 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7791 from owncloud/app-setting-auto-scroll
Morris Jobke [Wed, 19 Mar 2014 00:07:26 +0000 (01:07 +0100)]
Merge pull request #7791 from owncloud/app-setting-auto-scroll

Set overflow-y to auto

10 years agoMerge pull request #7766 from Xenopathic/master
Robin McCorkell [Tue, 18 Mar 2014 19:42:04 +0000 (19:42 +0000)]
Merge pull request #7766 from Xenopathic/master

Fix smb4php to work with home shares

10 years agoAdded unit tests for when adding ext storage mount points
Vincent Petry [Tue, 18 Mar 2014 17:29:08 +0000 (18:29 +0100)]
Added unit tests for when adding ext storage mount points

- test config was written correctly (global and local)
- test that personal mount points can be added for allowed backends
- test that personal mount points cannot be added for disallowed backends
- added $skipTest flag to make it possible add mount points without
  doing an actual check/connection (note: this is necessary because the
  static class OC_Mount_Config cannot be mocked)

10 years agoSet overflow-y to auto
Thomas Tanghus [Tue, 18 Mar 2014 17:25:30 +0000 (18:25 +0100)]
Set overflow-y to auto

10 years agoFix validation of allowed personal backend
Vincent Petry [Tue, 18 Mar 2014 16:54:14 +0000 (17:54 +0100)]
Fix validation of allowed personal backend

10 years agodrop file cache migration OC5 -> OC6
Thomas Müller [Tue, 18 Mar 2014 16:14:38 +0000 (17:14 +0100)]
drop file cache migration OC5 -> OC6

10 years agoMerge pull request #7784 from owncloud/enc-adminpageallowupload
Morris Jobke [Tue, 18 Mar 2014 11:49:38 +0000 (12:49 +0100)]
Merge pull request #7784 from owncloud/enc-adminpageallowupload

Display admin option for public upload with encryption enabled

10 years agoredefine reopen() in class \OC\Session\Internal to avoid accidental calls in producti...
Thomas Müller [Tue, 18 Mar 2014 10:44:22 +0000 (11:44 +0100)]
redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code

10 years agoDisplay admin option for public upload with encryption enabled
Vincent Petry [Tue, 18 Mar 2014 10:28:56 +0000 (11:28 +0100)]
Display admin option for public upload with encryption enabled

Now that public upload works with encryption, the admin option to toggle
it must be made visible.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 18 Mar 2014 05:55:31 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoupdating 3rdparty submodule
Thomas Müller [Mon, 17 Mar 2014 21:22:16 +0000 (22:22 +0100)]
updating 3rdparty submodule

10 years agoMerge branch 'master' into close-session-faster-master
Thomas Müller [Mon, 17 Mar 2014 20:57:48 +0000 (21:57 +0100)]
Merge branch 'master' into close-session-faster-master

10 years agointroduce reopen() method to be used for unit test execution only - right after a...
Thomas Müller [Mon, 17 Mar 2014 20:57:10 +0000 (21:57 +0100)]
introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened

10 years agoMerge pull request #7649 from owncloud/routing-public
Thomas Müller [Mon, 17 Mar 2014 20:07:05 +0000 (21:07 +0100)]
Merge pull request #7649 from owncloud/routing-public

Move routing classes to an interface and expose it in the public api

10 years agoReplace console.time/timeEnd
Thomas Tanghus [Mon, 17 Mar 2014 18:39:19 +0000 (19:39 +0100)]
Replace console.time/timeEnd

10 years agoAdded PostgreSQL version warning on upgrade
Vincent Petry [Sat, 15 Mar 2014 12:28:20 +0000 (13:28 +0100)]
Added PostgreSQL version warning on upgrade

10 years agoIncrease version to trigger upgrade related to .ocdata
Vincent Petry [Mon, 17 Mar 2014 16:58:19 +0000 (17:58 +0100)]
Increase version to trigger upgrade related to .ocdata

10 years agoMore robust way to check if the folder is empty
Robin Appelman [Mon, 17 Mar 2014 16:03:32 +0000 (17:03 +0100)]
More robust way to check if the folder is empty

10 years agoUse a more efficient way to determine that the trashbin is empty that doesn't rely...
Robin Appelman [Mon, 17 Mar 2014 15:35:08 +0000 (16:35 +0100)]
Use a more efficient way to determine that the trashbin is empty that doesn't rely on the cache

10 years agoFix smb4php to work with home shares
Robin McCorkell [Mon, 17 Mar 2014 15:03:25 +0000 (15:03 +0000)]
Fix smb4php to work with home shares

Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server.