Commit Graph

4913 Commits (cf7ea4bec5be91790682417dfe5cc60eccab8a8a)

Author SHA1 Message Date
Tom Needham cf7ea4bec5 Handle ownCloud logging when data dir not created 13 years ago
Tom Needham cb110c0679 Log the session exception when ownCloud is not installed 13 years ago
Jenkins for ownCloud 44a5b0bad0 [tx-robot] updated from transifex 13 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 13 years ago
Axel Roenn 9b0454380c changed the argument to false for getValue , reformated else statement 13 years ago
Robin Appelman 7f8eeb0474 ensure the view's root is a subfolder of the the default root, not only starting the same 13 years ago
Robin Appelman 38c563dcdc don't trigger the create hooks when if the file already exists for file_put_contents 13 years ago
Bjoern Schiessle 7fe493fdb8 make sure that we only find file/folder shares 13 years ago
Thomas Müller 27738fc4f5 due to internal implementations touch will always be successful - $mtime will be stored in the cache 13 years ago
Bjoern Schiessle c1e5725db9 changed default time format to ISO8601 13 years ago
Thomas Müller 7bd5352509 php 5.3 compatibility for \OC\AppFramework\DependencyInjection\DIContainer 13 years ago
Thomas Müller 51b581a84d php 5.3 compatibility for \OC\Files\Storage 13 years ago
Thomas Müller 6f3c49dabb fixing php 5.3 compatibility 13 years ago
Bjoern Schiessle 3cf4c46c43 catch unknown timezone and fall-back to UTC 13 years ago
Andreas Fischer 75588fc0b6 Use strict comparison === instead of ==. 13 years ago
Andreas Fischer 6eab36a89b Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. 13 years ago
Bjoern Schiessle 835f36cb09 find users which are in the same group 13 years ago
Jenkins for ownCloud 209392587f [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 6c45fab037 part file needs to have .part extension 13 years ago
Thomas Müller c77f74e1de adding check isDeletable() on $sourcePath 13 years ago
Bjoern Schiessle dd202d9ad3 updating a existing large file creates new file chunks. Therefore createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file" 13 years ago
Bjoern Schiessle 0293d8e04f If a existing file in Shared/ with update permissions gets updated we need to write the .part file to a different place because we can't create new files in the Shared folder 13 years ago
Victor Dubiniuk 77f43c357c User::delete should return bool 13 years ago
Jenkins for ownCloud c655eec3d1 [tx-robot] updated from transifex 13 years ago
Thomas Müller f496609085 the path for reassembling was created the wrong way 13 years ago
Bjoern Schiessle 6a411833b9 let admin specify timezone for log file entries 13 years ago
Frank Karlitschek 3f29e4ebea a few styleguide fixes 13 years ago
Andreas Fischer 47ed6a5135 Move backend finding into its own method. 13 years ago
Thomas Müller 131d82e41e move call to print_unescaped() to template 13 years ago
Thomas Müller 4e0c4c8f34 move l10n factory into private 13 years ago
Thomas Müller dbdf34402c remove outdated translation files 13 years ago
Jenkins for ownCloud 3613e79e10 [tx-robot] updated from transifex 13 years ago
Bart Visscher 8115c38670 Remove the exception catch, this should be handled by a higher layer 13 years ago
Robin Appelman 98ef90ad04 Fix loading legacy global filecache gc backgroundjobs 13 years ago
Markus Goetz e564a3a266 OC_App: Cache list of enabled apps 13 years ago
Thomas Tanghus 47b2007228 Remove misleading IMiddleware interface 13 years ago
Thomas Tanghus c85621a897 Make abstract Middleware class public 13 years ago
Frank Karlitschek 72b30e3e45 correctly expire cache if version file changed. Fixes problem that ownCloud only starts upgrading during login 13 years ago
Victor Dubiniuk 8da1aac1d0 Check result only once 13 years ago
Thomas Müller 414b2eb4b6 upload abortion detection only for PUT 13 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 13 years ago
Bart Visscher 61a9098b7d Add Helper and URLGenerator interfaces to server container 13 years ago
Bart Visscher ce9436c051 OC_Defaults is only used in error reporting 13 years ago
Bart Visscher 9f777fba98 Add L10N interface to server container 13 years ago
Victor Dubiniuk ef65037211 Make mimetypes static. Jenkis will be happy 13 years ago
Victor Dubiniuk 65750cb244 Load all mimetypes in one go 13 years ago
Vincent Petry f3594904c2 Removed $fromTime argument from public template API 13 years ago
Frank Karlitschek 47666796a7 ups. remove debug 13 years ago
Frank Karlitschek e49ee47e7b use Filesystem::isIgnoredDir 13 years ago
Frank Karlitschek f0a98cc923 fix typo 13 years ago