]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoRemove deprecated functions
Lukas Reschke [Thu, 29 May 2014 15:01:30 +0000 (17:01 +0200)]
Remove deprecated functions

This functions have been deprecated since Oct 2012 (ownCloud 5), let's finally remove them for ownCloud 7.

Ref https://github.com/owncloud/core/commit/c4b8bb10411a4d601b7f4c8758980005f14850ab

10 years agoMerge pull request #8554 from owncloud/add_resetadminpass_command
Andreas Fischer [Thu, 29 May 2014 12:43:27 +0000 (14:43 +0200)]
Merge pull request #8554 from owncloud/add_resetadminpass_command

Add a resetadminpass command to console

* owncloud/add_resetadminpass_command:
  Move resetpassword into user: command space.
  Document type of user project.
  Receive \OC\User\Manager as a constructor dependency.
  Use userManager, color output, return 1 on error
  Add doc, check return-value, fix spacing, require interactive
  Back to the future
  Make ResetAdminPass to ResetPassword
  Add a resetadminpass command to console - fix #8248

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 remote-tracking branch 'owncloud/master' into add_resetadminpass_command
Andreas Fischer [Wed, 28 May 2014 20:57:33 +0000 (22:57 +0200)]
Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command

* owncloud/master: (238 commits)
  Change visibility of scanner internals
  [tx-robot] updated from transifex
  remove legacy OC_Filesystem being used in a hook callback
  add title property to share dialog
  forgotten infobox messages translations
  reverts 188c543 and translates only mail
  fix warning text and margin
  Adjust core apps to use "requiremin" instead of "require"
  Added requiremin/requiremax fields for apps
  [tx-robot] updated from transifex
  unwrapped strings fix
  allow resharing of files with only share permissions
  don't lose file size during rename
  drop superflous statement in phpdoc
  add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook
  [tx-robot] updated from transifex
  fix grammar
  make user_ldap fully translatable
  [tx-robot] updated from transifex
  fix typo
  ...

Conflicts:
core/register_command.php

10 years agoMove resetpassword into user: command space.
Andreas Fischer [Wed, 28 May 2014 20:53:44 +0000 (22:53 +0200)]
Move resetpassword into user: command space.

10 years agoDocument type of user project.
Andreas Fischer [Wed, 28 May 2014 20:48:35 +0000 (22:48 +0200)]
Document type of user project.

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 agoReceive \OC\User\Manager as a constructor dependency.
Andreas Fischer [Wed, 28 May 2014 20:42:33 +0000 (22:42 +0200)]
Receive \OC\User\Manager as a constructor dependency.

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 agoUse userManager, color output, return 1 on error
kondou [Sat, 24 May 2014 07:49:02 +0000 (09:49 +0200)]
Use userManager, color output, return 1 on error

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