]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoimproved handling for getSharingUsersArray
Florin Peter [Mon, 22 Apr 2013 10:25:55 +0000 (12:25 +0200)]
improved handling for getSharingUsersArray

11 years agoMerge branch 'files_encryption' of github.com:owncloud/core into files_encryption
Björn Schießle [Mon, 22 Apr 2013 09:59:26 +0000 (11:59 +0200)]
Merge branch 'files_encryption' of github.com:owncloud/core into files_encryption

11 years agofix sharing of folders. First we need to collect all files. Than we need to find...
Björn Schießle [Mon, 22 Apr 2013 09:58:39 +0000 (11:58 +0200)]
fix sharing of folders. First we need to collect all files. Than we need to find all users with access to the file because this can vary from file to file and than we can encrypt it for all recipients

11 years agoimproved rename and file size support
Florin Peter [Mon, 22 Apr 2013 02:40:49 +0000 (04:40 +0200)]
improved rename and file size support
fix missing user_id on write

11 years agoMerge pull request #2992 from FlorinPeter/files_encryption
FlorinPeter [Sat, 20 Apr 2013 12:35:29 +0000 (05:35 -0700)]
Merge pull request #2992 from FlorinPeter/files_encryption

fix for trashbin

11 years agomake sure that all share keys get deleted if a file/folder gets unshared from a user...
Björn Schießle [Fri, 19 Apr 2013 11:17:08 +0000 (13:17 +0200)]
make sure that all share keys get deleted if a file/folder gets unshared from a user/group

11 years agofixed incorrect filesize, download via web is now possible
Florin Peter [Thu, 18 Apr 2013 20:34:22 +0000 (22:34 +0200)]
fixed incorrect filesize, download via web is now possible
fixed broken file-info

11 years agogetUsersSharingFile() no longer needed, use getSharingUsersArray() instead; fix...
Björn Schießle [Thu, 18 Apr 2013 18:02:27 +0000 (20:02 +0200)]
getUsersSharingFile() no longer needed, use  getSharingUsersArray() instead; fix filterShareReadyUsers() to return the correct results

11 years agoSession needs filesystem view as parameter; use getSharingUsersArray(), this function...
Björn Schießle [Thu, 18 Apr 2013 18:00:45 +0000 (20:00 +0200)]
Session needs filesystem view as parameter; use getSharingUsersArray(), this function also adds the owner to the list

11 years agonecessary changes in util.php after the changes in \OCP\Share::getUsersSharingFile...
Björn Schießle [Thu, 18 Apr 2013 15:53:59 +0000 (17:53 +0200)]
necessary changes in util.php after the changes in \OCP\Share::getUsersSharingFile() (fe58e4b1a6a0f3b63afe74690986493facdad2c4)

11 years agosome fixes to the keymanager class to identify the file owner and the owner path...
Björn Schießle [Thu, 18 Apr 2013 15:52:27 +0000 (17:52 +0200)]
some fixes to the keymanager class to identify the file owner and the owner path correctly.

11 years agowe need to add the owner of the file as parameter in case someone else like the owner...
Björn Schießle [Thu, 18 Apr 2013 15:46:04 +0000 (17:46 +0200)]
we need to add the owner of the file as parameter in case someone else like the owner edits the file; if $includeOwner is set than add owner also if no other recipient was found. This changes enable all user with write access to the file to edit it and to encrypt it to the right list of users again

11 years agorename $shareFilePath to $path to avoid confusions, it is not about paths to share...
Björn Schießle [Thu, 18 Apr 2013 14:37:49 +0000 (16:37 +0200)]
rename $shareFilePath to $path to avoid confusions, it is not about paths to share files but about general path to files stored in ownCloud

11 years agofix file sharing, sharing files works now; moved the identification of file owner...
Björn Schießle [Thu, 18 Apr 2013 14:34:23 +0000 (16:34 +0200)]
fix file sharing, sharing files works now; moved the identification of file owner and the owner path in the keymanager functions so that other functions doesn't have to deal with it

11 years agoremove ToDo, every time the file key gets encrypted new share keys are generated...
Björn Schießle [Thu, 18 Apr 2013 13:44:57 +0000 (15:44 +0200)]
remove ToDo, every time the file key gets encrypted new share keys are generated and a new encrypted filekey. We always need to use the latest share-keys and encrypted keyfiles

11 years agoalways save key file, the key doesn't change but the encrypted keyfile change always...
Björn Schießle [Thu, 18 Apr 2013 13:42:28 +0000 (15:42 +0200)]
always save key file, the key doesn't change but the encrypted keyfile change always the same way like the share-keys change

11 years agoreturn filename relative to users file dir and not relative to data dir
Björn Schießle [Thu, 18 Apr 2013 11:41:21 +0000 (13:41 +0200)]
return filename relative to users file dir and not relative to data dir

11 years agofix for trashbin
Florin Peter [Thu, 18 Apr 2013 00:03:03 +0000 (02:03 +0200)]
fix for trashbin

11 years agoDevelopment snapshot
Sam Tuke [Wed, 17 Apr 2013 15:20:37 +0000 (17:20 +0200)]
Development snapshot
Working on stream{} write

11 years agoWorking on stream{} writing
Sam Tuke [Tue, 16 Apr 2013 16:29:22 +0000 (18:29 +0200)]
Working on stream{} writing
Development snapshot

11 years agoFixed stream{} reading of encrypted files (stream_read())
Sam Tuke [Tue, 16 Apr 2013 12:50:20 +0000 (14:50 +0200)]
Fixed stream{} reading of encrypted files (stream_read())

11 years agoMerge pull request #2885 from FlorinPeter/files_encryption
Sam Tuke [Tue, 16 Apr 2013 11:25:59 +0000 (04:25 -0700)]
Merge pull request #2885 from FlorinPeter/files_encryption

fix performance issues

11 years agoFixed proxy class handing of read / write files
Sam Tuke [Wed, 10 Apr 2013 15:37:03 +0000 (17:37 +0200)]
Fixed proxy class handing of read / write files
Various work on other classes

11 years agofix some more paths
Björn Schießle [Fri, 12 Apr 2013 13:18:19 +0000 (15:18 +0200)]
fix some more paths

11 years agofix some confusion about paths relative to the files dir and to the data dir
Björn Schießle [Fri, 12 Apr 2013 12:30:02 +0000 (14:30 +0200)]
fix some confusion about paths relative to the files dir and to the data dir

11 years agofix stream wrapper to make initial encryption work
Björn Schießle [Fri, 12 Apr 2013 12:13:38 +0000 (14:13 +0200)]
fix stream wrapper to make initial encryption work

11 years agofix performance issues
Florin Peter [Thu, 11 Apr 2013 20:55:48 +0000 (22:55 +0200)]
fix performance issues

11 years agomake sure that public-keys dir exists
Björn Schießle [Wed, 10 Apr 2013 14:46:02 +0000 (16:46 +0200)]
make sure that public-keys dir exists

11 years agoSession expect OC_FilesystemView()
Björn Schießle [Wed, 10 Apr 2013 13:31:19 +0000 (15:31 +0200)]
Session expect OC_FilesystemView()

11 years agoadd $view as parameter for getFileKey() call
Björn Schießle [Wed, 10 Apr 2013 13:14:44 +0000 (15:14 +0200)]
add $view as parameter for getFileKey() call

11 years agoadd $view as parameter for session constructor
Björn Schießle [Wed, 10 Apr 2013 13:08:28 +0000 (15:08 +0200)]
add $view as parameter for session constructor

11 years agoAdded info about filesystem method access conventions
Sam Tuke [Tue, 9 Apr 2013 17:19:27 +0000 (19:19 +0200)]
Added info about filesystem method access conventions

11 years agoFixed naming bug of public owncloud key dir, which caused new keypair to be generated...
Sam Tuke [Tue, 9 Apr 2013 17:11:38 +0000 (19:11 +0200)]
Fixed naming bug of public owncloud key dir, which caused new keypair to be generated on each pageload

11 years agoDevelopment snapshot;
Sam Tuke [Fri, 29 Mar 2013 20:11:29 +0000 (21:11 +0100)]
Development snapshot;
Fixed errors from Hooks::login();
Work on enable/disable recoveryAdmin for lost passwords in settings page (template, ajax, js);
Work on fixing sharing files to users (still broken);

11 years agoMerge branch 'master' into files_encryption
Sam Tuke [Fri, 29 Mar 2013 14:59:54 +0000 (15:59 +0100)]
Merge branch 'master' into files_encryption

11 years agoMerge pull request #2516 from kabum/master
Bernhard Posselt [Fri, 29 Mar 2013 14:28:09 +0000 (07:28 -0700)]
Merge pull request #2516 from kabum/master

share autocomplete - improve group appearance - issue #173

11 years agoMerge pull request #2584 from mrtorrent/fix_instanceid_format
Bernhard Posselt [Fri, 29 Mar 2013 14:26:07 +0000 (07:26 -0700)]
Merge pull request #2584 from mrtorrent/fix_instanceid_format

Fix instanceid format to prevent session loop

11 years agoMerge pull request #2597 from kabum/lesslog
Bernhard Posselt [Fri, 29 Mar 2013 14:22:43 +0000 (07:22 -0700)]
Merge pull request #2597 from kabum/lesslog

Make it possible to show less log entries again

11 years agoMerge pull request #2448 from owncloud/userlist_available_groups
Bernhard Posselt [Fri, 29 Mar 2013 14:19:09 +0000 (07:19 -0700)]
Merge pull request #2448 from owncloud/userlist_available_groups

User list: Keep array of available groups. Should fix #873

11 years agoMerge pull request #2585 from mrtorrent/fix_install_app_version_check
Bart Visscher [Fri, 29 Mar 2013 12:38:58 +0000 (05:38 -0700)]
Merge pull request #2585 from mrtorrent/fix_install_app_version_check

Fix install app version check

11 years agoMerge branch 'master' into files_encryption
Sam Tuke [Thu, 28 Mar 2013 17:39:12 +0000 (18:39 +0100)]
Merge branch 'master' into files_encryption

Conflicts:
apps/files_encryption/hooks/hooks.php
apps/files_encryption/lib/crypt.php
apps/files_encryption/lib/keymanager.php

11 years agoAdded ajax scripts for setting pwd recovery preferences
Sam Tuke [Thu, 28 Mar 2013 17:29:18 +0000 (18:29 +0100)]
Added ajax scripts for setting pwd recovery preferences

11 years agoMerge pull request #2575 from owncloud/fixing-1461-master
Jörn Friedrich Dreyer [Thu, 28 Mar 2013 17:01:39 +0000 (10:01 -0700)]
Merge pull request #2575 from owncloud/fixing-1461-master

Fix upload progressbar in IE8 and IE9

11 years agofix typo and remove animation
Morris Jobke [Thu, 28 Mar 2013 15:11:46 +0000 (16:11 +0100)]
fix typo and remove animation

11 years agoconvert js call to css rule
Morris Jobke [Thu, 28 Mar 2013 14:43:14 +0000 (15:43 +0100)]
convert js call to css rule

11 years agoapply code review hints
Morris Jobke [Thu, 28 Mar 2013 14:02:31 +0000 (15:02 +0100)]
apply code review hints

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 27 Mar 2013 23:03:44 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoWhitespaces
Arthur Schiwon [Wed, 27 Mar 2013 20:18:19 +0000 (21:18 +0100)]
Whitespaces

11 years agoShare Dialog: show Displayname instead of internal name
Arthur Schiwon [Wed, 27 Mar 2013 20:17:58 +0000 (21:17 +0100)]
Share Dialog: show Displayname instead of internal name

11 years agoCache: on equal mtime also for equal size before keeping ETag, at least makes Unit...
Arthur Schiwon [Tue, 26 Mar 2013 22:42:00 +0000 (23:42 +0100)]
Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy

11 years agoCache: Do not overwrite ETag when file did not change
Arthur Schiwon [Tue, 26 Mar 2013 15:03:40 +0000 (16:03 +0100)]
Cache: Do not overwrite ETag when file did not change

11 years agoOnly prepare an SQL statement once.
Arthur Schiwon [Mon, 25 Mar 2013 20:46:50 +0000 (21:46 +0100)]
Only prepare an SQL statement once.

11 years agoAdd PHPDoc
Arthur Schiwon [Mon, 25 Mar 2013 20:45:55 +0000 (21:45 +0100)]
Add PHPDoc

11 years agoAdjust to Icewind's fix
Arthur Schiwon [Mon, 25 Mar 2013 20:45:10 +0000 (21:45 +0100)]
Adjust to Icewind's fix

11 years agoCache: fix property path for getting legacy etag
Robin Appelman [Sun, 24 Mar 2013 16:01:04 +0000 (17:01 +0100)]
Cache: fix property path for getting legacy etag

11 years agoPort Icewind's fix I
Robin Appelman [Sun, 24 Mar 2013 15:20:59 +0000 (16:20 +0100)]
Port Icewind's fix I

11 years agoPort OC_Property Table Index
Arthur Schiwon [Mon, 25 Mar 2013 16:54:45 +0000 (17:54 +0100)]
Port OC_Property Table Index

11 years agoChange LIMIT in DB query respectively remove where not necessary
Arthur Schiwon [Mon, 25 Mar 2013 16:54:10 +0000 (17:54 +0100)]
Change LIMIT in DB query respectively remove where not necessary

11 years agoRemove Debug output
Arthur Schiwon [Mon, 25 Mar 2013 13:23:46 +0000 (14:23 +0100)]
Remove Debug output

11 years agoUpgrade FileCache on ownCloud upgrade for all users with files
Arthur Schiwon [Fri, 22 Mar 2013 22:33:40 +0000 (23:33 +0100)]
Upgrade FileCache on ownCloud upgrade for all users with files

11 years agoPerformance: prepare queries only once
Arthur Schiwon [Fri, 22 Mar 2013 12:36:31 +0000 (13:36 +0100)]
Performance: prepare queries only once

11 years agoFix lost ETag on Cache Upgrade
Arthur Schiwon [Fri, 22 Mar 2013 12:23:43 +0000 (13:23 +0100)]
Fix lost ETag on Cache Upgrade

11 years agoFiles External: show display names instead of internal user names in Settings UI
Arthur Schiwon [Wed, 27 Mar 2013 13:33:35 +0000 (14:33 +0100)]
Files External: show display names instead of internal user names in Settings UI

11 years agoMerge pull request #2598 from ceri/master
blizzz [Wed, 27 Mar 2013 17:57:35 +0000 (10:57 -0700)]
Merge pull request #2598 from ceri/master

Use displayName in the From field of outbound email about new shares.

11 years agoUsers: use DisplayName in the Display Name col when appending users
Arthur Schiwon [Wed, 27 Mar 2013 13:05:00 +0000 (14:05 +0100)]
Users: use DisplayName in the Display Name col when appending users

11 years agoadd copyright note
Morris Jobke [Wed, 27 Mar 2013 15:53:51 +0000 (16:53 +0100)]
add copyright note

11 years agoUse displayName in the From field of outbound email about new shares.
Ceri Davies [Wed, 27 Mar 2013 15:43:56 +0000 (15:43 +0000)]
Use displayName in the From field of outbound email about new shares.

This is important in the Active Directory case where users are
currently getting a GUID in the From field, making emails look quite a
lot like spam.

11 years agoremove animation
Morris Jobke [Wed, 27 Mar 2013 14:19:28 +0000 (15:19 +0100)]
remove animation

11 years agoMake it possible to show less log entries again - fix owncloud/core#1593
Morris Jobke [Wed, 27 Mar 2013 13:51:30 +0000 (14:51 +0100)]
Make it possible to show less log entries again - fix owncloud/core#1593

 * show "less" button only if there are more than 3 entries
 * only "remove" logs till last 3 entries

11 years agoUse isAppVersionCompatible in app installer
Miquel Rodríguez Telep / Michael Rodríguez-Torrent [Tue, 26 Mar 2013 22:19:15 +0000 (22:19 +0000)]
Use isAppVersionCompatible in app installer

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Mar 2013 23:11:05 +0000 (00:11 +0100)]
[tx-robot] updated from transifex

11 years agoEnsure instanceid contains a letter
Miquel Rodríguez Telep / Michael Rodríguez-Torrent [Tue, 26 Mar 2013 21:49:32 +0000 (21:49 +0000)]
Ensure instanceid contains a letter

instanceid is generated by uniqid() and then used as the
session_name. Because session_name requires at least one letter
and uniqid() does not guarantee to provide that, in the case that
uniqid() generates a string of only digits, the user will be stuck
in an infinite login loop because every request will generate a
new PHP session.

11 years agoMerge pull request #2578 from owncloud/fixing-2577-master
Thomas Müller [Tue, 26 Mar 2013 21:49:04 +0000 (14:49 -0700)]
Merge pull request #2578 from owncloud/fixing-2577-master

prevent to fire delete ajax a second time.

11 years agoMinor typo, coding style fixes for OC_Util::getInstanceId
Miquel Rodríguez Telep / Michael Rodríguez-Torrent [Tue, 26 Mar 2013 12:46:13 +0000 (12:46 +0000)]
Minor typo, coding style fixes for OC_Util::getInstanceId

11 years agofixes #1463 - file size is now displayed correctly in IE8
Thomas Mueller [Tue, 26 Mar 2013 20:28:01 +0000 (21:28 +0100)]
fixes #1463 - file size is now displayed correctly in IE8

11 years agoMerge pull request #2567 from owncloud/fix_insertIfNotExist
Thomas Tanghus [Tue, 26 Mar 2013 15:59:10 +0000 (08:59 -0700)]
Merge pull request #2567 from owncloud/fix_insertIfNotExist

Properly prepare insertIfNotExist queries.

11 years agocheck for dir in deleteFileKey() and delShareKey(), to always handle all share keys...
Björn Schießle [Tue, 26 Mar 2013 15:52:58 +0000 (16:52 +0100)]
check for dir in deleteFileKey() and delShareKey(), to always handle all share keys and file keys on delete

11 years agoprevent to fire delete ajax a second time.
Thomas Mueller [Tue, 26 Mar 2013 15:27:56 +0000 (16:27 +0100)]
prevent to fire delete ajax a second time.

Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only

11 years agoreuse function provided in util.php
Björn Schießle [Tue, 26 Mar 2013 15:22:26 +0000 (16:22 +0100)]
reuse function provided in util.php

11 years agoalso delete share keys if a different user than the owner deletes a shared file
Björn Schießle [Tue, 26 Mar 2013 15:17:26 +0000 (16:17 +0100)]
also delete share keys if a different user than the owner deletes a shared file

11 years agodelete share keys if file gets deleted
Björn Schießle [Tue, 26 Mar 2013 13:22:18 +0000 (14:22 +0100)]
delete share keys if file gets deleted

11 years agofixes #1461
Thomas Mueller [Tue, 26 Mar 2013 13:14:30 +0000 (14:14 +0100)]
fixes #1461

11 years agoget the correct paths and owner to access shared files
Björn Schießle [Tue, 26 Mar 2013 11:40:31 +0000 (12:40 +0100)]
get the correct paths and owner to access shared files

11 years agomove getUidAndFilename() tu util.php
Björn Schießle [Tue, 26 Mar 2013 11:39:55 +0000 (12:39 +0100)]
move getUidAndFilename() tu util.php

11 years agoget shared keys from new location
Björn Schießle [Tue, 26 Mar 2013 11:24:04 +0000 (12:24 +0100)]
get shared keys from new location

11 years agoalways call stripUserFilesPath(), we need to keep the Shared/ to find the correct...
Björn Schießle [Tue, 26 Mar 2013 11:23:28 +0000 (12:23 +0100)]
always call stripUserFilesPath(), we need to keep the Shared/ to find the correct owner of the file later

11 years agonew file structure for share keys; sub-folder need to be generated each by one (we...
Björn Schießle [Tue, 26 Mar 2013 10:58:54 +0000 (11:58 +0100)]
new file structure for share keys; sub-folder need to be generated each by one (we don't have a recursive mkdir)

11 years agoMerge pull request #2568 from itheiss/master
Bernhard Posselt [Tue, 26 Mar 2013 09:50:11 +0000 (02:50 -0700)]
Merge pull request #2568 from itheiss/master

Implement setting custom domainname for getDefaultEmailAddress

11 years agofix missing ',' after "mail_domain" parameter
itheiss [Tue, 26 Mar 2013 09:37:07 +0000 (10:37 +0100)]
fix missing ',' after "mail_domain" parameter

11 years agoMerge pull request #2270 from owncloud/fix_json_encoded_pubic_download
Björn Schießle [Tue, 26 Mar 2013 08:56:47 +0000 (01:56 -0700)]
Merge pull request #2270 from owncloud/fix_json_encoded_pubic_download

let public link download handle json encoded file lists [master]

11 years agoUpdate to reflect new parameter mail_domain
itheiss [Tue, 26 Mar 2013 08:49:51 +0000 (09:49 +0100)]
Update to reflect new parameter mail_domain

see #2568

11 years agolisten to touch hook to update the mtime after sync
Björn Schießle [Mon, 25 Mar 2013 15:26:17 +0000 (16:26 +0100)]
listen to touch hook to update the mtime after sync

11 years agoMove testcase to own test function
itheiss [Tue, 26 Mar 2013 08:40:27 +0000 (09:40 +0100)]
Move testcase to own test function

Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.

11 years agoAnd removing an irrelevant comment ;)
Thomas Tanghus [Tue, 26 Mar 2013 00:01:38 +0000 (01:01 +0100)]
And removing an irrelevant comment ;)

11 years agoDouble quotes to backticks
Thomas Tanghus [Tue, 26 Mar 2013 00:00:15 +0000 (01:00 +0100)]
Double quotes to backticks

11 years agoMissing backticks. Thx @Raydiation :)
Thomas Tanghus [Mon, 25 Mar 2013 23:24:08 +0000 (00:24 +0100)]
Missing backticks. Thx @Raydiation :)

11 years agoD'oh, why concatenate static strings.
Thomas Tanghus [Mon, 25 Mar 2013 23:21:57 +0000 (00:21 +0100)]
D'oh, why concatenate static strings.

11 years agoQuote key for SQLite.
Thomas Tanghus [Mon, 25 Mar 2013 23:19:23 +0000 (00:19 +0100)]
Quote key for SQLite.

11 years agoProperly prepare insertIfNotExist queries.
Thomas Tanghus [Mon, 25 Mar 2013 22:59:34 +0000 (23:59 +0100)]
Properly prepare insertIfNotExist queries.

11 years agothe old path no longer exists after rename, update the parent folder instead
Björn Schießle [Fri, 22 Mar 2013 15:20:40 +0000 (16:20 +0100)]
the old path no longer exists after rename, update the parent folder instead