]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoAdd $storage->instanceOfStorage to handle instanceof for storage wrappers
Robin Appelman [Thu, 29 May 2014 11:45:50 +0000 (13:45 +0200)]
Add $storage->instanceOfStorage to handle instanceof for storage wrappers

10 years agoMerge pull request #3908 from owncloud/storage-folder-copy-rename
icewind1991 [Thu, 29 May 2014 11:29:24 +0000 (13:29 +0200)]
Merge pull request #3908 from owncloud/storage-folder-copy-rename

Recursive copy and remove for local storage backends

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 29 May 2014 05:54:40 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8748 from owncloud/cli_maintenance_mode
Andreas Fischer [Thu, 29 May 2014 01:45:49 +0000 (03:45 +0200)]
Merge pull request #8748 from owncloud/cli_maintenance_mode

Add ability to enable/disable maintenance mode from cli.

* owncloud/cli_maintenance_mode:
  Use OC\Config instead of OC_Config
  Changed class name to mode
  Add ability to enable/disable maintenance mode from cli.

10 years agoMerge pull request #8547 from owncloud/path-length-master
Thomas Müller [Wed, 28 May 2014 22:08:29 +0000 (00:08 +0200)]
Merge pull request #8547 from owncloud/path-length-master

Handling long paths properly in \OC\Files\View

10 years agoMerge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer
Lukas Reschke [Wed, 28 May 2014 20:42:45 +0000 (22:42 +0200)]
Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer

upgraded phpmailer into v5.2.8 via composer

10 years agoUse OC\Config instead of OC_Config
scolebrook [Wed, 28 May 2014 20:26:13 +0000 (16:26 -0400)]
Use OC\Config instead of OC_Config

10 years agoMerge pull request #8681 from owncloud/logintimestamp
Lukas Reschke [Wed, 28 May 2014 17:06:47 +0000 (19:06 +0200)]
Merge pull request #8681 from owncloud/logintimestamp

Record login timestamp per user. Required for new user managament.

10 years agoRemove code duplication
Robin Appelman [Fri, 23 May 2014 10:46:12 +0000 (12:46 +0200)]
Remove code duplication

10 years agoFix LocalStorage->unlink to work on folder as expected
Robin Appelman [Tue, 6 May 2014 13:54:48 +0000 (15:54 +0200)]
Fix LocalStorage->unlink to work on folder as expected

10 years agore-use rescursive copy from common storage
Robin Appelman [Wed, 10 Jul 2013 19:39:58 +0000 (21:39 +0200)]
re-use rescursive copy from common storage

10 years agoremove unneeded check
Robin Appelman [Thu, 4 Jul 2013 19:17:52 +0000 (21:17 +0200)]
remove unneeded check

10 years agouse \OC\Files\Filesystem::isIgnoredDir
Robin Appelman [Mon, 1 Jul 2013 17:12:48 +0000 (19:12 +0200)]
use \OC\Files\Filesystem::isIgnoredDir

10 years agofix illegal usage of unlink in test case
Robin Appelman [Mon, 1 Jul 2013 16:11:33 +0000 (18:11 +0200)]
fix illegal usage of unlink in test case

10 years agofix recursive copy and rename for common storage backend
Robin Appelman [Mon, 1 Jul 2013 16:11:05 +0000 (18:11 +0200)]
fix recursive copy and rename for common storage backend

10 years agofix recursive copy and rename for mapped local storage backend
Robin Appelman [Mon, 1 Jul 2013 16:02:56 +0000 (18:02 +0200)]
fix recursive copy and rename for mapped local storage backend

10 years agoadd recursive copy to local storage backend
Robin Appelman [Mon, 1 Jul 2013 15:57:40 +0000 (17:57 +0200)]
add recursive copy to local storage backend

10 years agofix recursive rename for local storage backend
Robin Appelman [Mon, 1 Jul 2013 15:45:01 +0000 (17:45 +0200)]
fix recursive rename for local storage backend

10 years agoremove unneeded delTree
Robin Appelman [Mon, 1 Jul 2013 15:41:49 +0000 (17:41 +0200)]
remove unneeded delTree

10 years agoaditional test cases for copy and rename
Robin Appelman [Mon, 1 Jul 2013 15:40:19 +0000 (17:40 +0200)]
aditional test cases for copy and rename

10 years agoMerge pull request #8768 from owncloud/scanner_visibility
icewind1991 [Wed, 28 May 2014 13:59:57 +0000 (15:59 +0200)]
Merge pull request #8768 from owncloud/scanner_visibility

Change visibility of scanner internals

10 years agoChanged class name to mode
scolebrook [Wed, 28 May 2014 13:41:34 +0000 (09:41 -0400)]
Changed class name to mode

10 years ago# This is a combination of 2 commits.
Thomas Müller [Thu, 8 May 2014 13:19:54 +0000 (15:19 +0200)]
# This is a combination of 2 commits.
# The first commit's message is:

adding tests for long paths
increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096)
increment version to trigger database migration
adding unit test for too long path

# This is the 2nd commit message:

fix too long path

10 years agoUpdate 3rdparty submodule after merge
Thomas Müller [Wed, 28 May 2014 13:16:14 +0000 (15:16 +0200)]
Update 3rdparty submodule after merge

10 years agoChange visibility of scanner internals
ringmaster [Wed, 28 May 2014 11:59:38 +0000 (07:59 -0400)]
Change visibility of scanner internals

so that descendant classes can access them.

10 years agoupdating unit test expectations
Thomas Müller [Wed, 28 May 2014 11:47:27 +0000 (13:47 +0200)]
updating unit test expectations

10 years agoMerge pull request #8755 from owncloud/fix-8737-master
Vincent Petry [Wed, 28 May 2014 08:57:54 +0000 (10:57 +0200)]
Merge pull request #8755 from owncloud/fix-8737-master

remove legacy OC_Filesystem being used in a hook callback

10 years agoMerge pull request #8750 from owncloud/l10n-add-title-property
Volkan Gezer [Wed, 28 May 2014 08:52:00 +0000 (10:52 +0200)]
Merge pull request #8750 from owncloud/l10n-add-title-property

add title property to share dialog will close #8638

10 years agoMerge pull request #8732 from owncloud/fix-warning-text
Jan-Christoph Borchardt [Wed, 28 May 2014 08:43:28 +0000 (10:43 +0200)]
Merge pull request #8732 from owncloud/fix-warning-text

fix warning text and margin. fixes #8715

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

10 years agoremove legacy OC_Filesystem being used in a hook callback
Thomas Müller [Tue, 27 May 2014 22:13:54 +0000 (00:13 +0200)]
remove legacy OC_Filesystem being used in a hook callback

10 years agoupgraded phpmailer into v5.2.8 via composer
Volkan Gezer [Tue, 27 May 2014 21:16:49 +0000 (23:16 +0200)]
upgraded phpmailer into v5.2.8 via composer

10 years agoMerge pull request #8713 from owncloud/typo-files-encr
Thomas Müller [Tue, 27 May 2014 21:03:32 +0000 (23:03 +0200)]
Merge pull request #8713 from owncloud/typo-files-encr

fix grammar

10 years agoMerge pull request #8136 from owncloud/contactsmanager-register
Bart Visscher [Tue, 27 May 2014 20:35:50 +0000 (22:35 +0200)]
Merge pull request #8136 from owncloud/contactsmanager-register

Implement the register function of OC\ContactsManager

10 years agoadd title property to share dialog
Volkan Gezer [Tue, 27 May 2014 20:09:55 +0000 (22:09 +0200)]
add title property to share dialog

10 years agoMerge pull request #8744 from owncloud/l10n-whoops-user-ldap
blizzz [Tue, 27 May 2014 19:00:32 +0000 (21:00 +0200)]
Merge pull request #8744 from owncloud/l10n-whoops-user-ldap

forgotten infobox messages translations

10 years agoAdd ability to enable/disable maintenance mode from cli.
scolebrook [Tue, 27 May 2014 17:03:53 +0000 (13:03 -0400)]
Add ability to enable/disable maintenance mode from cli.

10 years agoforgotten infobox messages translations
Volkan Gezer [Tue, 27 May 2014 14:39:22 +0000 (16:39 +0200)]
forgotten infobox messages translations

10 years agoMerge pull request #8740 from owncloud/l10n-forgotten-tags
Volkan Gezer [Tue, 27 May 2014 12:47:21 +0000 (14:47 +0200)]
Merge pull request #8740 from owncloud/l10n-forgotten-tags

reverts 188c543

10 years agoMerge pull request #8736 from owncloud/appinfo-newrequirefields
Vincent Petry [Tue, 27 May 2014 12:28:47 +0000 (14:28 +0200)]
Merge pull request #8736 from owncloud/appinfo-newrequirefields

App info new fields "requiremin" and "requiremax"

10 years agoreverts 188c543 and translates only mail
Volkan Gezer [Tue, 27 May 2014 10:24:34 +0000 (12:24 +0200)]
reverts 188c543 and translates only mail

10 years agofix warning text and margin
Volkan Gezer [Tue, 27 May 2014 00:11:58 +0000 (02:11 +0200)]
fix warning text and margin

10 years agoMerge pull request #8721 from owncloud/sharing_don_lose_filesize
Vincent Petry [Tue, 27 May 2014 10:25:55 +0000 (12:25 +0200)]
Merge pull request #8721 from owncloud/sharing_don_lose_filesize

don't lose file size during rename

10 years agoMerge pull request #8733 from owncloud/l10n-forgotten-tags
Vincent Petry [Tue, 27 May 2014 09:55:33 +0000 (11:55 +0200)]
Merge pull request #8733 from owncloud/l10n-forgotten-tags

unwrapped strings fix

10 years agoAdjust core apps to use "requiremin" instead of "require"
Vincent Petry [Tue, 27 May 2014 09:54:44 +0000 (11:54 +0200)]
Adjust core apps to use "requiremin" instead of "require"

Also added a few missing authors.

10 years agoAdded requiremin/requiremax fields for apps
Vincent Petry [Tue, 27 May 2014 09:54:12 +0000 (11:54 +0200)]
Added requiremin/requiremax fields for apps

Apps can now specify a minimum and maximum version of ownCloud in which
they are supported.

10 years agoMerge pull request #8728 from owncloud/sharing_fix_reshare
Vincent Petry [Tue, 27 May 2014 07:02:52 +0000 (09:02 +0200)]
Merge pull request #8728 from owncloud/sharing_fix_reshare

allow resharing of files with only share permissions

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 27 May 2014 05:54:54 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agounwrapped strings fix
Volkan Gezer [Tue, 27 May 2014 01:48:24 +0000 (03:48 +0200)]
unwrapped strings fix

10 years agoallow resharing of files with only share permissions
Bjoern Schiessle [Mon, 26 May 2014 18:32:24 +0000 (20:32 +0200)]
allow resharing of files with only share permissions

10 years agodon't lose file size during rename
Bjoern Schiessle [Mon, 26 May 2014 10:37:43 +0000 (12:37 +0200)]
don't lose file size during rename

10 years agoMerge branch 'logintimestamp' of git://github.com/owncloud/core into logintimestamp
Arthur Schiwon [Mon, 26 May 2014 11:56:40 +0000 (13:56 +0200)]
Merge branch 'logintimestamp' of git://github.com/owncloud/core into logintimestamp

10 years agodrop superflous statement in phpdoc
Arthur Schiwon [Mon, 26 May 2014 11:56:08 +0000 (13:56 +0200)]
drop superflous statement in phpdoc

10 years agoadd preRememberedLogin hook and document this and postRememberedLogin in class descri...
Arthur Schiwon [Mon, 26 May 2014 11:53:26 +0000 (13:53 +0200)]
add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook

10 years agoMerge pull request #8687 from owncloud/recursive-remove-smb
Vincent Petry [Mon, 26 May 2014 09:06:13 +0000 (11:06 +0200)]
Merge pull request #8687 from owncloud/recursive-remove-smb

Make the recursive delete more robust

10 years agoMerge pull request #8674 from owncloud/watch-policy
Frank Karlitschek [Mon, 26 May 2014 08:48:44 +0000 (10:48 +0200)]
Merge pull request #8674 from owncloud/watch-policy

Add a config option for setting the filesystem watcher policy

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

10 years agofix grammar
Volkan Gezer [Sun, 25 May 2014 18:42:52 +0000 (20:42 +0200)]
fix grammar

10 years agoMerge pull request #8711 from owncloud/l10n-fully-translatable-ldap
Volkan Gezer [Sun, 25 May 2014 17:26:37 +0000 (19:26 +0200)]
Merge pull request #8711 from owncloud/l10n-fully-translatable-ldap

make user_ldap fully translatable

10 years agomake user_ldap fully translatable
Volkan Gezer [Sun, 25 May 2014 10:35:46 +0000 (12:35 +0200)]
make user_ldap fully translatable

10 years agoMerge pull request #8705 from wakeup/master
Thomas Müller [Sun, 25 May 2014 09:00:34 +0000 (11:00 +0200)]
Merge pull request #8705 from wakeup/master

fix typo

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 25 May 2014 05:54:35 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agofix typo
Volkan Gezer [Sat, 24 May 2014 12:36:10 +0000 (14:36 +0200)]
fix typo

Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex

10 years agoMerge pull request #8688 from owncloud/public-image-positioning
Lukas Reschke [Sat, 24 May 2014 10:49:12 +0000 (12:49 +0200)]
Merge pull request #8688 from owncloud/public-image-positioning

Show less whitespace above publicly shared images

10 years agoClarify comment
Lukas Reschke [Sat, 24 May 2014 08:24:42 +0000 (10:24 +0200)]
Clarify comment

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

10 years agoMerge pull request #8699 from owncloud/sharing_improvements
Björn Schießle [Fri, 23 May 2014 18:53:32 +0000 (20:53 +0200)]
Merge pull request #8699 from owncloud/sharing_improvements

fix share label creation

10 years agoprint time in 24h format
Arthur Schiwon [Fri, 23 May 2014 17:12:51 +0000 (19:12 +0200)]
print time in 24h format

10 years agoMerge pull request #8690 from owncloud/design-noise
Jan-Christoph Borchardt [Fri, 23 May 2014 16:13:02 +0000 (18:13 +0200)]
Merge pull request #8690 from owncloud/design-noise

remove noise texture from interface

10 years agofix share label creation
Bjoern Schiessle [Fri, 23 May 2014 14:21:15 +0000 (16:21 +0200)]
fix share label creation

10 years agoremove noise texture from interface (not necessary, and blurry on high-res)
Jan-Christoph Borchardt [Fri, 23 May 2014 12:15:36 +0000 (14:15 +0200)]
remove noise texture from interface (not necessary, and blurry on high-res)

10 years agoShow less whitespace above publicly shared images
Robin Appelman [Fri, 23 May 2014 11:36:16 +0000 (13:36 +0200)]
Show less whitespace above publicly shared images

10 years agoMake the recursive delete more robust
Robin Appelman [Fri, 23 May 2014 11:31:45 +0000 (13:31 +0200)]
Make the recursive delete more robust

10 years agoMerge pull request #8675 from owncloud/sharing-improvements
Björn Schießle [Fri, 23 May 2014 10:41:34 +0000 (06:41 -0400)]
Merge pull request #8675 from owncloud/sharing-improvements

Sharing improvements

10 years agoAdd a config option fro setting the filesystem watcher policy
Robin Appelman [Thu, 22 May 2014 11:45:55 +0000 (13:45 +0200)]
Add a config option fro setting the filesystem watcher policy

10 years agoMerge pull request #8671 from owncloud/log-upload-errors
Vincent Petry [Fri, 23 May 2014 09:33:14 +0000 (11:33 +0200)]
Merge pull request #8671 from owncloud/log-upload-errors

php upload errors are written to log

10 years agoincrease scrutinizer happyiness by removing minor/informational issues
Arthur Schiwon [Fri, 23 May 2014 09:20:46 +0000 (11:20 +0200)]
increase scrutinizer happyiness by removing minor/informational issues

10 years agoprevent default action when clicking on the share notification
Bjoern Schiessle [Fri, 23 May 2014 09:16:22 +0000 (11:16 +0200)]
prevent default action when clicking on the share notification

10 years agosave a whitespace
Arthur Schiwon [Fri, 23 May 2014 08:55:54 +0000 (10:55 +0200)]
save a whitespace

10 years agoadd cli command to check a users last login
Arthur Schiwon [Fri, 23 May 2014 08:37:34 +0000 (10:37 +0200)]
add cli command to check a users last login

10 years agoclean up here is superflous, will already be removed by user session
Arthur Schiwon [Fri, 23 May 2014 08:16:18 +0000 (10:16 +0200)]
clean up here is superflous, will already be removed by user session

10 years agoMerge pull request #8658 from realriot/master
Thomas Müller [Fri, 23 May 2014 08:14:09 +0000 (10:14 +0200)]
Merge pull request #8658 from realriot/master

Changed access mode for Dropbox to 'auto'

10 years agoMerge pull request #8647 from owncloud/public-image-scaling
Vincent Petry [Fri, 23 May 2014 08:06:51 +0000 (10:06 +0200)]
Merge pull request #8647 from owncloud/public-image-scaling

Dont scale up the preview for publicly shared images

10 years agotest hooks also on login
Arthur Schiwon [Thu, 22 May 2014 22:59:26 +0000 (00:59 +0200)]
test hooks also on login

10 years agoalso test whether hooks work
Arthur Schiwon [Thu, 22 May 2014 22:54:17 +0000 (00:54 +0200)]
also test whether hooks work

10 years agounit tests for loginWithCookie()
Arthur Schiwon [Thu, 22 May 2014 22:18:07 +0000 (00:18 +0200)]
unit  tests for loginWithCookie()

10 years agoDont scale up the preview for publicly shared images
Robin Appelman [Tue, 20 May 2014 11:45:14 +0000 (13:45 +0200)]
Dont scale up the preview for publicly shared images

10 years agoalways check for unique filename, if a file gets added from outside the mount
Bjoern Schiessle [Thu, 22 May 2014 12:29:23 +0000 (14:29 +0200)]
always check for unique filename, if a file gets added from outside the mount
point should be adjusted to ne unique again

10 years agofileList needs be be declared before the if-statement
Bjoern Schiessle [Thu, 22 May 2014 12:28:29 +0000 (14:28 +0200)]
fileList needs be be declared before the if-statement

10 years agoMerge pull request #8599 from owncloud/sharing_disable_for_groups
Björn Schießle [Thu, 22 May 2014 12:19:27 +0000 (08:19 -0400)]
Merge pull request #8599 from owncloud/sharing_disable_for_groups

allow admin to disable sharing for specific groups of users

10 years agoFix phpdoc
Robin Appelman [Thu, 22 May 2014 11:30:32 +0000 (13:30 +0200)]
Fix phpdoc

10 years agoMerge pull request #8163 from Xenopathic/files_external_priority
Vincent Petry [Thu, 22 May 2014 11:17:44 +0000 (13:17 +0200)]
Merge pull request #8163 from Xenopathic/files_external_priority

Priority on external storage mounts

10 years agophp upload errors are written to log
Thomas Müller [Thu, 22 May 2014 10:20:27 +0000 (12:20 +0200)]
php upload errors are written to log

10 years agoallow admin to disable sharing for specific groups of users
Bjoern Schiessle [Tue, 13 May 2014 13:22:18 +0000 (15:22 +0200)]
allow admin to disable sharing for specific groups of users

10 years agoFix for #8654
Remco Brenninkmeijer [Wed, 21 May 2014 11:19:02 +0000 (13:19 +0200)]
Fix for #8654

10 years agoMerge pull request #8634 from owncloud/handle-excpetions-in-console-master
Thomas Müller [Thu, 22 May 2014 08:30:33 +0000 (10:30 +0200)]
Merge pull request #8634 from owncloud/handle-excpetions-in-console-master

Handle excpetions in console master

10 years agoMerge pull request #8659 from owncloud/get-preference-multiple-user
Vincent Petry [Thu, 22 May 2014 07:59:20 +0000 (09:59 +0200)]
Merge pull request #8659 from owncloud/get-preference-multiple-user

Add a method to get the values for multiple users to OC\Preferences

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 22 May 2014 05:54:28 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoUse default priority of 100 if backend default is not set
Robin McCorkell [Wed, 21 May 2014 21:31:18 +0000 (22:31 +0100)]
Use default priority of 100 if backend default is not set

10 years agoAdd priority overriding comments
Robin McCorkell [Wed, 21 May 2014 21:29:16 +0000 (22:29 +0100)]
Add priority overriding comments