Commit Graph

2124 Commits (5daf5124058a7678b6d30cd07d017e358334eb29)

Author SHA1 Message Date
Frank Karlitschek 5daf512405 4.5.3 2012-11-26 19:51:36 +07:00
Björn Schießle d6bc7757ab Merge pull request #581 from schiesbn/add_user_to_fscache
make sure to add the right user as owner of a file to the file cache table
2012-11-26 08:47:45 +07:00
Jörn Friedrich Dreyer 2f08d24743 Backport pull request #380 from butonic/feature_share_link_with_token 2012-11-26 17:31:40 +07:00
Björn Schießle 1b4f249157 make sure to add the right user as owner of a file to the file cache table 2012-11-26 15:09:02 +07:00
Frank Karlitschek e56de16876 backport pullrequest #562 2012-11-24 18:56:53 +07:00
Frank Karlitschek f359c2a716 backport pullrequest #554
better reverse proxy support
2012-11-23 12:48:54 +07:00
Robin Appelman 3e20032a32 stop increasing folder sizes once we hit a non folder
fixes #234

Conflicts:
	lib/filecache.php
2012-11-22 22:21:14 +07:00
Robin Appelman f849dd0693 also return fileid in OC_Filecache::get 2012-11-22 22:09:27 +07:00
Robin Appelman a566684564 typo 2012-11-22 22:09:14 +07:00
Björn Schießle 89bdb78f0a Merge pull request #525 from owncloud/fix_metadata_on_upload
add root as parameter to keep default root for non-shared folder/files
2012-11-21 03:50:59 +07:00
Robin Appelman e9c710e4fc fix copy-paste error in sql query
fixes #526
2012-11-21 00:05:32 +07:00
Björn Schießle 8f2209680a Merge pull request #518 from owncloud/fix_property_cache
use correct path for property cache
2012-11-20 14:06:59 +07:00
Björn Schießle ea54fe98f7 take root folder into account while checking for Shared folder 2012-11-20 16:57:35 +07:00
Björn Schießle 939470d771 Merge pull request #521 from owncloud/filecache_update_user
allow to update the user in file cache. (e.g. for Shared files)
2012-11-20 06:57:46 +07:00
Björn Schießle 84754d3d20 add root as parameter to keep default root for non-shared folder/files 2012-11-20 14:28:32 +07:00
Björn Schießle e44e357381 Merge pull request #448 from owncloud/fix_metadata_on_upload
Fix metadata on upload
2012-11-20 03:19:58 +07:00
Björn Schießle ced12cbf76 allow to update the user in file cache. (e.g. for Shared files) 2012-11-20 11:40:50 +07:00
Björn Schießle 2854ee56e9 use correct path for property cache (the real path of the file and not the virtual path in the shared folder 2012-11-20 10:24:32 +07:00
Thomas Müller 326496ff80 Merge pull request #439 from owncloud/239_webdav_999_files_stable45
backport of #271 to stable45
2012-11-16 08:12:24 +07:00
Thomas Mueller 4fa86c4dc3 closes #466 - manual backport of translations 2012-11-16 15:31:24 +07:00
Bart Visscher 39a54f5abf Better place to check for user removal 2012-11-15 23:15:15 +07:00
Bart Visscher 52dd0274d3 Better check and handing of user deletion 2012-11-15 23:15:08 +07:00
Bart Visscher 3ed0960edb Better check and handling of user creation 2012-11-15 23:15:03 +07:00
Thomas Müller 8f501a928a Merge pull request #430 from eMerzh/pg_shared_sabre
Correct quoting error with Sabre connector. Fix critical pg pbms
2012-11-15 08:39:05 +07:00
Thomas Mueller 8724fe4b11 backport of #271 to stable45 2012-11-14 23:02:03 +07:00
Brice Maron bfff3d3f9b Correct quoting error with Sabre connector. Fix critical pg pbms 2012-11-14 20:10:24 +07:00
Björn Schießle cb0666e235 move the identification of the real path of a shared file to the filecache 2012-11-14 15:34:52 +07:00
Arthur Schiwon 9b1f2462bf really check if mod_deflate is loaded 2012-11-14 13:27:19 +07:00
Arthur Schiwon 3fab16603a coding style 2012-11-14 12:59:36 +07:00
Arthur Schiwon 66343f977f Fix remote.php CSS+JS garbish on some systems 2012-11-14 12:53:36 +07:00
Frank Karlitschek bcb9cf3c06 4.5.2 2012-11-13 22:06:13 +07:00
Björn Schießle 55d8057b7f Merge pull request #335 from owncloud/sharing_folder_sync_stable45
Sharing folder sync stable45
2012-11-13 07:28:03 +07:00
Björn Schießle 781b579074 create correct file cache entries for new files/folder created in shared folders 2012-11-13 15:32:38 +07:00
Michael Gapczynski 6641af720d Check if resharing is allowed by the admin, fixes issue #341 2012-11-10 00:31:52 +07:00
Björn Schießle 9e0a6d86ba make getFileSource static 2012-11-08 15:23:09 +07:00
Björn Schießle 501bb0afd6 if file gets modified, always remove etag for all shared folder to make sure that the sync client checks the shared folder for changes 2012-11-08 15:18:49 +07:00
Björn Schießle 5f7d053c3a some more checks if file is a shared file 2012-11-08 15:18:35 +07:00
Björn Schießle 72d6c3246f find correct source file and owner of shared files 2012-11-08 15:18:10 +07:00
Björn Schießle 166edb2cc1 start implementing a solution to fix broken etags for shared files 2012-11-08 15:17:53 +07:00
Tom Needham 4619c662cc Migration: Allow for no app data cases; handle file copying better 2012-11-08 11:39:30 +07:00
Tom Needham e8a0ceacaf Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr
Check files when copying recursivley

Remove obsolete method

Dont count '.' and '..' as directories when importing.
2012-11-08 11:39:21 +07:00
Michael Gapczynski 9c88857364 Return empty array if file does not exist inside Shared folder, fixes issue #91 2012-11-07 17:15:09 +07:00
Robin Appelman b71cc08ce1 normalize filepaths in OC_Files::getFileInfo 2012-11-07 22:51:45 +07:00
Daniel Molkentin 5b8155a578 Merge pull request #315 from owncloud/missing_path
check if $path is a empty string
2012-11-07 08:21:58 +07:00
Björn Schießle b7a50a4f6f check if $path is a empty string 2012-11-07 17:15:13 +07:00
Robin Appelman a606131a6a Allow changing the way etags are generated 2012-11-07 17:03:59 +07:00
Björn Schießle a25cf8ba83 make root the default parameter for getAbsolutePath() 2012-11-07 16:39:56 +07:00
Björn Schießle a15a99b304 getAbsolutePath() always needs a parameter, added empty path as parameter to get the root path 2012-11-07 16:23:57 +07:00
Robin Appelman bbe0cf376f fix user specific mount configuration 2012-11-07 14:10:06 +07:00
Brice Maron 189e8ab1e0 Fix quoting problem in fs mount. give Big DB error at least in PG 2012-11-06 18:40:45 +07:00