Commit Graph

2105 Commits (95cee0eb5d39ceb0c47c053c81134d039ab514d6)

Author SHA1 Message Date
Thomas Mueller 4fa86c4dc3 closes #466 - manual backport of translations 13 years ago
Bart Visscher 39a54f5abf Better place to check for user removal 13 years ago
Bart Visscher 52dd0274d3 Better check and handing of user deletion 13 years ago
Bart Visscher 3ed0960edb Better check and handling of user creation 13 years ago
Thomas Mueller 8724fe4b11 backport of #271 to stable45 13 years ago
Brice Maron bfff3d3f9b Correct quoting error with Sabre connector. Fix critical pg pbms 13 years ago
Arthur Schiwon 9b1f2462bf really check if mod_deflate is loaded 13 years ago
Arthur Schiwon 3fab16603a coding style 13 years ago
Arthur Schiwon 66343f977f Fix remote.php CSS+JS garbish on some systems 13 years ago
Frank Karlitschek bcb9cf3c06 4.5.2 13 years ago
Björn Schießle 781b579074 create correct file cache entries for new files/folder created in shared folders 13 years ago
Michael Gapczynski 6641af720d Check if resharing is allowed by the admin, fixes issue #341 13 years ago
Björn Schießle 9e0a6d86ba make getFileSource static 13 years ago
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 13 years ago
Björn Schießle 5f7d053c3a some more checks if file is a shared file 13 years ago
Björn Schießle 72d6c3246f find correct source file and owner of shared files 13 years ago
Björn Schießle 166edb2cc1 start implementing a solution to fix broken etags for shared files 13 years ago
Tom Needham 4619c662cc Migration: Allow for no app data cases; handle file copying better 13 years ago
Tom Needham e8a0ceacaf Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr 13 years ago
Michael Gapczynski 9c88857364 Return empty array if file does not exist inside Shared folder, fixes issue #91 13 years ago
Robin Appelman b71cc08ce1 normalize filepaths in OC_Files::getFileInfo 13 years ago
Björn Schießle b7a50a4f6f check if $path is a empty string 13 years ago
Robin Appelman a606131a6a Allow changing the way etags are generated 13 years ago
Björn Schießle a25cf8ba83 make root the default parameter for getAbsolutePath() 13 years ago
Björn Schießle a15a99b304 getAbsolutePath() always needs a parameter, added empty path as parameter to get the root path 13 years ago
Robin Appelman bbe0cf376f fix user specific mount configuration 13 years ago
Brice Maron 189e8ab1e0 Fix quoting problem in fs mount. give Big DB error at least in PG 13 years ago
Robin Appelman f599267459 check for filename blacklist in OC_Filesystem::isValidPath 13 years ago
Robin Appelman 3cd416b667 fix OC_Filesystem::isValidPath when using \ instead of / in paths 13 years ago
Robin Appelman d226ed697e add svg mimetype to default htaccess 13 years ago
Arthur Schiwon 77b57fbbfe check if RUNTIME_NOAPPS is set before using it 13 years ago
Georg Ehrke bfb8436ca2 deny the usage of dots in database name 13 years ago
Arthur Schiwon edf3503779 make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89 13 years ago
Björn Schießle db6fc916cf fix function documentation 13 years ago
Robin Appelman 46e9bf5678 possible fix for bombarding the server with the htaccess test during setup 13 years ago
Lukas Reschke 0399a88eb6 Check for iconv 13 years ago
Lukas Reschke 8f715e12a9 Allow any characters in the groupname 13 years ago
Frank Karlitschek 53ae74200a let´s do a 4.5.1a 13 years ago
Björn Schießle 9eae10b94a normalize path 13 years ago
Frank Karlitschek 3833f2315a 4.5.1 13 years ago
Robin Appelman 1791fbdc49 use strtotime on non-nummeric times in oc_filesystem::touch 13 years ago
Arthur Schiwon 677cec6e1c get effective username after webdav login, fixes oc-2108 13 years ago
Björn Schießle 366aeb7228 add parameter to specify user for which OC_Filesystem should be initialized. 13 years ago
Björn Schießle 71d33fa065 check if mount point was already loaded to avoid redundant read operations 13 years ago
Björn Schießle db3b0b63da typo from previous commit fixed 13 years ago
Björn Schießle 5433932bd4 load system wide configured mount points before accessing shared files 13 years ago
Björn Schießle f5c6a22f17 check for mount points if file was shared from a different user 13 years ago
Bart Visscher f47c64cec6 core.js and core.css don't need to be absolute 13 years ago
Michael Gapczynski 7feb0f737b Fix unshareAll() 13 years ago
Lukas Reschke 5271c1a9ad Delete user files in /data/ after deleting a user 13 years ago