Commit Graph

5268 Commits (dc67c7efa9ff20f8b4466e5b6490405439d4a90f)

Author SHA1 Message Date
Andreas Fischer d6ddb12c20 Get rid of the SELECT query. Try UPDATE, on failure INSERT. 13 years ago
Thomas Müller aae6e76926 fixing undefined index in delete() 13 years ago
Thomas Müller 64d0b0d184 PHPDoc comment updated - checkLoggedIn() removed 13 years ago
Thomas Müller 0cec17ba87 no need to check if the user is logged in 13 years ago
Thomas Müller 47da2ef8db fixing php notice: Undefined index key 13 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 13 years ago
Thomas Müller 3f42c890be we should check if a user is logged in before we check for admin privilege 13 years ago
Lukas Reschke cba12e009f Added missing HTTP prefix to the $_SERVER variable 13 years ago
Frank Karlitschek 330d026be7 fix the privatedata key value store 13 years ago
Thomas Müller 3d42e402c5 http header OCS-ApiRequest: true is required in case of session based OCS API calls 13 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 13 years ago
Bjoern Schiessle f021dad204 remove user from cache if he was deleted successfully 13 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 13 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 13 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 13 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 13 years ago
Andreas Fischer fa6ae81149 Return early if fileinfo is there. 13 years ago
Andreas Fischer 68d13210bd Reset mimetype to application/octet-stream on empty reply from file command. 13 years ago
Robin Appelman 0e92a4896d dont use the home storage for non-existing users 13 years ago
Andreas Fischer a04a01d51f Do not calculate $isWrapped if not needed. 13 years ago
Jenkins for ownCloud b0b76fe064 [tx-robot] updated from transifex 13 years ago
Robin Appelman e273c14540 use the new home storage backend when no existing local storage backend exists for the user's home 13 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 13 years ago
Bjoern Schiessle db0fa6c529 use getHome() to delete users data 13 years ago
Jörn Friedrich Dreyer 682d6e8a80 use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Morris Jobke 78971c61e6 update documentation for app update 13 years ago
Jenkins for ownCloud 8df8211225 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 119ecc6f34 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 466b6c1ee0 local user backend shall search for both username and displayname, fixes #5401 13 years ago
Vincent Petry ebcd9ae628 Added comment for clarification about fseek() call in quota.php 13 years ago
Bart Visscher b6c67c4c63 'Update to' is shown when there is no update 13 years ago
Bart Visscher 310c8400df When updating an appstore app, execute a database update 13 years ago
Thomas Müller c455cb989b add header 'OC-FileId' on PUT 13 years ago
Thomas Müller 3bca1519ee switch instance id and file id 13 years ago
Thomas Müller 8253994262 using array_diff_assoc to detect diffs in values as well 13 years ago
Thomas Müller f619f59f1c cast storage_mtime to int 13 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 13 years ago
Vincent Petry d8b245490b Fixed quota stream's fseek method 13 years ago
Ramiro Aparicio 3a81c8e3af Changed update message to be more instructive, changed update style to be less aggresive 13 years ago
Thomas Müller c5b8963b18 log the data arrays 13 years ago
Thomas Müller a22f12cfe0 - fixing namespace 13 years ago
Thomas Müller 88d1e20d56 some logging added .... 13 years ago
Vincent Petry c186f33428 Remove WebDAV redirect from the root path 13 years ago
Thomas Müller 54e0f1d739 fixing PHPDoc & grammar 13 years ago
Vincent Petry 086b82bd69 Fixed sharing dropdown placeholders in IE8/9 13 years ago
Thomas Müller 1317b7c03d pass the name of the item source from the browser to the server - no need to get the data via complicated db queries 13 years ago
Jörn Friedrich Dreyer 0bf034da96 prefer logo png from theme over svg from core 13 years ago
Thomas Müller b02a485712 handle case where fileid is not set 13 years ago
Thomas Müller b60ae11db8 introducing new dav property {xmlns:oc="http://owncloud.org/ns}id 13 years ago