Commit Graph

2067 Commits (c88c54bbb054fe2d79b3a93604989d527b5dd444)

Author SHA1 Message Date
Robin Appelman c88c54bbb0 make sure we can do our tests again 13 years ago
Robin Appelman 4b9fbf46e5 add depricated OC_Filessystem for compatibility 13 years ago
Robin Appelman 07c5384189 fix namespaces in filesystem and filesystemview 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Robin Appelman d717a5e55c remove old filecache 13 years ago
Björn Schießle 38e9bc2adb extract the right parent directory from the path 13 years ago
Frank Karlitschek 8e0676a66b 4.5 final 13 years ago
Björn Schießle 2bd4035076 $CONFIG_DBTYPE was never assigned but used in this function 13 years ago
Björn Schießle 003241e847 fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set 13 years ago
Frank Karlitschek 67a4aa7cf0 RC 3 13 years ago
Robin Appelman 035d83fe91 don't use the workaround for shared files on the /Shared folder 13 years ago
Michael Gapczynski 025d308929 Actually fix shared webdav access 13 years ago
Michael Gapczynski 33d1906f23 Fix getting file info for subfolders in shared folders 13 years ago
Jörn Friedrich Dreyer dc116b994d reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852 13 years ago
Frank Karlitschek b296328c61 put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-) 13 years ago
Frank Karlitschek c701bed2e3 fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally 13 years ago
Robin Appelman 13515effc9 add Cache::getStatus 13 years ago
Arthur Schiwon 3affeb5bd7 destroy invalid sessions 13 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 13 years ago
Frank Karlitschek e9f04bedd4 add a sane socket timeout so that the interface stays responsive with a slow or not working internet connection 13 years ago
Frank Karlitschek b7a5cc2fda use socket timeout of 10 sec to stay responsive even with a slow internet connection or a not working server 13 years ago
Michael Gapczynski 5f462ec6f7 Fix - "Correct checking item source for share from same owner when generating item target" 13 years ago
Frank Karlitschek 5eaf95eedd check for SimpleXML which seems to bw non default on Free BSD 13 years ago
Robin Appelman 5d196f14db set folder size to 0 when scanning the filesystem 13 years ago
Jörn Friedrich Dreyer ee6d96b7a8 really fix checkstyle on archive tar 13 years ago
Jörn Friedrich Dreyer b5f11195af fix checkstyle on archive zip/tar 13 years ago
Jörn Friedrich Dreyer 00b34a09ea cache tar archive headers 13 years ago
Björn Schießle f493e97f5d always generate access token, also for forms shown to anonymous users (e.g. public shares) 13 years ago
Jenkins for ownCloud 5c042d88ad [tx-robot] updated from transifex 13 years ago
Robin Appelman b9b9fd9dba more tests and fixes for the filesystem scanner 13 years ago
Frank Karlitschek 2d86258fc3 RC2 13 years ago
Robin Appelman 85be00be65 add some more test cases for the scanner 13 years ago
Robin Appelman 3c8e5ea358 this index cant be unique due to collisions of the root of different storages 13 years ago
Robin Appelman e415e90c6d make filestorage scanner non-static and add a simple test case 13 years ago
Robin Appelman 96d7cd5997 correct namespace usage in common filestorage backend 13 years ago
Robin Appelman 636c75ce06 better parent path bahaviour for the filecache 13 years ago
Robin Appelman 6134e554f2 new filecache table 13 years ago
Robin Appelman 92555eff71 add encrypted column to the new filecache 13 years ago
Michael Gapczynski 68c8faf39c Correct checking item source for share from same owner when generating item target 13 years ago
Björn Schießle 431d92e7b2 we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name 13 years ago
Björn Schießle db954f5aba remove unnecessary code and add missing items to select statement 13 years ago
Björn Schießle 3e3038cafc merge all possible conflicts into on array 13 years ago
Frank Karlitschek 3fdebaa5dc automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. 13 years ago
Arthur Schiwon 783c02eda9 fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker 13 years ago
Björn Schießle c6c0fcc7c8 We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. 13 years ago
Arthur Schiwon 68fa2b10da Search: fix Notice and thus broken search with activiated error reporting 13 years ago
Robin Appelman 91d12a2f3d update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache 13 years ago
Robin Appelman 113c339c41 fix updating the filecache for when contents of a folder has changed 13 years ago
Robin Appelman 258782584e fix mimetype detection using the 'file' command in some edge cases 13 years ago
Robin Appelman f8eebcbb01 reload the current url when login in instead of always redirecting to the default app (oc-1873) 13 years ago