summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-092-14/+84
|
* manage select2 via bowerMorris Jobke2014-11-061-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-052-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-022-4/+4
|
* test files external amazon s3 storage id migrationJörn Friedrich Dreyer2014-10-311-0/+117
|
* fix files_external storage id migrationJörn Friedrich Dreyer2014-10-311-3/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-3010-4/+32
|
* update all translation files to js and jsonThomas Müller2014-10-29240-3089/+6170
|
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+2
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-262-2/+2
|
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
| | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs.
* Use function outside of loopLukas Reschke2014-10-241-3/+4
| | | | Otherwise the function is executed n times which is a lot of overhead
* Make files non executableLukas Reschke2014-10-243-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-241-1/+4
|
* Merge pull request #11721 from owncloud/fix-s3-regressionMorris Jobke2014-10-231-5/+11
|\ | | | | [master] Fix S3 connection regression
| * Fix S3 connectionVincent Petry2014-10-221-5/+11
| |
* | Merge pull request #11726 from owncloud/s3-fixunittestsMorris Jobke2014-10-231-0/+1
|\ \ | |/ |/| Fix S3 folder creation for new AWS API
| * Fix S3 folder creation for new AWS APIVincent Petry2014-10-221-0/+1
| | | | | | | | This also fixes the unit tests
* | Lazy initialize external storagesVincent Petry2014-10-226-107/+163
|/ | | | | | | | Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP
* Merge pull request #11684 from owncloud/guess_mimetype_on_touchJörn Friedrich Dreyer2014-10-222-2/+5
|\ | | | | guess mimetype on touch
| * guess mimetype on touchJörn Friedrich Dreyer2014-10-212-2/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-221-0/+39
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-211-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-201-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-191-1/+8
|
* Merge pull request #11552 from owncloud/fix_files_external_flickeringJörn Friedrich Dreyer2014-10-171-76/+80
|\ | | | | Fix files external flickering
| * cleanup variable names and duplicate jQuery selectorsJörn Friedrich Dreyer2014-10-131-76/+80
| |
| * fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
| |
* | introduce new app page layoutThomas Müller2014-10-151-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* | Allow specifying protocol in ext storage OC configVincent Petry2014-10-132-0/+91
|/ | | | | | Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent.
* Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-094-1/+632
|\ | | | | Update etag of parent dir when adding/removing ext storage mount points
| * Added PHP docs for etag propagatorVincent Petry2014-10-081-4/+17
| |
| * More phpdocRobin Appelman2014-10-081-0/+5
| |
| * Hookup the etag propagatorRobin Appelman2014-10-082-0/+17
| |
| * Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-082-0/+435
| |
| * Fix add/remove mountpoint hooksRobin Appelman2014-10-082-6/+8
| |
| * Added failing unit tests for mount config hooksVincent Petry2014-10-082-8/+142
| |
| * Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-081-1/+26
| |
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | | | | | | | This allows to have links to different doc base URLs a.
* | Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | | | | Added larger app description
* | extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-081-31/+31
| |
* | files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-081-3/+1
| | | | | | | | | | | | | | fixes #10501 Conflicts: apps/files_external/lib/amazons3.php
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-082-109/+124
|/ | | | | | | | | | | | folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-051-1/+1
|
* Merge pull request #10104 from owncloud/s3-overwriteLukas Reschke2014-10-012-43/+52
|\ | | | | Fix S3 copy and rename overwriting target directory
| * Skip test for unsuported feature for amazon s3Robin Appelman2014-09-171-0/+4
| |
| * Fix copy overwrite for amazon s3Robin Appelman2014-09-171-12/+4
| |
| * Fix amazon s3 rename overwriteRobin Appelman2014-09-171-2/+10
| |
| * Fix AmazonS3 rmdir on the rootRobin Appelman2014-09-172-38/+43
| |
lease consult your directory admin." : "Las clases de objetos más comunes para usuarios son organizationalPerson, person, user, and inetOrgPerson. Si no estás seguro de cuál clase de objeto selecciónar, por favor consulta tu directorio admin.", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", "Verify settings and count users" : "Verificar configuraciones y contar ususarios", "Saving" : "Guardando", "Back" : "Atrás", "Continue" : "Continuar", "Please renew your password." : "Por favor renueva tu contraseña.", "An internal error occurred." : "Se presentó un error interno. ", "Please try again or contact your administrator." : "Por favor inténtarlo de nuevo o contacta a tu administrador. ", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Renew password" : "Renovar contraseña", "Wrong password." : "Contraseña incorrecta. ", "Cancel" : "Cancelar", "Server" : "Servidor", "Users" : "Usuarios", "Login Attributes" : "Atributos de Inicio de Sesión", "Groups" : "Grupos", "Expert" : "Experto", "Advanced" : "Avanzado", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", "Connection Settings" : "Configuraciones de la conexión", "Configuration Active" : "Configuracion Activa", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", "Backup (Replica) Host" : "Servidor de copia de seguridad (Replica)", "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Por favor proporciona un servidor de copia de seguridad opcional. Debe ser una réplica del servidor LDAP / AD principal.", "Backup (Replica) Port" : "Puerto para copias de seguridad (Réplica)", "Disable Main Server" : "Deshabilitar servidor principal", "Only connect to the replica server." : "Sólo contectarse al servidor de réplica.", "Turn off SSL certificate validation." : "Deshabilitar la validación del certificado SSL.", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "Cache Time-To-Live" : "Tiempo de vida del caché", "in seconds. A change empties the cache." : "en segundos. Un cambio vacía la caché.", "Directory Settings" : "Configuraciones del directorio", "User Display Name Field" : "Campo de Nombre a Desplegar del Usuario", "The LDAP attribute to use to generate the user's display name." : "El atributo LDAP a usar para generar el nombre del usuario a desplegar.", "2nd User Display Name Field" : "2do Campo de Nombre a Desplegar del Usuario", "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP puede ser agregado al nombre a despelegar entre corchetes. Ejemplos de resultados »John Doe (john.doe@example.org)«.", "Base User Tree" : "Árbol de Usuario Base", "One User Base DN per line" : "Un Usuario Base de DN por línea", "User Search Attributes" : "Atributos de búsqueda de usuario", "Optional; one attribute per line" : "Opcional; un atributo por línea", "Group Display Name Field" : "Campo de Nombre de Grupo a Desplegar", "The LDAP attribute to use to generate the groups's display name." : "El atributo LDAP a usar para generar el nombre para mostrar del grupo.", "Base Group Tree" : "Árbol base de grupo", "One Group Base DN per line" : "Un DN Base de Grupo por línea", "Group Search Attributes" : "Atributos de Búsqueda de Grupo", "Group-Member association" : "Asociación Grupo-Miembro", "Dynamic Group Member URL" : "URL Dinámico de Miembro de Grupo ", "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "El atributo de LDAP que, en objetos de grupo, contiene una URL de búsqueda LDAP que determina cuáles objetos pertenecen al grupo. (Un ajuste vacío deshabilita la funcionalidad de membrecía de grupo dinámica.)", "Nested Groups" : "Grupos Anidados", "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando está activado, los grupos que contengan grupos están soportados. (Sólo funciona si el atributo de miembro de grupo contiene los DNs). ", "Paging chunksize" : "Tamaño del chunk de paginación", "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "El tamaño de chunk usado para las búsquedas con paginación de LDAP puede regresar resuldados volumniosos tales como enumeraciones de usuarios o grupos. (Establecerlo a 0 deshabilita las búsquedas con paginación en estos casos). ", "Enable LDAP password changes per user" : "Habilitar cambio de contraseñas en LDAP por el usuario", "Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Permitir que los usuarios LDAP puedan cambiar su contraseña y permitir a los Super Administradortes y Administradores de grupo cambiar la contraseña de sus usuarios LDAP. Únicamente funciona cuando la configuración de las poiíticas de control de acceso en el servidor LDAP está alineada. Como las contraseñas son enviadas en texto plano al servidor LDAP, se debe usar encripción en el transporte y del mismo modo se debe configurar el uso de funciones de resumen en el servidor LDAP", "(New password is sent as plain text to LDAP)" : "(La nueva contraseña se envía como texto plano a LDAP)", "Default password policy DN" : "DN de la política predeterminada de contraseñas", "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "El DN de la política de contraseñas predeterminada que será usada para el manejo de expiración de contraseñas. Sólo funciona cuando está habilitado el cambio de contraseñas por el usuario y sólo está soportado para OpenLDAP. Déjalo en blanco para deshabilitar el manejo de expiración de contraseñas.", "Special Attributes" : "Atributos Especiales", "Quota Field" : "Campo de cuota", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Dejar en blanco para usar la cuota predeterminada del usuario. En caso contrario, por favor especifica el atributo LDAP / AD.", "Quota Default" : "Cuota predeterminada", "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Anular la cuota predeterminada para usuarios LDAP que no tienen una cuota establecida en el Campo Cuota. ", "Email Field" : "Campo de correo electrónico", "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Establecer el correo electrónico del usuario con base en el atributo LDAP. Déjalo vacío para el comportamiento predeterminado. ", "User Home Folder Naming Rule" : "Regla de Nomenclatura para la Carpeta Inicio del Usuario", "Internal Username" : "Usuario interno", "Internal Username Attribute:" : "Atributo de nombre de usuario Interno:", "Override UUID detection" : "Anular la detección UUID", "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID se detecta automáticamente. Este atributo se usa para identificar, sin ninguna duda, a usuarios y grupos LDAP. Adicionalmente, el usuario interno se creará con base en el UUID, si no ha sido especificado otro comportamiento en la parte de arriba. Puedes anular la configuración y proporcionar el atributo que quieras. Debes asegurarte de que el atributo que quieres sea accesible por los usuarios y grupos y que sea único. Mantenlo vacío para tener el comportamiento predeterminado. Los cambios surtirán efecto sólo en los usuarios y grupos mapeados (agregados) nuevos a LDAP.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", "Username-LDAP User Mapping" : "Mapeo del Usuario al Usuario LDAP", "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nombres de usuarios son usados para almacenar y asignar metadatos. Para poder identificar y reconocer usuarios con precisión, cada usuario LDAP tendrá un nombre de usuario interno. Esto requiere una correspondencia de nombre de usuario a usuario LDAP. El nombre de usuario creado tiene una correspondencia al UUID del usuario LDAP. Adicionalmente, también se manda a cache el DN para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, los cambios serán encontrados. El nombre de usuario interno se usa intensivamente. Limpiar las correspondencias dejará restos en muhcos logares. ¡Limpiar las correspondencias no es sensitivo a la configuración, afecta a todas las configuraciones LDAP! Nunca limpies las correspondencias en un ambiente de producción, solo hazlo en los ambientes de pruebas o experimentación.", "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP" },"pluralForm" :"nplurals=2; plural=(n != 1);" }