aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * fix some minor problems with path noramlizationRobin Appelman2012-08-141-1/+1
| |
| * some basic path normalizationRobin Appelman2012-08-141-0/+22
| |
| * Catch exceptions and write to log when creating storage object failsMichael Gapczynski2012-08-131-1/+6
| |
| * Check blacklist when renaming filesMichael Gapczynski2012-08-111-3/+11
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-2/+6
|\| | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * Smarter remove of etag properties for pathBart Visscher2012-07-261-1/+0
| |
| * Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
| |
| * Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+1
| |
| * Rename functionsBart Visscher2012-07-251-1/+1
| | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-118/+111
|\| | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-2/+2
| |
| * some indention fixesRobin Appelman2012-07-241-93/+93
| |
| * Fix missing parameter decleration, thanks Jenkins :-)Bart Visscher2012-07-211-1/+1
| |
| * remove obsolete oc_filesystem::mountallRobin Appelman2012-07-211-11/+0
| |
| * Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-0/+8
| | | | | | | | This is based on the md5 of the file, can be changed later
| * dont try to create mountpoints automaticallyRobin Appelman2012-07-201-3/+0
| |
| * fix unused variablesRobin Appelman2012-07-201-9/+8
| |
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-0/+21
|/ | | | is_writable()
* use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-0/+1
|
* Merge branch 'audit'Bart Visscher2012-06-201-1/+1
|\
| * Start of audit appBart Visscher2012-05-071-1/+1
| | | | | | | | Audit the filesystem action
* | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-0/+1
| |
* | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+3
| | | | | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* | also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-151-0/+9
| |
* | Whitespace fixBart Visscher2012-06-131-1/+1
| |
* | check for view before trying to invoke method on objectBartek Przybylski2012-06-131-1/+1
| |
* | Create directory for mount point if it doesn't already existMichael Gapczynski2012-06-121-0/+3
| |
* | add function in filesystem to strip webrootBartek Przybylski2012-06-091-0/+14
| |
* | Don't use substr to get first char of stringBart Visscher2012-06-081-5/+5
| |
* | Comment layout and spelling fixesBart Visscher2012-06-081-1/+1
| |
* | Merge branch 'unstable'Bart Visscher2012-06-041-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * | made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-161-1/+3
| |/ | | | | | | old vars new camelcase names
* / update copyrightFrank Karlitschek2012-05-261-1/+1
|/
* remove non existing files from the cache when rescanning a folderRobin Appelman2012-04-291-0/+1
|
* initial mount configuration workRobin Appelman2012-04-251-0/+48
|
* tests for oc_filesystemRobin Appelman2012-04-121-0/+8
|
* Check blacklist before saving to filesystemTom Needham2012-04-031-0/+13
|
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-6/+4
|
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-1/+1
|
* allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-2/+2
| | | | 'lastmodified'. Needed for syncing algorithms.
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+3
| | | | - Added some minor debug help to fscache
* writable not writeableRobin Appelman2012-02-051-2/+2
|
* watch for changes outside owncloud to the filesRobin Appelman2012-02-051-0/+8
|
* use filesystem cache for searchingRobin Appelman2012-01-311-1/+1
|
* dont try to use the filesystem when it isnt setup yetRobin Appelman2012-01-311-0/+2
|
* merge master into filesystemRobin Appelman2012-01-301-0/+11
|\
| * initialize all storage backends when searching for a file, fixed searching ↵Robin Appelman2012-01-261-0/+12
| | | | | | | | in the Shared folder
* | initial work on filesystemviewRobin Appelman2012-01-201-247/+98
| |
* | forgot to merge somethingRobin Appelman2012-01-161-23/+1
| |
n class="kd">#: private/setup/abstractdatabase.php:32 #, php-format msgid "%s you may not use dots in the database name" msgstr "" #: private/setup/mssql.php:20 #, php-format msgid "MS SQL username and/or password not valid: %s" msgstr "" #: private/setup/mssql.php:21 private/setup/mysql.php:13 #: private/setup/oci.php:114 private/setup/postgresql.php:31 #: private/setup/postgresql.php:84 msgid "You need to enter either an existing account or the administrator." msgstr "" #: private/setup/mysql.php:12 msgid "MySQL/MariaDB username and/or password not valid" msgstr "" #: private/setup/mysql.php:67 private/setup/oci.php:54 #: private/setup/oci.php:121 private/setup/oci.php:144 #: private/setup/oci.php:151 private/setup/oci.php:162 #: private/setup/oci.php:169 private/setup/oci.php:178 #: private/setup/oci.php:186 private/setup/oci.php:195 #: private/setup/oci.php:201 private/setup/postgresql.php:103 #: private/setup/postgresql.php:112 private/setup/postgresql.php:129 #: private/setup/postgresql.php:139 private/setup/postgresql.php:148 #, php-format msgid "DB Error: \"%s\"" msgstr "" #: private/setup/mysql.php:68 private/setup/oci.php:55 #: private/setup/oci.php:122 private/setup/oci.php:145 #: private/setup/oci.php:152 private/setup/oci.php:163 #: private/setup/oci.php:179 private/setup/oci.php:187 #: private/setup/oci.php:196 private/setup/postgresql.php:104 #: private/setup/postgresql.php:113 private/setup/postgresql.php:130 #: private/setup/postgresql.php:140 private/setup/postgresql.php:149 #, php-format msgid "Offending command was: \"%s\"" msgstr "" #: private/setup/mysql.php:85 #, php-format msgid "MySQL/MariaDB user '%s'@'localhost' exists already." msgstr "" #: private/setup/mysql.php:86 msgid "Drop this user from MySQL/MariaDB" msgstr "" #: private/setup/mysql.php:91 #, php-format msgid "MySQL/MariaDB user '%s'@'%%' already exists" msgstr "" #: private/setup/mysql.php:92 msgid "Drop this user from MySQL/MariaDB." msgstr "" #: private/setup/oci.php:34 msgid "Oracle connection could not be established" msgstr "" #: private/setup/oci.php:41 private/setup/oci.php:113 msgid "Oracle username and/or password not valid" msgstr "" #: private/setup/oci.php:170 private/setup/oci.php:202 #, php-format msgid "Offending command was: \"%s\", name: %s, password: %s" msgstr "" #: private/setup/postgresql.php:30 private/setup/postgresql.php:83 msgid "PostgreSQL username and/or password not valid" msgstr "" #: private/setup.php:28 msgid "Set an admin username." msgstr "" #: private/setup.php:31 msgid "Set an admin password." msgstr "" #: private/setup.php:170 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." msgstr "Serverul de web nu este încă setat corespunzător pentru a permite sincronizarea fișierelor deoarece interfața WebDAV pare a fi întreruptă." #: private/setup.php:171 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "Vă rugăm să verificați <a href='%s'>ghiduri de instalare</a>." #: private/share/mailnotifications.php:91 #: private/share/mailnotifications.php:137 #, php-format msgid "%s shared »%s« with you" msgstr "%s Partajat »%s« cu tine de" #: private/share/share.php:494 #, php-format msgid "Sharing %s failed, because the file does not exist" msgstr "" #: private/share/share.php:501 #, php-format msgid "You are not allowed to share %s" msgstr "" #: private/share/share.php:531 #, php-format msgid "Sharing %s failed, because the user %s is the item owner" msgstr "" #: private/share/share.php:537 #, php-format msgid "Sharing %s failed, because the user %s does not exist" msgstr "" #: private/share/share.php:546 #, php-format msgid "" "Sharing %s failed, because the user %s is not a member of any groups that %s" " is a member of" msgstr "" #: private/share/share.php:559 private/share/share.php:587 #, php-format msgid "Sharing %s failed, because this item is already shared with %s" msgstr "" #: private/share/share.php:567 #, php-format msgid "Sharing %s failed, because the group %s does not exist" msgstr "" #: private/share/share.php:574 #, php-format msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" #: private/share/share.php:627 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" #: private/share/share.php:653 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" #: private/share/share.php:660 #, php-format msgid "Share type %s is not valid for %s" msgstr "" #: private/share/share.php:860 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" #: private/share/share.php:921 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" #: private/share/share.php:1046 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" #: private/share/share.php:1053 #, php-format msgid "Sharing backend %s not found" msgstr "" #: private/share/share.php:1059 #, php-format msgid "Sharing backend for %s not found" msgstr "" #: private/share/share.php:1476 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" #: private/share/share.php:1485 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" #: private/share/share.php:1501 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" #: private/share/share.php:1513 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" #: private/share/share.php:1527 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" msgstr "" #: private/tags.php:183 #, php-format msgid "Could not find category \"%s\"" msgstr "Cloud nu a gasit categoria \"%s\"" #: private/template/functions.php:134 msgid "seconds ago" msgstr "secunde în urmă" #: private/template/functions.php:135 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" msgstr[2] "acum %n minute" #: private/template/functions.php:136 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" msgstr[2] "acum %n ore" #: private/template/functions.php:137 msgid "today" msgstr "astăzi" #: private/template/functions.php:138 msgid "yesterday" msgstr "ieri" #: private/template/functions.php:140 msgid "%n day go" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" msgstr[2] "acum %n zile" #: private/template/functions.php:142 msgid "last month" msgstr "ultima lună" #: private/template/functions.php:143 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: private/template/functions.php:145 msgid "last year" msgstr "ultimul an" #: private/template/functions.php:146 msgid "years ago" msgstr "ani în urmă" #: private/user/manager.php:238 msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" msgstr "" #: private/user/manager.php:243 msgid "A valid username must be provided" msgstr "Trebuie să furnizaţi un nume de utilizator valid" #: private/user/manager.php:247 msgid "A valid password must be provided" msgstr "Trebuie să furnizaţi o parolă validă" #: private/user/manager.php:252 msgid "The username is already being used" msgstr "" #: private/util.php:398 msgid "No database drivers (sqlite, mysql, or postgresql) installed." msgstr "" #: private/util.php:405 #, php-format msgid "" "Permissions can usually be fixed by %sgiving the webserver write access to " "the root directory%s." msgstr "" #: private/util.php:412 msgid "Cannot write into \"config\" directory" msgstr "" #: private/util.php:425 msgid "Cannot write into \"apps\" directory" msgstr "" #: private/util.php:426 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps" " directory%s or disabling the appstore in the config file." msgstr "" #: private/util.php:440 #, php-format msgid "Cannot create \"data\" directory (%s)" msgstr "" #: private/util.php:441 #, php-format msgid "" "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the " "webserver write access to the root directory</a>." msgstr "" #: private/util.php:457 #, php-format msgid "Setting locale to %s failed" msgstr "" #: private/util.php:460 msgid "" "Please install one of theses locales on your system and restart your " "webserver." msgstr "" #: private/util.php:464 msgid "Please ask your server administrator to install the module." msgstr "" #: private/util.php:468 private/util.php:475 private/util.php:482 #: private/util.php:496 private/util.php:503 private/util.php:510 #: private/util.php:517 private/util.php:524 private/util.php:531 #: private/util.php:546 #, php-format msgid "PHP module %s not installed." msgstr "" #: private/util.php:538 #, php-format msgid "PHP %s or higher is required." msgstr "" #: private/util.php:539 msgid "" "Please ask your server administrator to update PHP to the latest version. " "Your PHP version is no longer supported by ownCloud and the PHP community." msgstr "" #: private/util.php:556 msgid "" "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" #: private/util.php:557 msgid "" "PHP Safe Mode is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" #: private/util.php:564 msgid "" "Magic Quotes is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" #: private/util.php:565 msgid "" "Magic Quotes is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" #: private/util.php:579 msgid "PHP modules have been installed, but they are still listed as missing?" msgstr "" #: private/util.php:580 msgid "Please ask your server administrator to restart the web server." msgstr "" #: private/util.php:609 msgid "PostgreSQL >= 9 required" msgstr "" #: private/util.php:610 msgid "Please upgrade your database version" msgstr "" #: private/util.php:617 msgid "Error occurred while checking PostgreSQL version" msgstr "" #: private/util.php:618 msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" msgstr "" #: private/util.php:680 msgid "" "Please change the permissions to 0770 so that the directory cannot be listed" " by other users." msgstr "" #: private/util.php:689 #, php-format msgid "Data directory (%s) is readable by other users" msgstr "" #: private/util.php:710 #, php-format msgid "Data directory (%s) is invalid" msgstr "" #: private/util.php:711 msgid "" "Please check that the data directory contains a file \".ocdata\" in its " "root." msgstr "" #: public/files/locknotacquiredexception.php:39 #, php-format msgid "Could not obtain lock type %d on \"%s\"." msgstr ""