Commit Graph

527 Commits (6ee1250d276d524d2a3e4f22f259a5576150eac4)

Author SHA1 Message Date
Oliver Gasser 4b01eaf6cc changed type to decimal 12 years ago
Bart Visscher dcca887f18 Don't set a default value when there isn't a default specified 12 years ago
Bjoern Schiessle 68f3f2e691 make it possible to detect transferID part 12 years ago
Vincent Petry 99ee95d46c Added missing escaping 12 years ago
Oliver Gasser b278356eb9 DB: Set correct default value for numeric types 12 years ago
Vincent Petry df288605d4 Fixed undefined variable error when using avconv 12 years ago
Thomas Müller b5e013973b implementing solution using <ifModule mod_authz_core> 12 years ago
Bart Visscher a6d8854d2a Make working en_US.UTF-8 locale a hard requirement 12 years ago
Vincent Petry 4b5083e3ca Fixed the rebellous space, replaced with a tab 12 years ago
Vincent Petry 0c6af55112 Added ffmpeg fallback when avconv is not available 12 years ago
Thomas Müller f93dcc5d77 the filesystem has to be initialized once we know the user 12 years ago
Thomas Müller 9c8b1e1775 adding proper htaccess commands for Apache 2.4 12 years ago
Vincent Petry 013444813e Now removing stray old cookies from 5.0.12 12 years ago
Robin Appelman d6845babd6 Add post hooks for filesystem scanner 12 years ago
kondou bcd776b0c0 Fix a regression (Tags→TagManager) 12 years ago
kondou 4ac05e071a Remove duplicate getAvatarManager() 12 years ago
kondou 507325dd50 Add public API for \OC\Avatar 12 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 12 years ago
Thomas Müller 08c8bf5a7b decode arguments as array 12 years ago
Thomas Müller 01f2b7eb3a move to oc6 documentation 12 years ago
Andreas Fischer 8274d9f91c Inherit lastInsertId() from Adapter. 12 years ago
Thomas Müller 0f266d0f62 set log level to DEBUG 12 years ago
Thomas Mueller e37047b2a0 WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311 12 years ago
Thomas Mueller 5ecebe211b mssql: fixing lastInsertId() implementation 12 years ago
Thomas Mueller eb3c5070c0 replace template function link_to_docs() with \OC_Helper::linkToDocs() 12 years ago
Andreas Fischer d6ddb12c20 Get rid of the SELECT query. Try UPDATE, on failure INSERT. 12 years ago
Thomas Müller aae6e76926 fixing undefined index in delete() 12 years ago
Thomas Müller 64d0b0d184 PHPDoc comment updated - checkLoggedIn() removed 12 years ago
Thomas Müller 0cec17ba87 no need to check if the user is logged in 12 years ago
Thomas Müller 47da2ef8db fixing php notice: Undefined index key 12 years ago
Thomas Müller b2929de0a7 no need to check if the user is logged in - this is already done in the ocs dispatcher itself 12 years ago
Thomas Müller 3f42c890be we should check if a user is logged in before we check for admin privilege 12 years ago
Lukas Reschke cba12e009f Added missing HTTP prefix to the $_SERVER variable 12 years ago
Frank Karlitschek 330d026be7 fix the privatedata key value store 12 years ago
Thomas Müller 3d42e402c5 http header OCS-ApiRequest: true is required in case of session based OCS API calls 12 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 12 years ago
Bjoern Schiessle f021dad204 remove user from cache if he was deleted successfully 12 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 12 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 12 years ago
Andreas Fischer fa6ae81149 Return early if fileinfo is there. 12 years ago
Andreas Fischer 68d13210bd Reset mimetype to application/octet-stream on empty reply from file command. 12 years ago
Robin Appelman 0e92a4896d dont use the home storage for non-existing users 12 years ago
Andreas Fischer a04a01d51f Do not calculate $isWrapped if not needed. 12 years ago
Robin Appelman e273c14540 use the new home storage backend when no existing local storage backend exists for the user's home 12 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 12 years ago
Bjoern Schiessle db0fa6c529 use getHome() to delete users data 12 years ago
Jörn Friedrich Dreyer 682d6e8a80 use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 12 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 12 years ago