Commit Graph

4990 Commits (d2d2c9a46d86be2b38d6e88c1943e7328ebb26d3)

Author SHA1 Message Date
Thomas Müller d2d2c9a46d fixes #5367 13 years ago
Jenkins for ownCloud 2845747528 [tx-robot] updated from transifex 13 years ago
Andreas Fischer 5ee74b656c Move OC_Connector_Sabre_Server to expected location. 13 years ago
Georg Ehrke 4c5959e1f5 fix comment 13 years ago
Georg Ehrke 521277b8b6 only call shell_exec if enabled 13 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 13 years ago
Morris Jobke 793ccfd1df fix undefined "shipped" 13 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 13 years ago
Thomas Müller aca66270c7 accept text/markdown as well 13 years ago
Vincent Petry 5f249e1a54 Prevent renaming/deleting mount points 13 years ago
Thomas Müller e3489b36ff any preview requiring the which command will not be used on Windows 13 years ago
Andreas Fischer 06f9b7b862 Fix logout link HTML. 13 years ago
Thomas Müller 6df5c7ebd5 streamCopy() should return proper structure. 13 years ago
Bjoern Schiessle 3380bd650f avatars should also work with encryption after pr #5332 was merged 13 years ago
Thomas Müller 5318df3b3c there shall be tabs 13 years ago
Thomas Müller fb3829e8b8 file system is now initialized with apache authentication as well 13 years ago
Georg Ehrke 71601a7c6f implement previews for markdown 13 years ago
Frank Karlitschek 258ccdfabe case insensitive sort 13 years ago
Frank Karlitschek a201a66878 fix style 13 years ago
Frank Karlitschek f06df170cb finally fix the app sorting 13 years ago
Jenkins for ownCloud f3336f8877 [tx-robot] updated from transifex 13 years ago
Tom Needham 6f8dd54788 Include exception message in log entry when session fails to start 13 years ago
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
Georg Ehrke e28f7f8a33 remove php and js previews 13 years ago
Thomas Tanghus d75d80ba13 OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller 13 years ago
Jenkins for ownCloud 44a5b0bad0 [tx-robot] updated from transifex 13 years ago
Thomas Müller 51e6565aab only text/plain is now used to generate text previews 13 years ago
Thomas Müller 19ea4f79da resize svg without loosing quality 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
Thomas Müller 3f27fefdbe fixing status code and formatting 13 years ago
Thomas Müller caa27824a9 catch specific file exceptions and convert them to proper http status code via webdav 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