You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/access.fs/manifest.xml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@
12
12
<paramname="PURGE_AFTER"type="integer"label="CONF_MESSAGE[Purge Days (Hard limit)]"description="CONF_MESSAGE[Option to purge documents after a given number of days (even if shared). This require a manual set up of a CRON task. Leave to 0 if you don't wan't to use this feature.]"default="0"/>
13
13
<paramname="PURGE_AFTER_SOFT"type="integer"label="CONF_MESSAGE[Purge Days (Soft limit)]"description="CONF_MESSAGE[Option to purge documents after a given number of days (if not shared). This require a manual set up of a CRON task. Leave to 0 if you don't wan't to use this feature.]"default="0"/>
14
14
<paramname="DATA_TEMPLATE"type="string"label="CONF_MESSAGE[Data template]"description="CONF_MESSAGE[Path to a directory on the filesystem whose content will be copied to the repository the first time it is loaded.]"default=""/>
15
-
<paramname="REMOTE_SORTING"type="boolean"label="CONF_MESSAGE[Remote Sorting]"description="CONF_MESSAGE[Force remote sorting when in paginated mode. Warning, this can impact the performances.]"default="true"/>
16
15
<global_paramname="PROBE_REAL_SIZE"type="boolean"label="CONF_MESSAGE[Real Size Probing]"description="CONF_MESSAGE[Use system command line to get the filesize instead of php built-in function (fixes the 2Go limitation)]"default="false"/>
17
16
<global_paramname="USE_POSIX"type="boolean"label="CONF_MESSAGE[Use POSIX]"description="CONF_MESSAGE[Use php POSIX extension to read files permissions. Only works on *nix systems.]"default="false"/>
18
17
<global_paramname="USE_XSENDFILE"type="boolean"label="CONF_MESSAGE[X-SendFile Active]"description="CONF_MESSAGE[Delegates all download operations to the webserver using the X-SendFile header. Warning, this is an external module to install for Apache. Module is active by default in Lighttpd. Warning, you have to manually add the folders where files will be downloaded in the module configuration (XSendFilePath directive)]"default="false"/>
Copy file name to clipboardExpand all lines: core/src/plugins/core.ajaxplorer/ajxp_mixins.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@
33
33
<paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="CHARSET"type="string"label="MIXIN_MESSAGE[Character Encoding]"description="MIXIN_MESSAGE[If your server does not set correctly its charset, it can be good to specify it here manually.]"mandatory="false"/>
34
34
<paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="PAGINATION_THRESHOLD"type="integer"label="MIXIN_MESSAGE[Pagination Threshold]"description="MIXIN_MESSAGE[When a folder will contain more items than this number, display will switch to pagination mode, for better performances.]"default="500"/>
35
35
<paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="PAGINATION_NUMBER"type="integer"label="MIXIN_MESSAGE[#Items per page]"description="MIXIN_MESSAGE[Once in pagination mode, number of items to display per page.]"default="200"/>
36
+
<paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="REMOTE_SORTING"type="boolean"label="MIXIN_MESSAGE[Remote Sorting]"description="MIXIN_MESSAGE[Force remote sorting when in paginated mode. Warning, this can impact the performances.]"default="true"/>
37
+
<paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="REMOTE_SORTING_DEFAULT_COLUMN"type="select"label="MIXIN_MESSAGE[Remote Sorting Default Field]"description="MIXIN_MESSAGE[Default field to sort on]"default="ajxp_label"choices="ajxp_label|Name,ajxp_modiftime|Modification date,filesize|File size,mimestring|File Type"mandatory="true"expose="true"/>
<global_paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="SHOW_HIDDEN_FILES"type="boolean"label="MIXIN_MESSAGE[Show hidden files]"description="MIXIN_MESSAGE[Show files beginning with a .]"default="false"/>
37
40
<global_paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="HIDE_RECYCLE"type="boolean"label="MIXIN_MESSAGE[Hide recycle bin]"description="MIXIN_MESSAGE[Whether to show the recycle bin folder. Unlike in the following options, the folder will be hidden but still writeable.]"default="false"/>
38
41
<global_paramgroup="MIXIN_MESSAGE[Filesystem Commons]"name="HIDE_EXTENSIONS"type="string"label="MIXIN_MESSAGE[Hide extensions]"description="MIXIN_MESSAGE[Comma-separated list of extensions to hide. Extensions, files and folders that are hidden are also access forbidden.]"default="ser"/>
Copy file name to clipboardExpand all lines: core/src/plugins/core.ajaxplorer/i18n/conf/en.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -142,14 +142,16 @@
142
142
"For multiple authentication, apply this role to users authenticated via this driver" => "For multiple authentication, apply this role to users authenticated via this driver",
143
143
"DSN" => "DSN",
144
144
"Data Source Name" => "Data Source Name",
145
-
"User" => "User",
146
-
"User name" => "User name",
147
-
"Password" => "Password",
148
-
"User password" => "User password",
149
145
"Host" => "Host",
150
146
"Database server" => "Database server",
151
147
"Database" => "Database",
152
148
"Database name" => "Database name",
153
149
"File" => "File",
154
150
"Database file" => "Database file",
151
+
"Remote Sorting" => "Remote Sorting",
152
+
"Force remote sorting when in paginated mode. Warning, this can impact the performances." => "Force remote sorting when in paginated mode. Warning, this can impact the performances.",
Copy file name to clipboardExpand all lines: core/src/plugins/core.ajaxplorer/i18n/conf/fr.php
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,6 @@
113
113
"Hide files" => "Cacher des fichiers",
114
114
"Comma-separated list of specific files to hide" => "Liste, séparée par des virgules, de fichiers à cacher.",
115
115
"Metadata and indexation" => "Métadonnées et indexation",
116
-
"Default Metasources" => "Metasources par défaut",
117
116
"Comma-separated list of metastore and meta plugins, that will be automatically applied to all repositories created with this driver" => "Liste des metastore et des plugins meta (séparés par des virgules) appliqués automatiquement lors de la création de dépôts utilisant ce driver.",
118
117
"Pydio Main Options" => "Options principales de Pydio",
119
118
"Server URL" => "URL du serveur",
@@ -138,4 +137,22 @@
138
137
"Explicitly disable WebDAV access for this repository." => "Désactiver explicitement l'accès WebDAV pour ce dépôt.",
139
138
"Allow to group admins" => "Autoriser le groupe administrateur",
140
139
"Allow group administrators to create a repository from this template." => "Autoriser le groupe administrateur à créer un dépôt à partir de ce modèle.",
140
+
"Skip auto-update admin rights" => "Passer la mise à jour des droits admin",
141
+
"If you have tons of workspaces (which is not recommanded), admin users login can take a long time while updating admin access to all repositories. Use this option to disable this step, admin will always have access to the Settings." => "Si vous avez de nombreux workspaces (ce qui n'est pas recommandé), l'identification d'un utilisateur administrateur peut prendre du temps afin de s'assurer que l'admin a accès à tous les workspaces. Vous pouvez désactiver cette étape.",
142
+
"Auto apply role" => "Appliquer le rôle automatiquement",
143
+
"For multiple authentication, apply this role to users authenticated via this driver" => "Pour des authentifications multiples, définir un rôle qui sera appliqué automatiquement aux utilisateurs identifiés via ce driver.",
144
+
"DSN" => "DSN",
145
+
"Data Source Name" => "Data Source Name",
146
+
"Host" => "Hôte",
147
+
"Database server" => "Serveur de Base de Données",
148
+
"Database" => "Base de Données",
149
+
"Database name" => "Nom de la base de données",
150
+
"File" => "Fichiers",
151
+
"Database file" => "Fichier de la base de données",
152
+
"Remote Sorting" => "Tri distant",
153
+
"Force remote sorting when in paginated mode. Warning, this can impact the performances." => "Forcer le tri sur le serveur plutôt que dans l'interface en mode paginé. Attention, ceci peut impacter les performances.",
154
+
"Remote Sorting Default Field" => "Champ par défaut.",
155
+
"Default field to sort on" => "Champ par défaut pour le tri distant.",
156
+
"Remote Sorting Default Direction" => "Direction par défaut.",
157
+
"Default sorting direction" => "Direction par défaut (croissant / décroissant) pour le tri distant.",
0 commit comments