icewind1991
c0f02be50a
Merge pull request #3908 from owncloud/storage-folder-copy-rename
Recursive copy and remove for local storage backends
12 years ago
Jenkins for ownCloud
368006c7af
[tx-robot] updated from transifex
12 years ago
Andreas Fischer
678a6b98ff
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.
12 years ago
Thomas Müller
3ef9570d02
Merge pull request #8547 from owncloud/path-length-master
Handling long paths properly in \OC\Files\View
12 years ago
Andreas Fischer
5754b0b9e7
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
12 years ago
Andreas Fischer
f81ee94cad
Move resetpassword into user: command space.
12 years ago
Andreas Fischer
8981929e92
Document type of user project.
12 years ago
Lukas Reschke
1af293dc13
Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer
upgraded phpmailer into v5.2.8 via composer
12 years ago
Andreas Fischer
52e7bf9630
Receive \OC\User\Manager as a constructor dependency.
12 years ago
scolebrook
43759f1f46
Use OC\Config instead of OC_Config
12 years ago
Lukas Reschke
360a79b8f4
Add unit tests for escapeHTML
12 years ago
Volkan Gezer
f7cc07ba41
show delete hint text on hovering trash
12 years ago
ringmaster
f79948f519
Prevent apps from affecting the scanner via hook.
12 years ago
Lukas Reschke
ce9d5df6df
Merge pull request #8681 from owncloud/logintimestamp
Record login timestamp per user. Required for new user managament.
12 years ago
Robin Appelman
467e9c2bb0
Remove code duplication
12 years ago
Robin Appelman
af35b6ad9d
Fix LocalStorage->unlink to work on folder as expected
12 years ago
Robin Appelman
8187164fe1
re-use rescursive copy from common storage
12 years ago
Robin Appelman
488fc402e4
remove unneeded check
13 years ago
Robin Appelman
d15ed9b4d3
use \OC\Files\Filesystem::isIgnoredDir
13 years ago
Robin Appelman
1302602173
fix illegal usage of unlink in test case
13 years ago
Robin Appelman
ea44f0e20f
fix recursive copy and rename for common storage backend
13 years ago
Robin Appelman
c3c9612c99
fix recursive copy and rename for mapped local storage backend
13 years ago
Robin Appelman
03ba497a8c
add recursive copy to local storage backend
13 years ago
Robin Appelman
38c1da0976
fix recursive rename for local storage backend
13 years ago
Robin Appelman
e83b41493f
remove unneeded delTree
13 years ago
Robin Appelman
c99e254178
aditional test cases for copy and rename
13 years ago
Bjoern Schiessle
9ed5083efd
get mount point from mount manager
12 years ago
icewind1991
6d57e4c491
Merge pull request #8768 from owncloud/scanner_visibility
Change visibility of scanner internals
12 years ago
scolebrook
00f811f09c
Changed class name to mode
12 years ago
Thomas Müller
a2e4bc8d33
# 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
12 years ago
Bernhard Posselt
d5e48a4806
fix assertions
12 years ago
Thomas Müller
d89c5e2351
Update 3rdparty submodule after merge
12 years ago
ringmaster
3d1ba574e4
Change visibility of scanner internals
so that descendant classes can access them.
12 years ago
Thomas Müller
ed8e0f0a92
updating unit test expectations
12 years ago
Joas Schilling
dc83b17f49
Fix double "saved" message when changing email settings
12 years ago
Vincent Petry
7e055a9404
Fixed DOM elements, styling and code style issues
- Reduced number of DOM elements
- Also added mention of "config" backup.
12 years ago
Vincent Petry
09645b9221
Merge pull request #8755 from owncloud/fix-8737-master
remove legacy OC_Filesystem being used in a hook callback
12 years ago
Volkan Gezer
de1f7c9600
Merge pull request #8750 from owncloud/l10n-add-title-property
add title property to share dialog will close #8638
12 years ago
Jan-Christoph Borchardt
3d701ca3ca
Merge pull request #8732 from owncloud/fix-warning-text
fix warning text and margin. fixes #8715
12 years ago
Jenkins for ownCloud
80641cae72
[tx-robot] updated from transifex
12 years ago
Bernhard Posselt
5e9ea2b365
fix 8757, get rid of service locator antipattern
12 years ago
Thomas Müller
f03a3d9d05
remove legacy OC_Filesystem being used in a hook callback
12 years ago
Volkan Gezer
c100da33bb
upgraded phpmailer into v5.2.8 via composer
12 years ago
Thomas Müller
4e2cdb2f8a
Merge pull request #8713 from owncloud/typo-files-encr
fix grammar
12 years ago
Bart Visscher
a51e9a5cfe
Merge pull request #8136 from owncloud/contactsmanager-register
Implement the register function of OC\ContactsManager
12 years ago
Volkan Gezer
9c5fdc5005
add title property to share dialog
12 years ago
ringmaster
26d169b27c
Use 'filesystem_check_enable' as a config option.
12 years ago
ringmaster
3b287f8274
Allow the default behavior to come from the config.
12 years ago
ringmaster
fdf26c5a3f
Rename variable to something more appropriate.
12 years ago
ringmaster
645e7035a4
Allow apps to control via a hook to skip adding/removing a file during filescan
12 years ago