]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agofix indention
Björn Schießle [Wed, 29 May 2013 13:37:27 +0000 (15:37 +0200)]
fix indention

11 years agoremove unnecessary variable
Björn Schießle [Wed, 29 May 2013 13:14:15 +0000 (15:14 +0200)]
remove unnecessary variable

11 years agouse public API for error handling; improved while condition
Björn Schießle [Wed, 29 May 2013 12:40:47 +0000 (14:40 +0200)]
use public API for error handling; improved while condition

11 years agofor external storages we never reach the path 'files', instead we need to leave the...
Björn Schießle [Wed, 29 May 2013 12:19:18 +0000 (14:19 +0200)]
for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists

11 years agoif one public link share was found, we don't have to check it for the other folders
Björn Schießle [Wed, 29 May 2013 11:12:30 +0000 (13:12 +0200)]
if one public link share was found, we don't have to check it for the other folders

11 years agocheck list of users with access to the file from the bottom to the top. This way...
Björn Schießle [Wed, 29 May 2013 11:10:26 +0000 (13:10 +0200)]
check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages

11 years agofixed if fopen returns false typically on external storage
Florin Peter [Tue, 28 May 2013 18:50:14 +0000 (20:50 +0200)]
fixed if fopen returns false typically on external storage

11 years agoMerge pull request #3543 from owncloud/fix_ldap_alternateintname
blizzz [Thu, 30 May 2013 14:54:48 +0000 (07:54 -0700)]
Merge pull request #3543 from owncloud/fix_ldap_alternateintname

Fix ldap alternateintname

11 years agoMerge branch 'stable5' into fix_ldap_alternateintname
Arthur Schiwon [Thu, 30 May 2013 12:15:38 +0000 (14:15 +0200)]
Merge branch 'stable5' into fix_ldap_alternateintname

11 years agoLDAP: fix generation of alternate internal name on conflicts. Use also smaller number...
Arthur Schiwon [Thu, 30 May 2013 12:14:43 +0000 (14:14 +0200)]
LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links

11 years agoMerge pull request #3526 from owncloud/fix_ldap_doc_url
Morris Jobke [Thu, 30 May 2013 11:16:10 +0000 (04:16 -0700)]
Merge pull request #3526 from owncloud/fix_ldap_doc_url

LDAP: fix help (doc) URL. Old one works, but leads to an outdated versio...

11 years agobackport #3507
Florin Peter [Wed, 29 May 2013 22:40:30 +0000 (00:40 +0200)]
backport #3507

11 years agoOrganize conditionals in a better order
Michael Gapczynski [Wed, 29 May 2013 14:40:05 +0000 (10:40 -0400)]
Organize conditionals in a better order

11 years agoOnly update metadata that has changed
Michael Gapczynski [Wed, 29 May 2013 14:19:03 +0000 (10:19 -0400)]
Only update metadata that has changed

11 years agoStyle fixes
Michael Gapczynski [Wed, 29 May 2013 14:56:28 +0000 (10:56 -0400)]
Style fixes

11 years agoCache mimetype icons
Robin Appelman [Wed, 29 May 2013 13:43:41 +0000 (15:43 +0200)]
Cache mimetype icons

11 years agoLDAP: fix help (doc) URL. Old one works, but leads to an outdated version
Arthur Schiwon [Wed, 29 May 2013 12:07:47 +0000 (14:07 +0200)]
LDAP: fix help (doc) URL. Old one works, but leads to an outdated version

11 years agoThe "lost password" field depends on OC_USER_BACKEND_SET_PASSWORD
zafi [Sat, 25 May 2013 07:03:07 +0000 (09:03 +0200)]
The "lost password" field depends on OC_USER_BACKEND_SET_PASSWORD

so it should only be visible for users with a supporting backend.

11 years agofix for undefined index
Florin Peter [Tue, 28 May 2013 07:36:14 +0000 (09:36 +0200)]
fix for undefined index

11 years agofix for losing private key while being logged in and accessing a public link
Florin Peter [Tue, 28 May 2013 07:27:04 +0000 (09:27 +0200)]
fix for losing private key while being logged in and accessing a public link

11 years agoMerge pull request #3504 from owncloud/fix_enc_migration
Björn Schießle [Mon, 27 May 2013 15:29:58 +0000 (08:29 -0700)]
Merge pull request #3504 from owncloud/fix_enc_migration

fix migration old encryption -> new encryption

11 years agobackport of #3495
Florin Peter [Mon, 27 May 2013 15:19:48 +0000 (17:19 +0200)]
backport of #3495

11 years agofix https://github.com/owncloud/core/issues/3320
Georg Ehrke [Mon, 27 May 2013 13:24:37 +0000 (15:24 +0200)]
fix https://github.com/owncloud/core/issues/3320

11 years agoadd event.preventDefault to undelete function
Georg Ehrke [Mon, 27 May 2013 14:37:43 +0000 (16:37 +0200)]
add event.preventDefault to undelete function

11 years agoMerge branch 'stable5' into fix_enc_migration
Björn Schießle [Mon, 27 May 2013 12:28:26 +0000 (14:28 +0200)]
Merge branch 'stable5' into fix_enc_migration

11 years agoadded users for tests
Florin Peter [Sun, 26 May 2013 18:44:15 +0000 (20:44 +0200)]
added users for tests
reformat code to meet coding guidelines

11 years agoimproved test
Florin Peter [Sun, 26 May 2013 01:22:16 +0000 (03:22 +0200)]
improved test
- fixed testPermanentDeleteFile sometimes failed
- speed optimization
- reformat code

11 years agolegacyBlockDecryprt() needs to be public
Björn Schießle [Mon, 27 May 2013 11:47:03 +0000 (13:47 +0200)]
legacyBlockDecryprt() needs to be public

11 years agomake legacyDecrypt() private als always call legacyBlockDecrypt() from other classes
Björn Schießle [Mon, 27 May 2013 10:21:39 +0000 (12:21 +0200)]
make legacyDecrypt() private als always call legacyBlockDecrypt() from other classes

11 years agofix migration from old to new encryption
Björn Schießle [Mon, 27 May 2013 10:02:27 +0000 (12:02 +0200)]
fix migration from old to new encryption

11 years agoFixing UPDATE error in filecache table when renaming files by calling move(). Add...
Roland Hager [Thu, 16 May 2013 15:18:07 +0000 (17:18 +0200)]
Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users.

11 years agoAdd check for Magic Quotes
Bart Visscher [Fri, 26 Apr 2013 14:32:58 +0000 (16:32 +0200)]
Add check for Magic Quotes

11 years agoMerge branch 'backport_ldap_configurable_username_n_uuid' into stable5
Arthur Schiwon [Sat, 25 May 2013 12:07:38 +0000 (14:07 +0200)]
Merge branch 'backport_ldap_configurable_username_n_uuid' into stable5

11 years agopreview of stable5 including the new encryption app
Frank Karlitschek [Sat, 25 May 2013 10:12:07 +0000 (12:12 +0200)]
preview of stable5 including the new encryption app

11 years agoincrease version and add warning
Frank Karlitschek [Sat, 25 May 2013 10:07:16 +0000 (12:07 +0200)]
increase version and add warning

11 years agoMerge pull request #3484 from owncloud/files_encryption_stable5
Björn Schießle [Fri, 24 May 2013 21:09:50 +0000 (14:09 -0700)]
Merge pull request #3484 from owncloud/files_encryption_stable5

file encryption app backport master -> stable5

11 years agoimproved trashbin test again
Florin Peter [Fri, 24 May 2013 20:01:27 +0000 (22:01 +0200)]
improved trashbin test again

11 years agoimproved trashbin test
Florin Peter [Fri, 24 May 2013 19:35:18 +0000 (21:35 +0200)]
improved trashbin test

11 years agoadded files_encryption tests at first position
Florin Peter [Fri, 24 May 2013 18:04:51 +0000 (20:04 +0200)]
added files_encryption tests at first position

11 years agofixed missing directory creation in files_trashbin
Florin Peter [Fri, 24 May 2013 18:04:21 +0000 (20:04 +0200)]
fixed missing directory creation in files_trashbin

11 years agofix first time encryption after app was enabled
Björn Schießle [Fri, 24 May 2013 15:35:00 +0000 (17:35 +0200)]
fix first time encryption after app was enabled

11 years agono use the recoveryPassword var instead of accessing the POST array
Björn Schießle [Fri, 24 May 2013 16:37:58 +0000 (18:37 +0200)]
no use the recoveryPassword var instead of accessing the POST array

11 years agoMerge branch 'stable5' into files_encryption_stable5
Florin Peter [Fri, 24 May 2013 17:40:23 +0000 (19:40 +0200)]
Merge branch 'stable5' into files_encryption_stable5

11 years agobackport of #3271
Florin Peter [Fri, 24 May 2013 17:37:28 +0000 (19:37 +0200)]
backport of #3271

11 years agoport css for recovery passwd input to stable5
Björn Schießle [Fri, 24 May 2013 16:04:23 +0000 (18:04 +0200)]
port css for recovery passwd input to stable5

11 years agohandle recovery password
Björn Schießle [Fri, 24 May 2013 15:57:39 +0000 (17:57 +0200)]
handle recovery password

11 years agoenable files_encryption for testing
Björn Schießle [Fri, 24 May 2013 12:59:12 +0000 (14:59 +0200)]
enable files_encryption for testing

11 years agoremove unneeded hooks
Björn Schießle [Fri, 24 May 2013 12:54:47 +0000 (14:54 +0200)]
remove unneeded hooks

11 years agoincrease ownCloud version number to upgrade file cache table
Björn Schießle [Fri, 24 May 2013 11:44:05 +0000 (13:44 +0200)]
increase ownCloud version number to upgrade file cache table

11 years agobackport file cache changes from master to stable5, needed for encryption app
Björn Schießle [Fri, 24 May 2013 11:40:37 +0000 (13:40 +0200)]
backport file cache changes from master to stable5, needed for encryption app

11 years agoadd post hooks to share API, needed by the encryption app
Björn Schießle [Fri, 24 May 2013 11:26:03 +0000 (13:26 +0200)]
add post hooks to share API, needed by the encryption app

11 years agoadd post hooks to share API, needed by the encryption app
Björn Schießle [Fri, 24 May 2013 11:15:51 +0000 (13:15 +0200)]
add post hooks to share API, needed by the encryption app

11 years agobackport trashbin: enable trashbin to handle encryption keys
Björn Schießle [Fri, 24 May 2013 11:04:31 +0000 (13:04 +0200)]
backport trashbin: enable trashbin to handle encryption keys

11 years agobackport changes to share.php to enable the encryption app to get all users with...
Björn Schießle [Fri, 24 May 2013 10:45:30 +0000 (12:45 +0200)]
backport changes to share.php to enable the encryption app to get all users with access to a given file

11 years agobackport: enable admin to recover encrypted files
Björn Schießle [Fri, 24 May 2013 10:42:08 +0000 (12:42 +0200)]
backport: enable admin to recover encrypted files

11 years agoadd new files encryption app
Björn Schießle [Fri, 24 May 2013 10:08:40 +0000 (12:08 +0200)]
add new files encryption app

11 years agomove old files_encryption out of the way
Björn Schießle [Fri, 24 May 2013 10:05:13 +0000 (12:05 +0200)]
move old files_encryption out of the way

11 years agoSwitch to calling deleteAll via storage to avoid emitting delete hook
Michael Gapczynski [Thu, 23 May 2013 14:23:16 +0000 (10:23 -0400)]
Switch to calling deleteAll via storage to avoid emitting delete hook

11 years agoRemove user name addition to paths in deleteAll
Michael Gapczynski [Mon, 20 May 2013 14:21:55 +0000 (10:21 -0400)]
Remove user name addition to paths in deleteAll

11 years agoAdd data-dir attribute to home breadcrumb
Michael Gapczynski [Mon, 20 May 2013 14:21:13 +0000 (10:21 -0400)]
Add data-dir attribute to home breadcrumb

11 years agoFix undefined variable for copying empty folders
Michael Gapczynski [Fri, 24 May 2013 00:42:23 +0000 (20:42 -0400)]
Fix undefined variable for copying empty folders

11 years agoAdd support for copying/moving folders between storages, move isIgnoredDir() to Files...
Michael Gapczynski [Sun, 19 May 2013 18:15:49 +0000 (14:15 -0400)]
Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem

Conflicts:
lib/files/cache/scanner.php

11 years agoRUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead
Michael Gapczynski [Wed, 22 May 2013 19:02:11 +0000 (15:02 -0400)]
RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead

11 years agoHave the filecache updater testcase clean the filesystem properly
Robin Appelman [Thu, 25 Apr 2013 14:56:48 +0000 (16:56 +0200)]
Have the filecache updater testcase clean the filesystem properly

11 years agocleanup after people who don't test in ie
Jörn Friedrich Dreyer [Fri, 17 May 2013 10:47:32 +0000 (12:47 +0200)]
cleanup after people who don't test in ie

11 years agoSet storage id for openstack swift backend
Robin Appelman [Tue, 30 Apr 2013 22:24:34 +0000 (00:24 +0200)]
Set storage id for openstack swift backend

11 years agoInitialize collectionTypes variable as false
Michael Gapczynski [Mon, 8 Apr 2013 21:46:52 +0000 (17:46 -0400)]
Initialize collectionTypes variable as false

11 years agoonly connect share hooks if installation OC is installed
Florin Peter [Thu, 16 May 2013 23:20:02 +0000 (01:20 +0200)]
only connect share hooks if installation OC is installed

11 years agoAdd Compound property to avoid double escaping values.
Thomas Tanghus [Wed, 15 May 2013 16:56:54 +0000 (18:56 +0200)]
Add Compound property to avoid double escaping values.

11 years agoStringProperty unittest
Thomas Tanghus [Mon, 8 Apr 2013 20:54:30 +0000 (22:54 +0200)]
StringProperty unittest

11 years agoAdd OC\VObject\StringProperty. Partial fix for owncloud/apps#762
Thomas Tanghus [Mon, 8 Apr 2013 12:57:43 +0000 (14:57 +0200)]
Add OC\VObject\StringProperty. Partial fix for owncloud/apps#762

11 years agoLDAP: fix display of numerical display names
Arthur Schiwon [Wed, 8 May 2013 15:54:38 +0000 (17:54 +0200)]
LDAP: fix display of numerical display names

11 years agoLDAP: Implement clear mappings functionality
Arthur Schiwon [Wed, 8 May 2013 15:47:07 +0000 (17:47 +0200)]
LDAP: Implement clear mappings functionality

11 years agoLDAP: implement UUID and internal username override
Arthur Schiwon [Wed, 8 May 2013 12:56:52 +0000 (14:56 +0200)]
LDAP: implement UUID and internal username override

11 years agoLDAP: better variable name
Arthur Schiwon [Wed, 8 May 2013 12:55:56 +0000 (14:55 +0200)]
LDAP: better variable name

11 years agoLDAP: implement r+w for new settings
Arthur Schiwon [Wed, 8 May 2013 12:05:08 +0000 (14:05 +0200)]
LDAP: implement r+w for new settings

11 years agoLDAP: add settings for UUID override
Arthur Schiwon [Wed, 8 May 2013 11:57:21 +0000 (13:57 +0200)]
LDAP: add settings for UUID override

11 years agoLDAP: prepare settings for internal username attribute and clearing user mappings
Arthur Schiwon [Tue, 7 May 2013 17:31:51 +0000 (19:31 +0200)]
LDAP: prepare settings for internal username attribute and clearing user mappings

11 years agoLDAP: Coypright info
Arthur Schiwon [Tue, 7 May 2013 16:23:49 +0000 (18:23 +0200)]
LDAP: Coypright info

11 years agoMerge pull request #3355 from owncloud/filepicker_escape_names
Thomas Tanghus [Wed, 15 May 2013 12:08:58 +0000 (05:08 -0700)]
Merge pull request #3355 from owncloud/filepicker_escape_names

Escape file names and types in filepicker.

11 years agoEscape file names and types in filepicker.
Thomas Tanghus [Tue, 14 May 2013 23:31:53 +0000 (01:31 +0200)]
Escape file names and types in filepicker.

11 years agoMerge pull request #3350 from owncloud/fix_history_template
Björn Schießle [Tue, 14 May 2013 19:18:16 +0000 (12:18 -0700)]
Merge pull request #3350 from owncloud/fix_history_template

fix history template, print_unescaped() needs to include closing tags

11 years agofix history template, print_unescaped() needs to include closing tags
Björn Schießle [Tue, 14 May 2013 18:06:53 +0000 (20:06 +0200)]
fix history template, print_unescaped() needs to include closing tags

11 years agotouch() needs to be performed relative to user/files otherwise ownCloud doesn't execu...
Björn Schießle [Tue, 14 May 2013 09:34:40 +0000 (11:34 +0200)]
touch() needs to be performed relative to user/files otherwise ownCloud doesn't execute the hooks which means that etags aren't updated properly; backport of https://github.com/owncloud/core/pull/3303

11 years ago5.0.6 v5.0.6
Frank Karlitschek [Tue, 14 May 2013 06:14:24 +0000 (08:14 +0200)]
5.0.6

11 years agobackport https://github.com/owncloud/core/pull/3329
Frank Karlitschek [Mon, 13 May 2013 01:23:07 +0000 (03:23 +0200)]
backport https://github.com/owncloud/core/pull/3329

11 years agoAdd requesttoken to guest view
Lukas Reschke [Mon, 13 May 2013 12:23:56 +0000 (14:23 +0200)]
Add requesttoken to guest view

Should fix #3321

11 years ago5.0.6 RC2
Frank Karlitschek [Sun, 12 May 2013 21:59:31 +0000 (23:59 +0200)]
5.0.6 RC2

11 years agoMerge pull request #3290 from owncloud/config-data
Lukas Reschke [Sun, 12 May 2013 09:40:30 +0000 (02:40 -0700)]
Merge pull request #3290 from owncloud/config-data

Move config data to template

11 years agodon't emit rename hooks on partial file renames
Jörn Friedrich Dreyer [Fri, 10 May 2013 10:01:50 +0000 (12:01 +0200)]
don't emit rename hooks on partial file renames

11 years agorename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartial...
Jörn Friedrich Dreyer [Fri, 10 May 2013 10:00:13 +0000 (12:00 +0200)]
rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted

11 years agoMerge pull request #3282 from owncloud/fix_etag_update
Björn Schießle [Wed, 8 May 2013 20:58:24 +0000 (13:58 -0700)]
Merge pull request #3282 from owncloud/fix_etag_update

Fix etag update

11 years agodon't call correctFolder() in touchHook, it will be called later in the writeUpdate()
Björn Schießle [Wed, 8 May 2013 20:57:08 +0000 (22:57 +0200)]
don't call correctFolder() in touchHook, it will be called later in the writeUpdate()

11 years agoCache: only look for child entires when doing a move operation when moving a folder
Robin Appelman [Fri, 19 Apr 2013 13:03:59 +0000 (15:03 +0200)]
Cache: only look for child entires when doing a move operation when moving a folder

11 years agorename a file if it gets restored so that it no longer exists as a version. Otherwise...
Björn Schießle [Wed, 8 May 2013 14:32:29 +0000 (16:32 +0200)]
rename a file if it gets restored so that it no longer exists as a version. Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file

11 years agoupdate etag for for the touched file
Björn Schießle [Wed, 8 May 2013 13:49:45 +0000 (15:49 +0200)]
update etag for for the touched file

11 years agotouch file relative to users file folder, otherwise the hooks will be ignored
Björn Schießle [Wed, 8 May 2013 13:05:03 +0000 (15:05 +0200)]
touch file relative to users file folder, otherwise the hooks will be ignored

11 years agoMerge pull request #3141 from owncloud/fix_2553
Bart Visscher [Wed, 8 May 2013 12:05:21 +0000 (05:05 -0700)]
Merge pull request #3141 from owncloud/fix_2553

Cache: mount user mountpoints to make sure that $data/$user/ exists before accessi...

11 years agoMerge pull request #3244 from owncloud/allow_set_quota_to_zero
Morris Jobke [Tue, 7 May 2013 08:37:10 +0000 (01:37 -0700)]
Merge pull request #3244 from owncloud/allow_set_quota_to_zero

allow to set quota to zero, issue #2696

11 years agoallow to set quota to zero, issue #2696
Björn Schießle [Mon, 6 May 2013 09:43:50 +0000 (11:43 +0200)]
allow to set quota to zero, issue #2696